ie6.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. .codeheader, code.bbc_code
  2. {
  3. width: 96%;
  4. margin: 0 auto;
  5. }
  6. code.bbc_code
  7. {
  8. white-space: normal;
  9. }
  10. h3.catbg input.input_check
  11. {
  12. margin: 0 4px;
  13. }
  14. h3.catbg img.icon, h4.titlebg img.icon
  15. {
  16. margin: 1px 3px 0 0;
  17. }
  18. h3.catbg span.ie6_header, h4.catbg span.ie6_header, h3.titlebg span.ie6_header, h4.titlebg span.ie6_header
  19. {
  20. padding: 10px 0;
  21. }
  22. #statistics h4.titlebg span.ie6_header
  23. {
  24. padding: 0;
  25. }
  26. #statistics h4.titlebg span.ie6_header img.icon
  27. {
  28. padding: 5px 0;
  29. }
  30. /* The dropdown menus
  31. ------------------------------------------------------- */
  32. .dropmenu li
  33. {
  34. width: 1px;
  35. }
  36. .dropmenu li a span
  37. {
  38. white-space: nowrap;
  39. }
  40. .dropmenu li a:hover
  41. {
  42. text-decoration: none;
  43. }
  44. .dropmenu li.iehover
  45. {
  46. z-index: 120;
  47. }
  48. /* the page section */
  49. .pagesection
  50. {
  51. overflow: auto;
  52. }
  53. /* the user section needs some attention */
  54. #main_menu
  55. {
  56. width: 98%;
  57. }
  58. #top_section
  59. {
  60. height: 65px;
  61. }
  62. /* the tabled definition lists */
  63. /* I commented the following out. Not sure why it was there.
  64. /* Changing float: left; to float: right; sorts the settings dd class in index.css*/
  65. /* All the others seem fine too.*/
  66. /*dl.settings dd, #creator dd, dl.stats dd, dl.register_form dd, #poll_options dl.options dd, .login dd
  67. {
  68. float: none !important;
  69. width: auto;
  70. }*/
  71. /* generic lists header */
  72. /* Side paddings must NOT be defined here.*/
  73. .table_grid thead th
  74. {
  75. padding-top: 0 !important;
  76. padding-bottom: 0 !important;
  77. }
  78. /* overflow: hidden doesn't help in IE6. */
  79. h3.titlebg a, h3.titlebg, h4.titlebg, h4.titlebg a
  80. {
  81. display: inline-block;
  82. }
  83. #upper_section
  84. {
  85. display: inline-block;
  86. }
  87. /* Overrides for the message index template
  88. ------------------------------------------------------- */
  89. #messageindex table
  90. {
  91. margin-top: 5px;
  92. }
  93. #messageindex table th
  94. {
  95. border-bottom: 1px solid #fff;
  96. }
  97. #topic_icons .description
  98. {
  99. padding: 2em 1em 1em 1em;
  100. overflow: auto;
  101. }
  102. /* Overrides for the display template
  103. ------------------------------------------------------- */
  104. #forumposts .postarea
  105. {
  106. margin-left: 0;
  107. margin-right: 0;
  108. float: right;
  109. }
  110. .keyinfo
  111. {
  112. padding-bottom: 6px;
  113. }
  114. .inner
  115. {
  116. clear: both;
  117. }
  118. .post
  119. {
  120. word-wrap: break-word;
  121. }
  122. .buttonlist ul li
  123. {
  124. width: 1%;
  125. white-space: nowrap;
  126. }
  127. #forumposts h3.catbg
  128. {
  129. clear: both;
  130. }
  131. #quickReplyOptions form textarea
  132. {
  133. width: 98%;
  134. }
  135. /* Styles for the statistics center.
  136. ------------------------------------------------- */
  137. #statistics div.content
  138. {
  139. height: 210px;
  140. overflow: hidden;
  141. }
  142. #statistics div.top_row
  143. {
  144. height: 150px;
  145. }
  146. /* Overrides for the admin template
  147. ------------------------------------------------------- */
  148. #main_admsection
  149. {
  150. height: 100%;
  151. }
  152. #main_admsection table
  153. {
  154. width: 99%;
  155. }
  156. /* Overrides for the profile template
  157. ------------------------------------------------------- */
  158. #basicinfo h4
  159. {
  160. word-wrap: break-word;
  161. }
  162. .ignoreboards
  163. {
  164. margin: 0 1%;
  165. padding: 0;
  166. width: 45%;
  167. }
  168. /* Overrides for the personal messages template
  169. ------------------------------------------------------- */
  170. #personal_messages .postarea
  171. {
  172. margin-left: 0;
  173. margin-right: 0;
  174. float: right;
  175. }
  176. /* Overrides for the admin section of the register template
  177. ------------------------------------------------------- */
  178. #registration_agreement
  179. {
  180. width: 99.5%;
  181. margin: 0 auto;
  182. }
  183. #edit_poll ul.poll_main li
  184. {
  185. padding-left: 0;
  186. margin: 0 -2em;
  187. }
  188. #postmodify div.roundframe { margin-right: 0;}
  189. /* Overrides for the recent posts template
  190. ------------------------------------------------------- */
  191. .list_posts
  192. {
  193. word-wrap: break-word;
  194. }