/* Right-to-left fixes for MonoBook. Places sidebar on right, tweaks various alignment issues. Works mostly ok nicely on Safari 1.2.1; fine in Mozilla. Safari bugs (1.2.1): * Tabs are still appearing in left-to-right order. (Try after localizing) IE/mac bugs: * The thing barfs on Hebrew and Arabic anyway, so no point testing. IE6 bug: * right padding of content area disappears somewhere during load, workaround is a margin on the body for now (weird, isn't it?) IE5.5 is caught by this fix as well currently, it doesn't need it though Missing features due to lack of support: * external link icons, icon next to user name */ body, body * { direction: rtl; unicode-bidi: embed; } #column-content { margin: 0 -12.2em 0 0; float: left; } #column-content #content { margin-left: 0; margin-right: 12.2em; border-right: 1px solid #aaaaaa; border-left: none; } html>body .portlet { float: right; clear: right; } .pBody { padding-right: 0.8em; padding-left: 0.5em; } /* Fix alignment */ .documentByLine, .portletDetails, .portletMore, #p-personal { text-align: left; } div div.thumbcaption { text-align: right; } div.magnify, #div.townBox, #p-logo { left: auto; right: 0; } #p-personal { left: auto; right: 0; } #p-cactions { left: auto; right: 11.5em; padding-left: 0; padding-right: 1em; } #p-cactions li { margin-left: 0.3em; margin-right: 0; float: right; } * html #p-cactions li a { display: block; padding-bottom: 0; } * html #p-cactions li a:hover { padding-bottom: 0.2em; } /* offsets to distinguish the tab groups */ li#ca-talk { margin-right: auto; margin-left: 1.6em; } li#ca-watch { margin-right: 1.6em !important; } /* 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; } #contentSub { 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; } #p-personal li { margin-left: 0; margin-right: 1em; } li#ca-talk, li#ca-watch { margin-right: auto; margin-left: 1.6em; } #p-personal li { float: left; } /* Fix link icons */ li#pt-userpage, li#pt-anonuserpage, li#pt-login { background: none; padding-left: 0; } .external { padding: 0 !important; background: none !important; } #footer { clear: both; } * html #footer { margin-left: 0; margin-right: 13.6em; border-left: 0; border-right: 1px solid #fabd23; } * html #column-content { float: none; margin-left: 0; margin-right: 0; } * html #column-content #content { margin-left: 0; margin-top: 3em; } * html #column-one { right: 0; } /* js pref toc */ #preftoc { float: right; } /* workaround for moz bug, displayed bullets on left side */ #preftoc li { list-style: none; } #prefcontrol { float: right; } fieldset.prefsection, fieldset.operaprefsection { margin-left: 0 !important; margin-right: 15em; }