MediaWiki:Common.css: Difference between revisions
From Fortress Blast
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
body { | body { | ||
background: white; | background: white; | ||
} | } | ||
Line 15: | Line 10: | ||
display: none; | display: none; | ||
} | } | ||
Revision as of 21:39, 30 January 2020
/* CSS placed here will be applied to all skins */ /* Removes fancy default background */ body { background: white; } /* Removes title from main and disclaimers pages */ .page-Main_Page #content #firstHeading, .page-Fortress_Blast_General_disclaimer #content #firstHeading { display: none; }