User:Kwj2772/ltr.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Source: Wikimedia Commons (see [[commons:MediaWiki:Monobook.css/he]]) */
/* Source: Wikimedia Meta-Wiki (see [[m:MediaWiki:Gadget-rtl.css]] */
/* For LTR editors in RTL wiki (like arwiki, fawiki) */
/* Modified by [[m:User:Kwj2772]] */
/* set the direction in ns--1 to ltr */
.ns--1 #column-content, .ns-6 #column-content{
direction:ltr;
}
li#ca-talk,
li#ca-watch {
margin-right: auto;
margin-left: 1.6em;
}
/* Fix link icons */
#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; }
.errorbox, .successbox, .prefsection fieldset {
float: right;
}
.prefsection {
padding-right: 2em;
}
#userlogin {
float: right;
margin: 0 0 1em 3em;
}
#wpTextbox1, #wikiPreview{
direction:ltr;
}
/* Fix link icons */
.external {
padding: 0 !important;
background: none !important;
}
#n-mainpage, #n-portal, #n-sidebar-sandbox, #n-sidebar-sitesupport {
position:relative;
right:10px;
}
.special {
direction: ltr;
}
/* </source> */