Mudanças entre as edições de "Widget:Gurren2"
Ir para navegação
Ir para pesquisar
| Linha 1: | Linha 1: | ||
<!-- Widget: Dark | <!-- Widget: Dark Blur Theme for GLA Wiki --> | ||
<style> | <style> | ||
/* | /* Core variables */ | ||
:root { | |||
--overlay-bg: rgba(24,24,24,0.6); | |||
--overlay-fg: #e0e0e0; | |||
--link-color: #58a6ff; | |||
} | |||
/* Page background (user-defined) stays visible behind overlay */ | |||
body.skin-vector { | body.skin-vector { | ||
background: | background-size: cover; | ||
color: | background-position: center; | ||
color: var(--overlay-fg) !important; | |||
} | } | ||
/* Main content overlay */ | |||
body.skin-vector #content, | body.skin-vector #content, | ||
body.skin-vector .mw-body, | body.skin-vector .mw-body, | ||
body.skin-vector .mw-body-content { | body.skin-vector .mw-body-content { | ||
background: # | background: var(--overlay-bg) !important; | ||
backdrop-filter: blur(8px) !important; | |||
-webkit-backdrop-filter: blur(8px) !important; | |||
} | |||
/* Sidebar overlay */ | |||
body.skin-vector #mw-panel { | |||
background: rgba(24,24,24,0.5) !important; | |||
backdrop-filter: blur(12px) !important; | |||
-webkit-backdrop-filter: blur(12px) !important; | |||
} | } | ||
/* Header and footer overlays */ | |||
body.skin-vector #mw-head, | body.skin-vector #mw-head, | ||
body.skin-vector #mw- | body.skin-vector #mw-head-base, | ||
body.skin-vector #mw-footer { | body.skin-vector #mw-footer { | ||
background: | background: var(--overlay-bg) !important; | ||
backdrop-filter: blur(10px) !important; | |||
-webkit-backdrop-filter: blur(10px) !important; | |||
} | } | ||
/* Text and links */nbody.skin-vector a, | |||
body.skin-vector a:visited { | body.skin-vector a:visited { | ||
color: | color: var(--link-color) !important; | ||
} | } | ||
body.skin-vector a:hover { | body.skin-vector a:hover { | ||
opacity: 0.8 !important; | |||
} | } | ||
</style> | </style> | ||
Edição das 00h52min de 28 de abril de 2025
<style> /* Core variables */
- root {
--overlay-bg: rgba(24,24,24,0.6); --overlay-fg: #e0e0e0; --link-color: #58a6ff;
}
/* Page background (user-defined) stays visible behind overlay */ body.skin-vector {
background-size: cover; background-position: center; color: var(--overlay-fg) !important;
}
/* Main content overlay */ body.skin-vector #content, body.skin-vector .mw-body, body.skin-vector .mw-body-content {
background: var(--overlay-bg) !important; backdrop-filter: blur(8px) !important; -webkit-backdrop-filter: blur(8px) !important;
}
/* Sidebar overlay */ body.skin-vector #mw-panel {
background: rgba(24,24,24,0.5) !important; backdrop-filter: blur(12px) !important; -webkit-backdrop-filter: blur(12px) !important;
}
/* Header and footer overlays */ body.skin-vector #mw-head, body.skin-vector #mw-head-base, body.skin-vector #mw-footer {
background: var(--overlay-bg) !important; backdrop-filter: blur(10px) !important; -webkit-backdrop-filter: blur(10px) !important;
}
/* Text and links */nbody.skin-vector a, body.skin-vector a:visited {
color: var(--link-color) !important;
} body.skin-vector a:hover {
opacity: 0.8 !important;
} </style>