MediaWiki:Vector.css: Difference between revisions

From Wizards and Warlords
Jump to navigation Jump to search
Created page with "h1#firstHeading, h1#firstHeading .mw-page-title-main { font-size: 3em !important; line-height: 1.1 !important; font-weight: bold !important; }"
 
No edit summary
Line 1: Line 1:
font-family: Arial, Helvetica, sans-serif !important;
/* PAGE HEADING TEXT RULES */
/* ----------------------- */
h1#firstHeading,
h1#firstHeading,
h1#firstHeading .mw-page-title-main {
h1#firstHeading .mw-page-title-main {
font-size: 3em !important;
font-size: 2.1em !important;
line-height: 1.1 !important;
line-height: 1.1 !important;
font-weight: bold !important;
font-weight: bold !important;
}
}

Revision as of 22:51, 23 March 2026

font-family: Arial, Helvetica, sans-serif !important;

/* PAGE HEADING TEXT RULES */
/* ----------------------- */
h1#firstHeading,
h1#firstHeading .mw-page-title-main {
	font-size: 2.1em !important;
	line-height: 1.1 !important;
	font-weight: bold !important;
}