138 lines
2.0 KiB
CSS
138 lines
2.0 KiB
CSS
|
|
.bg-color-blue {
|
||
|
|
background-color: #57889c !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-color-blueLight {
|
||
|
|
background-color: #92a2a8 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-color-blueDark {
|
||
|
|
background-color: #4c4f53 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-color-green {
|
||
|
|
background-color: #356e35 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-color-greenLight {
|
||
|
|
background-color: #71843f !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-color-greenDark {
|
||
|
|
background-color: #496949 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-color-red {
|
||
|
|
background-color: #a90329 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-color-yellow {
|
||
|
|
background-color: #b09b5b !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-color-orange {
|
||
|
|
background-color: #c79121 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-color-orangeDark {
|
||
|
|
background-color: #a57225 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-color-pink {
|
||
|
|
background-color: #ac5287 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-color-pinkDark {
|
||
|
|
background-color: #a8829f !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-color-purple {
|
||
|
|
background-color: #6e587a !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-color-darken {
|
||
|
|
background-color: #404040 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-color-lighten {
|
||
|
|
background-color: #d5e7ec !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-color-white {
|
||
|
|
background-color: #ffffff !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-color-grayDark {
|
||
|
|
background-color: #525252 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-color-magenta {
|
||
|
|
background-color: #6e3671 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-color-teal {
|
||
|
|
background-color: #568a89 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bg-color-redLight {
|
||
|
|
background-color: #a65858 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.border_float_div {
|
||
|
|
float: left;
|
||
|
|
overflow: auto;
|
||
|
|
height: 100%;
|
||
|
|
border-right: 1px solid #EFEBEB;
|
||
|
|
}
|
||
|
|
|
||
|
|
.borderMargin {
|
||
|
|
border: solid 1px #DDDDDD;
|
||
|
|
margin: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*icon.ftl*/
|
||
|
|
.iconftl_top {
|
||
|
|
width: 100%;
|
||
|
|
height: 25px;
|
||
|
|
padding-top: 1px;
|
||
|
|
border-bottom: 1px solid #DDDDDD;
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconList {
|
||
|
|
overflow: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconList_div {
|
||
|
|
margin: 2px;
|
||
|
|
float: left;
|
||
|
|
width: 100px;
|
||
|
|
height: 60px;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconList_div .iconImg {
|
||
|
|
margin: 2px;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.iconList_div .iconText {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tableCenterTd {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.fromTable {
|
||
|
|
margin-left: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.fromTable tr th {
|
||
|
|
height: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.fromTable tr td {
|
||
|
|
height: 30px;
|
||
|
|
}
|
||
|
|
.tdCenter{
|
||
|
|
text-align: center;
|
||
|
|
}
|