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 6: | Linha 6: | ||
/* Logo */ | /* Logo */ | ||
#p-logo { | #p-logo { | ||
height: | position: absolute !important; | ||
top: 0 !important; | |||
height: 140px !important; | |||
width: 160px !important; | width: 160px !important; | ||
} | } | ||
| Linha 12: | Linha 14: | ||
#p-logo a { | #p-logo a { | ||
width: 150px !important; | width: 150px !important; | ||
height: | height: 130px !important; | ||
background-size: 140px auto !important; | background-size: 140px auto !important; | ||
background-repeat: no-repeat !important; | background-repeat: no-repeat !important; | ||
| Linha 19: | Linha 21: | ||
#mw-panel { | #mw-panel { | ||
padding-top: | padding-top: 140px !important; | ||
} | } | ||
Edição das 18h21min de 5 de abril de 2026
/* ================================================
EDDA WORLD WIKI — Sistema de Design
Cor primária: Verde Esmeralda
================================================ */
/* Logo */
#p-logo {
position: absolute !important;
top: 0 !important;
height: 140px !important;
width: 160px !important;
}
#p-logo a {
width: 150px !important;
height: 130px !important;
background-size: 140px auto !important;
background-repeat: no-repeat !important;
background-position: center top !important;
}
#mw-panel {
padding-top: 140px !important;
}
/* Sidebar — links de navegação */
#mw-panel .portal h3 {
color: #12A868 !important;
border-bottom: 1px solid #90E8C0 !important;
}
#mw-panel .portal .body li a {
color: #0A7A4A !important;
}
#mw-panel .portal .body li a:hover {
color: #12A868 !important;
text-decoration: underline !important;
}
/* Links gerais */
a {
color: #0A7A4A !important;
}
a:hover {
color: #12A868 !important;
}
a:visited {
color: #085A38 !important;
}
/* Títulos de seção */
h1, h2, h3 {
border-bottom-color: #90E8C0 !important;
}
/* Tabelas wikitable */
.wikitable th {
background: #12A868 !important;
color: #ffffff !important;
border-color: #0A7A4A !important;
}
.wikitable td {
border-color: #C0F0D8 !important;
}
.wikitable tr:nth-child(even) {
background: #F0FFF8 !important;
}
/* Barra de busca */
#searchInput:focus {
border-color: #12A868 !important;
box-shadow: 0 0 0 2px rgba(18, 168, 104, 0.2) !important;
}
/* Botões */
.mw-ui-button.mw-ui-progressive {
background: #12A868 !important;
border-color: #0A7A4A !important;
}
.mw-ui-button.mw-ui-progressive:hover {
background: #0A7A4A !important;
}
/* Destaque de código */
code {
background: #F0FFF8 !important;
border: 1px solid #90E8C0 !important;
color: #085A38 !important;
border-radius: 4px !important;
padding: 1px 5px !important;
}
/* Linha separadora */
hr {
border-color: #C0F0D8 !important;
}
/* Rodapé */
#footer {
border-top: 1px solid #C0F0D8 !important;
color: #4A8A68 !important;
}
#footer a {
color: #12A868 !important;
}