MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* ==============================
Header background – Vector 2022
============================== */
.skin-vector-2022 .mw-header {
background-image: url("/wiki/Special:Redirect/file/Bgheader.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
/* Improve contrast */
.skin-vector-2022 .mw-header,
.skin-vector-2022 .mw-header a,
.skin-vector-2022 .mw-header .mw-ui-icon {
color: #ffffff;
}
/* Dark overlay so text is readable */
.skin-vector-2022 .mw-header::before {
content: "";
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.35);
z-index: 0;
}
.skin-vector-2022 .mw-header > * {
position: relative;
z-index: 1;
}