Jump to content

MediaWiki:Common.css

From Cameroon Heritage Encyclopedia
Revision as of 16:28, 10 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 */

/* === Cameroon Heritage Encyclopedia – Brand Colors === */
:root {
    --che-green: #0A4327;
    --che-red: #9B3710;
    --che-yellow: #D19B1E;
}


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

.skin-vector-2022 .mw-header-container {
    background: red !important;
}


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