MediaWiki:Common.css
Revision as of 18:27, 11 September 2022 by Prince of asia (talk | contribs) (Replaced content with "→CSS placed here will be applied to all skins: →remove header on Main_Page: body.page-Main_Page.ns-subject h1.firstHeading { display: none; } →* INFOBOXES *: div.infobox{ float:right; position:relative; width:300px; background:#FFF; font-size:.923em; border:1px solid #AAA; margin:0 0 1em 1em; padding:0; }")
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/*remove header on Main_Page*/
body.page-Main_Page.ns-subject h1.firstHeading {
display: none;
}
/** INFOBOXES **/
div.infobox{
float:right;
position:relative;
width:300px;
background:#FFF;
font-size:.923em;
border:1px solid #AAA;
margin:0 0 1em 1em;
padding:0;
}