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 24: | Linha 24: | ||
/* ===== LINKS ===== */ | /* ===== LINKS ===== */ | ||
a, a:visited { | a, a:visited, a:link { | ||
color: #ffffff !important; | color: #ffffff !important; | ||
text-decoration: none; | text-decoration: none; | ||
| Linha 71: | Linha 71: | ||
} | } | ||
/* ===== TOPO ( | /* ===== TOPO (CORRIGIDO DEFINITIVO) ===== */ | ||
.vector-menu-tabs, | .vector-menu-tabs, | ||
.vector-menu-tabs ul, | .vector-menu-tabs ul, | ||
.vector-menu-tabs li, | .vector-menu-tabs li, | ||
.vector-menu-tabs a, | .vector-menu-tabs a, | ||
.vector-menu-tabs li a, | |||
.vector-menu-tabs li a:link, | |||
.vector-menu-tabs li a:visited, | |||
.vector-menu-tabs li a:active, | |||
.vector-menu-tabs li a:focus, | |||
.vector-menu-tabs li.selected a, | |||
#p-personal, | #p-personal, | ||
#p-personal ul, | #p-personal ul, | ||
#p-personal li, | #p-personal li, | ||
#p-personal a, | #p-personal a, | ||
#p-personal a:link, | |||
#p-personal a:visited, | |||
#p-personal a:active, | |||
#p-personal a:focus, | |||
.mw-portlet, | .mw-portlet, | ||
.vector-menu, | .vector-menu, | ||
| Linha 93: | Linha 105: | ||
/* HOVER TOPO */ | /* HOVER TOPO */ | ||
.vector-menu-tabs a:hover, | .vector-menu-tabs li a:hover, | ||
#p-personal a:hover { | #p-personal a:hover { | ||
background-color: #2c2f33 !important; | background-color: #2c2f33 !important; | ||
| Linha 100: | Linha 112: | ||
/* ABA ATIVA */ | /* ABA ATIVA */ | ||
.vector-menu-tabs .selected a { | .vector-menu-tabs li.selected a { | ||
background-color: #2c2f33 !important; | background-color: #2c2f33 !important; | ||
} | } | ||
Edição das 13h19min 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;
}
/* ===== TRANSIÇÃO GLOBAL ===== */
a,
button,
input,
select,
textarea,
#mw-panel a,
.vector-menu-tabs a,
#p-personal a {
transition: all 0.2s ease-in-out !important;
}
/* ===== LINKS ===== */
a, a:visited, a:link {
color: #ffffff !important;
text-decoration: none;
}
a:hover {
color: #dddddd !important;
opacity: 0.85;
}
/* ===== SIDEBAR ===== */
#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 SIDEBAR */
#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 SIDEBAR */
#mw-panel a:hover {
background-color: #23272a !important;
transform: translateX(4px);
}
/* LINHA DIVISÓRIA */
#mw-panel hr {
border: none !important;
background-color: #23272a !important;
height: 1px;
}
/* ===== TOPO (CORRIGIDO DEFINITIVO) ===== */
.vector-menu-tabs,
.vector-menu-tabs ul,
.vector-menu-tabs li,
.vector-menu-tabs a,
.vector-menu-tabs li a,
.vector-menu-tabs li a:link,
.vector-menu-tabs li a:visited,
.vector-menu-tabs li a:active,
.vector-menu-tabs li a:focus,
.vector-menu-tabs li.selected a,
#p-personal,
#p-personal ul,
#p-personal li,
#p-personal a,
#p-personal a:link,
#p-personal a:visited,
#p-personal a:active,
#p-personal a:focus,
.mw-portlet,
.vector-menu,
.vector-menu-content,
.vector-menu-heading {
background-color: #202225 !important;
color: #ffffff !important;
border: none !important;
box-shadow: none !important;
outline: none !important;
}
/* HOVER TOPO */
.vector-menu-tabs li a:hover,
#p-personal a:hover {
background-color: #2c2f33 !important;
transform: translateY(-1px);
}
/* ABA ATIVA */
.vector-menu-tabs li.selected a {
background-color: #2c2f33 !important;
}
/* ===== 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;
transform: scale(1.03);
}
/* FOCO */
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;
}
/* ===== TEXTO ===== */
p, span, li, ul, ol {
color: #ffffff !important;
}