Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
No edit summary
Line 112: Line 112:


/* ========================================================= */
/* ========================================================= */
/* ============ FORÇAR TODOS OS ÍCONES BRANCOS ============= */
/* ========== FIX GLOBAL ÍCONES HEADER ATRONIA ============ */
/* ========================================================= */
/* ========================================================= */


/* Cor base do header */
/* Forçar variável base branca no header */
.skin-vector-2022 .mw-header,
.skin-vector-2022 .mw-header,
.skin-vector-2022 .vector-sticky-header {
.skin-vector-2022 .vector-sticky-header {
     color: #ffffff !important;
     --color-base: #ffffff !important;
    --color-subtle: #ffffff !important;
}
}


/* Todos os botões do header */
/* Garantir que botões não mudam a cor */
.skin-vector-2022 .mw-header .cdx-button,
.skin-vector-2022 .mw-header .cdx-button,
.skin-vector-2022 .vector-sticky-header .cdx-button {
.skin-vector-2022 .vector-sticky-header .cdx-button {
     color: #ffffff !important;
     color: #ffffff !important;
    mix-blend-mode: normal !important;
}
}


/* Hover mantém branco */
/* Hover não altera a cor */
.skin-vector-2022 .mw-header .cdx-button:hover,
.skin-vector-2022 .mw-header .cdx-button:hover,
.skin-vector-2022 .vector-sticky-header .cdx-button:hover {
.skin-vector-2022 .vector-sticky-header .cdx-button:hover {
     color: #ffffff !important;
     color: #ffffff !important;
    background-color: rgba(255,255,255,0.12) !important;
    mix-blend-mode: normal !important;
}
/* Todos os vector-icons usam currentColor */
.skin-vector-2022 .mw-header .vector-icon,
.skin-vector-2022 .vector-sticky-header .vector-icon {
    background-color: currentColor !important;
}
/* ========================================================= */
/* ===== FORÇAR COR DOS ÍCONES DO HEADER VIA VARIÁVEL ===== */
/* ========================================================= */
.skin-vector-2022 .mw-header,
.skin-vector-2022 .vector-sticky-header {
    --color-base: #ffffff !important;
    --color-subtle: #ffffff !important;
}
}