Mudanças entre as edições de "Widget:Gurren2"

De Wiki Gla
Ir para navegação Ir para pesquisar
Linha 1: Linha 1:
<!-- Widget: Simple Dark Theme for GLA Wiki -->
<!-- Widget: Dark Vector Base for GLA Wiki -->
<style>
<style>
/* Core colors */
/* Base dark theme for Vector skin */
:root {
body.skin-vector {
   --mw-bg: #121212;
   background: #181818 !important;
   --mw-fg: #e0e0e0;
   color: #e0e0e0 !important;
  --mw-link: #409fff;
}
}
 
body.skin-vector #content,
/* Page background and main text */
body.skin-vector .mw-body,
html, body, .mw-body, .mw-body-content {
body.skin-vector .mw-body-content {
   background-color: var(--mw-bg) !important;
   background: #181818 !important;
   color: var(--mw-fg) !important;
   color: #e0e0e0 !important;
}
}
 
body.skin-vector #mw-head,
/* Sidebar, header, footer panels */
body.skin-vector #mw-panel,
#mw-panel, #mw-head, #mw-footer {
body.skin-vector #mw-footer {
   background-color: #1a1a1a !important;
   background: #242424 !important;
}
}
 
body.skin-vector a,
/* Links */
body.skin-vector a:visited {
a, a:visited {
   color: #58a6ff !important;
   color: var(--mw-link) !important;
}
}
a:hover {
body.skin-vector a:hover {
   text-decoration: underline !important;
   text-decoration: underline !important;
}
}
 
body.skin-vector table,
/* Tables and infoboxes */
body.skin-vector .wikitable,
table, .wikitable, .infobox {
body.skin-vector .infobox {
   background-color: #1a1a1a !important;
   background: #1f1f1f !important;
   border: 1px solid #333 !important;
   border: 1px solid #444 !important;
}
}
 
body.skin-vector input,
/* Form elements */
body.skin-vector textarea,
input, textarea, select, #searchInput {
body.skin-vector select {
   background-color: #1a1a1a !important;
   background: #1f1f1f !important;
   color: var(--mw-fg) !important;
   color: #e0e0e0 !important;
   border: 1px solid #333 !important;
   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>