MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/*--------------------------------- | /* Navbar principal */ | ||
.skin-vector-2022 .mw-header { | |||
background-color: #1B2826 !important; | |||
} | |||
/* Navbar sticky (quando faz scroll) */ | |||
.skin-vector-2022 .vector-sticky-header { | |||
background-color: #1B2826 !important; | |||
} | |||
/* Remover bordas claras */ | |||
.skin-vector-2022 .mw-header, | |||
.skin-vector-2022 .vector-sticky-header { | |||
border-bottom: none !important; | |||
} | |||
/* texto da navbar a branco */ | |||
.skin-vector-2022 .mw-header a, | |||
.skin-vector-2022 .vector-sticky-header a { | |||
color: #ffffff !important; | |||
} | |||
/* icons da navbar a branco */ | |||
.skin-vector-2022 .mw-header .vector-icon, | |||
.skin-vector-2022 .vector-sticky-header .vector-icon { | |||
color: #ffffff !important; | |||
} | |||
/* Aumentar o tamanho do logótipo no Vector 2022 */ | /* Aumentar o tamanho do logótipo no Vector 2022 */ | ||
.skin-vector-2022 .mw-header-start { | .skin-vector-2022 .mw-header-start { | ||