MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
h1, h2 { border: none; } | |||
.mw-headline { font-family: sans-serif; font-size: 1.0em; font-weight: bold; | |||
body.page-Main_Page h1.firstHeading { display: none; } | |||
.mw-page-title-main { font-family: sans-serif; font-size: 1.2em; font-weight: bold; text-decoration: none; } | |||
.mw-headline { font-family: sans-serif; font-size: 1.0em; font-weight: bold; text-decoration: none; } | |||
Latest revision as of 21:32, 29 December 2023
/* CSS placed here will be applied to all skins */
h1, h2 { border: none; }
body.page-Main_Page h1.firstHeading { display: none; }
.mw-page-title-main { font-family: sans-serif; font-size: 1.2em; font-weight: bold; text-decoration: none; }
.mw-headline { font-family: sans-serif; font-size: 1.0em; font-weight: bold; text-decoration: none; }