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: | ||
/* ===== | /* ===== BASE GLOBAL ===== */ | ||
body, | |||
#content, | #content, | ||
.mw-body, | .mw-body, | ||
#mw-head, | |||
#footer { | |||
background-color: #202225 !important; | |||
background-color: # | |||
color: #ffffff !important; | color: #ffffff !important; | ||
border: none !important; | |||
box-shadow: none !important; | |||
} | } | ||
/* ===== | /* ===== LINKS ===== */ | ||
a, a:visited { | |||
color: #ffffff !important; | color: #ffffff !important; | ||
text-decoration: none; | |||
} | } | ||
a:hover { | |||
color: # | color: #dddddd !important; | ||
} | } | ||
/* ===== | /* ===== SIDEBAR (TUDO UNIFICADO) ===== */ | ||
#mw-panel, | |||
#mw-panel .portal, | |||
#mw-panel .body, | |||
.mw- | #mw-panel .vector-menu-content { | ||
color: # | background-color: #2c2f33 !important; | ||
border: none !important; | |||
box-shadow: none !important; | |||
} | } | ||
/* LINKS DA SIDEBAR = BOTÕES */ | |||
#mw-panel a { | |||
display: block; | |||
background-color: #2c2f33 !important; | |||
/* = | |||
background-color: # | |||
color: #ffffff !important; | color: #ffffff !important; | ||
padding: 6px 10px; | |||
border-radius: 4px; | |||
border: none !important; | |||
box-shadow: none !important; | |||
outline: none !important; | |||
} | } | ||
/* | /* HOVER */ | ||
#mw-panel a:hover { | |||
background-color: #23272a !important; | |||
background-color: # | |||
} | } | ||
/* | /* REMOVE QUALQUER LINHA/SEPARADOR */ | ||
#mw-panel hr { | |||
border: none !important; | |||
background-color: #23272a !important; | |||
height: 1px; | |||
color: # | |||
} | } | ||
button { | /* ===== BOTÕES / INPUTS ===== */ | ||
background-color: # | button, | ||
input, | |||
select, | |||
textarea { | |||
background-color: #2c2f33 !important; | |||
color: #ffffff !important; | color: #ffffff !important; | ||
border: none !important; | |||
box-shadow: none !important; | |||
outline: none !important; | |||
} | } | ||
/* | /* HOVER BOTÕES */ | ||
button:hover, | |||
input:hover, | |||
select:hover { | |||
background-color: #23272a !important; | |||
background: | |||
} | } | ||
/* | /* REMOVE FOCO BRANCO */ | ||
button:focus, | |||
input:focus, | |||
select:focus, | |||
textarea:focus { | |||
outline: none !important; | |||
box-shadow: none !important; | box-shadow: none !important; | ||
} | } | ||
/* | /* ===== TABELAS ===== */ | ||
table { | |||
background: # | background-color: #2c2f33 !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
border-collapse: collapse; | |||
border- | |||
border: 1px solid #444 !important; | border: 1px solid #444 !important; | ||
} | } | ||
th { | |||
background: # | background-color: #23272a !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
td { | |||
background-color: #2c2f33 !important; | |||
background: | |||
} | } | ||
/* | /* ===== HEADERS / TOPO ===== */ | ||
#mw-head { | |||
background- | background-color: #2c2f33 !important; | ||
} | } | ||
/* ===== | /* ===== REMOVE CAIXAS BRANCAS DO MEDIAWIKI ===== */ | ||
.mw-portlet, | |||
.vector-menu, | |||
.vector-menu-content, | |||
. | .vector-menu-heading { | ||
.vector- | background-color: #2c2f33 !important; | ||
.vector- | border: none !important; | ||
. | box-shadow: none !important; | ||
background-color: # | |||
} | } | ||
/* ===== TEXTO GERAL ===== */ | |||
p, span, li, ul, ol { | |||
color: #ffffff !important; | |||
/* ===== | |||
color: # | |||
} | } | ||
Edição das 13h11min de 7 de maio de 2026
/* ===== BASE GLOBAL ===== */
body,
#content,
.mw-body,
#mw-head,
#footer {
background-color: #202225 !important;
color: #ffffff !important;
border: none !important;
box-shadow: none !important;
}
/* ===== LINKS ===== */
a, a:visited {
color: #ffffff !important;
text-decoration: none;
}
a:hover {
color: #dddddd !important;
}
/* ===== SIDEBAR (TUDO UNIFICADO) ===== */
#mw-panel,
#mw-panel .portal,
#mw-panel .body,
#mw-panel .vector-menu-content {
background-color: #2c2f33 !important;
border: none !important;
box-shadow: none !important;
}
/* LINKS DA SIDEBAR = BOTÕES */
#mw-panel a {
display: block;
background-color: #2c2f33 !important;
color: #ffffff !important;
padding: 6px 10px;
border-radius: 4px;
border: none !important;
box-shadow: none !important;
outline: none !important;
}
/* HOVER */
#mw-panel a:hover {
background-color: #23272a !important;
}
/* REMOVE QUALQUER LINHA/SEPARADOR */
#mw-panel hr {
border: none !important;
background-color: #23272a !important;
height: 1px;
}
/* ===== BOTÕES / INPUTS ===== */
button,
input,
select,
textarea {
background-color: #2c2f33 !important;
color: #ffffff !important;
border: none !important;
box-shadow: none !important;
outline: none !important;
}
/* HOVER BOTÕES */
button:hover,
input:hover,
select:hover {
background-color: #23272a !important;
}
/* REMOVE FOCO BRANCO */
button:focus,
input:focus,
select:focus,
textarea:focus {
outline: none !important;
box-shadow: none !important;
}
/* ===== TABELAS ===== */
table {
background-color: #2c2f33 !important;
color: #ffffff !important;
border-collapse: collapse;
border: 1px solid #444 !important;
}
th {
background-color: #23272a !important;
color: #ffffff !important;
}
td {
background-color: #2c2f33 !important;
}
/* ===== HEADERS / TOPO ===== */
#mw-head {
background-color: #2c2f33 !important;
}
/* ===== REMOVE CAIXAS BRANCAS DO MEDIAWIKI ===== */
.mw-portlet,
.vector-menu,
.vector-menu-content,
.vector-menu-heading {
background-color: #2c2f33 !important;
border: none !important;
box-shadow: none !important;
}
/* ===== TEXTO GERAL ===== */
p, span, li, ul, ol {
color: #ffffff !important;
}