MediaWiki:Common.css: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Voltar Vector legacy idêntico Edda Etiqueta: Reversão manual |
Identidade própria: classes .aur-*, fontes Cinzel/Cormorant, decoração medieval |
||
| Linha 1: | Linha 1: | ||
/* ============================================================ | /* ============================================================ | ||
AureumRO Wiki — | AureumRO Wiki — Identidade própria (Vector legacy) | ||
Paleta dourada | Paleta dourada + fontes Cinzel/Cormorant + decoração medieval | ||
============================================================ */ | ============================================================ */ | ||
/* === FONTES ============================================== */ | |||
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Cormorant+Garamond:wght@400;500;600;700&display=swap'); | |||
/* === VARIÁVEIS ============================================ */ | /* === VARIÁVEIS ============================================ */ | ||
| Linha 9: | Linha 12: | ||
--aur-primary2: #a8861f; | --aur-primary2: #a8861f; | ||
--aur-dark: #1b1304; | --aur-dark: #1b1304; | ||
--aur-darker: #0e0a02; | |||
--aur-accent: #f4d97a; | --aur-accent: #f4d97a; | ||
--aur-border: rgba(212, 175, 55, 0. | --aur-bronze: #8a6c1e; | ||
--aur-border: rgba(212, 175, 55, 0.22); | |||
--aur-text: #3a2614; | --aur-text: #3a2614; | ||
--aur-muted: # | --aur-muted: #8a7a5a; | ||
--aur-surface: #fdf8e8; | --aur-surface: #fdf8e8; | ||
--aur- | --aur-cream: #faf4e0; | ||
} | } | ||
/* === FUNDO GERAL ========================================== */ | /* === FUNDO GERAL ========================================== */ | ||
body { | body { | ||
background: # | background: #faf4e0 !important; | ||
font-family: | font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif !important; | ||
font-size: 16px !important; | |||
color: #3a2614 !important; | color: #3a2614 !important; | ||
line-height: 1.55 !important; | |||
} | } | ||
| Linha 32: | Linha 39: | ||
background-position: center center !important; | background-position: center center !important; | ||
display: block !important; | display: block !important; | ||
filter: drop-shadow(0 4px 12px rgba(212,175,55,0.25)); | |||
} | } | ||
#p-logo { | #p-logo { | ||
width: 220px !important; | width: 220px !important; | ||
height: | height: 210px !important; | ||
padding: 0 !important; | padding: 5px 0 0 0 !important; | ||
margin: | margin: 0 !important; | ||
overflow: visible !important; | overflow: visible !important; | ||
background: linear-gradient(180deg, transparent, rgba(212,175,55,0.05)) !important; | |||
border-bottom: 1px solid rgba(212,175,55,0.2) !important; | |||
} | } | ||
/* === TOPBAR | /* === TOPBAR =============================================== */ | ||
#mw-head, | #mw-head, | ||
.vector-header, | .vector-header, | ||
div#mw-head { | div#mw-head { | ||
background: #1b1304 !important; | background: linear-gradient(180deg, #1b1304 0%, #0e0a02 100%) !important; | ||
border-bottom: | border-bottom: 2px solid #d4af37 !important; | ||
box-shadow: 0 | box-shadow: 0 4px 20px rgba(0,0,0,0.4) !important; | ||
} | } | ||
#p-namespaces li a, | #p-namespaces li a, | ||
#p-views li a, | #p-views li a, | ||
| Linha 57: | Linha 66: | ||
.vector-tab-noaction a { | .vector-tab-noaction a { | ||
background: transparent !important; | background: transparent !important; | ||
color: rgba(255,255,255,0. | color: rgba(255,255,255,0.55) !important; | ||
border-color: transparent !important; | border-color: transparent !important; | ||
font-size: | font-family: 'Cinzel', serif !important; | ||
font-size: 11px !important; | |||
font-weight: 600 !important; | |||
letter-spacing: 1.5px !important; | |||
text-transform: uppercase !important; | |||
} | } | ||
#p-namespaces li.selected a, | #p-namespaces li.selected a, | ||
| Linha 65: | Linha 78: | ||
color: #f4d97a !important; | color: #f4d97a !important; | ||
border-bottom: 2px solid #d4af37 !important; | border-bottom: 2px solid #d4af37 !important; | ||
background: rgba(212,175,55,0. | background: rgba(212,175,55,0.12) !important; | ||
} | } | ||
#p-namespaces li a:hover, | #p-namespaces li a:hover, | ||
#p-views li a:hover { | #p-views li a:hover { | ||
color: #fff !important; | color: #fff !important; | ||
background: rgba(255,255,255,0. | background: rgba(255,255,255,0.06) !important; | ||
} | } | ||
#searchInput, | #searchInput, | ||
input[name="search"], | input[name="search"], | ||
.cdx-text-input__input { | .cdx-text-input__input { | ||
border-radius: | border-radius: 0 !important; | ||
border: 1px solid rgba( | border: 1px solid rgba(212,175,55,0.3) !important; | ||
background: rgba( | border-bottom: 1px solid rgba(212,175,55,0.6) !important; | ||
color: rgba(255,255,255,0. | background: rgba(0,0,0,0.25) !important; | ||
padding: | color: rgba(255,255,255,0.95) !important; | ||
font-size: | padding: 6px 14px !important; | ||
font-family: 'Cormorant Garamond', serif !important; | |||
font-size: 14px !important; | |||
font-style: italic !important; | |||
} | } | ||
#searchInput::placeholder { color: rgba(255,255,255,0. | #searchInput::placeholder { color: rgba(255,255,255,0.4) !important; font-style: italic; } | ||
#searchButton, .searchButton { | #searchButton, .searchButton { | ||
background: #d4af37 !important; | background: #d4af37 !important; | ||
border-radius: | border-radius: 0 !important; | ||
border: none !important; | border: none !important; | ||
color: #1b1304 !important; | color: #1b1304 !important; | ||
font-family: 'Cinzel', serif !important; | |||
font-weight: 700 !important; | |||
letter-spacing: 1px !important; | |||
text-transform: uppercase !important; | |||
font-size: 10px !important; | |||
} | } | ||
| Linha 99: | Linha 119: | ||
top: 0 !important; | top: 0 !important; | ||
padding-top: 0 !important; | padding-top: 0 !important; | ||
background: # | background: #faf4e0 !important; | ||
border-right: 1px solid rgba(212,175,55,0. | border-right: 1px solid rgba(212,175,55,0.18) !important; | ||
} | } | ||
| Linha 116: | Linha 126: | ||
#p-tb h3, | #p-tb h3, | ||
#p-navigation h3 { | #p-navigation h3 { | ||
color: # | color: #a8861f !important; | ||
font-size: | font-family: 'Cinzel', serif !important; | ||
font-size: 10px !important; | |||
font-weight: 700 !important; | font-weight: 700 !important; | ||
letter-spacing: | letter-spacing: 2px !important; | ||
text-transform: uppercase !important; | text-transform: uppercase !important; | ||
border-bottom: 1px solid rgba(212,175,55,0. | border-bottom: 1px solid rgba(212,175,55,0.25) !important; | ||
padding-bottom: | padding-bottom: 6px !important; | ||
margin-bottom: | margin-bottom: 8px !important; | ||
position: relative; | |||
} | |||
.portal h3::after, | |||
#p-tb h3::after, | |||
#p-navigation h3::after { | |||
content: "✦"; | |||
position: absolute; | |||
right: 0; | |||
color: #d4af37; | |||
font-size: 9px; | |||
opacity: 0.7; | |||
} | } | ||
| Linha 129: | Linha 151: | ||
#p-tb li a, | #p-tb li a, | ||
#p-navigation li a { | #p-navigation li a { | ||
color: # | color: #6b5a3a !important; | ||
font-size: | font-family: 'Cormorant Garamond', serif !important; | ||
font-size: 14px !important; | |||
text-decoration: none !important; | text-decoration: none !important; | ||
line-height: 1. | line-height: 1.9 !important; | ||
transition: | transition: all 0.2s !important; | ||
} | } | ||
.portal li a:hover, | .portal li a:hover, | ||
| Linha 139: | Linha 162: | ||
#p-navigation li a:hover { | #p-navigation li a:hover { | ||
color: #d4af37 !important; | color: #d4af37 !important; | ||
padding-left: 4px !important; | |||
} | } | ||
.portal { | .portal { | ||
margin: | margin: 12px 0 !important; | ||
padding: 0 | padding: 0 12px !important; | ||
} | } | ||
| Linha 149: | Linha 173: | ||
#content, div#content { | #content, div#content { | ||
margin-left: 260px !important; | margin-left: 260px !important; | ||
margin-right: | margin-right: 12px !important; | ||
margin-top: | margin-top: 12px !important; | ||
margin-bottom: | margin-bottom: 12px !important; | ||
background: #fff !important; | background: #fff !important; | ||
border: 1px solid rgba(212,175,55,0. | border: 1px solid rgba(212,175,55,0.25) !important; | ||
border-radius: | border-radius: 4px !important; | ||
box-shadow: 0 1px | box-shadow: 0 2px 10px rgba(212,175,55,0.08), inset 0 0 0 1px rgba(212,175,55,0.04) !important; | ||
padding: | padding: 32px 36px !important; | ||
position: relative; | |||
} | |||
/* Decoração de cantos no content (4 cantos com pequeno detalhe dourado) */ | |||
#content::before, | |||
#content::after { | |||
content: ""; | |||
position: absolute; | |||
width: 14px; | |||
height: 14px; | |||
border: 2px solid #d4af37; | |||
opacity: 0.5; | |||
} | |||
#content::before { | |||
top: 6px; left: 6px; | |||
border-right: none; border-bottom: none; | |||
} | |||
#content::after { | |||
bottom: 6px; right: 6px; | |||
border-left: none; border-top: none; | |||
} | } | ||
#column-content { | #column-content { | ||
| Linha 168: | Linha 211: | ||
h1.firstHeading, | h1.firstHeading, | ||
#firstHeading { | #firstHeading { | ||
color: # | color: #1b1304 !important; | ||
font-size: | font-family: 'Cinzel', serif !important; | ||
font-size: 32px !important; | |||
font-weight: 700 !important; | font-weight: 700 !important; | ||
border-bottom: | letter-spacing: 1.5px !important; | ||
padding-bottom: | border-bottom: none !important; | ||
margin-bottom: | padding-bottom: 12px !important; | ||
margin-bottom: 24px !important; | |||
position: relative; | |||
} | |||
h1.firstHeading::after, | |||
#firstHeading::after { | |||
content: ""; | |||
position: absolute; | |||
bottom: 0; left: 0; | |||
width: 100px; height: 2px; | |||
background: linear-gradient(90deg, #d4af37, transparent); | |||
} | } | ||
h2 { | h2 { | ||
color: # | color: #1b1304 !important; | ||
font-size: | font-family: 'Cinzel', serif !important; | ||
font-weight: | font-size: 20px !important; | ||
border-bottom: 1px solid rgba(212,175,55,0. | font-weight: 600 !important; | ||
padding-bottom: | letter-spacing: 1px !important; | ||
margin: | border-bottom: 1px solid rgba(212,175,55,0.25) !important; | ||
padding-bottom: 8px !important; | |||
margin: 28px 0 14px !important; | |||
} | } | ||
h3 { | h3 { | ||
color: #a8861f !important; | color: #a8861f !important; | ||
font-size: | font-family: 'Cinzel', serif !important; | ||
font-weight: | font-size: 16px !important; | ||
margin: | font-weight: 600 !important; | ||
letter-spacing: 0.5px !important; | |||
margin: 20px 0 10px !important; | |||
} | } | ||
a, a:visited { color: #a8861f !important; text-decoration: none !important; } | p { font-size: 16px !important; } | ||
a:hover { color: #d4af37 !important; text-decoration: underline !important; } | |||
a.new { color: # | a, a:visited { color: #a8861f !important; text-decoration: none !important; transition: all 0.15s !important; } | ||
a:hover { color: #d4af37 !important; text-decoration: underline !important; text-decoration-color: rgba(212,175,55,0.5) !important; text-underline-offset: 3px !important; } | |||
a.new { color: #c25450 !important; } | |||
/* === TABELAS ============================================== */ | /* === TABELAS ============================================== */ | ||
| Linha 198: | Linha 258: | ||
border-collapse: collapse !important; | border-collapse: collapse !important; | ||
width: 100% !important; | width: 100% !important; | ||
font-size: | font-family: 'Cormorant Garamond', serif !important; | ||
margin: | font-size: 15px !important; | ||
border: 1px solid rgba(212,175,55,0. | margin: 16px 0 !important; | ||
border-radius: | border: 1px solid rgba(212,175,55,0.3) !important; | ||
border-radius: 4px !important; | |||
overflow: hidden !important; | overflow: hidden !important; | ||
} | } | ||
table.wikitable th { | table.wikitable th { | ||
background: #1b1304 !important; | background: linear-gradient(180deg, #1b1304, #0e0a02) !important; | ||
color: #f4d97a !important; | color: #f4d97a !important; | ||
font-size: | font-family: 'Cinzel', serif !important; | ||
font-size: 11px !important; | |||
font-weight: 700 !important; | font-weight: 700 !important; | ||
text-transform: uppercase !important; | text-transform: uppercase !important; | ||
letter-spacing: | letter-spacing: 1.5px !important; | ||
padding: | padding: 12px 16px !important; | ||
border: 1px solid rgba(212,175,55,0. | border: 1px solid rgba(212,175,55,0.4) !important; | ||
} | } | ||
table.wikitable td { | table.wikitable td { | ||
padding: | padding: 10px 16px !important; | ||
border: 1px solid rgba(212,175,55,0. | border: 1px solid rgba(212,175,55,0.15) !important; | ||
background: #fff !important; | background: #fff !important; | ||
color: #3a2614 !important; | color: #3a2614 !important; | ||
} | } | ||
table.wikitable tr:nth-child(even) td { background: # | table.wikitable tr:nth-child(even) td { background: #fdf8e8 !important; } | ||
table.wikitable tr:hover td { background: #fef3d5 !important; } | table.wikitable tr:hover td { background: #fef3d5 !important; } | ||
/* === TOC | /* === TOC, CATEGORIAS, FOOTER (mantém base) ================ */ | ||
#toc, .toc { | #toc, .toc { | ||
background: #fdf8e8 !important; | background: #fdf8e8 !important; | ||
border: 1px solid rgba(212,175,55,0. | border: 1px solid rgba(212,175,55,0.25) !important; | ||
border-radius: | border-radius: 4px !important; | ||
padding: | padding: 14px 18px !important; | ||
font- | font-family: 'Cormorant Garamond', serif !important; | ||
} | } | ||
#toc h2, .toc h2 { | #toc h2, .toc h2 { font-family: 'Cinzel', serif !important; color: #a8861f !important; font-size: 12px !important; letter-spacing: 1.5px !important; } | ||
#catlinks { | #catlinks { | ||
background: #fdf8e8 !important; | background: #fdf8e8 !important; | ||
border: 1px solid rgba(212,175,55,0. | border: 1px solid rgba(212,175,55,0.2) !important; | ||
border-radius: | border-radius: 4px !important; | ||
padding: | padding: 10px 16px !important; | ||
font-size: | font-size: 13px !important; | ||
margin-top: | margin-top: 28px !important; | ||
} | } | ||
#footer-info-lastmod, li#footer-info-lastmod { display: none !important; } | |||
#footer-info-lastmod, | .page-Página_principal #footer-places, | ||
li#footer-info-lastmod { display: none !important; } | .page-Página_principal #footer-info { display: none !important; } | ||
.page-Página_principal #footer-places | |||
.page-Página_principal #footer-info | |||
#footer, .mw-footer { | #footer, .mw-footer { | ||
background: #1b1304 !important; | background: linear-gradient(180deg, #1b1304, #0e0a02) !important; | ||
border-top: | border-top: 2px solid #d4af37 !important; | ||
padding: | padding: 14px 24px !important; | ||
} | } | ||
#footer-places li, #footer-info li, #footer li { | |||
#footer-places li, | |||
#footer-info li, | |||
#footer li { | |||
display: inline !important; | display: inline !important; | ||
color: rgba(255,255,255,0. | color: rgba(255,255,255,0.5) !important; | ||
font-size: | font-family: 'Cormorant Garamond', serif !important; | ||
font-size: 13px !important; | |||
} | } | ||
#footer-places li::after { content: " · "; color: rgba(212,175,55,0.4); } | |||
#footer-places li::after { content: " · "; color: rgba( | |||
#footer-places li:last-child::after { content: ""; } | #footer-places li:last-child::after { content: ""; } | ||
#footer a { color: rgba(255,255,255,0. | #footer a { color: rgba(255,255,255,0.55) !important; } | ||
#footer a:hover { color: #d4af37 !important; } | #footer a:hover { color: #d4af37 !important; } | ||
#footer-icons { display: none !important; } | #footer-icons { display: none !important; } | ||
/* === EDIT BOX | /* === EDIT BOX, BOTÕES, SCROLLBAR ========================== */ | ||
#wpTextbox1 { | #wpTextbox1 { | ||
border: 1px solid rgba(212,175,55,0. | border: 1px solid rgba(212,175,55,0.3) !important; | ||
border-radius: | border-radius: 4px !important; | ||
padding: | padding: 12px !important; | ||
font-size: | font-size: 14px !important; | ||
font-family: "Courier New", monospace !important; | font-family: "Courier New", monospace !important; | ||
} | } | ||
.mw-ui-progressive, | .mw-ui-progressive, | ||
.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | .oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | ||
background: #d4af37 !important; | background: linear-gradient(180deg, #d4af37, #a8861f) !important; | ||
border | border: 1px solid #8a6c1e !important; | ||
color: #1b1304 !important; | color: #1b1304 !important; | ||
border-radius: | border-radius: 2px !important; | ||
font-family: 'Cinzel', serif !important; | |||
font-weight: 700 !important; | |||
letter-spacing: 1px !important; | |||
text-transform: uppercase !important; | |||
font-size: 11px !important; | |||
} | } | ||
::-webkit-scrollbar { width: 6px; height: 6px; } | |||
::-webkit-scrollbar-track { background: rgba(212,175,55,0.05); } | |||
::-webkit-scrollbar { width: | ::-webkit-scrollbar-thumb { background: rgba(212,175,55,0.4); border-radius: 0; } | ||
::-webkit-scrollbar-track { background: | |||
::-webkit-scrollbar-thumb { background: rgba(212,175,55,0. | |||
::-webkit-scrollbar-thumb:hover { background: #d4af37; } | ::-webkit-scrollbar-thumb:hover { background: #d4af37; } | ||
/* ============================================================ | /* ============================================================ | ||
COMPONENTES | COMPONENTES AureumRO (.aur-*) | ||
============================================================ */ | ============================================================ */ | ||
. | /* === HERO com decoração própria ============================ */ | ||
. | .aur-hero { | ||
position: relative; | |||
background: | |||
radial-gradient(circle at 20% 30%, rgba(212,175,55,0.08) 0%, transparent 50%), | |||
radial-gradient(circle at 80% 70%, rgba(212,175,55,0.06) 0%, transparent 50%), | |||
linear-gradient(135deg, #1b1304 0%, #2a1f0c 50%, #0e0a02 100%); | |||
border: 1px solid rgba(212,175,55,0.4); | |||
border-radius: 4px; | |||
padding: 44px 36px; | |||
text-align: center; | |||
margin-bottom: 24px; | |||
overflow: hidden; | |||
box-shadow: 0 4px 24px rgba(212,175,55,0.12), inset 0 1px 0 rgba(255,255,255,0.05); | |||
} | } | ||
/* Cantos decorativos do hero (4 cantos) */ | |||
.aur-hero::before, | |||
.aur-hero::after { | |||
content: ""; | |||
position: absolute; | |||
width: 32px; | |||
height: 32px; | |||
border: 2px solid #d4af37; | |||
opacity: 0.6; | |||
} | } | ||
.aur-hero::before { | |||
. | top: 10px; left: 10px; | ||
background: # | border-right: none; border-bottom: none; | ||
border: 1px solid rgba(212,175,55,0. | } | ||
border-radius: 10px; | .aur-hero::after { | ||
padding: | bottom: 10px; right: 10px; | ||
display: | border-left: none; border-top: none; | ||
} | |||
.aur-hero-title { | |||
transition: all 0. | color: #fff; | ||
font-family: 'Cinzel', serif; | |||
font-size: 36px; | |||
font-weight: 700; | |||
letter-spacing: 2px; | |||
margin-bottom: 10px; | |||
text-shadow: 0 2px 8px rgba(212,175,55,0.3); | |||
line-height: 1.15; | |||
} | |||
.aur-hero-title .accent { | |||
background: linear-gradient(120deg, #f4d97a 0%, #d4af37 60%, #a8861f 100%); | |||
-webkit-background-clip: text; | |||
-webkit-text-fill-color: transparent; | |||
background-clip: text; | |||
} | |||
.aur-hero-sub { | |||
color: rgba(255,255,255,0.65); | |||
font-family: 'Cormorant Garamond', serif; | |||
font-style: italic; | |||
font-size: 16px; | |||
line-height: 1.6; | |||
margin-bottom: 22px; | |||
max-width: 640px; | |||
margin-left: auto; | |||
margin-right: auto; | |||
} | |||
.aur-hero-badge { | |||
display: inline-flex; | |||
align-items: center; | |||
gap: 6px; | |||
background: rgba(212,175,55,0.12); | |||
border: 1px solid rgba(212,175,55,0.5); | |||
color: #f4d97a; | |||
font-family: 'Cinzel', serif; | |||
font-size: 10px; | |||
font-weight: 700; | |||
letter-spacing: 3px; | |||
text-transform: uppercase; | |||
padding: 5px 14px; | |||
border-radius: 0; | |||
margin-bottom: 18px; | |||
} | |||
.aur-pills { | |||
display: flex; | |||
gap: 10px; | |||
justify-content: center; | |||
flex-wrap: wrap; | |||
} | |||
.aur-pill { | |||
background: rgba(212,175,55,0.08); | |||
border: 1px solid rgba(212,175,55,0.3); | |||
color: rgba(255,255,255,0.8); | |||
font-family: 'Cormorant Garamond', serif; | |||
padding: 6px 14px; | |||
border-radius: 0; | |||
font-size: 13px; | |||
display: inline-flex; | |||
align-items: center; | |||
gap: 6px; | |||
transition: all 0.2s; | |||
} | } | ||
. | .aur-pill:hover { | ||
border-color: #d4af37; | border-color: #d4af37; | ||
background: rgba(212,175,55,0.18); | |||
color: #fff; | |||
} | } | ||
. | /* === STATS GRANDES (4 cards substituem a infobar 6-células) === */ | ||
background: # | .aur-stats { | ||
border- | display: grid; | ||
padding: | grid-template-columns: repeat(4, 1fr); | ||
gap: 12px; | |||
margin-bottom: 22px; | |||
} | |||
.aur-stat { | |||
background: linear-gradient(180deg, #fff, #fdf8e8); | |||
border: 1px solid rgba(212,175,55,0.3); | |||
border-top: 3px solid #d4af37; | |||
padding: 18px 16px; | |||
text-align: center; | text-align: center; | ||
position: relative; | position: relative; | ||
transition: all 0.2s; | |||
} | |||
.aur-stat:hover { | |||
border-top-color: #f4d97a; | |||
box-shadow: 0 6px 18px rgba(212,175,55,0.15); | |||
transform: translateY(-2px); | |||
} | |||
.aur-stat-icon { | |||
font-size: 22px; | |||
color: #d4af37; | |||
margin-bottom: 4px; | |||
} | |||
.aur-stat-label { | |||
font-family: 'Cinzel', serif; | |||
font-size: 10px; | |||
font-weight: 600; | |||
text-transform: uppercase; | |||
letter-spacing: 2px; | |||
color: #8a6c1e; | |||
margin-bottom: 6px; | |||
} | } | ||
. | .aur-stat-value { | ||
font-family: 'Cinzel', serif; | |||
font-size: 18px; | |||
font-weight: 700; | |||
color: #1b1304; | |||
letter-spacing: 0.5px; | |||
font- | |||
} | } | ||
. | /* === WIDGETS: Status do servidor + Notícias ============== */ | ||
.aur-widgets { | |||
display: grid; | display: grid; | ||
grid-template-columns: | grid-template-columns: 1fr 1.4fr; | ||
gap: 12px; | |||
margin-bottom: 22px; | |||
} | |||
.aur-widget { | |||
background: #fff; | background: #fff; | ||
border: 1px solid rgba(212,175,55,0. | border: 1px solid rgba(212,175,55,0.25); | ||
border-radius: | border-radius: 4px; | ||
overflow: hidden; | overflow: hidden; | ||
position: relative; | |||
} | |||
.aur-widget-header { | |||
background: linear-gradient(180deg, #1b1304, #0e0a02); | |||
padding: 12px 18px; | |||
border-bottom: 2px solid #d4af37; | |||
display: flex; | |||
align-items: center; | |||
justify-content: space-between; | |||
} | |||
.aur-widget-title { | |||
color: #f4d97a; | |||
font-family: 'Cinzel', serif; | |||
font-size: 12px; | |||
font-weight: 700; | |||
letter-spacing: 2px; | |||
text-transform: uppercase; | |||
} | } | ||
. | .aur-widget-body { padding: 16px 18px; } | ||
. | .aur-widget-body p { margin: 4px 0; font-size: 14px; color: #3a2614; } | ||
. | /* Status indicator */ | ||
.aur-status-dot { | |||
display: inline-block; | |||
width: 10px; height: 10px; | |||
border-radius: 50%; | |||
background: #2eb86b; | |||
box-shadow: 0 0 8px #2eb86b; | |||
animation: aur-pulse 2s infinite; | |||
} | |||
@keyframes aur-pulse { | |||
0%, 100% { opacity: 1; } | |||
50% { opacity: 0.6; } | |||
} | |||
.aur-status-line { | |||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
justify-content: space-between; | |||
padding: 6px 0; | |||
border-bottom: 1px dashed rgba(212,175,55,0.18); | |||
font-family: 'Cormorant Garamond', serif; | |||
} | } | ||
. | .aur-status-line:last-child { border-bottom: none; } | ||
. | .aur-status-label { color: #6b5a3a; font-size: 14px; } | ||
. | .aur-status-value { color: #1b1304; font-weight: 600; font-size: 14px; font-family: 'Cinzel', serif; letter-spacing: 0.5px; } | ||
. | /* Notícias */ | ||
.aur-news-item { | |||
border: 1px | padding: 10px 0; | ||
border-bottom: 1px dashed rgba(212,175,55,0.18); | |||
} | |||
.aur-news-item:last-child { border-bottom: none; } | |||
.aur-news-date { | |||
font-family: 'Cinzel', serif; | |||
font-size: 10px; | font-size: 10px; | ||
font- | color: #a8861f; | ||
text-transform: uppercase; | |||
letter-spacing: 1.5px; | |||
margin-bottom: 3px; | |||
} | |||
.aur-news-title { | |||
font-family: 'Cinzel', serif; | |||
font-size: 14px; | |||
color: #1b1304; | |||
font-weight: 600; | |||
} | } | ||
.aur-news-title a { color: #1b1304 !important; } | |||
.aur-news-title a:hover { color: #d4af37 !important; text-decoration: none !important; } | |||
/* === BLOCOS | /* === BLOCOS DE NAVEGAÇÃO ================================== */ | ||
.wiki-blocks { | .wiki-blocks { | ||
display: grid; | display: grid; | ||
| Linha 419: | Linha 588: | ||
.wiki-block { | .wiki-block { | ||
background: #fff; | background: #fff; | ||
border: 1px solid rgba(212,175,55,0. | border: 1px solid rgba(212,175,55,0.22); | ||
border-radius: | border-radius: 4px; | ||
overflow: hidden; | overflow: hidden; | ||
transition: all 0.2s; | |||
} | |||
.wiki-block:hover { | |||
border-color: rgba(212,175,55,0.5); | |||
box-shadow: 0 4px 16px rgba(212,175,55,0.1); | |||
} | } | ||
.wiki-block-title { | .wiki-block-title { | ||
background: #1b1304; | background: linear-gradient(180deg, #1b1304, #0e0a02); | ||
padding: | padding: 11px 18px; | ||
border-bottom: 2px solid #d4af37; | |||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
gap: | gap: 10px; | ||
} | |||
.wiki-block-title::before { | |||
content: "✦"; | |||
color: #d4af37; | |||
font-size: 10px; | |||
} | } | ||
.wiki-block-title-text { | .wiki-block-title-text { | ||
color: #f4d97a; | color: #f4d97a; | ||
font-size: | font-family: 'Cinzel', serif; | ||
font-size: 11px; | |||
font-weight: 700; | font-weight: 700; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
letter-spacing: | letter-spacing: 2px; | ||
} | } | ||
.wiki-link { | .wiki-link { | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
gap: | gap: 10px; | ||
padding: | padding: 10px 16px; | ||
border-bottom: 1px solid rgba(212,175,55,0. | border-bottom: 1px solid rgba(212,175,55,0.08); | ||
text-decoration: none !important; | text-decoration: none !important; | ||
color: #3a2614 !important; | color: #3a2614 !important; | ||
font-size: | font-family: 'Cormorant Garamond', serif; | ||
transition: | font-size: 15px; | ||
transition: all 0.18s; | |||
position: relative; | |||
} | |||
.wiki-link::after { | |||
content: "›"; | |||
position: absolute; | |||
right: 14px; | |||
color: rgba(212,175,55,0); | |||
font-size: 18px; | |||
transition: all 0.18s; | |||
} | } | ||
.wiki-link:last-child { border-bottom: none; } | .wiki-link:last-child { border-bottom: none; } | ||
.wiki-link:hover { | .wiki-link:hover { | ||
color: # | color: #a8861f !important; | ||
background: # | background: linear-gradient(90deg, rgba(212,175,55,0.08), transparent); | ||
padding-left: 22px; | |||
} | |||
.wiki-link:hover::after { | |||
color: #d4af37; | |||
right: 10px; | |||
} | |||
.wiki-link img { | |||
image-rendering: pixelated; | |||
flex-shrink: 0; | |||
filter: drop-shadow(0 1px 2px rgba(0,0,0,0.15)); | |||
} | } | ||
.wiki-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); } | .wiki-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); } | ||
.wiki-grid-2 .wiki-link { border-right: 1px solid rgba(212,175,55,0. | .wiki-grid-2 .wiki-link { border-right: 1px solid rgba(212,175,55,0.08); } | ||
.wiki-grid-2 .wiki-link:nth-child(2n) { border-right: none; } | .wiki-grid-2 .wiki-link:nth-child(2n) { border-right: none; } | ||
.wiki-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); } | .wiki-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); } | ||
.wiki-grid-4 .wiki-link { border-right: 1px solid rgba(212,175,55,0. | .wiki-grid-4 .wiki-link { border-right: 1px solid rgba(212,175,55,0.08); } | ||
.wiki-grid-4 .wiki-link:nth-child(4n) { border-right: none; } | .wiki-grid-4 .wiki-link:nth-child(4n) { border-right: none; } | ||
.wiki-full { grid-column: span 2; } | .wiki-full { grid-column: span 2; } | ||
@media (max-width: | @media (max-width: 850px) { | ||
.wiki-blocks { grid-template-columns: 1fr; } | .wiki-blocks { grid-template-columns: 1fr; } | ||
.wiki-full { grid-column: span 1; } | .wiki-full { grid-column: span 1; } | ||
.wiki-grid-4 { grid-template-columns: repeat(2, 1fr); } | .wiki-grid-4 { grid-template-columns: repeat(2, 1fr); } | ||
.aur-stats { grid-template-columns: repeat(2, 1fr); } | |||
.aur-widgets { grid-template-columns: 1fr; } | |||
} | } | ||
/* === | /* === BANNER FINAL ========================================= */ | ||
.aur-banner { | |||
background: | |||
radial-gradient(circle at 30% 50%, rgba(212,175,55,0.1) 0%, transparent 70%), | |||
linear-gradient(135deg, #1b1304, #0e0a02); | |||
border: 1px solid rgba(212,175,55,0.35); | |||
border-radius: 4px; | |||
padding: 18px 22px; | |||
display: flex; | |||
align-items: center; | |||
gap: 16px; | |||
margin: 18px 0; | |||
position: relative; | |||
overflow: hidden; | |||
} | |||
.aur-banner::before, | |||
.aur-banner::after { | |||
content: ""; | |||
position: absolute; | |||
width: 20px; height: 20px; | |||
border: 1px solid rgba(212,175,55,0.5); | |||
} | |||
.aur-banner::before { | |||
top: 6px; left: 6px; | |||
border-right: none; border-bottom: none; | |||
} | |||
.aur-banner::after { | |||
bottom: 6px; right: 6px; | |||
border-left: none; border-top: none; | |||
} | |||
.aur-banner-title { | |||
color: #f4d97a; | |||
font-family: 'Cinzel', serif; | |||
font-weight: 700; | |||
font-size: 14px; | |||
letter-spacing: 1px; | |||
margin-bottom: 3px; | |||
} | |||
.aur-banner-sub { | |||
color: rgba(255,255,255,0.55); | |||
font-family: 'Cormorant Garamond', serif; | |||
font-style: italic; | |||
font-size: 13px; | |||
line-height: 1.4; | |||
} | |||
.aur-banner-tags { | |||
display: flex; | |||
gap: 8px; | |||
margin-left: auto; | |||
flex-shrink: 0; | |||
} | |||
.aur-banner-tag { | |||
background: rgba(212,175,55,0.18); | |||
border: 1px solid rgba(212,175,55,0.5); | |||
color: #f4d97a; | |||
font-family: 'Cinzel', serif; | |||
font-size: 10px; | |||
font-weight: 700; | |||
padding: 4px 10px; | |||
letter-spacing: 1.5px; | |||
text-transform: uppercase; | |||
} | |||
/* === SEPARADOR DECORATIVO (flor de lis estilizada) ======= */ | |||
.aur-separator { | |||
display: flex; | |||
align-items: center; | |||
gap: 16px; | |||
margin: 28px 0; | |||
color: rgba(212,175,55,0.4); | |||
} | |||
.aur-separator::before, | |||
.aur-separator::after { | |||
content: ""; | |||
flex: 1; | |||
height: 1px; | |||
background: linear-gradient(90deg, transparent, rgba(212,175,55,0.4), transparent); | |||
} | |||
.aur-separator-icon { font-size: 14px; color: #d4af37; } | |||
/* === FIX ABAS DO HEADER (mantém base do Edda) ============= */ | |||
#p-namespaces li, | #p-namespaces li, | ||
#p-namespaces li a, | #p-namespaces li a, | ||
| Linha 489: | Linha 771: | ||
} | } | ||
# | #left-navigation { | ||
margin-left: 230px !important; | |||
} | } | ||
/* === ALIASES .edda-* para compatibilidade transitória ===== */ | |||
.edda-hero { /* alias deprecado */ } | |||
.edda-pill, .edda-pills, | |||
.edda-infobar, .edda-infobar-cell, .edda-infobar-label, .edda-infobar-value, | |||
.edda-banner, .edda-banner-title, .edda-banner-sub, .edda-banner-tags, .edda-banner-tag { | |||
/* nada — abandonado, use .aur-* */ | |||
} | } | ||
Edição das 21h33min de 28 de maio de 2026
/* ============================================================
AureumRO Wiki — Identidade própria (Vector legacy)
Paleta dourada + fontes Cinzel/Cormorant + decoração medieval
============================================================ */
/* === FONTES ============================================== */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Cormorant+Garamond:wght@400;500;600;700&display=swap');
/* === VARIÁVEIS ============================================ */
:root {
--aur-primary: #d4af37;
--aur-primary2: #a8861f;
--aur-dark: #1b1304;
--aur-darker: #0e0a02;
--aur-accent: #f4d97a;
--aur-bronze: #8a6c1e;
--aur-border: rgba(212, 175, 55, 0.22);
--aur-text: #3a2614;
--aur-muted: #8a7a5a;
--aur-surface: #fdf8e8;
--aur-cream: #faf4e0;
}
/* === FUNDO GERAL ========================================== */
body {
background: #faf4e0 !important;
font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif !important;
font-size: 16px !important;
color: #3a2614 !important;
line-height: 1.55 !important;
}
/* === LOGO ================================================= */
a.mw-wiki-logo {
width: 200px !important;
height: 200px !important;
background-size: 190px 190px !important;
background-repeat: no-repeat !important;
background-position: center center !important;
display: block !important;
filter: drop-shadow(0 4px 12px rgba(212,175,55,0.25));
}
#p-logo {
width: 220px !important;
height: 210px !important;
padding: 5px 0 0 0 !important;
margin: 0 !important;
overflow: visible !important;
background: linear-gradient(180deg, transparent, rgba(212,175,55,0.05)) !important;
border-bottom: 1px solid rgba(212,175,55,0.2) !important;
}
/* === TOPBAR =============================================== */
#mw-head,
.vector-header,
div#mw-head {
background: linear-gradient(180deg, #1b1304 0%, #0e0a02 100%) !important;
border-bottom: 2px solid #d4af37 !important;
box-shadow: 0 4px 20px rgba(0,0,0,0.4) !important;
}
#p-namespaces li a,
#p-views li a,
li.selected a,
.vector-tab-noaction a {
background: transparent !important;
color: rgba(255,255,255,0.55) !important;
border-color: transparent !important;
font-family: 'Cinzel', serif !important;
font-size: 11px !important;
font-weight: 600 !important;
letter-spacing: 1.5px !important;
text-transform: uppercase !important;
}
#p-namespaces li.selected a,
#p-views li.selected a {
color: #f4d97a !important;
border-bottom: 2px solid #d4af37 !important;
background: rgba(212,175,55,0.12) !important;
}
#p-namespaces li a:hover,
#p-views li a:hover {
color: #fff !important;
background: rgba(255,255,255,0.06) !important;
}
#searchInput,
input[name="search"],
.cdx-text-input__input {
border-radius: 0 !important;
border: 1px solid rgba(212,175,55,0.3) !important;
border-bottom: 1px solid rgba(212,175,55,0.6) !important;
background: rgba(0,0,0,0.25) !important;
color: rgba(255,255,255,0.95) !important;
padding: 6px 14px !important;
font-family: 'Cormorant Garamond', serif !important;
font-size: 14px !important;
font-style: italic !important;
}
#searchInput::placeholder { color: rgba(255,255,255,0.4) !important; font-style: italic; }
#searchButton, .searchButton {
background: #d4af37 !important;
border-radius: 0 !important;
border: none !important;
color: #1b1304 !important;
font-family: 'Cinzel', serif !important;
font-weight: 700 !important;
letter-spacing: 1px !important;
text-transform: uppercase !important;
font-size: 10px !important;
}
/* === SIDEBAR ============================================== */
#mw-panel {
position: absolute !important;
width: 220px !important;
left: 0 !important;
top: 0 !important;
padding-top: 0 !important;
background: #faf4e0 !important;
border-right: 1px solid rgba(212,175,55,0.18) !important;
}
.portal h3,
#p-tb h3,
#p-navigation h3 {
color: #a8861f !important;
font-family: 'Cinzel', serif !important;
font-size: 10px !important;
font-weight: 700 !important;
letter-spacing: 2px !important;
text-transform: uppercase !important;
border-bottom: 1px solid rgba(212,175,55,0.25) !important;
padding-bottom: 6px !important;
margin-bottom: 8px !important;
position: relative;
}
.portal h3::after,
#p-tb h3::after,
#p-navigation h3::after {
content: "✦";
position: absolute;
right: 0;
color: #d4af37;
font-size: 9px;
opacity: 0.7;
}
.portal li a,
#p-tb li a,
#p-navigation li a {
color: #6b5a3a !important;
font-family: 'Cormorant Garamond', serif !important;
font-size: 14px !important;
text-decoration: none !important;
line-height: 1.9 !important;
transition: all 0.2s !important;
}
.portal li a:hover,
#p-tb li a:hover,
#p-navigation li a:hover {
color: #d4af37 !important;
padding-left: 4px !important;
}
.portal {
margin: 12px 0 !important;
padding: 0 12px !important;
}
/* === CONTEÚDO PRINCIPAL =================================== */
#content, div#content {
margin-left: 260px !important;
margin-right: 12px !important;
margin-top: 12px !important;
margin-bottom: 12px !important;
background: #fff !important;
border: 1px solid rgba(212,175,55,0.25) !important;
border-radius: 4px !important;
box-shadow: 0 2px 10px rgba(212,175,55,0.08), inset 0 0 0 1px rgba(212,175,55,0.04) !important;
padding: 32px 36px !important;
position: relative;
}
/* Decoração de cantos no content (4 cantos com pequeno detalhe dourado) */
#content::before,
#content::after {
content: "";
position: absolute;
width: 14px;
height: 14px;
border: 2px solid #d4af37;
opacity: 0.5;
}
#content::before {
top: 6px; left: 6px;
border-right: none; border-bottom: none;
}
#content::after {
bottom: 6px; right: 6px;
border-left: none; border-top: none;
}
#column-content {
margin-left: 250px !important;
}
#mw-head-base {
margin-left: 230px !important;
}
/* === TIPOGRAFIA =========================================== */
h1.firstHeading,
#firstHeading {
color: #1b1304 !important;
font-family: 'Cinzel', serif !important;
font-size: 32px !important;
font-weight: 700 !important;
letter-spacing: 1.5px !important;
border-bottom: none !important;
padding-bottom: 12px !important;
margin-bottom: 24px !important;
position: relative;
}
h1.firstHeading::after,
#firstHeading::after {
content: "";
position: absolute;
bottom: 0; left: 0;
width: 100px; height: 2px;
background: linear-gradient(90deg, #d4af37, transparent);
}
h2 {
color: #1b1304 !important;
font-family: 'Cinzel', serif !important;
font-size: 20px !important;
font-weight: 600 !important;
letter-spacing: 1px !important;
border-bottom: 1px solid rgba(212,175,55,0.25) !important;
padding-bottom: 8px !important;
margin: 28px 0 14px !important;
}
h3 {
color: #a8861f !important;
font-family: 'Cinzel', serif !important;
font-size: 16px !important;
font-weight: 600 !important;
letter-spacing: 0.5px !important;
margin: 20px 0 10px !important;
}
p { font-size: 16px !important; }
a, a:visited { color: #a8861f !important; text-decoration: none !important; transition: all 0.15s !important; }
a:hover { color: #d4af37 !important; text-decoration: underline !important; text-decoration-color: rgba(212,175,55,0.5) !important; text-underline-offset: 3px !important; }
a.new { color: #c25450 !important; }
/* === TABELAS ============================================== */
table.wikitable {
border-collapse: collapse !important;
width: 100% !important;
font-family: 'Cormorant Garamond', serif !important;
font-size: 15px !important;
margin: 16px 0 !important;
border: 1px solid rgba(212,175,55,0.3) !important;
border-radius: 4px !important;
overflow: hidden !important;
}
table.wikitable th {
background: linear-gradient(180deg, #1b1304, #0e0a02) !important;
color: #f4d97a !important;
font-family: 'Cinzel', serif !important;
font-size: 11px !important;
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: 1.5px !important;
padding: 12px 16px !important;
border: 1px solid rgba(212,175,55,0.4) !important;
}
table.wikitable td {
padding: 10px 16px !important;
border: 1px solid rgba(212,175,55,0.15) !important;
background: #fff !important;
color: #3a2614 !important;
}
table.wikitable tr:nth-child(even) td { background: #fdf8e8 !important; }
table.wikitable tr:hover td { background: #fef3d5 !important; }
/* === TOC, CATEGORIAS, FOOTER (mantém base) ================ */
#toc, .toc {
background: #fdf8e8 !important;
border: 1px solid rgba(212,175,55,0.25) !important;
border-radius: 4px !important;
padding: 14px 18px !important;
font-family: 'Cormorant Garamond', serif !important;
}
#toc h2, .toc h2 { font-family: 'Cinzel', serif !important; color: #a8861f !important; font-size: 12px !important; letter-spacing: 1.5px !important; }
#catlinks {
background: #fdf8e8 !important;
border: 1px solid rgba(212,175,55,0.2) !important;
border-radius: 4px !important;
padding: 10px 16px !important;
font-size: 13px !important;
margin-top: 28px !important;
}
#footer-info-lastmod, li#footer-info-lastmod { display: none !important; }
.page-Página_principal #footer-places,
.page-Página_principal #footer-info { display: none !important; }
#footer, .mw-footer {
background: linear-gradient(180deg, #1b1304, #0e0a02) !important;
border-top: 2px solid #d4af37 !important;
padding: 14px 24px !important;
}
#footer-places li, #footer-info li, #footer li {
display: inline !important;
color: rgba(255,255,255,0.5) !important;
font-family: 'Cormorant Garamond', serif !important;
font-size: 13px !important;
}
#footer-places li::after { content: " · "; color: rgba(212,175,55,0.4); }
#footer-places li:last-child::after { content: ""; }
#footer a { color: rgba(255,255,255,0.55) !important; }
#footer a:hover { color: #d4af37 !important; }
#footer-icons { display: none !important; }
/* === EDIT BOX, BOTÕES, SCROLLBAR ========================== */
#wpTextbox1 {
border: 1px solid rgba(212,175,55,0.3) !important;
border-radius: 4px !important;
padding: 12px !important;
font-size: 14px !important;
font-family: "Courier New", monospace !important;
}
.mw-ui-progressive,
.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
background: linear-gradient(180deg, #d4af37, #a8861f) !important;
border: 1px solid #8a6c1e !important;
color: #1b1304 !important;
border-radius: 2px !important;
font-family: 'Cinzel', serif !important;
font-weight: 700 !important;
letter-spacing: 1px !important;
text-transform: uppercase !important;
font-size: 11px !important;
}
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: rgba(212,175,55,0.05); }
::-webkit-scrollbar-thumb { background: rgba(212,175,55,0.4); border-radius: 0; }
::-webkit-scrollbar-thumb:hover { background: #d4af37; }
/* ============================================================
COMPONENTES AureumRO (.aur-*)
============================================================ */
/* === HERO com decoração própria ============================ */
.aur-hero {
position: relative;
background:
radial-gradient(circle at 20% 30%, rgba(212,175,55,0.08) 0%, transparent 50%),
radial-gradient(circle at 80% 70%, rgba(212,175,55,0.06) 0%, transparent 50%),
linear-gradient(135deg, #1b1304 0%, #2a1f0c 50%, #0e0a02 100%);
border: 1px solid rgba(212,175,55,0.4);
border-radius: 4px;
padding: 44px 36px;
text-align: center;
margin-bottom: 24px;
overflow: hidden;
box-shadow: 0 4px 24px rgba(212,175,55,0.12), inset 0 1px 0 rgba(255,255,255,0.05);
}
/* Cantos decorativos do hero (4 cantos) */
.aur-hero::before,
.aur-hero::after {
content: "";
position: absolute;
width: 32px;
height: 32px;
border: 2px solid #d4af37;
opacity: 0.6;
}
.aur-hero::before {
top: 10px; left: 10px;
border-right: none; border-bottom: none;
}
.aur-hero::after {
bottom: 10px; right: 10px;
border-left: none; border-top: none;
}
.aur-hero-title {
color: #fff;
font-family: 'Cinzel', serif;
font-size: 36px;
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 10px;
text-shadow: 0 2px 8px rgba(212,175,55,0.3);
line-height: 1.15;
}
.aur-hero-title .accent {
background: linear-gradient(120deg, #f4d97a 0%, #d4af37 60%, #a8861f 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.aur-hero-sub {
color: rgba(255,255,255,0.65);
font-family: 'Cormorant Garamond', serif;
font-style: italic;
font-size: 16px;
line-height: 1.6;
margin-bottom: 22px;
max-width: 640px;
margin-left: auto;
margin-right: auto;
}
.aur-hero-badge {
display: inline-flex;
align-items: center;
gap: 6px;
background: rgba(212,175,55,0.12);
border: 1px solid rgba(212,175,55,0.5);
color: #f4d97a;
font-family: 'Cinzel', serif;
font-size: 10px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
padding: 5px 14px;
border-radius: 0;
margin-bottom: 18px;
}
.aur-pills {
display: flex;
gap: 10px;
justify-content: center;
flex-wrap: wrap;
}
.aur-pill {
background: rgba(212,175,55,0.08);
border: 1px solid rgba(212,175,55,0.3);
color: rgba(255,255,255,0.8);
font-family: 'Cormorant Garamond', serif;
padding: 6px 14px;
border-radius: 0;
font-size: 13px;
display: inline-flex;
align-items: center;
gap: 6px;
transition: all 0.2s;
}
.aur-pill:hover {
border-color: #d4af37;
background: rgba(212,175,55,0.18);
color: #fff;
}
/* === STATS GRANDES (4 cards substituem a infobar 6-células) === */
.aur-stats {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 12px;
margin-bottom: 22px;
}
.aur-stat {
background: linear-gradient(180deg, #fff, #fdf8e8);
border: 1px solid rgba(212,175,55,0.3);
border-top: 3px solid #d4af37;
padding: 18px 16px;
text-align: center;
position: relative;
transition: all 0.2s;
}
.aur-stat:hover {
border-top-color: #f4d97a;
box-shadow: 0 6px 18px rgba(212,175,55,0.15);
transform: translateY(-2px);
}
.aur-stat-icon {
font-size: 22px;
color: #d4af37;
margin-bottom: 4px;
}
.aur-stat-label {
font-family: 'Cinzel', serif;
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
color: #8a6c1e;
margin-bottom: 6px;
}
.aur-stat-value {
font-family: 'Cinzel', serif;
font-size: 18px;
font-weight: 700;
color: #1b1304;
letter-spacing: 0.5px;
}
/* === WIDGETS: Status do servidor + Notícias ============== */
.aur-widgets {
display: grid;
grid-template-columns: 1fr 1.4fr;
gap: 12px;
margin-bottom: 22px;
}
.aur-widget {
background: #fff;
border: 1px solid rgba(212,175,55,0.25);
border-radius: 4px;
overflow: hidden;
position: relative;
}
.aur-widget-header {
background: linear-gradient(180deg, #1b1304, #0e0a02);
padding: 12px 18px;
border-bottom: 2px solid #d4af37;
display: flex;
align-items: center;
justify-content: space-between;
}
.aur-widget-title {
color: #f4d97a;
font-family: 'Cinzel', serif;
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
}
.aur-widget-body { padding: 16px 18px; }
.aur-widget-body p { margin: 4px 0; font-size: 14px; color: #3a2614; }
/* Status indicator */
.aur-status-dot {
display: inline-block;
width: 10px; height: 10px;
border-radius: 50%;
background: #2eb86b;
box-shadow: 0 0 8px #2eb86b;
animation: aur-pulse 2s infinite;
}
@keyframes aur-pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.6; }
}
.aur-status-line {
display: flex;
align-items: center;
justify-content: space-between;
padding: 6px 0;
border-bottom: 1px dashed rgba(212,175,55,0.18);
font-family: 'Cormorant Garamond', serif;
}
.aur-status-line:last-child { border-bottom: none; }
.aur-status-label { color: #6b5a3a; font-size: 14px; }
.aur-status-value { color: #1b1304; font-weight: 600; font-size: 14px; font-family: 'Cinzel', serif; letter-spacing: 0.5px; }
/* Notícias */
.aur-news-item {
padding: 10px 0;
border-bottom: 1px dashed rgba(212,175,55,0.18);
}
.aur-news-item:last-child { border-bottom: none; }
.aur-news-date {
font-family: 'Cinzel', serif;
font-size: 10px;
color: #a8861f;
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 3px;
}
.aur-news-title {
font-family: 'Cinzel', serif;
font-size: 14px;
color: #1b1304;
font-weight: 600;
}
.aur-news-title a { color: #1b1304 !important; }
.aur-news-title a:hover { color: #d4af37 !important; text-decoration: none !important; }
/* === BLOCOS DE NAVEGAÇÃO ================================== */
.wiki-blocks {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
margin-bottom: 16px;
}
.wiki-block {
background: #fff;
border: 1px solid rgba(212,175,55,0.22);
border-radius: 4px;
overflow: hidden;
transition: all 0.2s;
}
.wiki-block:hover {
border-color: rgba(212,175,55,0.5);
box-shadow: 0 4px 16px rgba(212,175,55,0.1);
}
.wiki-block-title {
background: linear-gradient(180deg, #1b1304, #0e0a02);
padding: 11px 18px;
border-bottom: 2px solid #d4af37;
display: flex;
align-items: center;
gap: 10px;
}
.wiki-block-title::before {
content: "✦";
color: #d4af37;
font-size: 10px;
}
.wiki-block-title-text {
color: #f4d97a;
font-family: 'Cinzel', serif;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
}
.wiki-link {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 16px;
border-bottom: 1px solid rgba(212,175,55,0.08);
text-decoration: none !important;
color: #3a2614 !important;
font-family: 'Cormorant Garamond', serif;
font-size: 15px;
transition: all 0.18s;
position: relative;
}
.wiki-link::after {
content: "›";
position: absolute;
right: 14px;
color: rgba(212,175,55,0);
font-size: 18px;
transition: all 0.18s;
}
.wiki-link:last-child { border-bottom: none; }
.wiki-link:hover {
color: #a8861f !important;
background: linear-gradient(90deg, rgba(212,175,55,0.08), transparent);
padding-left: 22px;
}
.wiki-link:hover::after {
color: #d4af37;
right: 10px;
}
.wiki-link img {
image-rendering: pixelated;
flex-shrink: 0;
filter: drop-shadow(0 1px 2px rgba(0,0,0,0.15));
}
.wiki-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); }
.wiki-grid-2 .wiki-link { border-right: 1px solid rgba(212,175,55,0.08); }
.wiki-grid-2 .wiki-link:nth-child(2n) { border-right: none; }
.wiki-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); }
.wiki-grid-4 .wiki-link { border-right: 1px solid rgba(212,175,55,0.08); }
.wiki-grid-4 .wiki-link:nth-child(4n) { border-right: none; }
.wiki-full { grid-column: span 2; }
@media (max-width: 850px) {
.wiki-blocks { grid-template-columns: 1fr; }
.wiki-full { grid-column: span 1; }
.wiki-grid-4 { grid-template-columns: repeat(2, 1fr); }
.aur-stats { grid-template-columns: repeat(2, 1fr); }
.aur-widgets { grid-template-columns: 1fr; }
}
/* === BANNER FINAL ========================================= */
.aur-banner {
background:
radial-gradient(circle at 30% 50%, rgba(212,175,55,0.1) 0%, transparent 70%),
linear-gradient(135deg, #1b1304, #0e0a02);
border: 1px solid rgba(212,175,55,0.35);
border-radius: 4px;
padding: 18px 22px;
display: flex;
align-items: center;
gap: 16px;
margin: 18px 0;
position: relative;
overflow: hidden;
}
.aur-banner::before,
.aur-banner::after {
content: "";
position: absolute;
width: 20px; height: 20px;
border: 1px solid rgba(212,175,55,0.5);
}
.aur-banner::before {
top: 6px; left: 6px;
border-right: none; border-bottom: none;
}
.aur-banner::after {
bottom: 6px; right: 6px;
border-left: none; border-top: none;
}
.aur-banner-title {
color: #f4d97a;
font-family: 'Cinzel', serif;
font-weight: 700;
font-size: 14px;
letter-spacing: 1px;
margin-bottom: 3px;
}
.aur-banner-sub {
color: rgba(255,255,255,0.55);
font-family: 'Cormorant Garamond', serif;
font-style: italic;
font-size: 13px;
line-height: 1.4;
}
.aur-banner-tags {
display: flex;
gap: 8px;
margin-left: auto;
flex-shrink: 0;
}
.aur-banner-tag {
background: rgba(212,175,55,0.18);
border: 1px solid rgba(212,175,55,0.5);
color: #f4d97a;
font-family: 'Cinzel', serif;
font-size: 10px;
font-weight: 700;
padding: 4px 10px;
letter-spacing: 1.5px;
text-transform: uppercase;
}
/* === SEPARADOR DECORATIVO (flor de lis estilizada) ======= */
.aur-separator {
display: flex;
align-items: center;
gap: 16px;
margin: 28px 0;
color: rgba(212,175,55,0.4);
}
.aur-separator::before,
.aur-separator::after {
content: "";
flex: 1;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(212,175,55,0.4), transparent);
}
.aur-separator-icon { font-size: 14px; color: #d4af37; }
/* === FIX ABAS DO HEADER (mantém base do Edda) ============= */
#p-namespaces li,
#p-namespaces li a,
#p-namespaces li.selected,
#p-namespaces li.selected a,
#p-views li,
#p-views li a,
#p-views li.selected,
#p-views li.selected a,
.vector-tab-noaction,
.vector-tab-noaction a,
div#p-namespaces ul li,
div#p-views ul li {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
border: none !important;
border-color: transparent !important;
box-shadow: none !important;
}
#left-navigation {
margin-left: 230px !important;
}
/* === ALIASES .edda-* para compatibilidade transitória ===== */
.edda-hero { /* alias deprecado */ }
.edda-pill, .edda-pills,
.edda-infobar, .edda-infobar-cell, .edda-infobar-label, .edda-infobar-value,
.edda-banner, .edda-banner-title, .edda-banner-sub, .edda-banner-tags, .edda-banner-tag {
/* nada — abandonado, use .aur-* */
}