Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 185: Line 185:
padding: 0;
padding: 0;
background: transparent;
background: transparent;
}
/* PAGE TITLE TEXT */
/* --------------- */
body.skin-vector-legacy h1#firstHeading,
body.skin-vector-legacy h1#firstHeading .mw-page-title-main {
font-family: Arial, Helvetica, sans-serif !important;
font-size: clamp(30px, 3.2vw, 42px) !important;
line-height: 1.1 !important;
font-weight: bold !important;
}
}