ie6.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /* special styles for IE6 */
  2. .main_menu li.active a
  3. {
  4. background: none;
  5. padding-right: 0;
  6. }
  7. .main_menu li.active
  8. {
  9. background: url(../images/maintab_active_last.gif) no-repeat bottom right;
  10. padding-right: 8px;
  11. }
  12. * html #poll_options ul.horizlist dl.options dd, * html #poll_options ul.horizlist dl.options dt
  13. {
  14. margin: 0;
  15. padding: 0;
  16. }
  17. /* the tabled definition lists */
  18. dl.settings dd, #creator dd, dl.stats dd, dl.register_form dd, #poll_options dl.options dd
  19. {
  20. float: none;
  21. width: auto;
  22. }
  23. .modbuttons .buttonlist_bottom ul, .modbuttons .buttonlist ul, .floatright .buttonlist ul, .floatright .buttonlist_bottom ul, .readbuttons .buttonlist ul, .readbuttons .buttonlist_bottom ul
  24. {
  25. float: right;
  26. }
  27. /* Profile template */
  28. #detailedinfo div.content dl
  29. {
  30. height: 0.1%;
  31. }
  32. .infocenter_section div.sectionbody
  33. {
  34. height: 30px;
  35. }
  36. #forumposts .postarea
  37. {
  38. margin-left: 0;
  39. margin-right: 0;
  40. float: right;
  41. }
  42. .signature
  43. {
  44. padding: 0 0 0.8em 0;
  45. }
  46. #quickReplyOptions form textarea
  47. {
  48. width: 98%;
  49. }
  50. code.bbc_code
  51. {
  52. white-space: normal;
  53. }
  54. #ip_list li.header
  55. {
  56. height: .1%;
  57. }