MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
h1#firstHeading, | h1#firstHeading, | ||
h1#firstHeading .mw-page-title-main { | h1#firstHeading .mw-page-title-main { | ||
font-size: 2. | font-family: Arial, Helvetica, sans-serif !important; | ||
font-size: 2.3em !important; | |||
line-height: 1.1 !important; | line-height: 1.1 !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
} | } | ||
Revision as of 22:52, 23 March 2026
/* PAGE HEADING TEXT RULES */
/* ----------------------- */
h1#firstHeading,
h1#firstHeading .mw-page-title-main {
font-family: Arial, Helvetica, sans-serif !important;
font-size: 2.3em !important;
line-height: 1.1 !important;
font-weight: bold !important;
}