Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Mg27713root (talk | contribs) (Moved title hiding to CSS) |
(Template doc) |
||
Line 3: | Line 3: | ||
body.page-Main_Page.action-view h1.firstHeading { | body.page-Main_Page.action-view h1.firstHeading { | ||
display: none !important; | display: none !important; | ||
+ | } | ||
+ | |||
+ | .template-documentation { | ||
+ | clear: both; | ||
+ | margin: 1em 0 0 0; | ||
+ | border: 1px solid #aaa; | ||
+ | background-color: #ecfcf4; | ||
+ | padding: 5px; | ||
} | } |
Revision as of 23:06, 26 May 2021
/* CSS placed here will be applied to all skins */ body.page-Main_Page.action-view h1.firstHeading { display: none !important; } .template-documentation { clear: both; margin: 1em 0 0 0; border: 1px solid #aaa; background-color: #ecfcf4; padding: 5px; }