MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(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; }") Tag: Replaced |
||
Line 16: | Line 16: | ||
padding:0; | padding:0; | ||
} | } | ||
Revision as of 18:27, 11 September 2022
/* 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;
}