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 9: | Linha 9: | ||
border: none !important; | border: none !important; | ||
box-shadow: 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; | |||
} | } | ||
| Linha 19: | Linha 31: | ||
a:hover { | a:hover { | ||
color: #dddddd !important; | color: #dddddd !important; | ||
opacity: 0.85; | |||
} | } | ||
/* ===== SIDEBAR | /* ===== SIDEBAR ===== */ | ||
#mw-panel, | #mw-panel, | ||
#mw-panel .portal, | #mw-panel .portal, | ||
| Linha 31: | Linha 44: | ||
} | } | ||
/* LINKS | /* LINKS SIDEBAR */ | ||
#mw-panel a { | #mw-panel a { | ||
display: block; | display: block; | ||
| Linha 45: | Linha 58: | ||
} | } | ||
/* HOVER */ | /* HOVER SIDEBAR */ | ||
#mw-panel a:hover { | #mw-panel a:hover { | ||
background-color: #23272a !important; | background-color: #23272a !important; | ||
transform: translateX(4px); | |||
} | } | ||
/* | /* LINHA DIVISÓRIA */ | ||
#mw-panel hr { | #mw-panel hr { | ||
border: none !important; | border: none !important; | ||
background-color: #23272a !important; | background-color: #23272a !important; | ||
height: 1px; | height: 1px; | ||
} | |||
/* ===== TOPO (BOTÕES SUPERIORES) ===== */ | |||
.vector-menu-tabs, | |||
.vector-menu-tabs ul, | |||
.vector-menu-tabs li, | |||
.vector-menu-tabs a, | |||
#p-personal, | |||
#p-personal ul, | |||
#p-personal li, | |||
#p-personal a, | |||
.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 a:hover, | |||
#p-personal a:hover { | |||
background-color: #2c2f33 !important; | |||
transform: translateY(-1px); | |||
} | |||
/* ABA ATIVA */ | |||
.vector-menu-tabs .selected a { | |||
background-color: #2c2f33 !important; | |||
} | } | ||
| Linha 75: | Linha 122: | ||
select:hover { | select:hover { | ||
background-color: #23272a !important; | background-color: #23272a !important; | ||
transform: scale(1.03); | |||
} | } | ||
/* | /* FOCO */ | ||
button:focus, | button:focus, | ||
input:focus, | input:focus, | ||
| Linha 103: | Linha 151: | ||
} | } | ||
/* ===== TEXTO ===== */ | |||
/* ===== TEXTO | |||
p, span, li, ul, ol { | p, span, li, ul, ol { | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
Edição das 13h16min 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 {
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 (BOTÕES SUPERIORES) ===== */
.vector-menu-tabs,
.vector-menu-tabs ul,
.vector-menu-tabs li,
.vector-menu-tabs a,
#p-personal,
#p-personal ul,
#p-personal li,
#p-personal a,
.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 a:hover,
#p-personal a:hover {
background-color: #2c2f33 !important;
transform: translateY(-1px);
}
/* ABA ATIVA */
.vector-menu-tabs .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;
}