Jump to content

MediaWiki:Common.css: Difference between revisions

From Cameroon Heritage Encyclopedia
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* === Cameroon Heritage Encyclopedia – Brand Colors === */
:root {
    --che-green: #0A4327;
    --che-red: #9B3710;
    --che-yellow: #D19B1E;
}


/* ==============================
/* ==============================

Revision as of 16:28, 10 February 2026

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