MediaWiki:Common.css
Nota: Após publicar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.
- Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
- Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
- Internet Explorer/Edge: PressioneCtrl enquanto clica Recarregar, ou Pressione Ctrl-F5
- Opera: Pressione Ctrl-F5.
/* ================================================
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;
}