IE60Fixes.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. /* 6.0 - only fixes */
  2. /* content area */
  3. /* workaround for various ie float bugs */
  4. div#column-content {
  5. float: none;
  6. margin-left: 0;
  7. height: 1%;
  8. }
  9. div#column-content .mw-body {
  10. margin-left: 12.2em;
  11. margin-top: 3em;
  12. height: 1%;
  13. }
  14. .rtl div#column-content .mw-body {
  15. margin-right: 12.2em;
  16. margin-left: 0;
  17. }
  18. div#column-one {
  19. position: absolute;
  20. top: 0;
  21. left: 0;
  22. z-index: 4;
  23. }
  24. .rtl div#column-one {
  25. left: auto;
  26. right: 0;
  27. }
  28. #footer {
  29. margin-left: 13.6em;
  30. border-left: 1px solid #fabd23;
  31. }
  32. .rtl #footer {
  33. margin-left: 0;
  34. margin-right: 13.6em;
  35. border-left: 0;
  36. border-right: 1px solid #fabd23;
  37. }
  38. /* float/negative margin brokenness */
  39. * html #footer {
  40. margin-top: 0;
  41. }
  42. * html div#column-content {
  43. display: inline;
  44. margin-bottom: 0;
  45. }
  46. /* the tabs */
  47. #p-cactions {
  48. z-index: 3;
  49. }
  50. #p-cactions li {
  51. padding-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
  52. border: 0;
  53. background-color: transparent;
  54. cursor: default;
  55. float: none !important; /* stylelint-disable-line declaration-no-important */
  56. }
  57. #p-cactions li a {
  58. display: inline-block !important; /* stylelint-disable-line declaration-no-important */
  59. vertical-align: top;
  60. padding-bottom: 0;
  61. border: solid #aaa;
  62. border-width: 1px 1px 0;
  63. }
  64. #p-cactions li.selected a {
  65. border-color: #fabd23;
  66. padding-bottom: 0.17em;
  67. }
  68. #p-cactions li a:hover {
  69. padding-bottom: 0.17em;
  70. }
  71. #p-navigation a {
  72. display: inline-block;
  73. width: 100%;
  74. }
  75. #portal-personaltools {
  76. padding-bottom: 0.1em;
  77. }
  78. .rtl a.feedlink {
  79. background-position: right;
  80. padding-right: 0;
  81. padding-left: 16px;
  82. }
  83. /* show the hand */
  84. #p-logo a,
  85. #p-logo a:hover {
  86. cursor: pointer;
  87. }
  88. div.visualClear {
  89. width: 100%;
  90. line-height: 0;
  91. }
  92. textarea {
  93. width: 96%;
  94. }
  95. #catlinks,
  96. div.tright,
  97. div.tleft {
  98. position: relative;
  99. }