Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
No edit summary
Line 135: 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;
}
}