Mudanças entre as edições de "Widget:Gurren2"
Ir para navegação
Ir para pesquisar
| Linha 1: | Linha 1: | ||
<!-- Widget: Dark Theme | <!-- Widget: Simple Dark Theme for GLA Wiki --> | ||
<style> | <style> | ||
/* Core colors */ | |||
:root { | :root { | ||
--mw-bg: #121212; | |||
--mw-fg: #e0e0e0; | |||
--mw-link: #409fff; | |||
} | } | ||
/* | /* Page background and main text */ | ||
html, body { | 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; | |||
#mw-panel | |||
#mw-footer { | |||
} | } | ||
/* Links */ | /* Links */ | ||
a, a:visited { | a, a:visited { | ||
color: var(--mw-link) !important; | |||
} | } | ||
a:hover { | |||
text-decoration: underline !important; | |||
} | } | ||
/* Tables and infoboxes */ | /* Tables and infoboxes */ | ||
table, .wikitable, .infobox { | table, .wikitable, .infobox { | ||
background-color: #1a1a1a !important; | |||
border: 1px solid #333 !important; | |||
} | } | ||
/* | /* Form elements */ | ||
input, textarea, select, #searchInput { | input, textarea, select, #searchInput { | ||
background-color: #1a1a1a !important; | |||
color: var(--mw-fg) !important; | |||
border: 1px solid #333 !important; | |||
} | } | ||
</style> | </style> | ||
Edição das 00h48min de 28 de abril de 2025
<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>