ie6.css 3.4 KB

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