style.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. @charset "utf-8";
  2. /*
  3. =======================================================================
  4. General Rules
  5. =======================================================================
  6. */
  7. #wrapper_sec {
  8. width:1020px;
  9. margin:0px auto;
  10. z-index:2;
  11. float: left;
  12. }
  13. * {
  14. padding:0px;
  15. margin:0px;
  16. }
  17. /*
  18. =======================================================================
  19. Banner Rules
  20. =======================================================================
  21. */
  22. #banner {
  23. width:1010px;
  24. height:510px;
  25. padding:8px;
  26. background-color:#111111;
  27. border:#f9f9f9 solid 10px;
  28. border-bottom:none;
  29. }
  30. #banner .leftsecbanner{
  31. width:660px;
  32. height:510px;
  33. overflow:hidden;
  34. float:left;
  35. }
  36. #banner object{
  37. z-index:1;
  38. position:absolute;
  39. }
  40. #banner #paginate-slider2 {
  41. width:309px;
  42. height:490px;
  43. float:right;
  44. background-color:#202020;
  45. }
  46. #banner ul.idTabs{
  47. float:left;
  48. list-style:none;
  49. border-bottom:#4b7eff solid 2px;
  50. margin:2px 0px 0px 2px;
  51. }
  52. #banner ul.idTabs li{
  53. float:left;
  54. cursor:pointer;
  55. }
  56. #banner ul.idTabs li a{
  57. float:left;
  58. display:inline-block;
  59. background-image:url(../images/tab.gif);
  60. background-repeat:no-repeat;
  61. background-position:left;
  62. height:36px;
  63. padding-left:20px;
  64. font-size:12px;
  65. color:#fff;
  66. cursor:pointer;
  67. }
  68. #banner ul.idTabs li a span{
  69. float:left;
  70. display:inline-block;
  71. background-image:url(../images/tab.gif);
  72. background-repeat:no-repeat;
  73. background-position:right;
  74. height:36px;
  75. padding:10px 20px 0px 0px;
  76. cursor:pointer;
  77. }
  78. #banner ul.idTabs li a:hover{
  79. background-image:url(../images/tab_rol.gif);
  80. }
  81. #banner ul.idTabs li a:hover span{
  82. background-image:url(../images/tab_rol.gif);
  83. }
  84. #banner ul.idTabs li a.selected{
  85. background-image:url(../images/tab_rol.gif);
  86. }
  87. #banner ul.idTabs li a.selected span{
  88. background-image:url(../images/tab_rol.gif);
  89. }
  90. #banner .tabssection{
  91. width:100%;
  92. float:left;
  93. }
  94. #banner .tabssection a.toc{
  95. float:left;
  96. display:inline-block;
  97. padding:10px 8px 10px 2px;
  98. }
  99. #banner .tabssection a.toc:hover{
  100. background-image:url(../images/slider_hover.gif);
  101. background-repeat:repeat-x;
  102. background-color:#0a0a0a;
  103. }
  104. #banner .tabssection a.selected{
  105. background-image:url(../images/slider_hover.gif);
  106. background-repeat:repeat-x;
  107. background-color:#0a0a0a;
  108. }
  109. #banner .tabssection a.toc span.thumb{
  110. float:left;
  111. border:#8f8f8f solid 1px;
  112. background-color:#f7f7f7;
  113. padding:1px;
  114. margin:0px 10px;
  115. }
  116. #banner .tabssection a.toc span.desc{
  117. float:right;
  118. width:175px;
  119. }
  120. #banner .tabssection a.toc span.title{
  121. font-size:12px;
  122. color:#fefefe;
  123. width:180px;
  124. display:inline-block;
  125. margin-bottom:10px;
  126. }
  127. #banner .tabssection a.toc span.time{
  128. color:#666666;
  129. float:left;
  130. width:39px;
  131. height:16px;
  132. padding-top:2px;
  133. display:inline-block;
  134. background-image:url(../images/time1.png);
  135. font-size:11px;
  136. text-align:center;
  137. }
  138. #banner .tabssection a.toc span.channel{
  139. font-size:12px;
  140. color:#666666;
  141. float:left;
  142. margin-left:10px;
  143. padding-top:1px;
  144. }
  145. /*
  146. =======================================================================
  147. Content Section
  148. =======================================================================
  149. */
  150. #content_sec {
  151. width:1000px;
  152. float:left;
  153. background-color:#f9f9f9;
  154. border:#f9f9f9 solid 10px;
  155. }