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 (ULTRA FIX) | ||
======================================== */ | ======================================== */ | ||
| Linha 15: | Linha 15: | ||
} | } | ||
/* ===== TEXTO | /* ===== TEXTO ===== */ | ||
body, p, span, div, li, ul, ol { | body, p, span, div, li, ul, ol { | ||
color: #e4e6eb !important; | color: #e4e6eb !important; | ||
| Linha 25: | Linha 25: | ||
} | } | ||
/* ===== | /* ===== HEADER ===== */ | ||
#mw-head { | #mw-head, | ||
.vector-header-container { | |||
background-color: #161b22 !important; | background-color: #161b22 !important; | ||
} | } | ||
| Linha 41: | Linha 42: | ||
#mw-panel a:visited { | #mw-panel a:visited { | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
| Linha 75: | Linha 75: | ||
background-color: #202225 !important; | background-color: #202225 !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
| Linha 81: | Linha 80: | ||
background-color: #2a2d31 !important; | background-color: #2a2d31 !important; | ||
color: #e4e6eb !important; | color: #e4e6eb !important; | ||
} | } | ||
| Linha 95: | Linha 93: | ||
background-color: #2a2d31 !important; | background-color: #2a2d31 !important; | ||
border: 1px solid #444 !important; | border: 1px solid #444 !important; | ||
} | } | ||
| Linha 119: | Linha 116: | ||
/* ======================================== | /* ======================================== | ||
💣 FIX DEFINITIVO BOTÕES TOPO (VECTOR) | |||
======================================== */ | ======================================== */ | ||
/* | /* RESET TOTAL */ | ||
.vector-menu-tabs, | |||
.vector-menu-tabs ul, | |||
.vector-page-toolbar, | .vector-page-toolbar, | ||
.vector-menu- | .vector-menu-content { | ||
background: transparent !important; | |||
background | |||
} | } | ||
/* | /* TABS (Página / Discussão) */ | ||
.vector-menu-tabs li a { | .vector-menu-tabs li a, | ||
background | .vector-menu-tabs li a:link, | ||
.vector-menu-tabs li a:visited { | |||
background: #2a2d31 !important; | |||
color: #e4e6eb !important; | color: #e4e6eb !important; | ||
border: 1px solid #444 !important; | border: 1px solid #444 !important; | ||
box-shadow: none !important; | |||
} | } | ||
/* | /* HOVER */ | ||
.vector-menu-tabs li a:hover { | .vector-menu-tabs li a:hover { | ||
background | background: #32363c !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
/* | /* ATIVO */ | ||
.vector-menu-tabs .selected a | .vector-menu-tabs .selected a { | ||
background: #1e1e1e !important; | |||
background | |||
color: #ffffff !important; | color: #ffffff !important; | ||
border-bottom: 1px solid #1e1e1e !important; | border-bottom: 1px solid #1e1e1e !important; | ||
} | } | ||
/* | /* BOTÕES DIREITA (Editar etc) */ | ||
.vector-menu-content li a { | |||
background | background: #2a2d31 !important; | ||
color: #e4e6eb !important; | color: #e4e6eb !important; | ||
border: 1px solid #444 !important; | border: 1px solid #444 !important; | ||
} | } | ||
.vector-menu-content li a:hover { | |||
background | background: #32363c !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | |||
/* REMOVE FUNDO BRANCO FORÇADO */ | |||
.vector-menu-tabs li, | |||
.vector-menu-content li { | |||
background: transparent !important; | |||
} | |||
/* REMOVE GRADIENTES */ | |||
.vector-menu-tabs li a { | |||
background-image: none !important; | |||
} | } | ||
| Linha 181: | Linha 191: | ||
background-color: #2a2d31 !important; | background-color: #2a2d31 !important; | ||
color: #e4e6eb !important; | color: #e4e6eb !important; | ||
} | } | ||
/* ======================================== | /* ======================================== | ||
🚨 ANTI-PRETO FINAL | 🚨 ANTI-TEXTO PRETO FINAL | ||
======================================== */ | ======================================== */ | ||
Edição das 12h58min de 7 de maio de 2026
/* ========================================
🌙 TEMA DARK GLOBAL COMPLETO (ULTRA FIX)
======================================== */
/* ===== 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 ===== */
body, p, span, div, li, ul, ol {
color: #e4e6eb !important;
}
/* ===== TÍTULOS ===== */
h1, h2, h3, h4, h5, h6 {
color: #ffffff !important;
}
/* ===== HEADER ===== */
#mw-head,
.vector-header-container {
background-color: #161b22 !important;
}
/* ========================================
📚 SIDEBAR
======================================== */
#mw-panel {
background-color: #161b22 !important;
}
#mw-panel a,
#mw-panel a:visited {
color: #ffffff !important;
}
#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;
}
td, .wikitable td {
background-color: #2a2d31 !important;
color: #e4e6eb !important;
}
tr:hover td {
background-color: #32363c !important;
}
/* ========================================
🧾 CAIXAS
======================================== */
.infobox, .toc, .thumb {
background-color: #2a2d31 !important;
border: 1px solid #444 !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;
}
/* ========================================
💣 FIX DEFINITIVO BOTÕES TOPO (VECTOR)
======================================== */
/* RESET TOTAL */
.vector-menu-tabs,
.vector-menu-tabs ul,
.vector-page-toolbar,
.vector-menu-content {
background: transparent !important;
}
/* TABS (Página / Discussão) */
.vector-menu-tabs li a,
.vector-menu-tabs li a:link,
.vector-menu-tabs li a:visited {
background: #2a2d31 !important;
color: #e4e6eb !important;
border: 1px solid #444 !important;
box-shadow: none !important;
}
/* HOVER */
.vector-menu-tabs li a:hover {
background: #32363c !important;
color: #ffffff !important;
}
/* ATIVO */
.vector-menu-tabs .selected a {
background: #1e1e1e !important;
color: #ffffff !important;
border-bottom: 1px solid #1e1e1e !important;
}
/* BOTÕES DIREITA (Editar etc) */
.vector-menu-content li a {
background: #2a2d31 !important;
color: #e4e6eb !important;
border: 1px solid #444 !important;
}
.vector-menu-content li a:hover {
background: #32363c !important;
color: #ffffff !important;
}
/* REMOVE FUNDO BRANCO FORÇADO */
.vector-menu-tabs li,
.vector-menu-content li {
background: transparent !important;
}
/* REMOVE GRADIENTES */
.vector-menu-tabs li a {
background-image: none !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;
}
/* ========================================
🚨 ANTI-TEXTO PRETO FINAL
======================================== */
[style*="color: black"],
[style*="color:#000"],
[style*="color: #000"] {
color: #e4e6eb !important;
}