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

De Wiki Gla
Ir para navegação Ir para pesquisar
Linha 1: Linha 1:
<!-- Widget: Dark Vector Base for GLA Wiki -->
<!-- Widget: Dark Blur Theme for GLA Wiki -->
<style>
<style>
/* Base dark theme for Vector skin */
/* 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: #181818 !important;
   background-size: cover;
   color: #e0e0e0 !important;
  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: #181818 !important;
   background: var(--overlay-bg) !important;
   color: #e0e0e0 !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-panel,
body.skin-vector #mw-head-base,
body.skin-vector #mw-footer {
body.skin-vector #mw-footer {
   background: #242424 !important;
   background: var(--overlay-bg) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}
}
body.skin-vector a,
 
/* Text and links */nbody.skin-vector a,
body.skin-vector a:visited {
body.skin-vector a:visited {
   color: #58a6ff !important;
   color: var(--link-color) !important;
}
}
body.skin-vector a:hover {
body.skin-vector a:hover {
   text-decoration: underline !important;
   opacity: 0.8 !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>
</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>