Widget:Gurren2
Ir para navegação
Ir para pesquisar
<style> /* Core colors */
- root {
--mw-bg: #121212; --mw-fg: #e0e0e0; --mw-link: #409fff;
}
/* Page background and main text */ html, body, .mw-body, .mw-body-content {
background-color: var(--mw-bg) !important; color: var(--mw-fg) !important;
}
/* Sidebar, header, footer panels */
- mw-panel, #mw-head, #mw-footer {
background-color: #1a1a1a !important;
}
/* Links */ a, a:visited {
color: var(--mw-link) !important;
} a:hover {
text-decoration: underline !important;
}
/* Tables and infoboxes */ table, .wikitable, .infobox {
background-color: #1a1a1a !important; border: 1px solid #333 !important;
}
/* Form elements */ input, textarea, select, #searchInput {
background-color: #1a1a1a !important; color: var(--mw-fg) !important; border: 1px solid #333 !important;
} </style>