MediaWiki:Common.css: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição Etiqueta: Reversão manual |
Sem resumo de edição |
||
| Linha 1: | Linha 1: | ||
/* | /* ======================================== | ||
TEMA DARK GLOBAL | |||
======================================== */ | |||
/* ===== | /* ===== FUNDO GLOBAL ===== */ | ||
# | body, | ||
#content, | |||
.mw-body, | |||
.mw-parser-output, | |||
.vector-body, | |||
.vector-page-content, | |||
.mw-page-container { | |||
# | background-color: #1e1e1e !important; | ||
color: #e4e6eb !important; | |||
# | } | ||
/* ===== TOPO ===== */ | |||
#mw-head { | |||
background-color: #161b22 !important; | |||
} | } | ||
/* ===== SIDEBAR ===== */ | |||
#mw-panel { | |||
background-color: #161b22 !important; | |||
} | } | ||
a | /* ===== SIDEBAR TEXTO ===== */ | ||
#mw-panel a, | |||
#mw-panel a:visited { | |||
color: #ffffff !important; | |||
transition: 0.2s; | |||
} | } | ||
# | #mw-panel a:hover { | ||
color: #58a6ff !important; | |||
padding-left: 4px; | |||
} | } | ||
/* ===== LINKS GERAIS ===== */ | |||
.mw-parser-output a { | |||
color: #58a6ff !important; | |||
} | |||
.mw-parser-output a:visited { | |||
color: #8ab4f8 !important; | |||
} | |||
/* | /* ===== TABELAS ===== */ | ||
table, | |||
background: # | .wikitable { | ||
background-color: #2a2d31 !important; | |||
color: #e4e6eb !important; | |||
border: 1px solid #444 !important; | |||
border-collapse: collapse !important; | |||
} | } | ||
th, | |||
.wikitable th { | |||
background: # | background-color: #202225 !important; | ||
color: #ffffff !important; | |||
padding: | padding: 8px; | ||
} | } | ||
td, | |||
. | .wikitable td { | ||
background: | background-color: #2a2d31 !important; | ||
padding: 6px; | |||
} | } | ||
/* | /* ===== HOVER EM TABELAS ===== */ | ||
tr:hover td { | |||
background: # | background-color: #32363c !important; | ||
} | } | ||
/* | /* ===== INPUTS ===== */ | ||
# | input, | ||
textarea, | |||
select { | |||
background-color: #2a2d31 !important; | |||
color: #ffffff !important; | color: #ffffff !important; | ||
border: 1px solid #555 !important; | |||
} | } | ||
/* | /* ===== BOTÕES ===== */ | ||
button { | |||
background-color: #30363d !important; | |||
color: #ffffff !important; | color: #ffffff !important; | ||
border: 1px solid #555 !important; | |||
transition: 0.2s; | |||
} | } | ||
button:hover { | |||
background-color: #3a3f46 !important; | |||
color: # | |||
} | } | ||
/* | /* ===== CAIXAS (INFOBOX / TOC / THUMB) ===== */ | ||
.infobox, | |||
.toc, | |||
background: # | .thumb { | ||
border | background-color: #2a2d31 !important; | ||
border: 1px solid #444 !important; | |||
} | } | ||
/* | /* ===== REMOVER FUNDOS BRANCOS CHATOS ===== */ | ||
.vector-page-toolbar, | |||
color: # | .vector-header-container, | ||
.vector-column-end { | |||
background-color: #1e1e1e !important; | |||
} | } | ||
/* ===== SCROLLBAR ===== */ | |||
::-webkit-scrollbar { | |||
width: 8px; | |||
} | } | ||
::-webkit-scrollbar-thumb { | |||
background: #444; | |||
background: | border-radius: 4px; | ||
} | } | ||
/* ======================================== | |||
AJUSTES EXTRAS | |||
======================================== */ | |||
/* Remove fundo branco de imagens */ | |||
.thumbinner { | |||
/* Remove | background-color: transparent !important; | ||
background: transparent | |||
} | } | ||
/* | /* Linha divisória */ | ||
hr { | |||
border-color: #444 !important; | |||
} | } | ||
/* | /* Títulos */ | ||
h1, h2, h3, h4, h5 { | |||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
/* | /* Código */ | ||
pre, code { | |||
background-color: #2a2d31 !important; | |||
color: #e4e6eb !important; | |||
border: 1px solid #444 !important; | |||
} | } | ||
Edição das 12h34min de 7 de maio de 2026
/* ========================================
TEMA DARK GLOBAL
======================================== */
/* ===== FUNDO GLOBAL ===== */
body,
#content,
.mw-body,
.mw-parser-output,
.vector-body,
.vector-page-content,
.mw-page-container {
background-color: #1e1e1e !important;
color: #e4e6eb !important;
}
/* ===== TOPO ===== */
#mw-head {
background-color: #161b22 !important;
}
/* ===== SIDEBAR ===== */
#mw-panel {
background-color: #161b22 !important;
}
/* ===== SIDEBAR TEXTO ===== */
#mw-panel a,
#mw-panel a:visited {
color: #ffffff !important;
transition: 0.2s;
}
#mw-panel a:hover {
color: #58a6ff !important;
padding-left: 4px;
}
/* ===== LINKS GERAIS ===== */
.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;
padding: 6px;
}
/* ===== HOVER EM TABELAS ===== */
tr:hover td {
background-color: #32363c !important;
}
/* ===== INPUTS ===== */
input,
textarea,
select {
background-color: #2a2d31 !important;
color: #ffffff !important;
border: 1px solid #555 !important;
}
/* ===== BOTÕES ===== */
button {
background-color: #30363d !important;
color: #ffffff !important;
border: 1px solid #555 !important;
transition: 0.2s;
}
button:hover {
background-color: #3a3f46 !important;
}
/* ===== CAIXAS (INFOBOX / TOC / THUMB) ===== */
.infobox,
.toc,
.thumb {
background-color: #2a2d31 !important;
border: 1px solid #444 !important;
}
/* ===== REMOVER FUNDOS BRANCOS CHATOS ===== */
.vector-page-toolbar,
.vector-header-container,
.vector-column-end {
background-color: #1e1e1e !important;
}
/* ===== SCROLLBAR ===== */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-thumb {
background: #444;
border-radius: 4px;
}
/* ========================================
AJUSTES EXTRAS
======================================== */
/* Remove fundo branco de imagens */
.thumbinner {
background-color: transparent !important;
}
/* Linha divisória */
hr {
border-color: #444 !important;
}
/* Títulos */
h1, h2, h3, h4, h5 {
color: #ffffff !important;
}
/* Código */
pre, code {
background-color: #2a2d31 !important;
color: #e4e6eb !important;
border: 1px solid #444 !important;
}