MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
/* PAGE HEADING TEXT RULES */ | /* PAGE HEADING TEXT RULES */ | ||
/* ----------------------- */ | /* ----------------------- */ | ||
#firstHeading, | #content #firstHeading, | ||
h1.firstHeading, | #content h1.firstHeading, | ||
.firstHeading, | .mw-body #firstHeading, | ||
.mw-body h1.firstHeading, | |||
.mw-first-heading, | .mw-first-heading, | ||
.mw-page-title-main { | .mw-page-title-main { | ||
font-size: 48px !important; | font-size: 48px !important; | ||
line-height: 1.1 !important; | |||
font-weight: bold !important; | |||
color: red !important; | color: red !important; | ||
} | } | ||