IE60Fixes.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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 div#content {
  10. margin-left: 12.2em;
  11. margin-top: 3em;
  12. height: 1%;
  13. }
  14. .rtl div#column-content div#content {
  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. div#footer {
  29. margin-left: 13.6em;
  30. border-left: 1px solid #fabd23;
  31. }
  32. .rtl div#footer {
  33. margin-left: 0;
  34. margin-right: 13.6em;
  35. border-left: none;
  36. border-right: 1px solid #fabd23;
  37. }
  38. /* the tabs */
  39. #p-cactions {
  40. z-index: 3;
  41. }
  42. #p-cactions li {
  43. padding-bottom: 0 !important;
  44. border: none;
  45. background-color: transparent;
  46. cursor: default;
  47. float: none !important;
  48. }
  49. #p-cactions li a {
  50. display: inline-block !important;
  51. vertical-align: top;
  52. padding-bottom: 0;
  53. border: solid #aaa;
  54. border-width: 1px 1px 0;
  55. }
  56. #p-cactions li.selected a {
  57. border-color: #fabd23;
  58. padding-bottom: 0.17em;
  59. }
  60. #p-cactions li a:hover {
  61. padding-bottom: 0.17em;
  62. }
  63. #p-navigation a {
  64. display: inline-block;
  65. width: 100%;
  66. }
  67. #portal-personaltools {
  68. padding-bottom: 0.1em;
  69. }
  70. #bodyContent a.external {
  71. background: url(external.png) center right no-repeat;
  72. padding-right: 13px;
  73. }
  74. .rtl #bodyContent a.external {
  75. background-image: url(external-rtl.png);
  76. padding-right: 13px;
  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. }
  100. /* bug 12846 */
  101. body.rtl #preftoc a, body.rtl #preftoc a:active {
  102. float: left;
  103. }