Difference between revisions of "MediaWiki:Common.css"
(Test) |
|||
Line 4: | Line 4: | ||
body { background-color: red; } | body { background-color: red; } | ||
+ | |||
+ | body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } |
Revision as of 13:45, 10 April 2016
/* CSS placed here will be applied to all skins */ /* Noah's test area is below - if something's going wrong, it's likely down there, sorry */ body { background-color: red; } body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }