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; | |||
} | } | ||