Mudanças entre as edições de "Widget:Gurren2"
Ir para navegação
Ir para pesquisar
(Criou página com '<style> →Dark background and text: body, .mw-body, #content { background-color: #1e1e1e !important; color: #e5e5e5 !important; } /* Sidebar blur and dark backgrou...') |
|||
| Linha 1: | Linha 1: | ||
<!-- Widget: Essential Dark Theme --> | |||
<style> | <style> | ||
/* | :root { | ||
--content-bg: #121212; | |||
--content-text: #e0e0e0; | |||
--link-text: #66aaff; | |||
} | |||
/* Main background and text */ | |||
body, .mw-body, #content { | body, .mw-body, #content { | ||
background-color: var(--content-bg) !important; | |||
color: var(--content-text) !important; | |||
} | } | ||
/* Sidebar blur | /* Sidebar blur */ | ||
#mw-panel { | #mw-panel { | ||
background: rgba(18,18,18,0.8) !important; | |||
backdrop-filter: blur(8px) !important; | |||
} | } | ||
/* | /* Link color */ | ||
a, a:visited { | |||
color: var(--link-text) !important; | |||
} | } | ||
a:hover { | a:hover { | ||
opacity: 0.8; | |||
} | } | ||
</style> | </style> | ||
Edição das 00h43min de 28 de abril de 2025
<style>
- root {
--content-bg: #121212; --content-text: #e0e0e0; --link-text: #66aaff;
}
/* Main background and text */ body, .mw-body, #content {
background-color: var(--content-bg) !important; color: var(--content-text) !important;
}
/* Sidebar blur */
- mw-panel {
background: rgba(18,18,18,0.8) !important; backdrop-filter: blur(8px) !important;
}
/* Link color */ a, a:visited {
color: var(--link-text) !important;
}
a:hover {
opacity: 0.8;
} </style>