Mudanças entre as edições de "Widget:Gurren2"
Ir para navegação
Ir para pesquisar
| Linha 1: | Linha 1: | ||
<!-- Widget: | <!-- Widget: Dark Vector Base for GLA Wiki --> | ||
<style> | <style> | ||
/* | /* Base dark theme for Vector skin */ | ||
body.skin-vector { | |||
background: #181818 !important; | |||
color: #e0e0e0 !important; | |||
} | } | ||
body.skin-vector #content, | |||
body.skin-vector .mw-body, | |||
body.skin-vector .mw-body-content { | |||
background | background: #181818 !important; | ||
color: | color: #e0e0e0 !important; | ||
} | } | ||
body.skin-vector #mw-head, | |||
body.skin-vector #mw-panel, | |||
#mw-panel, | body.skin-vector #mw-footer { | ||
background | background: #242424 !important; | ||
} | } | ||
body.skin-vector a, | |||
body.skin-vector a:visited { | |||
a, a:visited { | color: #58a6ff !important; | ||
color: | |||
} | } | ||
a:hover { | body.skin-vector a:hover { | ||
text-decoration: underline !important; | text-decoration: underline !important; | ||
} | } | ||
body.skin-vector table, | |||
body.skin-vector .wikitable, | |||
table, .wikitable, .infobox { | body.skin-vector .infobox { | ||
background | background: #1f1f1f !important; | ||
border: 1px solid # | border: 1px solid #444 !important; | ||
} | } | ||
body.skin-vector input, | |||
body.skin-vector textarea, | |||
input, textarea, select | body.skin-vector select { | ||
background | background: #1f1f1f !important; | ||
color: | color: #e0e0e0 !important; | ||
border: 1px solid # | border: 1px solid #444 !important; | ||
} | } | ||
</style> | </style> | ||
Edição das 00h49min de 28 de abril de 2025
<style> /* Base dark theme for Vector skin */ body.skin-vector {
background: #181818 !important; color: #e0e0e0 !important;
} body.skin-vector #content, body.skin-vector .mw-body, body.skin-vector .mw-body-content {
background: #181818 !important; color: #e0e0e0 !important;
} body.skin-vector #mw-head, body.skin-vector #mw-panel, body.skin-vector #mw-footer {
background: #242424 !important;
} body.skin-vector a, body.skin-vector a:visited {
color: #58a6ff !important;
} body.skin-vector a:hover {
text-decoration: underline !important;
} body.skin-vector table, body.skin-vector .wikitable, body.skin-vector .infobox {
background: #1f1f1f !important; border: 1px solid #444 !important;
} body.skin-vector input, body.skin-vector textarea, body.skin-vector select {
background: #1f1f1f !important; color: #e0e0e0 !important; border: 1px solid #444 !important;
} </style>