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: | ||
/* ================================================ | |||
EDDA WORLD WIKI — Sistema de Design | |||
Cor primária: Verde Esmeralda | |||
================================================ */ | |||
/* Logo */ | /* Logo */ | ||
#p-logo { | #p-logo { | ||
| Linha 15: | Linha 20: | ||
#mw-panel { | #mw-panel { | ||
padding-top: 10px !important; | padding-top: 10px !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; | |||
} | } | ||
Edição das 18h19min de 5 de abril de 2026
/* ================================================
EDDA WORLD WIKI — Sistema de Design
Cor primária: Verde Esmeralda
================================================ */
/* Logo */
#p-logo {
height: 130px !important;
width: 160px !important;
}
#p-logo a {
width: 150px !important;
height: 120px !important;
background-size: 140px auto !important;
background-repeat: no-repeat !important;
background-position: center top !important;
}
#mw-panel {
padding-top: 10px !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;
}