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 Theme Pro for GLA Wiki with Highest Priority -->
<!-- Widget: Simple Dark Theme for GLA Wiki -->
<style>
<style>
/* Core colors */
:root {
:root {
    --bg: #121212 !important;
  --mw-bg: #121212;
    --fg: #e0e0e0 !important;
  --mw-fg: #e0e0e0;
    --accent: #66aaff !important;
  --mw-link: #409fff;
    --panel-bg: rgba(24,24,24,0.9) !important;
    --panel-border: #333333 !important;
    --border: #444444 !important;
    --code-bg: #1e1e1e !important;
    --scrollbar-bg: #2a2a2a !important;
    --scrollbar-thumb: #555555 !important;
}
}


/* Global override */
/* Page background and main text */
html, body {
html, body, .mw-body, .mw-body-content {
    background: var(--bg) !important;
  background-color: var(--mw-bg) !important;
    color: var(--fg) !important;
  color: var(--mw-fg) !important;
    transition: background 0.3s !important, color 0.3s !important;
}
}


/* Content area */
/* Sidebar, header, footer panels */
#content, .mw-body, .mw-body-content {
#mw-panel, #mw-head, #mw-footer {
    background: var(--bg) !important;
  background-color: #1a1a1a !important;
    color: var(--fg) !important;
    border: none !important;
    box-shadow: none !important;
}
 
/* Sidebar */
#mw-panel {
    background: var(--panel-bg) !important;
    border-right: 1px solid var(--panel-border) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}
 
/* Header and navigation */
#mw-head, #mw-head-base, #p-navigation, #p-cactions, #p-search, #p-personal {
    background: var(--panel-bg) !important;
    border: 1px solid var(--panel-border) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}
 
/* Footer */
#mw-footer {
    background: var(--panel-bg) !important;
    border-top: 1px solid var(--panel-border) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}
}


/* Links */
/* Links */
a, a:visited {
a, a:visited {
    color: var(--accent) !important;
  color: var(--mw-link) !important;
    text-decoration: none !important;
}
a:hover, a:focus {
    color: #99cfff !important;
    text-decoration: underline !important;
    opacity: 0.9 !important;
}
}
 
a:hover {
/* Headings */
  text-decoration: underline !important;
.firstHeading, .mw-body-content h2 {
    border-bottom: 1px solid var(--border) !important;
    padding-bottom: 0.3em !important;
    margin-bottom: 0.6em !important;
}
}


/* Tables and infoboxes */
/* Tables and infoboxes */
table, .wikitable, .infobox {
table, .wikitable, .infobox {
    background: #1f1f1f !important;
  background-color: #1a1a1a !important;
    color: var(--fg) !important;
  border: 1px solid #333 !important;
    border: 1px solid var(--border) !important;
}
table th, .wikitable th {
    background: #2a2a2a !important;
}
}


/* Code blocks */
/* Form elements */
pre, code {
    background: var(--code-bg) !important;
    color: #c0c0c0 !important;
    border-radius: 4px !important;
    padding: 2px 4px !important;
}
 
/* Forms */
input, textarea, select, #searchInput {
input, textarea, select, #searchInput {
    background: #1f1f1f !important;
  background-color: #1a1a1a !important;
    color: var(--fg) !important;
  color: var(--mw-fg) !important;
    border: 1px solid var(--border) !important;
  border: 1px solid #333 !important;
    border-radius: 4px !important;
}
 
/* Blockquotes */
blockquote {
    border-left: 3px solid var(--accent) !important;
    background: #181818 !important;
    padding: 0.5em 1em !important;
}
 
/* Scrollbar */
::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
    background: var(--scrollbar-bg) !important;
}
::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb) !important;
    border-radius: 4px !important;
}
::-webkit-scrollbar-thumb:hover {
    background: #777 !important;
}
}
</style>
</style>

Edição das 00h48min de 28 de abril de 2025

<style> /* Core colors */

root {
 --mw-bg: #121212;
 --mw-fg: #e0e0e0;
 --mw-link: #409fff;

}

/* Page background and main text */ html, body, .mw-body, .mw-body-content {

 background-color: var(--mw-bg) !important;
 color: var(--mw-fg) !important;

}

/* Sidebar, header, footer panels */

  1. mw-panel, #mw-head, #mw-footer {
 background-color: #1a1a1a !important;

}

/* Links */ a, a:visited {

 color: var(--mw-link) !important;

} a:hover {

 text-decoration: underline !important;

}

/* Tables and infoboxes */ table, .wikitable, .infobox {

 background-color: #1a1a1a !important;
 border: 1px solid #333 !important;

}

/* Form elements */ input, textarea, select, #searchInput {

 background-color: #1a1a1a !important;
 color: var(--mw-fg) !important;
 border: 1px solid #333 !important;

} </style>