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-2022.css: Difference between revisions

MediaWiki interface page
mNo edit summary
Moved Vector-specific css from MediaWiki:Font.css to here
Line 13: Line 13:


/* Typography */
/* Typography */
.mw-body h3 {
.mw-body h1 {
  font-weight: normal;
    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;