Views
Actions
Difference between revisions of "MediaWiki:Common.css"
From Forge Community Wiki
(Hide the first header for the Main Page) |
m (Make question text stand out on create account screen) |
||
Line 6: | Line 6: | ||
display: none; | display: none; | ||
} | } | ||
+ | |||
+ | .htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:red; } |
Latest revision as of 05:07, 20 February 2021
/* CSS placed here will be applied to all skins */ /* Hides the Main Page's first header */ body.page-Main_Page h1.firstHeading, body.page-Main_Page #siteSub { display: none; } .htmlform-tip + .mw-htmlform-field-HTMLInfoField { color:red; }