Jump to content

MediaWiki:Common.css

From Cameroon Heritage Encyclopedia
Revision as of 06:38, 9 February 2026 by Admin (talk | contribs)

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 */

/* ==============================
   Vector 2022 – Header background
   ============================== */

.skin-vector-2022 .mw-header-container {
    background: url("/wiki/Special:Redirect/file/Bgheader.jpg") center / cover no-repeat;
}

/* Make text and icons readable */
.skin-vector-2022 .mw-header-container,
.skin-vector-2022 .mw-header-container a,
.skin-vector-2022 .mw-header-container .mw-ui-icon {
    color: #ffffff;
}

/* Dark overlay */
.skin-vector-2022 .mw-header-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 0;
}

.skin-vector-2022 .mw-header-container > * {
    position: relative;
    z-index: 1;
}