MediaWiki:Vector-2022.css: Difference between revisions
MediaWiki interface page
More actions
mNo edit summary |
Moved Vector-specific css from MediaWiki:Font.css to here |
||
| Line 13: | Line 13: | ||
/* Typography */ | /* Typography */ | ||
.mw-body | .mw-body h1 { | ||
font-size: 48px !important; | |||
} | } | ||
| Line 20: | Line 20: | ||
border-color: var(--theme-border-color) !important; | border-color: var(--theme-border-color) !important; | ||
border-width: 2px; | border-width: 2px; | ||
} | |||
.mw-body h3 { | |||
font-weight: normal; | |||
} | |||
/* Heading Border Color */ | |||
.mw-heading1, h1, .mw-heading2, h2 { | |||
border-color: #212337 !important; | |||
} | } | ||
| Line 304: | Line 313: | ||
/* Misc */ | /* Misc */ | ||
/* Remove forced position on title bar */ | |||
.vector-page-titlebar { | |||
position: inherit !important; | |||
} | |||
.vector-page-titlebar::after { | .vector-page-titlebar::after { | ||
height: 0; | height: 0; | ||