Difference between revisions of "Module:Message box/ombox.css"

use the exact same selector and rules as found in MediaWiki:Gadget-enwp-boxes.css—TemplateStyles will make sure that this rule overrides the gadget’s one and that this rule flips appropriately on RTL pages (as long as they have page language set, i.e. they use the Translate extension)
>Shirayuki
(rtl)
 
>Tacsipacsi
(use the exact same selector and rules as found in MediaWiki:Gadget-enwp-boxes.css—TemplateStyles will make sure that this rule overrides the gadget’s one and that this rule flips appropriately on RTL pages (as long as they have page language set, i.e. they use the Translate extension))
Line 1: Line 1:
.mw-content-rtl .ombox {
html body.mediawiki .mbox-small {
float:left;
clear: right;
clear:left;
float: right;
margin:4px 1em 4px 0;
margin: 4px 0 4px 1em;
}
}
Anonymous user