Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
/* ================= HEADER ATRONIA ================= */
.skin-vector-2022 .mw-header,
.skin-vector-2022 .vector-sticky-header {
    background-color: #1B2826 !important;
    border-bottom: none !important;
    color: #ffffff !important;
}
/* Links e título no header */
.skin-vector-2022 .mw-header a,
.skin-vector-2022 .vector-sticky-header a,
.skin-vector-2022 .vector-sticky-header .mw-page-title-main {
    color: #ffffff !important;
}
/* Ícones (Vector usa currentColor) */
.skin-vector-2022 .mw-header .mw-ui-icon,
.skin-vector-2022 .vector-sticky-header .mw-ui-icon {
    background-color: currentColor !important;
}
/* Reset dropdown */
.skin-vector-2022 .vector-dropdown-content {
    background-color: #ffffff !important;
}
.skin-vector-2022 .vector-dropdown-content a {
    color: #202122 !important;
}
/* Aumentar o tamanho do logótipo no Vector 2022 */
/* Aumentar o tamanho do logótipo no Vector 2022 */
   
   
Line 126: Line 89:


/* ===== DROPDOWN CORRETO ===== */
/* ===== DROPDOWN CORRETO ===== */
.skin-vector-2022 .vector-dropdown-content {
    background-color: #ffffff !important;
}
.skin-vector-2022 .vector-dropdown-content a {
    color: #202122 !important;
}
/* ===== HEADER BACKGROUND ===== */
.skin-vector-2022 .mw-header,
.skin-vector-2022 .vector-sticky-header {
    background-color: #1B2826 !important;
    border-bottom: none !important;
}
/* ===== FORÇAR TODOS OS ÍCONES DO HEADER A BRANCO ===== */
.skin-vector-2022 .mw-header .vector-icon,
.skin-vector-2022 .vector-sticky-header .vector-icon {
    background-color: #ffffff !important;
}
/* ===== TEXTO DO HEADER ===== */
.skin-vector-2022 .mw-header,
.skin-vector-2022 .vector-sticky-header,
.skin-vector-2022 .mw-header a,
.skin-vector-2022 .vector-sticky-header a,
.skin-vector-2022 .vector-sticky-header .mw-page-title-main {
    color: #ffffff !important;
}
/* ===== DROPDOWN RESET ===== */


.skin-vector-2022 .vector-dropdown-content {
.skin-vector-2022 .vector-dropdown-content {