MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 107: | Line 107: | ||
.skin-vector-2022 .vector-sticky-header .vector-dropdown-label::after { | .skin-vector-2022 .vector-sticky-header .vector-dropdown-label::after { | ||
background-color: #ffffff !important; | background-color: #ffffff !important; | ||
| Line 120: | Line 117: | ||
background-color: rgba(255,255,255,0.15) !important; | background-color: rgba(255,255,255,0.15) !important; | ||
} | } | ||
/* Garantir que o ícone continua branco */ | /* Garantir que o ícone continua branco */ | ||
| Line 126: | Line 124: | ||
background-color: #ffffff !important; | background-color: #ffffff !important; | ||
} | } | ||
| Line 138: | Line 135: | ||
background-color: rgba(255,255,255,0.12) !important; | background-color: rgba(255,255,255,0.12) !important; | ||
mix-blend-mode: normal !important; | mix-blend-mode: normal !important; | ||
} | |||
/* ========================================================= */ | |||
/* ================= ATRONIA LINK COLOR ===================== */ | |||
/* ========================================================= */ | |||
/* Links normais */ | |||
a, | |||
.mw-body-content a, | |||
.mw-parser-output a { | |||
color: #1B2826 !important; | |||
} | |||
/* Hover */ | |||
a:hover, | |||
.mw-body-content a:hover, | |||
.mw-parser-output a:hover { | |||
color: #12201f !important; /* ligeiramente mais escuro */ | |||
text-decoration-color: #1B2826 !important; | |||
} | |||
/* Links visitados */ | |||
a:visited, | |||
.mw-body-content a:visited { | |||
color: #1B2826 !important; | |||
} | |||
/* Tabs (Read / Edit / History) */ | |||
.vector-menu-tabs .vector-menu-item a { | |||
color: #1B2826 !important; | |||
} | |||
/* Sidebar */ | |||
.vector-menu-portal .vector-menu-content a { | |||
color: #1B2826 !important; | |||
} | |||
/* Active tab underline */ | |||
.vector-menu-tabs .vector-menu-item.selected a { | |||
border-bottom-color: #1B2826 !important; | |||
} | } | ||
Revision as of 16:21, 19 February 2026
/* ========================================================= */
/* ================= LOGO CONFIG ============================ */
/* ========================================================= */
.skin-vector-2022 .mw-header-start {
flex-wrap: nowrap !important;
}
.skin-vector-2022 .mw-logo-icon {
max-height: 48px !important;
height: 38px !important;
max-width: 200px !important;
width: auto !important;
}
.skin-vector-2022 .mw-logo-wordmark img {
height: 32px !important;
width: auto !important;
}
/* ========================================================= */
/* ================= FONT CONFIG ============================ */
/* ========================================================= */
@font-face {
font-family: 'Wiki Font Title';
src: url('/resources/assets/Nohemi-VF.ttf') format('truetype');
}
@font-face {
font-family: 'Wiki Font Subtitle';
src: url('/resources/assets/Rubik-Medium.ttf') format('truetype');
}
@font-face {
font-family: 'Wiki Font Body';
src: url('/resources/assets/Roboto-Regular.ttf') format('truetype');
}
.mw-body-content {
font-family: 'Wiki Font Body', sans-serif;
}
.mw-page-title-main {
font-family: 'Wiki Font Title', sans-serif;
}
.mw-headline {
font-family: 'Wiki Font Subtitle', sans-serif;
}
/* ========================================================= */
/* ================= HEADER ATRONIA ========================= */
/* ========================================================= */
/* Background */
.skin-vector-2022 .mw-header,
.skin-vector-2022 .vector-sticky-header {
background-color: #1B2826 !important;
border-bottom: none !important;
color: #ffffff !important;
}
/* Links + title */
.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;
}
/* Force ALL header icons to white */
.skin-vector-2022 .mw-header .vector-icon,
.skin-vector-2022 .vector-sticky-header .vector-icon,
.skin-vector-2022 .mw-header .mw-ui-icon,
.skin-vector-2022 .vector-sticky-header .mw-ui-icon {
background-color: #ffffff !important;
}
/* ========================================================= */
/* ================= DROPDOWN RESET ========================= */
/* ========================================================= */
.skin-vector-2022 .vector-dropdown-content {
background-color: #ffffff !important;
}
.skin-vector-2022 .vector-dropdown-content a {
color: #202122 !important;
}
/* ===== CORRIGIR ÍCONES DO DROPDOWN ===== */
.skin-vector-2022 .vector-dropdown-content .vector-icon,
.skin-vector-2022 .vector-dropdown-content .mw-ui-icon {
background-color: #202122 !important;
color: #202122 !important;
}
/* ===== FORÇAR COR DA SETA (DROPDOWN ARROW) ===== */
.skin-vector-2022 .mw-header .vector-dropdown-label::after,
.skin-vector-2022 .vector-sticky-header .vector-dropdown-label::after {
background-color: #ffffff !important;
/* ===== FIX HOVER DOS ICON BUTTONS NO HEADER ===== */
.skin-vector-2022 .mw-header .cdx-button:hover,
.skin-vector-2022 .vector-sticky-header .cdx-button:hover {
mix-blend-mode: normal !important;
background-color: rgba(255,255,255,0.15) !important;
}
/* Garantir que o ícone continua branco */
.skin-vector-2022 .mw-header .cdx-button:hover .vector-icon,
.skin-vector-2022 .vector-sticky-header .cdx-button:hover .vector-icon {
background-color: #ffffff !important;
}
/* ===== FIX HOVER FORTE DO USER DROPDOWN ===== */
.skin-vector-2022 .mw-header
.vector-dropdown-checkbox:hover + .vector-dropdown-label,
.skin-vector-2022 .vector-sticky-header
.vector-dropdown-checkbox:hover + .vector-dropdown-label {
background-color: rgba(255,255,255,0.12) !important;
mix-blend-mode: normal !important;
}
/* ========================================================= */
/* ================= ATRONIA LINK COLOR ===================== */
/* ========================================================= */
/* Links normais */
a,
.mw-body-content a,
.mw-parser-output a {
color: #1B2826 !important;
}
/* Hover */
a:hover,
.mw-body-content a:hover,
.mw-parser-output a:hover {
color: #12201f !important; /* ligeiramente mais escuro */
text-decoration-color: #1B2826 !important;
}
/* Links visitados */
a:visited,
.mw-body-content a:visited {
color: #1B2826 !important;
}
/* Tabs (Read / Edit / History) */
.vector-menu-tabs .vector-menu-item a {
color: #1B2826 !important;
}
/* Sidebar */
.vector-menu-portal .vector-menu-content a {
color: #1B2826 !important;
}
/* Active tab underline */
.vector-menu-tabs .vector-menu-item.selected a {
border-bottom-color: #1B2826 !important;
}