From: Gabriel Wicke Date: Tue, 27 Apr 2004 12:08:24 +0000 (+0000) Subject: moved to monobook X-Git-Tag: 1.3.0beta1~254 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=d704d7744924853ff2f57e5ff0fe323206d8673f;p=lhc%2Fweb%2Fwiklou.git moved to monobook --- diff --git a/stylesheets/rtl.css b/stylesheets/rtl.css deleted file mode 100644 index 434c7ac70c..0000000000 --- a/stylesheets/rtl.css +++ /dev/null @@ -1,159 +0,0 @@ -/* -Right-to-left fixes for MonoBook. -Places sidebar on right, tweaks various alignment issues. - -Works mostly ok nicely on Safari 1.2.1; broken in Mozilla. -Not well tested on other browers yet. - -Safari bugs (1.2.1): -* Tabs are still appearing in left-to-right order. (Try after localizing) - -Mozilla bugs (Firefox 0.8): -* Tabs are LTR -* Tabs and personal links are missing their left/right borders/margins -* The boxes in the sidebar appear waaaaay off screen right on some pages -* Padding fixes on links-with-icons are not taking. - -Opera bugs (7.5 beta/mac): -* Tabs are horribly munged together -* The order of the individual letters is reversed in the tabs ("yrotsih") -* Some bits of text (sidebar box titles, username) have forward and backward versions overlapping each other -* Link icons don't move to the left side, end up overlapping text -* Sidebar boxes are pushed down below the content area - -IE/mac bugs: -* The thing barfs on Hebrew and Arabic anyway, so no point testing. - -To test: -* Opera -* IE -* etc - -*/ - -#portal-column-content { -/* margin: 0 0 0 -12.2em; */ - margin: 0; -} - -#portal-column-content #content{ - margin-left: 0; - margin-right: 12.2em; -} - -#documentContent { - border-right: 1px solid #aaaaaa; - border-left: none; -} - -/* Fix alignment */ -#catlinks, -.documentByLine, -.portletDetails, -.portletMore, -#portal-personaltools { - text-align: left; -} - -div div.thumbcaption { - text-align: right; -} - -#portal-column-content, -#catlinks, -div.magnify, -#div.townBox, -.portletClose { - float: left; -} - -#portlet-logo { - left: auto; - right: 0; -} -#portlet-personal { - left: auto; - right: 0; -} - -#portlet-contentViews { - left: auto; - right: 11.5em; -} - -/* Fix margins */ -/* top right bottom left */ - -ul { - margin-left: 0; - margin-right: 1.5em; -} -ol { - margin-left: 0; - margin-right: 2.4em; -} -dd { - margin-left: 0; - margin-right: 1.6em; -} -#documentSubtitle { - margin-right: 1em; - margin-left: 0; -} -.tocindent { - margin-left: 0; - margin-right: 2em; -} -div.townBox { - margin-left: 0; - margin-right: 1em; -} -div.townBox dl dd { - margin-left: 0; - margin-right: 1.1em; -} -#portal-personaltools li { - margin-left: 0; - margin-right: 1em; -} - -li#contentaction-talk, -li#contentaction-watch { - margin-right: auto; - margin-left: 1.6em; -} - - -/* Fix link icons */ -li#personaltools-userpage, -li#personaltools-anonuserpage, -li#personaltools-login { - background-position: right; - padding-left: 0; - padding-right: 20px; -} - -#bodyContent a[href ^="http://"], -#bodyContent a[href ^="gopher://"] { - background-position: left; - padding-right: 0; - padding-left: 13px; -} -#bodyContent a[href ^="https://"], -.link-https { - background-position: left; - padding-right: 0; - padding-right: 16px; -} -#bodyContent a[href ^="mailto:"], -.link-mailto, -#bodyContent a[href ^="news://"], -#bodyContent a[href ^="ftp://"], -.link-ftp, -#bodyContent a[href ^="irc://"], -.link-irc { - background-position: left; - padding-right: 0; - padding-right: 18px; -} -