MediaWiki:Common.css: Difference between revisions
Aparência da Noite
Botão de busca Investigar com fundo preto e texto branco de alto contraste |
CSS Dark v3: Sobrescrita total de variáveis Codex e eliminação de fundos brancos em painéis fixados |
||
| Line 1: | Line 1: | ||
/* ========================================================================== | /* ========================================================================== | ||
TEMA DARK GÓTICO-PUNK — VAMPIRO: A MÁSCARA | TEMA DARK GÓTICO-PUNK — VAMPIRO: A MÁSCARA (v3 - TOTAL OVERRIDE) | ||
Erradicação completa de fundos claros no Vector 2022 e Codex | |||
========================================================================== */ | ========================================================================== */ | ||
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700;900&family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,400&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700;900&family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,400&display=swap'); | ||
/* === VARIÁVEIS === */ | /* ========================================================================== | ||
:root { | 1. CODEX & VECTOR 2022 DESIGN TOKENS (VARIÁVEIS NATIVAS) | ||
========================================================================== */ | |||
:root, | |||
html, | |||
body, | |||
.skin-vector-2022, | |||
.skin-vector { | |||
/* Tokens de Superfície */ | |||
--background-color-base: #101015 !important; | |||
--background-color-base--hover: #181822 !important; | |||
--background-color-base--active: #22222e !important; | |||
--background-color-interactive-subtle: #16161d !important; | |||
--background-color-interactive: #1a1a24 !important; | |||
--background-color-disabled: #121217 !important; | |||
--background-color-neutral: #101015 !important; | |||
--background-color-neutral-subtle: #16161d !important; | |||
--background-color-backdrop: rgba(0, 0, 0, 0.85) !important; | |||
--background-color-container: #101015 !important; | |||
--background-color-surface: #16161d !important; | |||
--background-color-input: #16161d !important; | |||
--background-color-input--hover: #1e1e28 !important; | |||
/* Tokens de Texto */ | |||
--color-base: #ddd9d0 !important; | |||
--color-base--hover: #ffffff !important; | |||
--color-base-fixed: #ddd9d0 !important; | |||
--color-subtle: #9e9a91 !important; | |||
--color-placeholder: #6e6b65 !important; | |||
--color-disabled: #55534e !important; | |||
--color-inverted: #08080b !important; | |||
--color-progressive: #e55353 !important; | |||
--color-progressive--hover: #ff2a3f !important; | |||
--color-destructive: #c9182b !important; | |||
/* Tokens de Borda */ | |||
--border-color-base: #252530 !important; | |||
--border-color-subtle: #1c1c25 !important; | |||
--border-color-interactive: #3d0a12 !important; | |||
--border-color-muted: #20202a !important; | |||
--border-color-progressive: #8b0000 !important; | |||
/* Nossas Variáveis VtM */ | |||
--vtm-void: #08080b; | --vtm-void: #08080b; | ||
--vtm-abyss: #0c0c10; | --vtm-abyss: #0c0c10; | ||
| Line 14: | Line 55: | ||
--vtm-slate: #1c1c25; | --vtm-slate: #1c1c25; | ||
--vtm-charcoal: #22222d; | --vtm-charcoal: #22222d; | ||
--vtm-text: #ddd9d0; | --vtm-text: #ddd9d0; | ||
--vtm-text-dim: #9e9a91; | --vtm-text-dim: #9e9a91; | ||
| Line 31: | Line 71: | ||
/* ========================================================================== | /* ========================================================================== | ||
2. ESTRUTURA GLOBAL & CONTAINERS | |||
========================================================================== */ | ========================================================================== */ | ||
html, | html, | ||
html body, | html body, | ||
body.skin-vector-2022, | |||
body.skin-vector, | |||
body.mediawiki { | |||
background: var(--vtm-void) !important; | background: var(--vtm-void) !important; | ||
background-color: var(--vtm-void) !important; | background-color: var(--vtm-void) !important; | ||
| Line 47: | Line 84: | ||
} | } | ||
/* | /* Containers Centrais do Vector 2022 */ | ||
.mw-page-container, | .mw-page-container, | ||
.mw-page-container-inner, | .mw-page-container-inner, | ||
.vector-column-start, | .vector-column-start, | ||
.vector-column-end { | .vector-column-end, | ||
.vector-page-toolbar, | |||
.vector-page-toolbar-container { | |||
background: var(--vtm-void) !important; | background: var(--vtm-void) !important; | ||
background-color: var(--vtm-void) !important; | background-color: var(--vtm-void) !important; | ||
border-color: var(--vtm-border) !important; | |||
} | } | ||
/* | /* Área de Artigo / Conteúdo */ | ||
.mw-body, | .mw-body, | ||
.vector-body, | .vector-body, | ||
| Line 72: | Line 112: | ||
} | } | ||
/* | /* Header Global */ | ||
.vector-header, | .vector-header, | ||
.vector-header-container, | .vector-header-container, | ||
| Line 110: | Line 124: | ||
} | } | ||
.vector-sticky-header { | .vector-sticky-header { | ||
background: rgba(8, 8, 11, 0. | background: rgba(8, 8, 11, 0.97) !important; | ||
} | } | ||
/* | /* Footer */ | ||
#footer, | #footer, | ||
.mw-footer, | .mw-footer, | ||
| Line 125: | Line 137: | ||
color: var(--vtm-text-ghost) !important; | color: var(--vtm-text-ghost) !important; | ||
border-top: 1px solid var(--vtm-border) !important; | border-top: 1px solid var(--vtm-border) !important; | ||
} | } | ||
/* ========================================================================== | /* ========================================================================== | ||
3. PAINEIS FIXOS / PINNABLE CONTAINERS (MENU PRINCIPAL, FERRAMENTAS, APARÊNCIA) | |||
========================================================================== */ | ========================================================================== */ | ||
/* Fundo de todos os containers fixos das barras laterais */ | |||
. | .vector-pinnable-element, | ||
. | .vector-pinned-container, | ||
. | .vector-dropdown-content, | ||
.vector-dropdown .vector-dropdown-content, | |||
.vector-menu-content, | |||
.vector-page-tools, | |||
.vector-page-tools-pinned-container, | |||
.vector-main-menu, | |||
.vector-main-menu-pinned-container, | |||
.vector-appearance, | |||
.vector-appearance-pinned-container, | |||
.vector-toc, | |||
.vector-toc-pinned-container, | |||
#vector-main-menu-pinned-container, | |||
#vector-page-tools-pinned-container, | |||
#vector-appearance-pinned-container, | |||
#vector-toc-pinned-container, | |||
aside.vector-pinnable-element, | |||
nav.vector-pinnable-element, | |||
div.vector-pinnable-element, | |||
.vector-settings { | |||
background: var(--vtm-obsidian) !important; | |||
background-color: var(--vtm-obsidian) !important; | |||
color: var(--vtm-text) !important; | color: var(--vtm-text) !important; | ||
border-color: var(--vtm-border) !important; | |||
} | } | ||
/* Cabeçalho dos painéis laterais (ex: "Menu principal", "Ferramentas", "Aparência") */ | |||
. | .vector-pinnable-header { | ||
background: var(--vtm-abyss) !important; | |||
background-color: var(--vtm-abyss) !important; | |||
border-bottom: 1px solid var(--vtm-border-blood) !important; | border-bottom: 1px solid var(--vtm-border-blood) !important; | ||
padding | padding: 8px 12px !important; | ||
} | } | ||
.vector-pinnable-header-label { | |||
color: var(--vtm-gold) !important; | color: var(--vtm-gold) !important; | ||
font-family: var(--vtm-font-title) !important; | |||
font-weight: 700 !important; | |||
text-transform: uppercase !important; | |||
letter-spacing: 1px !important; | |||
font-size: 0.9em !important; | |||
} | } | ||
/* Botão "Esconder" / Toggle dos painéis laterais */ | |||
.vector-pinnable-header-toggle-button, | |||
.cdx-button--weight-quiet { | |||
background: var(--vtm-slate) !important; | |||
/* | background-color: var(--vtm-slate) !important; | ||
. | color: var(--vtm-gold) !important; | ||
. | border: 1px solid var(--vtm-border) !important; | ||
border-radius: 3px !important; | |||
padding: 2px 8px !important; | |||
color: var(--vtm- | font-size: 0.8em !important; | ||
} | } | ||
.vector-pinnable-header-toggle-button:hover, | |||
. | .cdx-button--weight-quiet:hover { | ||
background: #2a0e14 !important; | |||
background-color: #2a0e14 !important; | |||
color: var(--vtm-blood-neon) !important; | color: var(--vtm-blood-neon) !important; | ||
border-color: var(--vtm-blood) !important; | |||
} | } | ||
/* Títulos | /* Títulos de subseções dos menus (ex: "AÇÕES", "GERAL", "CRÔNICAS & DOMÍNIOS") */ | ||
.vector-menu-heading, | .vector-menu-heading, | ||
.vector-menu-heading-label, | |||
.sidebar-heading, | |||
.vector-page-tools .vector-menu-heading, | |||
.vector-main-menu .vector-menu-heading, | .vector-main-menu .vector-menu-heading, | ||
#mw-panel .portal h3 | #mw-panel .portal h3 { | ||
color: var(--vtm-gold) !important; | |||
font-family: var(--vtm-font-title) !important; | font-family: var(--vtm-font-title) !important; | ||
font-weight: 700 !important; | |||
font-size: 0. | font-size: 0.82em !important; | ||
text-transform: uppercase !important; | text-transform: uppercase !important; | ||
letter-spacing: 1. | letter-spacing: 1.2px !important; | ||
border-bottom: 1px solid var(--vtm-border-blood) !important; | border-bottom: 1px solid var(--vtm-border-blood) !important; | ||
margin-top: 14px !important; | |||
padding-bottom: 4px !important; | padding-bottom: 4px !important; | ||
} | } | ||
/* Links | /* Links dentro de todas as barras laterais */ | ||
.vector-pinnable-element a, | |||
.vector-pinnable-element li a, | |||
.vector-page-tools a, | |||
.vector-main-menu a, | .vector-main-menu a, | ||
.vector- | .vector-dropdown-content a, | ||
#mw-panel .portal .body li | .vector-menu-content a, | ||
#mw-panel .portal .body li a { | |||
color: var(--vtm-text-dim) !important; | color: var(--vtm-text-dim) !important; | ||
transition: all 0.15s ease !important; | transition: all 0.15s ease !important; | ||
} | } | ||
.vector-pinnable-element a:hover, | |||
.vector-page-tools a:hover, | |||
.vector-main-menu a:hover, | .vector-main-menu a:hover, | ||
.vector-dropdown-content a:hover, | |||
#mw-panel .portal .body li a:hover { | #mw-panel .portal .body li a:hover { | ||
color: var(--vtm-blood- | color: var(--vtm-blood-neon) !important; | ||
text-shadow: 0 0 8px var(--vtm-blood-glow) !important; | |||
padding-left: 4px !important; | padding-left: 4px !important; | ||
} | } | ||
/* | /* Painel de Aparência (Radio buttons & labels) */ | ||
.vector- | .vector-appearance .cdx-radio, | ||
.vector- | .vector-appearance .cdx-radio__label, | ||
color: var(--vtm-text | .vector-appearance .cdx-label, | ||
.vector-settings .cdx-label, | |||
.cdx-radio__label { | |||
color: var(--vtm-text) !important; | |||
} | } | ||
. | .cdx-radio__icon { | ||
border-color: var(--vtm-blood) !important; | |||
color: var(--vtm-blood | background-color: var(--vtm-obsidian) !important; | ||
} | } | ||
. | .cdx-radio__input:checked + .cdx-radio__icon { | ||
color: var(--vtm- | border-color: var(--vtm-blood-neon) !important; | ||
background-color: var(--vtm-blood) !important; | |||
} | } | ||
/* ========================================================================== | /* ========================================================================== | ||
4. ABAS DE NAVEGAÇÃO & AÇÃO (DOSSIÊ, CONCLAVE, LER, REESCREVER) | |||
========================================================================== */ | ========================================================================== */ | ||
.vector-menu-tabs, | .vector-menu-tabs, | ||
.vector-menu-tabs-legacy, | .vector-menu-tabs-legacy, | ||
.mw-portlet-views, | .mw-portlet-views, | ||
.mw-portlet- | .mw-portlet-namespaces { | ||
background: transparent !important; | background: transparent !important; | ||
} | } | ||
/* Abas Inativas */ | |||
.vector-menu-tabs li, | .vector-menu-tabs li, | ||
.vector-menu-tabs-legacy li { | .vector-menu-tabs-legacy li, | ||
.vector-tab-noicon, | |||
.mw-portlet-views li, | |||
.mw-portlet-namespaces li { | |||
background: var(--vtm-onyx) !important; | background: var(--vtm-onyx) !important; | ||
background-color: var(--vtm-onyx) !important; | |||
border: 1px solid var(--vtm-border) !important; | border: 1px solid var(--vtm-border) !important; | ||
border-bottom: none !important; | border-bottom: none !important; | ||
border-radius: 4px 4px 0 0 !important; | border-radius: 4px 4px 0 0 !important; | ||
margin-right: | margin-right: 3px !important; | ||
} | } | ||
.vector-menu-tabs li a, | .vector-menu-tabs li a, | ||
.vector-menu-tabs-legacy li a, | .vector-menu-tabs-legacy li a, | ||
.mw-portlet-views a, | .vector-tab-noicon a, | ||
.mw-portlet- | .mw-portlet-views li a, | ||
color: var(--vtm- | .mw-portlet-namespaces li a { | ||
color: var(--vtm-gold) !important; | |||
font-family: var(--vtm-font-title) !important; | font-family: var(--vtm-font-title) !important; | ||
font-size: 0. | font-size: 0.85em !important; | ||
font-weight: 600 !important; | |||
text-transform: uppercase !important; | |||
letter-spacing: 0.5px !important; | |||
padding: 8px 14px !important; | |||
} | |||
.vector-menu-tabs li a:hover, | |||
.vector-menu-tabs-legacy li a:hover, | |||
.mw-portlet-views li a:hover, | |||
.mw-portlet-namespaces li a:hover { | |||
color: #ffffff !important; | |||
background: #22141a !important; | |||
} | } | ||
/* Aba Ativa / Selecionada (Dossiê, Consultar) — Alto Contraste */ | |||
.vector-menu-tabs li.selected, | .vector-menu-tabs li.selected, | ||
.vector-menu-tabs-legacy li.selected { | .vector-menu-tabs-legacy li.selected, | ||
background: # | .mw-portlet-views li.selected, | ||
.mw-portlet-namespaces li.selected, | |||
.vector-tab-noicon.selected { | |||
background: linear-gradient(180deg, #420b14 0%, #1e0508 100%) !important; | |||
background-color: #2b080d !important; | |||
border: 1px solid var(--vtm-blood) !important; | border: 1px solid var(--vtm-blood) !important; | ||
border-top: 3px solid var(--vtm-blood- | border-top: 3px solid var(--vtm-blood-neon) !important; | ||
border-bottom: none !important; | border-bottom: none !important; | ||
box-shadow: 0 -2px 10px rgba(201, 24, 43, 0.4) !important; | |||
} | } | ||
.vector-menu-tabs li.selected a, | .vector-menu-tabs li.selected a, | ||
.vector-menu-tabs-legacy li.selected a | .vector-menu-tabs-legacy li.selected a, | ||
.mw-portlet-views li.selected a, | |||
.mw-portlet-namespaces li.selected a, | |||
.vector-tab-noicon.selected a, | |||
.vector-menu-tabs li.selected span, | |||
.mw-portlet-views li.selected span { | |||
. | color: #ffffff !important; | ||
.vector-menu- | font-weight: 800 !important; | ||
.mw-portlet- | text-shadow: 0 0 8px rgba(255, 42, 63, 0.6) !important; | ||
color: | |||
} | } | ||
/* ========================================================================== | /* ========================================================================== | ||
5. BUSCA & BOTÃO "INVESTIGAR" | |||
========================================================================== */ | ========================================================================== */ | ||
#simpleSearch, | #simpleSearch, | ||
| Line 361: | Line 360: | ||
} | } | ||
/* | /* Botão Investigar */ | ||
button.cdx-search-input__end-button, | button.cdx-search-input__end-button, | ||
.cdx-search-input__end-button, | .cdx-search-input__end-button, | ||
| Line 392: | Line 391: | ||
} | } | ||
button.cdx-search-input__end-button *, | button.cdx-search-input__end-button *, | ||
.cdx-search-input__end-button span, | .cdx-search-input__end-button span, | ||
| Line 402: | Line 400: | ||
} | } | ||
button.cdx-search-input__end-button:hover, | button.cdx-search-input__end-button:hover, | ||
.cdx-search-input__end-button:hover, | .cdx-search-input__end-button:hover, | ||
| Line 412: | Line 409: | ||
background: #15151e !important; | background: #15151e !important; | ||
background-color: #15151e !important; | background-color: #15151e !important; | ||
color: | color: var(--vtm-blood-neon) !important; | ||
border-color: var(--vtm-blood-vivid) !important; | border-color: var(--vtm-blood-vivid) !important; | ||
box-shadow: 0 0 12px rgba(201, 24, 43, 0.5) !important; | box-shadow: 0 0 12px rgba(201, 24, 43, 0.5) !important; | ||
| Line 419: | Line 416: | ||
button.cdx-search-input__end-button:hover *, | button.cdx-search-input__end-button:hover *, | ||
.cdx-search-input__end-button:hover span { | .cdx-search-input__end-button:hover span { | ||
color: | color: var(--vtm-blood-neon) !important; | ||
} | } | ||
/* | /* Menus suspensos e sugestões */ | ||
.cdx-menu, | .cdx-menu, | ||
.cdx-typeahead-search__menu, | .cdx-typeahead-search__menu, | ||
| Line 428: | Line 425: | ||
.vector-search-box-vue .cdx-menu { | .vector-search-box-vue .cdx-menu { | ||
background: var(--vtm-onyx) !important; | background: var(--vtm-onyx) !important; | ||
background-color: var(--vtm-onyx) !important; | |||
border: 1px solid var(--vtm-border) !important; | border: 1px solid var(--vtm-border) !important; | ||
box-shadow: 0 6px 20px rgba(0,0,0,0.8) !important; | box-shadow: 0 6px 20px rgba(0,0,0,0.8) !important; | ||
| Line 444: | Line 442: | ||
/* ========================================================================== | /* ========================================================================== | ||
7. TABELAS | 6. TIPOGRAFIA, CABEÇALHOS & LINKS | ||
========================================================================== */ | |||
h1, h2, h3, h4, h5, h6, | |||
.mw-heading h1, .mw-heading h2, .mw-heading h3, | |||
.mw-heading h4, .mw-heading h5, .mw-heading h6, | |||
.mw-heading1 h1, .mw-heading2 h2, .mw-heading3 h3 { | |||
font-family: var(--vtm-font-title) !important; | |||
font-weight: 700 !important; | |||
letter-spacing: 0.5px !important; | |||
color: var(--vtm-text) !important; | |||
} | |||
h1.firstHeading, | |||
.mw-first-heading, | |||
#firstHeading, | |||
.mw-body h1 { | |||
font-family: var(--vtm-font-title) !important; | |||
font-size: 2.3em !important; | |||
color: var(--vtm-blood-vivid) !important; | |||
text-shadow: 0 0 14px var(--vtm-blood-glow) !important; | |||
border-bottom: 2px solid var(--vtm-blood) !important; | |||
padding-bottom: 8px !important; | |||
} | |||
h2, .mw-heading2 h2 { | |||
font-size: 1.55em !important; | |||
color: #f0ece5 !important; | |||
border-bottom: 1px solid var(--vtm-border-blood) !important; | |||
padding-bottom: 6px !important; | |||
} | |||
h3, .mw-heading3 h3 { | |||
font-size: 1.2em !important; | |||
color: var(--vtm-gold) !important; | |||
} | |||
h4, h5, h6 { | |||
color: var(--vtm-text-dim) !important; | |||
} | |||
/* Hiperlinks */ | |||
a, a:visited, | |||
.mw-body a, .mw-body a:visited, | |||
.mw-parser-output a { | |||
color: #e55353 !important; | |||
text-decoration: none !important; | |||
transition: all 0.2s ease !important; | |||
} | |||
a:hover, a:focus, | |||
.mw-body a:hover { | |||
color: var(--vtm-blood-neon) !important; | |||
text-shadow: 0 0 8px var(--vtm-blood-glow) !important; | |||
} | |||
a.new, a.new:visited { | |||
color: #7c3535 !important; | |||
font-style: italic !important; | |||
} | |||
a.new:hover { | |||
color: #b54a4a !important; | |||
} | |||
.mw-parser-output a.external { | |||
color: var(--vtm-gold) !important; | |||
} | |||
.mw-parser-output a.external:hover { | |||
color: var(--vtm-gold-bright) !important; | |||
text-shadow: 0 0 6px rgba(229, 190, 117, 0.35) !important; | |||
} | |||
/* Links do Topo (Usuário / Fernando) */ | |||
.vector-user-links, | |||
.mw-portlet-personal, | |||
#p-personal, | |||
#p-personal a, | |||
.vector-user-menu, | |||
.vector-user-menu-anonymous { | |||
color: var(--vtm-gold) !important; | |||
} | |||
.vector-user-links a:hover, | |||
#p-personal a:hover { | |||
color: var(--vtm-blood-neon) !important; | |||
} | |||
/* ========================================================================== | |||
7. TABELAS, CITAÇÕES, TOC & COMPONENTES | |||
========================================================================== */ | ========================================================================== */ | ||
table.wikitable { | table.wikitable { | ||
| Line 484: | Line 571: | ||
} | } | ||
/* | /* TOC & Blockquote */ | ||
.toc, #toc, .mw-toc-wrapper { | .toc, #toc, .mw-toc-wrapper { | ||
background: var(--vtm-onyx) !important; | background: var(--vtm-onyx) !important; | ||
| Line 502: | Line 587: | ||
} | } | ||
blockquote, .mw-parser-output blockquote { | blockquote, .mw-parser-output blockquote, .vtm-quote { | ||
background: linear-gradient(90deg, rgba(77, 10, 18, 0.35) 0%, rgba(16, 16, 21, 0.75) 100%) !important; | background: linear-gradient(90deg, rgba(77, 10, 18, 0.35) 0%, rgba(16, 16, 21, 0.75) 100%) !important; | ||
border-left: 4px solid var(--vtm-blood-vivid) !important; | border-left: 4px solid var(--vtm-blood-vivid) !important; | ||
| Line 526: | Line 611: | ||
} | } | ||
/* | /* Infobox Gótica */ | ||
.vtm-infobox { | .vtm-infobox { | ||
float: right; | float: right; | ||
| Line 565: | Line 648: | ||
padding: 6px 12px; | padding: 6px 12px; | ||
border-bottom: 1px solid var(--vtm-border); | border-bottom: 1px solid var(--vtm-border); | ||
} | } | ||
| Line 609: | Line 679: | ||
} | } | ||
/* | /* Scrollbar */ | ||
::-webkit-scrollbar { | ::-webkit-scrollbar { | ||
width: 10px; | width: 10px; | ||
| Line 699: | Line 699: | ||
} | } | ||
* { | * { | ||
scrollbar-color: #2e1015 var(--vtm-void); | scrollbar-color: #2e1015 var(--vtm-void); | ||
scrollbar-width: thin; | scrollbar-width: thin; | ||
} | } | ||
Revision as of 19:05, 31 August 2026
/* ==========================================================================
TEMA DARK GÓTICO-PUNK — VAMPIRO: A MÁSCARA (v3 - TOTAL OVERRIDE)
Erradicação completa de fundos claros no Vector 2022 e Codex
========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700;900&family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,400&display=swap');
/* ==========================================================================
1. CODEX & VECTOR 2022 DESIGN TOKENS (VARIÁVEIS NATIVAS)
========================================================================== */
:root,
html,
body,
.skin-vector-2022,
.skin-vector {
/* Tokens de Superfície */
--background-color-base: #101015 !important;
--background-color-base--hover: #181822 !important;
--background-color-base--active: #22222e !important;
--background-color-interactive-subtle: #16161d !important;
--background-color-interactive: #1a1a24 !important;
--background-color-disabled: #121217 !important;
--background-color-neutral: #101015 !important;
--background-color-neutral-subtle: #16161d !important;
--background-color-backdrop: rgba(0, 0, 0, 0.85) !important;
--background-color-container: #101015 !important;
--background-color-surface: #16161d !important;
--background-color-input: #16161d !important;
--background-color-input--hover: #1e1e28 !important;
/* Tokens de Texto */
--color-base: #ddd9d0 !important;
--color-base--hover: #ffffff !important;
--color-base-fixed: #ddd9d0 !important;
--color-subtle: #9e9a91 !important;
--color-placeholder: #6e6b65 !important;
--color-disabled: #55534e !important;
--color-inverted: #08080b !important;
--color-progressive: #e55353 !important;
--color-progressive--hover: #ff2a3f !important;
--color-destructive: #c9182b !important;
/* Tokens de Borda */
--border-color-base: #252530 !important;
--border-color-subtle: #1c1c25 !important;
--border-color-interactive: #3d0a12 !important;
--border-color-muted: #20202a !important;
--border-color-progressive: #8b0000 !important;
/* Nossas Variáveis VtM */
--vtm-void: #08080b;
--vtm-abyss: #0c0c10;
--vtm-obsidian: #101015;
--vtm-onyx: #16161d;
--vtm-slate: #1c1c25;
--vtm-charcoal: #22222d;
--vtm-text: #ddd9d0;
--vtm-text-dim: #9e9a91;
--vtm-text-ghost: #5e5b55;
--vtm-blood: #8b0000;
--vtm-blood-vivid: #c9182b;
--vtm-blood-neon: #ff2a3f;
--vtm-blood-glow: rgba(201, 24, 43, 0.45);
--vtm-gold: #c5a059;
--vtm-gold-bright: #e5be75;
--vtm-border: #252530;
--vtm-border-blood: #3d0a12;
--vtm-font-title: 'Cinzel', 'Playfair Display', Georgia, serif;
--vtm-font-body: 'Inter', -apple-system, 'Segoe UI', Roboto, sans-serif;
}
/* ==========================================================================
2. ESTRUTURA GLOBAL & CONTAINERS
========================================================================== */
html,
html body,
body.skin-vector-2022,
body.skin-vector,
body.mediawiki {
background: var(--vtm-void) !important;
background-color: var(--vtm-void) !important;
color: var(--vtm-text) !important;
font-family: var(--vtm-font-body) !important;
}
/* Containers Centrais do Vector 2022 */
.mw-page-container,
.mw-page-container-inner,
.vector-column-start,
.vector-column-end,
.vector-page-toolbar,
.vector-page-toolbar-container {
background: var(--vtm-void) !important;
background-color: var(--vtm-void) !important;
border-color: var(--vtm-border) !important;
}
/* Área de Artigo / Conteúdo */
.mw-body,
.vector-body,
.mw-body-content,
.mw-content-container,
#content,
#bodyContent,
#mw-content-text,
.mw-parser-output,
main.mw-body {
background: var(--vtm-obsidian) !important;
background-color: var(--vtm-obsidian) !important;
color: var(--vtm-text) !important;
border-color: var(--vtm-border) !important;
}
/* Header Global */
.vector-header,
.vector-header-container,
.mw-header,
#mw-head,
.vector-sticky-header,
.vector-sticky-header-container {
background: var(--vtm-abyss) !important;
background-color: var(--vtm-abyss) !important;
border-bottom: 1px solid var(--vtm-border-blood) !important;
}
.vector-sticky-header {
background: rgba(8, 8, 11, 0.97) !important;
}
/* Footer */
#footer,
.mw-footer,
.vector-footer-container,
footer.mw-footer {
background: var(--vtm-void) !important;
background-color: var(--vtm-void) !important;
color: var(--vtm-text-ghost) !important;
border-top: 1px solid var(--vtm-border) !important;
}
/* ==========================================================================
3. PAINEIS FIXOS / PINNABLE CONTAINERS (MENU PRINCIPAL, FERRAMENTAS, APARÊNCIA)
========================================================================== */
/* Fundo de todos os containers fixos das barras laterais */
.vector-pinnable-element,
.vector-pinned-container,
.vector-dropdown-content,
.vector-dropdown .vector-dropdown-content,
.vector-menu-content,
.vector-page-tools,
.vector-page-tools-pinned-container,
.vector-main-menu,
.vector-main-menu-pinned-container,
.vector-appearance,
.vector-appearance-pinned-container,
.vector-toc,
.vector-toc-pinned-container,
#vector-main-menu-pinned-container,
#vector-page-tools-pinned-container,
#vector-appearance-pinned-container,
#vector-toc-pinned-container,
aside.vector-pinnable-element,
nav.vector-pinnable-element,
div.vector-pinnable-element,
.vector-settings {
background: var(--vtm-obsidian) !important;
background-color: var(--vtm-obsidian) !important;
color: var(--vtm-text) !important;
border-color: var(--vtm-border) !important;
}
/* Cabeçalho dos painéis laterais (ex: "Menu principal", "Ferramentas", "Aparência") */
.vector-pinnable-header {
background: var(--vtm-abyss) !important;
background-color: var(--vtm-abyss) !important;
border-bottom: 1px solid var(--vtm-border-blood) !important;
padding: 8px 12px !important;
}
.vector-pinnable-header-label {
color: var(--vtm-gold) !important;
font-family: var(--vtm-font-title) !important;
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: 1px !important;
font-size: 0.9em !important;
}
/* Botão "Esconder" / Toggle dos painéis laterais */
.vector-pinnable-header-toggle-button,
.cdx-button--weight-quiet {
background: var(--vtm-slate) !important;
background-color: var(--vtm-slate) !important;
color: var(--vtm-gold) !important;
border: 1px solid var(--vtm-border) !important;
border-radius: 3px !important;
padding: 2px 8px !important;
font-size: 0.8em !important;
}
.vector-pinnable-header-toggle-button:hover,
.cdx-button--weight-quiet:hover {
background: #2a0e14 !important;
background-color: #2a0e14 !important;
color: var(--vtm-blood-neon) !important;
border-color: var(--vtm-blood) !important;
}
/* Títulos de subseções dos menus (ex: "AÇÕES", "GERAL", "CRÔNICAS & DOMÍNIOS") */
.vector-menu-heading,
.vector-menu-heading-label,
.sidebar-heading,
.vector-page-tools .vector-menu-heading,
.vector-main-menu .vector-menu-heading,
#mw-panel .portal h3 {
color: var(--vtm-gold) !important;
font-family: var(--vtm-font-title) !important;
font-weight: 700 !important;
font-size: 0.82em !important;
text-transform: uppercase !important;
letter-spacing: 1.2px !important;
border-bottom: 1px solid var(--vtm-border-blood) !important;
margin-top: 14px !important;
padding-bottom: 4px !important;
}
/* Links dentro de todas as barras laterais */
.vector-pinnable-element a,
.vector-pinnable-element li a,
.vector-page-tools a,
.vector-main-menu a,
.vector-dropdown-content a,
.vector-menu-content a,
#mw-panel .portal .body li a {
color: var(--vtm-text-dim) !important;
transition: all 0.15s ease !important;
}
.vector-pinnable-element a:hover,
.vector-page-tools a:hover,
.vector-main-menu a:hover,
.vector-dropdown-content a:hover,
#mw-panel .portal .body li a:hover {
color: var(--vtm-blood-neon) !important;
text-shadow: 0 0 8px var(--vtm-blood-glow) !important;
padding-left: 4px !important;
}
/* Painel de Aparência (Radio buttons & labels) */
.vector-appearance .cdx-radio,
.vector-appearance .cdx-radio__label,
.vector-appearance .cdx-label,
.vector-settings .cdx-label,
.cdx-radio__label {
color: var(--vtm-text) !important;
}
.cdx-radio__icon {
border-color: var(--vtm-blood) !important;
background-color: var(--vtm-obsidian) !important;
}
.cdx-radio__input:checked + .cdx-radio__icon {
border-color: var(--vtm-blood-neon) !important;
background-color: var(--vtm-blood) !important;
}
/* ==========================================================================
4. ABAS DE NAVEGAÇÃO & AÇÃO (DOSSIÊ, CONCLAVE, LER, REESCREVER)
========================================================================== */
.vector-menu-tabs,
.vector-menu-tabs-legacy,
.mw-portlet-views,
.mw-portlet-namespaces {
background: transparent !important;
}
/* Abas Inativas */
.vector-menu-tabs li,
.vector-menu-tabs-legacy li,
.vector-tab-noicon,
.mw-portlet-views li,
.mw-portlet-namespaces li {
background: var(--vtm-onyx) !important;
background-color: var(--vtm-onyx) !important;
border: 1px solid var(--vtm-border) !important;
border-bottom: none !important;
border-radius: 4px 4px 0 0 !important;
margin-right: 3px !important;
}
.vector-menu-tabs li a,
.vector-menu-tabs-legacy li a,
.vector-tab-noicon a,
.mw-portlet-views li a,
.mw-portlet-namespaces li a {
color: var(--vtm-gold) !important;
font-family: var(--vtm-font-title) !important;
font-size: 0.85em !important;
font-weight: 600 !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
padding: 8px 14px !important;
}
.vector-menu-tabs li a:hover,
.vector-menu-tabs-legacy li a:hover,
.mw-portlet-views li a:hover,
.mw-portlet-namespaces li a:hover {
color: #ffffff !important;
background: #22141a !important;
}
/* Aba Ativa / Selecionada (Dossiê, Consultar) — Alto Contraste */
.vector-menu-tabs li.selected,
.vector-menu-tabs-legacy li.selected,
.mw-portlet-views li.selected,
.mw-portlet-namespaces li.selected,
.vector-tab-noicon.selected {
background: linear-gradient(180deg, #420b14 0%, #1e0508 100%) !important;
background-color: #2b080d !important;
border: 1px solid var(--vtm-blood) !important;
border-top: 3px solid var(--vtm-blood-neon) !important;
border-bottom: none !important;
box-shadow: 0 -2px 10px rgba(201, 24, 43, 0.4) !important;
}
.vector-menu-tabs li.selected a,
.vector-menu-tabs-legacy li.selected a,
.mw-portlet-views li.selected a,
.mw-portlet-namespaces li.selected a,
.vector-tab-noicon.selected a,
.vector-menu-tabs li.selected span,
.mw-portlet-views li.selected span {
color: #ffffff !important;
font-weight: 800 !important;
text-shadow: 0 0 8px rgba(255, 42, 63, 0.6) !important;
}
/* ==========================================================================
5. BUSCA & BOTÃO "INVESTIGAR"
========================================================================== */
#simpleSearch,
.cdx-text-input__input,
.vector-search-box-input,
.cdx-search-input .cdx-text-input__input,
input[type="search"] {
background: var(--vtm-onyx) !important;
background-color: var(--vtm-onyx) !important;
color: #ffffff !important;
border: 1px solid var(--vtm-border-blood) !important;
border-radius: 4px 0 0 4px !important;
}
#simpleSearch:focus-within,
.cdx-text-input__input:focus,
.vector-search-box-input:focus {
border-color: var(--vtm-blood-vivid) !important;
box-shadow: 0 0 10px var(--vtm-blood-glow) !important;
}
/* Botão Investigar */
button.cdx-search-input__end-button,
.cdx-search-input__end-button,
.vector-search-box .cdx-button,
.vector-search-box-vue .cdx-button,
.vector-search-box-vue button,
.vector-search-box-input ~ button,
#searchform input[type="submit"],
#searchButton,
#mw-searchButton,
.searchButton,
.mw-searchButton,
input[name="go"],
input[name="fulltext"] {
background: #000000 !important;
background-color: #000000 !important;
color: #ffffff !important;
font-family: var(--vtm-font-title) !important;
font-weight: 800 !important;
font-size: 0.9em !important;
letter-spacing: 0.7px !important;
text-transform: uppercase !important;
border: 1px solid var(--vtm-border-blood) !important;
border-left: none !important;
border-radius: 0 4px 4px 0 !important;
padding: 6px 16px !important;
cursor: pointer !important;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7) !important;
transition: all 0.2s ease-in-out !important;
}
button.cdx-search-input__end-button *,
.cdx-search-input__end-button span,
.cdx-search-input__end-button .cdx-button__label,
.vector-search-box .cdx-button__label,
.vector-search-box-vue .cdx-button__label {
color: #ffffff !important;
font-weight: 800 !important;
}
button.cdx-search-input__end-button:hover,
.cdx-search-input__end-button:hover,
.vector-search-box .cdx-button:hover,
.vector-search-box-vue button:hover,
#searchform input[type="submit"]:hover,
#searchButton:hover,
#mw-searchButton:hover {
background: #15151e !important;
background-color: #15151e !important;
color: var(--vtm-blood-neon) !important;
border-color: var(--vtm-blood-vivid) !important;
box-shadow: 0 0 12px rgba(201, 24, 43, 0.5) !important;
}
button.cdx-search-input__end-button:hover *,
.cdx-search-input__end-button:hover span {
color: var(--vtm-blood-neon) !important;
}
/* Menus suspensos e sugestões */
.cdx-menu,
.cdx-typeahead-search__menu,
.suggestions,
.vector-search-box-vue .cdx-menu {
background: var(--vtm-onyx) !important;
background-color: var(--vtm-onyx) !important;
border: 1px solid var(--vtm-border) !important;
box-shadow: 0 6px 20px rgba(0,0,0,0.8) !important;
}
.cdx-menu-item,
.cdx-menu-item--enabled {
background: transparent !important;
color: var(--vtm-text) !important;
}
.cdx-menu-item--highlighted,
.cdx-menu-item:hover {
background: var(--vtm-charcoal) !important;
}
/* ==========================================================================
6. TIPOGRAFIA, CABEÇALHOS & LINKS
========================================================================== */
h1, h2, h3, h4, h5, h6,
.mw-heading h1, .mw-heading h2, .mw-heading h3,
.mw-heading h4, .mw-heading h5, .mw-heading h6,
.mw-heading1 h1, .mw-heading2 h2, .mw-heading3 h3 {
font-family: var(--vtm-font-title) !important;
font-weight: 700 !important;
letter-spacing: 0.5px !important;
color: var(--vtm-text) !important;
}
h1.firstHeading,
.mw-first-heading,
#firstHeading,
.mw-body h1 {
font-family: var(--vtm-font-title) !important;
font-size: 2.3em !important;
color: var(--vtm-blood-vivid) !important;
text-shadow: 0 0 14px var(--vtm-blood-glow) !important;
border-bottom: 2px solid var(--vtm-blood) !important;
padding-bottom: 8px !important;
}
h2, .mw-heading2 h2 {
font-size: 1.55em !important;
color: #f0ece5 !important;
border-bottom: 1px solid var(--vtm-border-blood) !important;
padding-bottom: 6px !important;
}
h3, .mw-heading3 h3 {
font-size: 1.2em !important;
color: var(--vtm-gold) !important;
}
h4, h5, h6 {
color: var(--vtm-text-dim) !important;
}
/* Hiperlinks */
a, a:visited,
.mw-body a, .mw-body a:visited,
.mw-parser-output a {
color: #e55353 !important;
text-decoration: none !important;
transition: all 0.2s ease !important;
}
a:hover, a:focus,
.mw-body a:hover {
color: var(--vtm-blood-neon) !important;
text-shadow: 0 0 8px var(--vtm-blood-glow) !important;
}
a.new, a.new:visited {
color: #7c3535 !important;
font-style: italic !important;
}
a.new:hover {
color: #b54a4a !important;
}
.mw-parser-output a.external {
color: var(--vtm-gold) !important;
}
.mw-parser-output a.external:hover {
color: var(--vtm-gold-bright) !important;
text-shadow: 0 0 6px rgba(229, 190, 117, 0.35) !important;
}
/* Links do Topo (Usuário / Fernando) */
.vector-user-links,
.mw-portlet-personal,
#p-personal,
#p-personal a,
.vector-user-menu,
.vector-user-menu-anonymous {
color: var(--vtm-gold) !important;
}
.vector-user-links a:hover,
#p-personal a:hover {
color: var(--vtm-blood-neon) !important;
}
/* ==========================================================================
7. TABELAS, CITAÇÕES, TOC & COMPONENTES
========================================================================== */
table.wikitable {
background: var(--vtm-onyx) !important;
color: var(--vtm-text) !important;
border: 1px solid var(--vtm-border-blood) !important;
border-collapse: collapse !important;
box-shadow: 0 4px 18px rgba(0, 0, 0, 0.6) !important;
width: 100% !important;
}
table.wikitable > tr > th,
table.wikitable > * > tr > th {
background: linear-gradient(180deg, #38080f 0%, #1c0408 100%) !important;
color: var(--vtm-gold) !important;
font-family: var(--vtm-font-title) !important;
font-size: 0.92em !important;
letter-spacing: 0.5px !important;
border: 1px solid var(--vtm-border-blood) !important;
padding: 10px 14px !important;
}
table.wikitable > tr > td,
table.wikitable > * > tr > td {
border: 1px solid #201c28 !important;
padding: 8px 14px !important;
background: transparent !important;
color: var(--vtm-text) !important;
}
table.wikitable > tr:nth-child(even),
table.wikitable > * > tr:nth-child(even) {
background: rgba(255, 255, 255, 0.02) !important;
}
table.wikitable > tr:hover,
table.wikitable > * > tr:hover {
background: rgba(201, 24, 43, 0.07) !important;
}
/* TOC & Blockquote */
.toc, #toc, .mw-toc-wrapper {
background: var(--vtm-onyx) !important;
border: 1px solid var(--vtm-border-blood) !important;
border-left: 4px solid var(--vtm-blood) !important;
border-radius: 4px !important;
padding: 12px 18px !important;
box-shadow: 0 4px 20px rgba(0,0,0,0.7) !important;
}
.toctitle h2, #toctitle h2 {
font-family: var(--vtm-font-title) !important;
color: var(--vtm-gold) !important;
border-bottom: none !important;
}
blockquote, .mw-parser-output blockquote, .vtm-quote {
background: linear-gradient(90deg, rgba(77, 10, 18, 0.35) 0%, rgba(16, 16, 21, 0.75) 100%) !important;
border-left: 4px solid var(--vtm-blood-vivid) !important;
border-radius: 0 4px 4px 0 !important;
color: #dfdbd3 !important;
font-style: italic !important;
padding: 14px 20px !important;
margin: 1.4em 0 !important;
}
hr {
border: 0 !important;
height: 1px !important;
background: linear-gradient(90deg, transparent 0%, var(--vtm-blood) 30%, var(--vtm-blood-vivid) 50%, var(--vtm-blood) 70%, transparent 100%) !important;
margin: 2em 0 !important;
}
code, pre, .mw-code {
background: #0a0a0f !important;
color: #e5b07b !important;
border: 1px solid #2d181c !important;
border-radius: 3px !important;
}
/* Infobox Gótica */
.vtm-infobox {
float: right;
clear: right;
width: 320px;
max-width: 100%;
background: var(--vtm-onyx);
border: 1px solid var(--vtm-border-blood);
box-shadow: 0 8px 30px rgba(0,0,0,0.8), 0 0 1px var(--vtm-blood);
border-radius: 4px;
margin: 0 0 1.5em 1.5em;
padding: 0;
overflow: hidden;
}
.vtm-infobox-header {
background: linear-gradient(135deg, #4d0a12 0%, #1c0306 100%);
color: #f7e6c4;
font-family: var(--vtm-font-title);
font-size: 1.25em;
font-weight: 700;
text-align: center;
padding: 12px 16px;
border-bottom: 2px solid var(--vtm-blood-vivid);
text-shadow: 0 0 10px rgba(201, 24, 43, 0.6);
letter-spacing: 1px;
}
.vtm-infobox-subheader {
background: #101016;
color: var(--vtm-gold);
font-size: 0.85em;
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
padding: 6px 12px;
border-bottom: 1px solid var(--vtm-border);
}
.vtm-infobox-section {
background: #1f080c;
color: #ffb3b3;
font-family: var(--vtm-font-title);
font-size: 0.9em;
font-weight: 700;
padding: 6px 12px;
border-top: 1px solid var(--vtm-border-blood);
border-bottom: 1px solid var(--vtm-border-blood);
}
.vtm-infobox-row {
display: flex;
justify-content: space-between;
padding: 6px 12px;
border-bottom: 1px solid rgba(255,255,255,0.04);
font-size: 0.9em;
}
.vtm-infobox-label {
font-weight: 600;
color: var(--vtm-text-dim);
}
.vtm-infobox-data {
text-align: right;
color: var(--vtm-text);
}
/* Scrollbar */
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-track {
background: var(--vtm-void);
}
::-webkit-scrollbar-thumb {
background: #2e1015;
border-radius: 5px;
border: 2px solid var(--vtm-void);
}
::-webkit-scrollbar-thumb:hover {
background: var(--vtm-blood-vivid);
}
* {
scrollbar-color: #2e1015 var(--vtm-void);
scrollbar-width: thin;
}