MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 111: | Line 111: | ||
/* ===== | /* ===== HEADER BACKGROUND ===== */ | ||
.skin-vector-2022 .mw-header, | .skin-vector-2022 .mw-header, | ||
.skin-vector-2022 .vector-sticky-header { | .skin-vector-2022 .vector-sticky-header { | ||
--color- | background-color: #1B2826 !important; | ||
--color- | border-bottom: none !important; | ||
} | |||
/* ===== TEXTO DO 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 DO HEADER (mask-based) ===== */ | |||
.skin-vector-2022 .mw-header .mw-ui-icon, | |||
.skin-vector-2022 .vector-sticky-header .mw-ui-icon { | |||
background-color: #ffffff !important; | |||
} | |||
/* ===== ÍCONES DO STICKY HEADER CONTAINER ===== */ | |||
.skin-vector-2022 .vector-sticky-header-icons .mw-ui-icon { | |||
background-color: #ffffff !important; | |||
} | |||
/* ===== DROPDOWN CORRETO ===== */ | |||
.skin-vector-2022 .vector-dropdown-content { | |||
background-color: #ffffff !important; | |||
} | |||
.skin-vector-2022 .vector-dropdown-content a { | |||
color: #202122 !important; | |||
} | } | ||