main.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. body
  2. {
  3. background-color: #178ACB;
  4. }
  5. .index_top_banner
  6. {
  7. height: 80px;
  8. overflow: hidden;
  9. }
  10. .index_top_bg
  11. {
  12. color: White;
  13. font-weight: bold;
  14. margin-left: 40px;
  15. vertical-align: middle;
  16. }
  17. .index_top_left
  18. {
  19. line-height: 0px;
  20. padding-top: 0px;
  21. font-size: 30px;
  22. font-style: italic;
  23. float: left;
  24. }
  25. .index_top_right
  26. {
  27. float: right;
  28. clear: none;
  29. }
  30. .index_left_bg
  31. {
  32. background-color: #ffffff;
  33. }
  34. .index_left_tree_bg
  35. {
  36. padding: 5px;
  37. }
  38. .index_center_bg
  39. {
  40. border-left:0px;
  41. border-right:0px;
  42. overflow:hidden;
  43. background-color: #ffffff;
  44. }
  45. .index_bottom_bg
  46. {
  47. background-color: #e8e8e8;
  48. height: 16px;
  49. text-align: center;
  50. color: #000000;
  51. padding-top: 0px;
  52. padding-bottom: 0px;
  53. }
  54. #divCurrentInformation
  55. {
  56. line-height: 0px;
  57. position:absolute;
  58. float: right;
  59. right:30px;
  60. top:20px;
  61. }
  62. #divCurrentInformation a:link,
  63. #divCurrentInformation a:visited
  64. {
  65. color: White;
  66. }
  67. .layout-panel-west>.panel-header
  68. {
  69. padding-left: 0px;
  70. }
  71. .layout-panel-west>.panel-header>.panel-title
  72. {
  73. padding-left: 0px;
  74. }
  75. .layout-panel-west>.panel-header>.panel-title>.combo
  76. {
  77. border-color: #f59118;
  78. background-color: transparent;
  79. }
  80. .layout-panel-west>.panel-header>.panel-title>.combo>.combo-text
  81. {
  82. background-color: transparent;
  83. text-align: center;
  84. color: White;
  85. font-weight: bold;
  86. }
  87. .layout-panel-west>.panel-header>.panel-title>.combo>span>.combo-arrow
  88. {
  89. background-color: transparent;
  90. }
  91. body>.combo-p>.combo-panel
  92. {
  93. background-color: #f59118;
  94. text-align: center;
  95. color: White;
  96. }