123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- body
- {
- background-color: #178ACB;
- }
- .index_top_banner
- {
- height: 80px;
- overflow: hidden;
- }
- .index_top_bg
- {
- color: White;
- font-weight: bold;
- margin-left: 40px;
- vertical-align: middle;
- }
- .index_top_left
- {
- line-height: 0px;
- padding-top: 0px;
- font-size: 30px;
- font-style: italic;
- float: left;
- }
- .index_top_right
- {
- float: right;
- clear: none;
- }
- .index_left_bg
- {
- background-color: #ffffff;
- }
- .index_left_tree_bg
- {
- padding: 5px;
- }
- .index_center_bg
- {
- border-left:0px;
- border-right:0px;
- overflow:hidden;
- background-color: #ffffff;
- }
- .index_bottom_bg
- {
- background-color: #e8e8e8;
- height: 16px;
- text-align: center;
- color: #000000;
- padding-top: 0px;
- padding-bottom: 0px;
- }
- #divCurrentInformation
- {
- line-height: 0px;
- position:absolute;
- float: right;
- right:30px;
- top:20px;
- }
- #divCurrentInformation a:link,
- #divCurrentInformation a:visited
- {
- color: White;
- }
- .layout-panel-west>.panel-header
- {
- padding-left: 0px;
- }
- .layout-panel-west>.panel-header>.panel-title
- {
- padding-left: 0px;
- }
- .layout-panel-west>.panel-header>.panel-title>.combo
- {
- border-color: #f59118;
- background-color: transparent;
- }
- .layout-panel-west>.panel-header>.panel-title>.combo>.combo-text
- {
- background-color: transparent;
- text-align: center;
- color: White;
- font-weight: bold;
- }
- .layout-panel-west>.panel-header>.panel-title>.combo>span>.combo-arrow
- {
- background-color: transparent;
- }
- body>.combo-p>.combo-panel
- {
- background-color: #f59118;
- text-align: center;
- color: White;
- }
|