X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=skins%2Fmonobook%2FIE60Fixes.css;h=ec1ce430e7e3f792d47ca9af96db9ed907fef42e;hb=b12532b6d755e2b733e72807641e4ca72529170b;hp=c3047bb636d0042e5f34bffdfe7b8bbe4f6f5fee;hpb=dcd83880cadcc6c5ef03282792be9e05557bea37;p=lhc%2Fweb%2Fwiklou.git diff --git a/skins/monobook/IE60Fixes.css b/skins/monobook/IE60Fixes.css index c3047bb636..ec1ce430e7 100644 --- a/skins/monobook/IE60Fixes.css +++ b/skins/monobook/IE60Fixes.css @@ -1,26 +1,40 @@ /* 6.0 - only fixes */ -/* content area */ +/* content area */ /* workaround for various ie float bugs */ -#column-content { - float: none; +div#column-content { + float: none; margin-left: 0; height: 1%; } -#column-content #content { +div#column-content div#content { margin-left: 12.2em; margin-top: 3em; height: 1%; } -#column-one { +.rtl div#column-content div#content { + margin-right: 12.2em; + margin-left: 0; +} +div#column-one { position: absolute; top: 0; left: 0; z-index: 4; } -#footer { +.rtl div#column-one { + left: auto; + right: 0; +} +div#footer { margin-left: 13.6em; border-left: 1px solid #fabd23; } +.rtl div#footer { + margin-left: 0; + margin-right: 13.6em; + border-left: none; + border-right: 1px solid #fabd23; +} /* the tabs */ @@ -43,7 +57,7 @@ border-width: 1px 1px 0; } #p-cactions li.selected a { - border-color:#aaa; + border-color: #fabd23; padding-bottom: 0.17em; } #p-cactions li a:hover { @@ -61,6 +75,17 @@ padding-right: 13px; } +.rtl #bodyContent a.external { + background-image: url(external-rtl.png); + padding-right: 13px; +} + +.rtl a.feedlink { + background-position: right; + padding-right: 0; + padding-left: 16px; +} + /* show the hand */ #p-logo a, #p-logo a:hover { @@ -74,11 +99,13 @@ textarea { width: 96%; } -div.editsection, #catlinks, div.tright, div.tleft { position: relative; } -/*{ border:1px solid Red !important;}*/ +/* bug 12846 */ +body.rtl #preftoc a, body.rtl #preftoc a:active { + float: left; +}