MediaWiki:Common.css: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 1: | Linha 1: | ||
/* ======================================== | /* ======================================== | ||
TEMA DARK GLOBAL COMPLETO ( | 🌙 TEMA DARK GLOBAL COMPLETO (FINAL) | ||
======================================== */ | ======================================== */ | ||
| Linha 15: | Linha 15: | ||
} | } | ||
/* ===== | /* ===== TEXTO GLOBAL ===== */ | ||
body, p, span, div, li, ul, ol | body, p, span, div, li, ul, ol { | ||
color: #e4e6eb !important; | color: #e4e6eb !important; | ||
} | } | ||
| Linha 33: | Linha 30: | ||
} | } | ||
/* ===== SIDEBAR ===== */ | /* ======================================== | ||
📚 SIDEBAR | |||
======================================== */ | |||
#mw-panel { | #mw-panel { | ||
background-color: #161b22 !important; | background-color: #161b22 !important; | ||
} | } | ||
#mw-panel a, | #mw-panel a, | ||
#mw-panel a:visited { | #mw-panel a:visited { | ||
| Linha 50: | Linha 49: | ||
} | } | ||
/* ===== LINKS | /* ======================================== | ||
🔗 LINKS | |||
======================================== */ | |||
.mw-parser-output a { | .mw-parser-output a { | ||
color: #58a6ff !important; | color: #58a6ff !important; | ||
| Linha 59: | Linha 61: | ||
} | } | ||
/* ===== TABELAS ===== */ | /* ======================================== | ||
📊 TABELAS | |||
======================================== */ | |||
table, .wikitable { | table, .wikitable { | ||
background-color: #2a2d31 !important; | background-color: #2a2d31 !important; | ||
| Linha 67: | Linha 72: | ||
} | } | ||
th, .wikitable th { | th, .wikitable th { | ||
background-color: #202225 !important; | background-color: #202225 !important; | ||
| Linha 74: | Linha 78: | ||
} | } | ||
td, .wikitable td { | td, .wikitable td { | ||
background-color: #2a2d31 !important; | background-color: #2a2d31 !important; | ||
| Linha 81: | Linha 84: | ||
} | } | ||
tr:hover td { | tr:hover td { | ||
background-color: #32363c !important; | background-color: #32363c !important; | ||
} | } | ||
/* ===== INPUTS ===== */ | /* ======================================== | ||
🧾 CAIXAS | |||
======================================== */ | |||
.infobox, .toc, .thumb { | |||
background-color: #2a2d31 !important; | |||
border: 1px solid #444 !important; | |||
color: #e4e6eb !important; | |||
} | |||
/* ======================================== | |||
🧩 INPUTS / BOTÕES | |||
======================================== */ | |||
input, textarea, select { | input, textarea, select { | ||
background-color: #2a2d31 !important; | background-color: #2a2d31 !important; | ||
| Linha 93: | Linha 108: | ||
} | } | ||
button { | button { | ||
background-color: #30363d !important; | background-color: #30363d !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
border: 1px solid #555 !important; | border: 1px solid #555 !important; | ||
} | } | ||
| Linha 105: | Linha 118: | ||
} | } | ||
/* ===== | /* ======================================== | ||
. | 🔥 BOTÕES DO TOPO (CORREÇÃO FINAL) | ||
======================================== */ | |||
/* Remove fundo branco geral */ | |||
.vector-page-toolbar, | |||
.vector-menu-tabs, | |||
.vector-menu-tabs ul { | |||
background-color: transparent !important; | |||
} | |||
/* Tabs principais (Página / Discussão) */ | |||
.vector-menu-tabs li a { | |||
background-color: #2a2d31 !important; | background-color: #2a2d31 !important; | ||
color: #e4e6eb !important; | |||
border: 1px solid #444 !important; | border: 1px solid #444 !important; | ||
border-bottom: none !important; | |||
} | } | ||
/* | /* Hover */ | ||
. | .vector-menu-tabs li a:hover { | ||
background-color: | background-color: #32363c !important; | ||
color: #ffffff !important; | |||
} | } | ||
/* | /* Aba ativa */ | ||
.vector-menu-tabs .selected a, | |||
border- | .vector-menu-tabs .selected a:visited { | ||
background-color: #1e1e1e !important; | |||
color: #ffffff !important; | |||
border-bottom: 1px solid #1e1e1e !important; | |||
} | } | ||
/* | /* Botões direita (Editar, Histórico, etc) */ | ||
.vector-page-toolbar .vector-menu-content li a { | |||
background-color: #2a2d31 !important; | background-color: #2a2d31 !important; | ||
color: #e4e6eb !important; | color: #e4e6eb !important; | ||
| Linha 129: | Linha 158: | ||
} | } | ||
/* ===== | .vector-page-toolbar .vector-menu-content li a:hover { | ||
background-color: #32363c !important; | |||
color: #ffffff !important; | |||
} | |||
/* ======================================== | |||
🧼 LIMPEZA FINAL | |||
======================================== */ | |||
.vector-page-toolbar, | .vector-page-toolbar, | ||
.vector-header-container, | .vector-header-container, | ||
| Linha 135: | Linha 172: | ||
.mw-footer { | .mw-footer { | ||
background-color: #1e1e1e !important; | background-color: #1e1e1e !important; | ||
} | |||
hr { | |||
border-color: #444 !important; | |||
} | |||
pre, code { | |||
background-color: #2a2d31 !important; | |||
color: #e4e6eb !important; | |||
border: 1px solid #444 !important; | |||
} | |||
.thumbinner { | |||
background-color: transparent !important; | |||
} | } | ||
| Linha 148: | Linha 199: | ||
/* ======================================== | /* ======================================== | ||
ANTI- | 🚨 ANTI-PRETO FINAL (GARANTE BRANCO) | ||
======================================== */ | ======================================== */ | ||
[style*="color: black"], | [style*="color: black"], | ||
[style*="color:#000"], | [style*="color:#000"], | ||
Edição das 12h53min de 7 de maio de 2026
/* ========================================
🌙 TEMA DARK GLOBAL COMPLETO (FINAL)
======================================== */
/* ===== FUNDO GLOBAL ===== */
html, body,
#content,
.mw-body,
.mw-parser-output,
.vector-body,
.vector-page-content,
.mw-page-container {
background-color: #1e1e1e !important;
color: #e4e6eb !important;
}
/* ===== TEXTO GLOBAL ===== */
body, p, span, div, li, ul, ol {
color: #e4e6eb !important;
}
/* ===== TÍTULOS ===== */
h1, h2, h3, h4, h5, h6 {
color: #ffffff !important;
}
/* ===== TOPO ===== */
#mw-head {
background-color: #161b22 !important;
}
/* ========================================
📚 SIDEBAR
======================================== */
#mw-panel {
background-color: #161b22 !important;
}
#mw-panel a,
#mw-panel a:visited {
color: #ffffff !important;
transition: 0.2s;
}
#mw-panel a:hover {
color: #58a6ff !important;
padding-left: 4px;
}
/* ========================================
🔗 LINKS
======================================== */
.mw-parser-output a {
color: #58a6ff !important;
}
.mw-parser-output a:visited {
color: #8ab4f8 !important;
}
/* ========================================
📊 TABELAS
======================================== */
table, .wikitable {
background-color: #2a2d31 !important;
color: #e4e6eb !important;
border: 1px solid #444 !important;
border-collapse: collapse !important;
}
th, .wikitable th {
background-color: #202225 !important;
color: #ffffff !important;
padding: 8px;
}
td, .wikitable td {
background-color: #2a2d31 !important;
color: #e4e6eb !important;
padding: 6px;
}
tr:hover td {
background-color: #32363c !important;
}
/* ========================================
🧾 CAIXAS
======================================== */
.infobox, .toc, .thumb {
background-color: #2a2d31 !important;
border: 1px solid #444 !important;
color: #e4e6eb !important;
}
/* ========================================
🧩 INPUTS / BOTÕES
======================================== */
input, textarea, select {
background-color: #2a2d31 !important;
color: #ffffff !important;
border: 1px solid #555 !important;
}
button {
background-color: #30363d !important;
color: #ffffff !important;
border: 1px solid #555 !important;
}
button:hover {
background-color: #3a3f46 !important;
}
/* ========================================
🔥 BOTÕES DO TOPO (CORREÇÃO FINAL)
======================================== */
/* Remove fundo branco geral */
.vector-page-toolbar,
.vector-menu-tabs,
.vector-menu-tabs ul {
background-color: transparent !important;
}
/* Tabs principais (Página / Discussão) */
.vector-menu-tabs li a {
background-color: #2a2d31 !important;
color: #e4e6eb !important;
border: 1px solid #444 !important;
border-bottom: none !important;
}
/* Hover */
.vector-menu-tabs li a:hover {
background-color: #32363c !important;
color: #ffffff !important;
}
/* Aba ativa */
.vector-menu-tabs .selected a,
.vector-menu-tabs .selected a:visited {
background-color: #1e1e1e !important;
color: #ffffff !important;
border-bottom: 1px solid #1e1e1e !important;
}
/* Botões direita (Editar, Histórico, etc) */
.vector-page-toolbar .vector-menu-content li a {
background-color: #2a2d31 !important;
color: #e4e6eb !important;
border: 1px solid #444 !important;
}
.vector-page-toolbar .vector-menu-content li a:hover {
background-color: #32363c !important;
color: #ffffff !important;
}
/* ========================================
🧼 LIMPEZA FINAL
======================================== */
.vector-page-toolbar,
.vector-header-container,
.vector-column-end,
.mw-footer {
background-color: #1e1e1e !important;
}
hr {
border-color: #444 !important;
}
pre, code {
background-color: #2a2d31 !important;
color: #e4e6eb !important;
border: 1px solid #444 !important;
}
.thumbinner {
background-color: transparent !important;
}
/* ===== SCROLL ===== */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-thumb {
background: #444;
border-radius: 4px;
}
/* ========================================
🚨 ANTI-PRETO FINAL (GARANTE BRANCO)
======================================== */
[style*="color: black"],
[style*="color:#000"],
[style*="color: #000"] {
color: #e4e6eb !important;
}