MediaWiki:Common.css: Difference between revisions
Appearance
Sonja says (talk | contribs) No edit summary |
Sonja says (talk | contribs) No edit summary |
||
| Line 54: | Line 54: | ||
.mw-logo img, | .mw-logo img, | ||
.mw-logo a.mw-logo-container img { | .mw-logo a.mw-logo-container img { | ||
height: | height: 800px !important; | ||
width: auto !important; | width: auto !important; | ||
max-height: 56px !important; | max-height: 56px !important; | ||
Revision as of 20:30, 24 January 2026
/* CSS placed here will be applied to all skins */
/* Vector 2022 background gradient */
html,
body,
.vector-feature-page-tools-disabled .mw-page-container,
.vector-feature-page-tools-enabled .mw-page-container {
background: linear-gradient(0deg, #001D3D 0%, #000814 40%) !important;
background-attachment: fixed !important;
}
/* Make content areas transparent to show gradient */
.mw-page-container,
.mw-body,
#content,
.vector-body {
background: transparent !important;
}
/* Sidebar transparent */
#mw-panel,
.vector-main-menu,
.vector-sidebar {
background: transparent !important;
}
/* Default text color white */
body,
.mw-body,
.mw-body-content,
#mw-content-text,
.vector-body {
color: #FFFFFF !important;
}
/* Header transparent */
.vector-header-container {
background: transparent !important;
}
/* Headings and page titles gold color */
h1, h2, h3, h4, h5, h6,
.mw-headline,
#firstHeading,
.mw-page-title-main,
.page-Main_Page h1 {
color: #FFC300 !important;
}
/* Logo sizing (Vector 2022) */
.mw-logo-icon,
.mw-logo-icon img,
.mw-logo img,
.mw-logo a.mw-logo-container img {
height: 800px !important;
width: auto !important;
max-height: 56px !important;
}
/* If the logo is applied as a background image */
.mw-logo-icon {
background-size: auto 56px !important;
}