banner.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. .bannerbutton{
  2. /*background:url(images/banner3.gif);*/
  3. position:absolute;
  4. height:100%;
  5. z-index:9900002;
  6. width:100%;
  7. top: 0;
  8. left: 0;
  9. }
  10. .header_bg{
  11. background:#3b77d8;
  12. }
  13. .header_right_box{
  14. margin:0px;
  15. }
  16. .bannerbutton table .userName {
  17. /* position: absolute;
  18. right: 15px;*/
  19. /* top: 3px; */
  20. /* top: 13px;*/
  21. float: right;
  22. /* margin-top: 10px; */
  23. }
  24. .bannerbutton table p {
  25. /* position: absolute !important;*/
  26. /* top: 28px !important;
  27. right: 0 !important; */
  28. /* top: 18px !important;
  29. right: 150px !important;*/
  30. float: right;
  31. padding-top: 0;
  32. padding-bottom: 0 !important;
  33. background:none !important;
  34. height: 25px;
  35. line-height: 22px;
  36. }
  37. .logo-name{
  38. color:#ffffff;
  39. font-size:26px;
  40. line-height:26px;
  41. display:inline-block;
  42. margin-left:20px;
  43. }
  44. .leftHeader{float:left;width:400px;height:100%;background:url(images/banner1.gif)}
  45. .rightHeader{float:right;width:600px;height:100%;background:url(images/banner2.gif) right 0;overflow:hidden}
  46. .topover{
  47. color:white;
  48. font-size:12px;
  49. float: rigth;
  50. padding:3px;
  51. text-decoration: none;
  52. }
  53. .bannerbody{
  54. border-bottom:1px solid #62ABD9;
  55. }
  56. .colorScheme,.bannerTitle {
  57. list-style: none outside none;
  58. position:absolute;
  59. right:0px;
  60. z-index:9999;
  61. float:right;
  62. width:70%;
  63. }
  64. .colorScheme a {
  65. cursor: pointer;
  66. float: rigth;
  67. height: 15px;
  68. margin: 0 5px;
  69. width: 15px;
  70. }
  71. .colorScheme .red {
  72. background-color: red;
  73. }
  74. .colorScheme .orange {
  75. background-color: orange;
  76. }
  77. .colorScheme .pink {
  78. background-color: pink;
  79. }
  80. .colorScheme .green {
  81. background-color: green;
  82. }
  83. .colorScheme .blue {
  84. background-color: blue;
  85. }
  86. .colorScheme .indigo {
  87. background-color: indigo;
  88. }
  89. .colorScheme .violet {
  90. background-color: violet;
  91. }
  92. .colorScheme .grey {
  93. background-color: grey;
  94. }