MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
line-height: 1.1 !important; | line-height: 1.1 !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
} | |||
@media (max-width: 1000px) { | |||
h1#firstHeading, | |||
h1#firstHeading .mw-page-title-main { | |||
font-size: 1.9em !important; | |||
} | |||
} | |||
@media (max-width: 700px) { | |||
h1#firstHeading, | |||
h1#firstHeading .mw-page-title-main { | |||
font-size: 1.6em !important; | |||
line-height: 1.15 !important; | |||
} | |||
} | } | ||
Revision as of 22:54, 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.1em !important;
line-height: 1.1 !important;
font-weight: bold !important;
}
@media (max-width: 1000px) {
h1#firstHeading,
h1#firstHeading .mw-page-title-main {
font-size: 1.9em !important;
}
}
@media (max-width: 700px) {
h1#firstHeading,
h1#firstHeading .mw-page-title-main {
font-size: 1.6em !important;
line-height: 1.15 !important;
}
}