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 3: | Linha 3: | ||
Identidade visual: mint/lavanda, fundo claro, mascote oficial | Identidade visual: mint/lavanda, fundo claro, mascote oficial | ||
============================================================ --> | ============================================================ --> | ||
<html> | <html> | ||
<style> | <style> | ||
/* ============================================== | /* ============================================== | ||
| Linha 22: | Linha 20: | ||
--edda-text-secondary: #6B6478; | --edda-text-secondary: #6B6478; | ||
} | } | ||
/* ===== HERO ===== */ | /* ===== HERO ===== */ | ||
.edda-hero { | .edda-hero { | ||
| Linha 37: | Linha 34: | ||
border: 1px solid var(--edda-mint-tint-strong); | border: 1px solid var(--edda-mint-tint-strong); | ||
} | } | ||
@media (max-width: 780px) { | @media (max-width: 780px) { | ||
.edda-hero { height: 200px; background-position: 62% center; } | .edda-hero { height: 200px; background-position: 62% center; } | ||
} | } | ||
/* ===== INFO BAR ===== */ | /* ===== INFO BAR ===== */ | ||
.edda-infobar { | .edda-infobar { | ||
| Linha 57: | Linha 52: | ||
.edda-infobar-value { font-size: 12.5px; font-weight: 700; color: var(--edda-text); line-height: 1.35; } | .edda-infobar-value { font-size: 12.5px; font-weight: 700; color: var(--edda-text); line-height: 1.35; } | ||
.edda-infobar-value.mint { color: #2E8F6E; } | .edda-infobar-value.mint { color: #2E8F6E; } | ||
@media (max-width: 780px) { | @media (max-width: 780px) { | ||
.edda-infobar { grid-template-columns: repeat(2, 1fr); } | .edda-infobar { grid-template-columns: repeat(2, 1fr); } | ||
} | } | ||
/* ===== BLOCOS BASE ===== */ | /* ===== BLOCOS BASE ===== */ | ||
.wiki-col-wrap { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:12px; align-items:start; } | .wiki-col-wrap { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:12px; align-items:start; } | ||
| Linha 72: | Linha 65: | ||
.wiki-link:hover { color:#2E8F6E; background:#F2FBF7; } | .wiki-link:hover { color:#2E8F6E; background:#F2FBF7; } | ||
.wiki-link img { image-rendering:pixelated; flex-shrink:0; } | .wiki-link img { image-rendering:pixelated; flex-shrink:0; } | ||
.wiki-list .wiki-link:last-child { border-bottom:none; } | .wiki-list .wiki-link:last-child { border-bottom:none; } | ||
.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 var(--edda-mint-tint); } | .wiki-grid-2 .wiki-link { border-right:1px solid var(--edda-mint-tint); } | ||
| Linha 84: | Linha 75: | ||
.wiki-grid-4 .wiki-link { border-right:1px solid var(--edda-mint-tint); } | .wiki-grid-4 .wiki-link { border-right:1px solid var(--edda-mint-tint); } | ||
.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:14px; } | .wiki-quick { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:14px; } | ||
| Linha 92: | Linha 82: | ||
.wiki-quick-title { color:var(--edda-mint-light); font-size:12.5px; font-weight:700; } | .wiki-quick-title { color:var(--edda-mint-light); font-size:12.5px; font-weight:700; } | ||
.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:22px; } | .wiki-jumpnav { display:flex; flex-wrap:wrap; gap:6px; margin-bottom:22px; } | ||
.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 SEÇÃO ===== */ | /* ===== CABEÇALHO DE SEÇÃO ===== */ | ||
.wiki-section { margin:26px 0 12px; display:flex; align-items:baseline; gap:12px; scroll-margin-top:16px; } | .wiki-section { margin:26px 0 12px; display:flex; align-items:baseline; gap:12px; scroll-margin-top:16px; } | ||
| Linha 104: | Linha 92: | ||
.wiki-section-line { flex:1; height:1px; background:var(--edda-mint-tint-strong); } | .wiki-section-line { flex:1; height:1px; background:var(--edda-mint-tint-strong); } | ||
.wiki-section-desc { font-size:11.5px; color:#9B94A8; white-space:nowrap; } | .wiki-section-desc { font-size:11.5px; color:#9B94A8; white-space:nowrap; } | ||
/* ===== SUBCABEÇALHO interno ===== */ | /* ===== SUBCABEÇALHO interno ===== */ | ||
.wiki-subhead { display:flex; align-items:center; gap:8px; padding:13px 16px 7px; } | .wiki-subhead { display:flex; align-items:center; gap:8px; padding:13px 16px 7px; } | ||
| Linha 110: | Linha 97: | ||
.wiki-subhead-text { font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:0.9px; color:#2E8F6E; } | .wiki-subhead-text { font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:0.9px; color:#2E8F6E; } | ||
.wiki-subhead-count { font-size:9px; font-weight:700; color:var(--edda-text-secondary); background:#F2FBF7; border:1px solid var(--edda-mint-tint-strong); border-radius:20px; padding:1px 8px; margin-left:auto; } | .wiki-subhead-count { font-size:9px; font-weight:700; color:var(--edda-text-secondary); background:#F2FBF7; border:1px solid var(--edda-mint-tint-strong); border-radius:20px; padding:1px 8px; margin-left:auto; } | ||
/* ===== 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; } | ||
.edda-banner-title { color:var(--edda-mint-light); font-size:13.5px; font-weight:700; margin-bottom:3px; } | .edda-banner-title { color:var(--edda-mint-light); font-size:13.5px; font-weight:700; margin-bottom:3px; } | ||
.edda-banner-sub { color:rgba(255,255,255,0.5); font-size:11.5px; line-height:1.5; } | .edda-banner-sub { color:rgba(255,255,255,0.5); font-size:11.5px; line-height:1.5; } | ||
/* ===== RESPONSIVO ===== */ | /* ===== RESPONSIVO ===== */ | ||
@media (max-width:720px) { | @media (max-width:720px) { | ||
| Linha 129: | Linha 114: | ||
} | } | ||
</style> | </style> | ||
<!-- HERO --> | <!-- HERO --> | ||
<div class="edda-hero"></div> | <div class="edda-hero"></div> | ||
<!-- INFO BAR --> | <!-- INFO BAR --> | ||
<div class="edda-infobar"> | <div class="edda-infobar"> | ||
| Linha 160: | Linha 143: | ||
</div> | </div> | ||
</div> | </div> | ||
<!-- COMUNIDADE --> | <!-- COMUNIDADE --> | ||
<div class="wiki-quick"> | <div class="wiki-quick"> | ||
| Linha 176: | Linha 158: | ||
</a> | </a> | ||
</div> | </div> | ||
<!-- ÍNDICE --> | <!-- ÍNDICE --> | ||
<div class="wiki-jumpnav"> | <div class="wiki-jumpnav"> | ||
| Linha 183: | Linha 164: | ||
<a href="#sec-pvpeventos">PvP & Eventos</a> | <a href="#sec-pvpeventos">PvP & Eventos</a> | ||
<a href="#sec-progressao">Progressão & Criação</a> | <a href="#sec-progressao">Progressão & Criação</a> | ||
<a href="#sec- | <a href="#sec-instancias">Instâncias</a> | ||
</div> | </div> | ||
<!-- ===================== COMECE AQUI ===================== --> | <!-- ===================== COMECE AQUI ===================== --> | ||
<div class="wiki-section" id="sec-comeceaqui"> | <div class="wiki-section" id="sec-comeceaqui"> | ||
| Linha 192: | Linha 172: | ||
<span class="wiki-section-desc">Primeiros passos do jogador novo</span> | <span class="wiki-section-desc">Primeiros passos do jogador novo</span> | ||
</div> | </div> | ||
<div class="wiki-block-full"> | <div class="wiki-block-full"> | ||
<div class="wiki-block-title"><span class="wiki-block-title-text">Início da Jornada</span></div> | <div class="wiki-block-title"><span class="wiki-block-title-text">Início da Jornada</span></div> | ||
| Linha 208: | Linha 187: | ||
<a href="/index.php/Artesão" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/11641.png" width="24" height="24" alt="">Artesão</a> | <a href="/index.php/Artesão" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/11641.png" width="24" height="24" alt="">Artesão</a> | ||
<a href="/index.php/Removedora_de_Cartas" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6443.png" width="24" height="24" alt="">Removedora de Cartas</a> | <a href="/index.php/Removedora_de_Cartas" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6443.png" width="24" height="24" alt="">Removedora de Cartas</a> | ||
<a href="/index.php/Sistema_MVP" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/31488.png" width="24" height="24" alt="">Sistema MVP</a> | |||
<a href="/index.php/Monstros_Dimensionais" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/20562.png" width="24" height="24" alt="">Monstros Dimensionais</a> | |||
<a href="/index.php/Dragão_Púrpura" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/31561" width="24" height="24" alt="">Dragão Púrpura</a> | |||
<a href="/index.php/Mapas_Modificados" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/28527.png" width="24" height="24" alt="">Mapas Modificados</a> | |||
<a href="/index.php/Zona_Morta" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/7642.png" width="24" height="24" alt="">Zona Morta</a> | |||
<a href="/index.php/Bestiário" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/22653.png" width="24" height="24" alt="">Bestiário</a> | |||
</div> | </div> | ||
</div> | </div> | ||
<!-- ===================== ROPS & RECOMPENSAS ===================== --> | <!-- ===================== ROPS & RECOMPENSAS ===================== --> | ||
<div class="wiki-section" id="sec-economia"> | <div class="wiki-section" id="sec-economia"> | ||
| Linha 217: | Linha 201: | ||
<span class="wiki-section-desc">Onde ganhar, gastar e trocar recursos</span> | <span class="wiki-section-desc">Onde ganhar, gastar e trocar recursos</span> | ||
</div> | </div> | ||
<div class="wiki-col-wrap"> | <div class="wiki-col-wrap"> | ||
<div class="wiki-block"> | <div class="wiki-block"> | ||
| Linha 249: | Linha 232: | ||
</div> | </div> | ||
</div> | </div> | ||
<!-- ===================== PVP & EVENTOS ===================== --> | <!-- ===================== PVP & EVENTOS ===================== --> | ||
<div class="wiki-section" id="sec-pvpeventos"> | <div class="wiki-section" id="sec-pvpeventos"> | ||
| Linha 256: | Linha 238: | ||
<span class="wiki-section-desc">Combate competitivo e conteúdo sazonal</span> | <span class="wiki-section-desc">Combate competitivo e conteúdo sazonal</span> | ||
</div> | </div> | ||
<div class="wiki-col-wrap"> | <div class="wiki-col-wrap"> | ||
<div class="wiki-block"> | <div class="wiki-block"> | ||
| Linha 277: | Linha 258: | ||
</div> | </div> | ||
</div> | </div> | ||
<!-- ===================== PROGRESSÃO & CRIAÇÃO ===================== --> | <!-- ===================== PROGRESSÃO & CRIAÇÃO ===================== --> | ||
<div class="wiki-section" id="sec-progressao"> | <div class="wiki-section" id="sec-progressao"> | ||
| Linha 284: | Linha 264: | ||
<span class="wiki-section-desc">Forje, encante e evolua seu equipamento</span> | <span class="wiki-section-desc">Forje, encante e evolua seu equipamento</span> | ||
</div> | </div> | ||
<div class="wiki-block-full"> | <div class="wiki-block-full"> | ||
<div class="wiki-block-title"><span class="wiki-block-title-text">Criação & Aprimoramento</span></div> | <div class="wiki-block-title"><span class="wiki-block-title-text">Criação & Aprimoramento</span></div> | ||
| Linha 302: | Linha 281: | ||
</div> | </div> | ||
</div> | </div> | ||
<!-- ===================== INSTÂNCIAS ===================== --> | |||
<!-- ===================== | <div class="wiki-section" id="sec-instancias"> | ||
<div class="wiki-section" id="sec- | <span class="wiki-section-label">Instâncias</span> | ||
<span class="wiki-section-label"> | |||
<span class="wiki-section-line"></span> | <span class="wiki-section-line"></span> | ||
<span class="wiki-section-desc">Instâncias estruturadas | <span class="wiki-section-desc">Instâncias estruturadas do servidor</span> | ||
</div> | </div> | ||
<div class="wiki-block-full"> | <div class="wiki-block-full"> | ||
<div class="wiki-block-title"><span class="wiki-block-title | <div class="wiki-block-title"><span class="wiki-block-title-text">Instâncias</span></div> | ||
<div class="wiki-grid-4"> | <div class="wiki-grid-4"> | ||
<a href="/index.php/Batalha_dos_Orcs" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/28522" width="24" height="24" alt="">Batalha dos Orcs</a> | <a href="/index.php/Batalha_dos_Orcs" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/28522" width="24" height="24" alt="">Batalha dos Orcs</a> | ||
| Linha 332: | Linha 303: | ||
<a href="/index.php/Maldição_de_Glastheim" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6607" width="24" height="24" alt="">Maldição de Glastheim</a> | <a href="/index.php/Maldição_de_Glastheim" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6607" width="24" height="24" alt="">Maldição de Glastheim</a> | ||
<a href="/index.php/Fenda_Dimensional" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/313932.png" width="24" height="24" alt="">Fenda Dimensional</a> | <a href="/index.php/Fenda_Dimensional" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/313932.png" width="24" height="24" alt="">Fenda Dimensional</a> | ||
</div> | </div> | ||
</div> | </div> | ||
<!-- RODAPÉ EDDA --> | <!-- RODAPÉ EDDA --> | ||
<div class="edda-banner" style="margin-top:16px;margin-bottom:0;"> | <div class="edda-banner" style="margin-top:16px;margin-bottom:0;"> | ||
| Linha 357: | Linha 313: | ||
</div> | </div> | ||
</div> | </div> | ||
</html> | </html> | ||
Edição das 06h53min de 14 de agosto de 2026
Comece Aqui
Primeiros passos do jogador novo
Início da Jornada
ROPs & Recompensas
Onde ganhar, gastar e trocar recursos
ROPs & Pontos
PvP & Eventos
Combate competitivo e conteúdo sazonal
PvP & Batalhas
Progressão & Criação
Forje, encante e evolua seu equipamento
Criação & Aprimoramento
Instâncias
Instâncias estruturadas do servidor