Página Principal: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 5: | Linha 5: | ||
<html> | <html> | ||
<style> | <style> | ||
/* Fonte decorativa das artes oficiais do Edda (ver "Conheça o Edda: O Mundo Vivo!"), | |||
usada só nos títulos grandes de categoria — dependência externa (Google Fonts), | |||
assumida a pedido do administrador. Grenze Gotisch em peso alto (700) mantém o | |||
estilo gótico mas com traços mais grossos e mais legíveis que UnifrakturMaguntia. */ | |||
@import url('https://fonts.googleapis.com/css2?family=Grenze+Gotisch:wght@700;800&display=swap'); | |||
/* ============================================== | /* ============================================== | ||
PALETA DE MARCA — EDDA WORLD | PALETA DE MARCA — EDDA WORLD | ||
| Linha 25: | Linha 31: | ||
overflow: hidden; | overflow: hidden; | ||
border-radius: 18px; | border-radius: 18px; | ||
margin-bottom: | margin-bottom: 16px; | ||
height: 300px; | height: 300px; | ||
background-color: #FDF9F2; | background-color: #FDF9F2; | ||
| Linha 36: | Linha 42: | ||
@media (max-width: 780px) { | @media (max-width: 780px) { | ||
.edda-hero { height: 200px; background-position: 62% center; } | .edda-hero { height: 200px; background-position: 62% center; } | ||
} | } | ||
/* ===== BLOCOS BASE ===== */ | /* ===== BLOCOS BASE ===== */ | ||
| Linha 76: | Linha 64: | ||
.wiki-grid-4 .wiki-link:nth-child(4n) { border-right:none; } | .wiki-grid-4 .wiki-link:nth-child(4n) { border-right:none; } | ||
/* ===== COMUNIDADE / ACESSO RÁPIDO ===== */ | /* ===== COMUNIDADE / ACESSO RÁPIDO ===== */ | ||
.wiki-quick { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom: | .wiki-quick { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:16px; } | ||
.wiki-quick-card { position:relative; overflow:hidden; display:flex; flex-direction:column; gap:2px; background:var(--edda-plum); border:1px solid var(--edda-lavender-tint); border-radius:10px; padding:12px 14px 12px 17px; text-decoration:none; transition:border-color 0.15s,transform 0.15s; } | .wiki-quick-card { position:relative; overflow:hidden; display:flex; flex-direction:column; gap:2px; background:var(--edda-plum); border:1px solid var(--edda-lavender-tint); border-radius:10px; padding:12px 14px 12px 17px; text-decoration:none; transition:border-color 0.15s,transform 0.15s; } | ||
.wiki-quick-card::before { content:''; position:absolute; left:0; top:0; bottom:0; width:3px; background:var(--edda-mint); } | .wiki-quick-card::before { content:''; position:absolute; left:0; top:0; bottom:0; width:3px; background:var(--edda-mint); } | ||
| Linha 83: | Linha 71: | ||
.wiki-quick-sub { color:rgba(255,255,255,0.45); font-size:10px; } | .wiki-quick-sub { color:rgba(255,255,255,0.45); font-size:10px; } | ||
/* ===== ÍNDICE RÁPIDO ===== */ | /* ===== ÍNDICE RÁPIDO ===== */ | ||
.wiki-jumpnav { display:flex; flex-wrap:wrap; gap:6px; margin-bottom: | .wiki-jumpnav { display:flex; flex-wrap:wrap; gap:6px; margin-bottom:26px; } | ||
.wiki-jumpnav a { display:inline-flex; align-items:center; gap:5px; background:#fff; border:1px solid var(--edda-mint-tint-strong); color:var(--edda-text-secondary); font-size:11px; font-weight:600; padding:5px 12px; border-radius:20px; text-decoration:none; transition:all 0.15s; } | .wiki-jumpnav a { display:inline-flex; align-items:center; gap:5px; background:#fff; border:1px solid var(--edda-mint-tint-strong); color:var(--edda-text-secondary); font-size:11px; font-weight:600; padding:5px 12px; border-radius:20px; text-decoration:none; transition:all 0.15s; } | ||
.wiki-jumpnav a:hover { background:var(--edda-mint); border-color:var(--edda-mint); color:#fff; } | .wiki-jumpnav a:hover { background:var(--edda-mint); border-color:var(--edda-mint); color:#fff; } | ||
/* ===== CABEÇALHO DE | /* ===== CABEÇALHO DE CATEGORIA (estilo grande, fonte Edda) ===== */ | ||
.wiki- | .wiki-cat-header { | ||
.wiki- | display:flex; | ||
.wiki- | align-items:center; | ||
.wiki- | gap:12px; | ||
.wiki- | border-radius:10px; | ||
padding:12px 20px; | |||
.wiki- | margin:28px 0 12px; | ||
.wiki- | scroll-margin-top:16px; | ||
.wiki- | } | ||
.wiki- | .wiki-cat-header:first-of-type { margin-top:6px; } | ||
.wiki-cat-header img { image-rendering:pixelated; flex-shrink:0; } | |||
.wiki-cat-title { font-family:'Grenze Gotisch', Georgia, serif; font-weight:700; font-size:27px; letter-spacing:0.2px; line-height:1; } | |||
.wiki-cat-desc { font-size:11.5px; color:var(--edda-text-secondary); margin-left:auto; white-space:nowrap; } | |||
.wiki-cat-header.t-mint { background:#EAF8F1; border:1px solid rgba(94,207,168,0.35); } | |||
.wiki-cat-header.t-mint .wiki-cat-title { color:#2E8F6E; } | |||
.wiki-cat-header.t-gold { background:#FFFBEB; border:1px solid rgba(234,179,8,0.3); } | |||
.wiki-cat-header.t-gold .wiki-cat-title { color:#92400E; } | |||
.wiki-cat-header.t-red { background:#FFF5F5; border:1px solid rgba(239,68,68,0.3); } | |||
.wiki-cat-header.t-red .wiki-cat-title { color:#B91C1C; } | |||
.wiki-cat-header.t-purple { background:#FAF5FF; border:1px solid rgba(124,58,237,0.25); } | |||
.wiki-cat-header.t-purple .wiki-cat-title { color:#7C3AED; } | |||
.wiki-cat-header.t-blue { background:#EFF8FF; border:1px solid rgba(14,165,233,0.3); } | |||
.wiki-cat-header.t-blue .wiki-cat-title { color:#0369A1; } | |||
/* ===== RODAPÉ EDDA ===== */ | /* ===== RODAPÉ EDDA ===== */ | ||
.edda-banner { display:flex; align-items:center; gap:14px; background:var(--edda-plum); border:1px solid var(--edda-lavender-tint); border-radius:12px; padding:16px 20px; } | .edda-banner { display:flex; align-items:center; gap:14px; background:var(--edda-plum); border:1px solid var(--edda-lavender-tint); border-radius:12px; padding:16px 20px; } | ||
| Linha 111: | Linha 112: | ||
.wiki-grid-3 .wiki-link:nth-child(2n) { border-right:none; } | .wiki-grid-3 .wiki-link:nth-child(2n) { border-right:none; } | ||
.wiki-grid-3 .wiki-link:nth-child(3n) { border-right:1px solid var(--edda-mint-tint); } | .wiki-grid-3 .wiki-link:nth-child(3n) { border-right:1px solid var(--edda-mint-tint); } | ||
.wiki- | .wiki-cat-desc { display:none; } | ||
.wiki-cat-title { font-size:21px; } | |||
} | } | ||
</style> | </style> | ||
<!-- HERO --> | <!-- HERO --> | ||
<div class="edda-hero"></div> | <div class="edda-hero"></div> | ||
<!-- COMUNIDADE --> | <!-- COMUNIDADE --> | ||
<div class="wiki-quick"> | <div class="wiki-quick"> | ||
| Linha 167: | Linha 142: | ||
</div> | </div> | ||
<!-- ===================== COMECE AQUI ===================== --> | <!-- ===================== COMECE AQUI ===================== --> | ||
<div class="wiki- | <div class="wiki-cat-header t-mint" id="sec-comeceaqui"> | ||
< | <img src="https://static.divine-pride.net/images/items/item/7304.png" width="28" height="28" alt=""> | ||
<span class="wiki- | <span class="wiki-cat-title">Comece Aqui</span> | ||
<span class="wiki- | <span class="wiki-cat-desc">Primeiros passos do jogador novo</span> | ||
</div> | </div> | ||
<div class="wiki-block-full"> | <div class="wiki-block-full"> | ||
| Linha 196: | Linha 171: | ||
</div> | </div> | ||
<!-- ===================== ROPS & RECOMPENSAS ===================== --> | <!-- ===================== ROPS & RECOMPENSAS ===================== --> | ||
<div class="wiki- | <div class="wiki-cat-header t-gold" id="sec-economia"> | ||
< | <img src="https://static.divine-pride.net/images/items/item/670.png" width="28" height="28" alt=""> | ||
<span class="wiki- | <span class="wiki-cat-title">ROPs & Recompensas</span> | ||
<span class="wiki- | <span class="wiki-cat-desc">Onde ganhar, gastar e trocar recursos</span> | ||
</div> | </div> | ||
<div class="wiki-col-wrap"> | <div class="wiki-col-wrap"> | ||
| Linha 233: | Linha 208: | ||
</div> | </div> | ||
<!-- ===================== PVP & EVENTOS ===================== --> | <!-- ===================== PVP & EVENTOS ===================== --> | ||
<div class="wiki- | <div class="wiki-cat-header t-red" id="sec-pvpeventos"> | ||
< | <img src="https://static.divine-pride.net/images/items/item/1000330.png" width="28" height="28" alt=""> | ||
<span class="wiki- | <span class="wiki-cat-title">PvP & Eventos</span> | ||
<span class="wiki- | <span class="wiki-cat-desc">Combate competitivo e conteúdo sazonal</span> | ||
</div> | </div> | ||
<div class="wiki-col-wrap"> | <div class="wiki-col-wrap"> | ||
| Linha 259: | Linha 234: | ||
</div> | </div> | ||
<!-- ===================== PROGRESSÃO & CRIAÇÃO ===================== --> | <!-- ===================== PROGRESSÃO & CRIAÇÃO ===================== --> | ||
<div class="wiki- | <div class="wiki-cat-header t-purple" id="sec-progressao"> | ||
< | <img src="https://static.divine-pride.net/images/items/item/1001661.png" width="28" height="28" alt=""> | ||
<span class="wiki- | <span class="wiki-cat-title">Progressão & Criação</span> | ||
<span class="wiki- | <span class="wiki-cat-desc">Forje, encante e evolua seu equipamento</span> | ||
</div> | </div> | ||
<div class="wiki-block-full"> | <div class="wiki-block-full"> | ||
| Linha 282: | Linha 257: | ||
</div> | </div> | ||
<!-- ===================== INSTÂNCIAS ===================== --> | <!-- ===================== INSTÂNCIAS ===================== --> | ||
<div class="wiki- | <div class="wiki-cat-header t-blue" id="sec-instancias"> | ||
< | <img src="https://www.divine-pride.net/img/items/item/bRO/6000" width="28" height="28" alt=""> | ||
<span class="wiki- | <span class="wiki-cat-title">Instâncias</span> | ||
<span class="wiki- | <span class="wiki-cat-desc">Instâncias estruturadas do servidor</span> | ||
</div> | </div> | ||
<div class="wiki-block-full"> | <div class="wiki-block-full"> | ||
| Linha 306: | Linha 281: | ||
</div> | </div> | ||
<!-- RODAPÉ EDDA --> | <!-- RODAPÉ EDDA --> | ||
<div class="edda-banner" style="margin-top: | <div class="edda-banner" style="margin-top:20px;margin-bottom:0;"> | ||
<img src="https://static.divine-pride.net/images/items/item/19948.png" width="30" height="30" style="image-rendering:pixelated;flex-shrink:0;" alt=""> | <img src="https://static.divine-pride.net/images/items/item/19948.png" width="30" height="30" style="image-rendering:pixelated;flex-shrink:0;" alt=""> | ||
<div> | <div> | ||
Edição das 02h44min de 15 de agosto de 2026
Início da Jornada
ROPs & Pontos
PvP & Batalhas
Criação & Aprimoramento