MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* ===== HEADER DARK ATRONIA ===== */ | ||
.skin-vector-2022 .mw-header | /* Header principal + sticky */ | ||
.skin-vector-2022 .mw-header, | |||
.skin-vector-2022 .vector-sticky-header { | .skin-vector-2022 .vector-sticky-header { | ||
background-color: #1B2826 !important; | background-color: #1B2826 !important; | ||
border-bottom: none !important; | border-bottom: none !important; | ||
} | } | ||
/* | /* Texto branco 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: #ffffff !important; | ||
} | } | ||
/* | /* Ícones mask-based */ | ||
.skin-vector-2022 .mw-header .mw-ui-icon, | .skin-vector-2022 .mw-header .mw-ui-icon, | ||
.skin-vector-2022 .vector-sticky-header .mw-ui-icon { | .skin-vector-2022 .vector-sticky-header .mw-ui-icon { | ||
| Line 28: | Line 20: | ||
} | } | ||
.skin-vector-2022 .mw-header .vector- | /* Setas dropdown */ | ||
.skin-vector-2022 .vector-sticky-header .vector- | .skin-vector-2022 .mw-header .vector-dropdown-label::after, | ||
.skin-vector-2022 .vector-sticky-header .vector-dropdown-label::after { | |||
filter: invert(1) !important; | |||
} | |||
/* ===== DROPDOWN MENU ===== */ | |||
.skin-vector-2022 .vector-dropdown-content { | |||
background-color: #ffffff !important; | background-color: #ffffff !important; | ||
} | } | ||
.skin-vector-2022 .vector-dropdown-content a, | |||
.skin-vector-2022 .vector-dropdown-content span { | |||
color: #202122 !important; | |||
} | |||
Revision as of 15:39, 19 February 2026
/* ===== HEADER DARK ATRONIA ===== */
/* Header principal + sticky */
.skin-vector-2022 .mw-header,
.skin-vector-2022 .vector-sticky-header {
background-color: #1B2826 !important;
border-bottom: none !important;
}
/* Texto branco no header */
.skin-vector-2022 .mw-header *,
.skin-vector-2022 .vector-sticky-header * {
color: #ffffff !important;
}
/* Ícones mask-based */
.skin-vector-2022 .mw-header .mw-ui-icon,
.skin-vector-2022 .vector-sticky-header .mw-ui-icon {
background-color: #ffffff !important;
}
/* Setas dropdown */
.skin-vector-2022 .mw-header .vector-dropdown-label::after,
.skin-vector-2022 .vector-sticky-header .vector-dropdown-label::after {
filter: invert(1) !important;
}
/* ===== DROPDOWN MENU ===== */
.skin-vector-2022 .vector-dropdown-content {
background-color: #ffffff !important;
}
.skin-vector-2022 .vector-dropdown-content a,
.skin-vector-2022 .vector-dropdown-content span {
color: #202122 !important;
}
/* Aumentar o tamanho do logótipo no Vector 2022 */
.skin-vector-2022 .mw-header-start {
flex-wrap: nowrap !important;
}
.skin-vector-2022 .mw-logo-icon {
max-height: 48 !important;
height: 38px !important;
max-width: 200px !important;
width: auto !important;
}
.skin-vector-2022 .mw-logo-wordmark img {
height: 32px !important;
width: auto !important;
}
.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;
}
/* Fonts setup*/
@font-face {
font-family: 'Wiki Font Title';
src: url('/resources/assets/Nohemi-VF.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Wiki Font Subtitle';
src: url('/resources/assets/Rubik-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Wiki Font Body';
src: url('/resources/assets/Roboto-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}