Página Principal: mudanças entre as edições

De Edda World Wiki
Ir para navegação Ir para pesquisar
Sem resumo de edição
Etiqueta: Revertido
Sem resumo de edição
Etiqueta: Revertido
Linha 1: Linha 1:
<!-- Página Principal — Edda World Wiki -->
<!-- Página Principal — Edda World Wiki -->
<html>
<html>
<style>
*{box-sizing:border-box;margin:0;padding:0;}
/* HERO */
.eh{background:#050E1F;border-radius:12px;padding:36px 32px 32px;margin-bottom:16px;position:relative;overflow:hidden;text-align:center;}
.eh-glow1{position:absolute;top:-60px;left:-40px;width:280px;height:280px;background:radial-gradient(circle,rgba(14,165,233,0.13) 0%,transparent 68%);border-radius:50%;pointer-events:none;}
.eh-glow2{position:absolute;bottom:-40px;right:0;width:220px;height:220px;background:radial-gradient(circle,rgba(125,216,255,0.07) 0%,transparent 68%);border-radius:50%;pointer-events:none;}
.eh-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(14,165,233,0.12);border:1px solid rgba(14,165,233,0.3);color:#7DD8FF;font-size:10px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;padding:4px 12px;border-radius:20px;margin-bottom:18px;}
.eh-dot{width:6px;height:6px;border-radius:50%;background:#34D399;box-shadow:0 0 6px #34D399;}
.eh-title{color:#fff;font-size:28px;font-weight:800;line-height:1.15;margin-bottom:10px;letter-spacing:-0.3px;}
.eh-title span{color:#7DD8FF;}
.eh-sub{color:rgba(255,255,255,0.42);font-size:13.5px;line-height:1.7;max-width:520px;margin:0 auto 22px;}
.eh-pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;}
.eh-pill{display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);color:rgba(255,255,255,0.55);font-size:11px;font-weight:600;padding:5px 13px;border-radius:20px;}
.eh-pill-dot{width:5px;height:5px;border-radius:50%;}
/* INFO BAR */
.eh-infobar{display:grid;grid-template-columns:repeat(6,1fr);background:#fff;border:1px solid rgba(14,165,233,0.16);border-radius:10px;overflow:hidden;margin-bottom:16px;}
.eh-infobar-cell{padding:10px 14px;border-right:1px solid rgba(14,165,233,0.08);}
.eh-infobar-cell:last-child{border-right:none;}
.eh-infobar-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:0.8px;color:#8EA8C4;margin-bottom:3px;}
.eh-infobar-value{font-size:12px;font-weight:700;color:#0C1A36;line-height:1.3;}
.eh-infobar-value.blue{color:#0EA5E9;}
/* LAYOUT */
.wiki-col-wrap{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;align-items:start;}
.wiki-block{background:#fff;border:1px solid rgba(14,165,233,0.16);border-radius:10px;overflow:hidden;}
.wiki-block-full{background:#fff;border:1px solid rgba(14,165,233,0.16);border-radius:10px;overflow:hidden;margin-bottom:12px;}
.wiki-block-title{background:#050E1F;padding:9px 16px;display:flex;align-items:center;gap:8px;}
.wiki-block-title-text{color:#7DD8FF;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:0.9px;}
.wiki-link{display:flex;align-items:center;gap:8px;padding:8px 14px;border-bottom:1px solid rgba(14,165,233,0.06);text-decoration:none;color:#1A2640;font-size:13px;transition:color 0.1s,background 0.1s;}
.wiki-link:last-child{border-bottom:none;}
.wiki-link:hover{color:#0EA5E9;background:#F4FAFF;}
.wiki-link img{image-rendering:pixelated;flex-shrink:0;}
.wiki-grid-2{display:grid;grid-template-columns:repeat(2,1fr);}
.wiki-grid-2 .wiki-link{border-right:1px solid rgba(14,165,233,0.06);}
.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(14,165,233,0.06);}
.wiki-grid-4 .wiki-link:nth-child(4n){border-right:none;}
/* INSTÂNCIAS */
.inst-grid{display:grid;grid-template-columns:repeat(4,1fr);}
.inst-link{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 10px;text-align:center;font-size:12px;font-weight:600;color:#1A2640;text-decoration:none;border-right:1px solid rgba(14,165,233,0.06);border-bottom:1px solid rgba(14,165,233,0.06);transition:background .1s,color .1s;}
.inst-link:hover{background:#F4FAFF;color:#0EA5E9;}
.inst-link:nth-child(4n){border-right:none;}
.inst-link img{image-rendering:pixelated;}
.inst-link-sub{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:0.7px;color:#8EA8C4;margin-top:1px;}
</style>


<!-- HERO -->
<!-- HERO -->
<div class="edda-hero">
<div class="eh">
   <div style="position:absolute;top:-40px;left:-20px;width:200px;height:200px;background:radial-gradient(circle,rgba(14,165,233,0.15) 0%,transparent 70%);border-radius:50%;pointer-events:none;"></div>
   <div class="eh-glow1"></div>
   <div style="position:absolute;bottom:-20px;right:5%;width:150px;height:150px;background:radial-gradient(circle,rgba(125,216,255,0.1) 0%,transparent 70%);border-radius:50%;pointer-events:none;"></div>
   <div class="eh-glow2"></div>
   <div style="position:relative;z-index:1;">
   <div style="position:relative;z-index:1;">
     <div style="display:inline-flex;align-items:center;gap:5px;background:rgba(14,165,233,0.15);border:1px solid rgba(14,165,233,0.35);color:#7DD8FF;font-size:9px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:3px 10px;border-radius:20px;margin-bottom:14px;">Wiki</div>
     <div class="eh-badge"><div class="eh-dot"></div>Wiki Oficial</div>
     <div class="edda-hero-title">Bem-vindo</div>
     <div class="eh-title">Bem-vindo ao<br><span>Edda World</span></div>
     <div class="edda-hero-sub">
     <div class="eh-sub">Tudo que você precisa para explorar, evoluir e dominar Rune-Midgard guias, sistemas, instâncias e muito mais.</div>
      Pre-Renewal · Gold Times · PT-BR<br>
     <div class="eh-pills">
      O mundo vivo eventos emergem sem aviso, desafios surgem a todo momento.
       <div class="eh-pill"><div class="eh-pill-dot" style="background:#0EA5E9;"></div>Pre-Renewal</div>
    </div>
      <div class="eh-pill"><div class="eh-pill-dot" style="background:#F59E0B;"></div>5x EXP · 5x Job · 2x Drop · 1x MVP</div>
     <div class="edda-pills">
       <div class="eh-pill"><div class="eh-pill-dot" style="background:#34D399;"></div>Gold Times</div>
       <div class="edda-pill"><span style="width:5px;height:5px;border-radius:50%;background:#0EA5E9;box-shadow:0 0 5px #0EA5E9;flex-shrink:0;"></span> Beta — 01/05</div>
       <div class="eh-pill"><div class="eh-pill-dot" style="background:#A78BFA;"></div>Gepard 3 · Anti-Cheat</div>
       <div class="edda-pill"><span style="width:5px;height:5px;border-radius:50%;background:#34C57C;flex-shrink:0;"></span> Abertura — 08/05</div>
       <div class="edda-pill"><span style="width:5px;height:5px;border-radius:50%;background:#F59E0B;flex-shrink:0;"></span> 5x EXP · 5x Job · 2x Drop · 1x MVP</div>
     </div>
     </div>
   </div>
   </div>
Linha 22: Linha 70:


<!-- INFO BAR -->
<!-- INFO BAR -->
<div class="edda-infobar">
<div class="eh-infobar">
   <div class="edda-infobar-cell">
   <div class="eh-infobar-cell">
     <div class="edda-infobar-label">Mecânica</div>
     <div class="eh-infobar-label">Mecânica</div>
     <div class="edda-infobar-value blue">Gold Times</div>
     <div class="eh-infobar-value blue">Gold Times</div>
   </div>
   </div>
   <div class="edda-infobar-cell">
   <div class="eh-infobar-cell">
     <div class="edda-infobar-label">Emulador</div>
     <div class="eh-infobar-label">Emulador</div>
     <div class="edda-infobar-value">Pré-Renewal</div>
     <div class="eh-infobar-value">Pré-Renewal</div>
   </div>
   </div>
   <div class="edda-infobar-cell">
   <div class="eh-infobar-cell">
     <div class="edda-infobar-label">Rates</div>
     <div class="eh-infobar-label">Rates</div>
     <div class="edda-infobar-value">5x / 5x / 2x / 1x</div>
     <div class="eh-infobar-value">5x / 5x / 2x / 1x</div>
   </div>
   </div>
   <div class="edda-infobar-cell">
   <div class="eh-infobar-cell">
     <div class="edda-infobar-label">Episódio</div>
     <div class="eh-infobar-label">Episódio</div>
     <div class="edda-infobar-value">O servidor não segue uma linha habitual de episódios</div>
     <div class="eh-infobar-value" style="font-size:10px;font-weight:600;color:#5A7A9A;">Não segue linha habitual</div>
   </div>
   </div>
   <div class="edda-infobar-cell">
   <div class="eh-infobar-cell">
     <div class="edda-infobar-label">Nível Máx.</div>
     <div class="eh-infobar-label">Nível Máx.</div>
     <div class="edda-infobar-value">99 / 70</div>
     <div class="eh-infobar-value">99 / 70</div>
   </div>
   </div>
   <div class="edda-infobar-cell">
   <div class="eh-infobar-cell">
     <div class="edda-infobar-label">Anti-Cheat</div>
     <div class="eh-infobar-label">Anti-Cheat</div>
     <div class="edda-infobar-value blue">Gepard 3</div>
     <div class="eh-infobar-value blue">Gepard 3</div>
   </div>
   </div>
</div>
</div>


<style>
<!-- POR ONDE COMEÇAR — full width, 4 colunas -->
.wiki-col-wrap { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:12px; align-items:start; }
.wiki-block { background:#fff; border:1px solid rgba(14,165,233,0.16); border-radius:10px; overflow:hidden; margin-bottom:0; }
.wiki-block-full { background:#fff; border:1px solid rgba(14,165,233,0.16); border-radius:10px; overflow:hidden; margin-bottom:12px; }
.wiki-block-title { background:#050E1F; padding:9px 16px; display:flex; align-items:center; gap:8px; }
.wiki-block-title-text { color:#7DD8FF; font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:0.9px; }
.wiki-link { display:flex; align-items:center; gap:8px; padding:8px 14px; border-bottom:1px solid rgba(14,165,233,0.06); text-decoration:none; color:#1A2640; font-size:13px; transition:color 0.1s,background 0.1s; }
.wiki-link:last-child { border-bottom:none; }
.wiki-link:hover { color:#0EA5E9; background:#F4FAFF; }
.wiki-link img { image-rendering:pixelated; flex-shrink:0; }
.wiki-grid-2 { display:grid; grid-template-columns:repeat(2,1fr); }
.wiki-grid-2 .wiki-link { border-right:1px solid rgba(14,165,233,0.06); }
.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(14,165,233,0.06); }
.wiki-grid-4 .wiki-link:nth-child(4n) { border-right:none; }
.wiki-full { grid-column:span 2; }
 
/* INSTÂNCIAS — card visual com ícone e label */
.inst-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.inst-link { display:flex; flex-direction:column; align-items:center; gap:6px; padding:14px 10px; text-align:center; font-size:12px; font-weight:600; color:#1A2640; text-decoration:none; border-right:1px solid rgba(14,165,233,0.06); border-bottom:1px solid rgba(14,165,233,0.06); transition:background .1s,color .1s; }
.inst-link:hover { background:#F4FAFF; color:#0EA5E9; }
.inst-link:nth-child(4n) { border-right:none; }
.inst-link img { image-rendering:pixelated; }
.inst-link-sub { font-size:9px; font-weight:700; text-transform:uppercase; letter-spacing:0.7px; color:#8EA8C4; margin-top:1px; }
</style>
 
<!-- ── POR ONDE COMEÇAR — full width, 4 colunas ── -->
<div class="wiki-block-full">
<div class="wiki-block-full">
   <div class="wiki-block-title"><span class="wiki-block-title-text">Por onde começar</span></div>
   <div class="wiki-block-title"><span class="wiki-block-title-text">Por onde começar</span></div>
   <div class="wiki-grid-4">
   <div class="wiki-grid-4">
     <a href="/index.php/Informações_do_Servidor" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/7304" width="24" height="24" alt="">Informações do Servidor</a>
     <a href="/index.php/Informações_do_Servidor" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/7304" width="24" height="24" alt="">Informações do Servidor</a>
     <a href="/index.php/Caixa_do_Iniciante" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/23285" width="24" height="24" alt="">Caixa do Iniciante</a>
     <a href="/index.php/Caixa_do_Iniciante" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/23285" width="24" height="24" alt="">Caixa do Iniciante</a>
     <a href="/index.php/Balanceamento_de_Classes" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/2822" width="24" height="24" alt="">Balanceamento de Classes</a>
     <a href="/index.php/Balanceamento_de_Classes" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/2822" width="24" height="24" alt="">Balanceamento de Classes</a>
     <a href="/index.php/Mestra_das_Classes" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/102909" width="24" height="24" alt="">Mestra das Classes</a>
     <a href="/index.php/Mestra_das_Classes" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/102909" width="24" height="24" alt="">Mestra das Classes</a>
     <a href="/index.php/Curandeira" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/12002" width="24" height="24" alt="">Curandeira</a>
     <a href="/index.php/Curandeira" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/12002" width="24" height="24" alt="">Curandeira</a>
     <a href="/index.php/Resetadora" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/12213" width="24" height="24" alt="">Resetadora</a>
     <a href="/index.php/Resetadora" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/12213" width="24" height="24" alt="">Resetadora</a>
     <a href="/index.php/Artesão" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/11641" width="24" height="24" alt="">Artesão</a>
     <a href="/index.php/Artesão" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/11641" width="24" height="24" alt="">Artesão</a>
     <a href="/index.php/Removedora_de_Cartas" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/6443" width="24" height="24" alt="">Removedora de Cartas</a>
     <a href="/index.php/Removedora_de_Cartas" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6443" width="24" height="24" alt="">Removedora de Cartas</a>
   </div>
   </div>
</div>
</div>


<!-- ── LINHA 1: PROGRESSÃO + ECONOMIA ── -->
<!-- PROGRESSÃO + ECONOMIA -->
<div class="wiki-col-wrap">
<div class="wiki-col-wrap">
  <!-- PROGRESSÃO DO PERSONAGEM -->
   <div class="wiki-block">
   <div class="wiki-block">
     <div class="wiki-block-title"><span class="wiki-block-title-text">Progressão do Personagem</span></div>
     <div class="wiki-block-title"><span class="wiki-block-title-text">Progressão do Personagem</span></div>
     <div class="wiki-grid-2">
     <div class="wiki-grid-2">
       <a href="/index.php/Sistema_de_Progressão" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/1001124" width="24" height="24" alt="">Sistema de Progressão</a>
       <a href="/index.php/Sistema_de_Progressão" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/1001124" width="24" height="24" alt="">Sistema de Progressão</a>
       <a href="/index.php/Sistema_de_Runas" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/1001283" width="24" height="24" alt="">Sistema de Runas</a>
       <a href="/index.php/Sistema_de_Runas" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/1001283" width="24" height="24" alt="">Sistema de Runas</a>
       <a href="/index.php/Quests_Edda" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/7874" width="24" height="24" alt="">Quests Edda</a>
       <a href="/index.php/Quests_Edda" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/7874" width="24" height="24" alt="">Quests Edda</a>
       <a href="/index.php/Mascotes" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/9065" width="24" height="24" alt="">Mascotes</a>
       <a href="/index.php/Mascotes" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/9065" width="24" height="24" alt="">Mascotes</a>
       <a href="/index.php/Raça_do_Dia" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/410059" width="24" height="24" alt="">Raça do Dia</a>
       <a href="/index.php/Raça_do_Dia" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/410059" width="24" height="24" alt="">Raça do Dia</a>
     </div>
     </div>
   </div>
   </div>
  <!-- ECONOMIA & MOEDAS -->
   <div class="wiki-block">
   <div class="wiki-block">
     <div class="wiki-block-title"><span class="wiki-block-title-text">Economia &amp; Moedas</span></div>
     <div class="wiki-block-title"><span class="wiki-block-title-text">Economia &amp; Moedas</span></div>
     <div class="wiki-grid-2">
     <div class="wiki-grid-2">
       <a href="/index.php/Economia" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/7444" width="24" height="24" alt="">Economia</a>
       <a href="/index.php/Economia" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/7444" width="24" height="24" alt="">Economia</a>
       <a href="/index.php/Moeda_Colecionável" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/1001007" width="24" height="24" alt="">Moeda Colecionável</a>
       <a href="/index.php/Moeda_Colecionável" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/1001007" width="24" height="24" alt="">Moeda Colecionável</a>
       <a href="/index.php/Guild_Point" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/460050" width="24" height="24" alt="">Guild Point</a>
       <a href="/index.php/Guild_Point" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/460050" width="24" height="24" alt="">Guild Point</a>
       <a href="/index.php/Pontos_de_Presença" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/1001010" width="24" height="24" alt="">Pontos de Presença</a>
       <a href="/index.php/Pontos_de_Presença" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/1001010" width="24" height="24" alt="">Pontos de Presença</a>
       <a href="/index.php/Pontos_de_Voto" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/20344" width="24" height="24" alt="">Pontos de Voto</a>
       <a href="/index.php/Pontos_de_Voto" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/20344" width="24" height="24" alt="">Pontos de Voto</a>
     </div>
     </div>
   </div>
   </div>
</div>
</div>


<!-- ── LINHA 2: CRIAÇÃO + ROPs & VIP ── -->
<!-- CRIAÇÃO + ROPs & VIP -->
<div class="wiki-col-wrap">
<div class="wiki-col-wrap">
  <!-- CRIAÇÃO & APRIMORAMENTO -->
   <div class="wiki-block">
   <div class="wiki-block">
     <div class="wiki-block-title"><span class="wiki-block-title-text">Criação &amp; Aprimoramento</span></div>
     <div class="wiki-block-title"><span class="wiki-block-title-text">Criação &amp; Aprimoramento</span></div>
     <div class="wiki-grid-2">
     <div class="wiki-grid-2">
       <a href="/index.php/Refinamentos" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/6438" width="24" height="24" alt="">Refinamentos</a>
       <a href="/index.php/Refinamentos" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6438" width="24" height="24" alt="">Refinamentos</a>
       <a href="/index.php/Encantamentos" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/1001090" width="24" height="24" alt="">Encantamentos</a>
       <a href="/index.php/Encantamentos" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/1001090" width="24" height="24" alt="">Encantamentos</a>
       <a href="/index.php/Sloteamentos" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/1001076" width="24" height="24" alt="">Sloteamentos</a>
       <a href="/index.php/Sloteamentos" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/1001076" width="24" height="24" alt="">Sloteamentos</a>
       <a href="/index.php/Forja" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/6596" width="24" height="24" alt="">Forja</a>
       <a href="/index.php/Forja" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6596" width="24" height="24" alt="">Forja</a>
       <a href="/index.php/Alquimia" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/6285" width="24" height="24" alt="">Alquimia</a>
       <a href="/index.php/Alquimia" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6285" width="24" height="24" alt="">Alquimia</a>
       <a href="/index.php/Equipamentos_Aprimoráveis" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/550181" width="24" height="24" alt="">Equipamentos Aprimoráveis</a>
       <a href="/index.php/Equipamentos_Aprimoráveis" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/550181" width="24" height="24" alt="">Equipamentos Aprimoráveis</a>
     </div>
     </div>
   </div>
   </div>
  <!-- ROPs & VIP -->
   <div class="wiki-block">
   <div class="wiki-block">
     <div class="wiki-block-title"><span class="wiki-block-title-text">ROPs &amp; VIP</span></div>
     <div class="wiki-block-title"><span class="wiki-block-title-text">ROPs &amp; VIP</span></div>
     <div class="wiki-grid-2">
     <div class="wiki-grid-2">
       <a href="/index.php/Loja_de_ROPs" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/670" width="24" height="24" alt="">Loja de ROPs</a>
       <a href="/index.php/Loja_de_ROPs" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/670" width="24" height="24" alt="">Loja de ROPs</a>
       <a href="/index.php/Passe_de_Batalha" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/104440" width="24" height="24" alt="">Passe de Batalha</a>
       <a href="/index.php/Passe_de_Batalha" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/104440" width="24" height="24" alt="">Passe de Batalha</a>
       <a href="/index.php/Benefícios_VIP" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/25876" width="24" height="24" alt="">Benefícios VIP</a>
       <a href="/index.php/Benefícios_VIP" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/25876" width="24" height="24" alt="">Benefícios VIP</a>
       <a href="/index.php/Logue_e_Ganhe" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/105759" width="24" height="24" alt="">Logue e Ganhe</a>
       <a href="/index.php/Logue_e_Ganhe" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/105759" width="24" height="24" alt="">Logue e Ganhe</a>
       <a href="/index.php/Máquina_de_Prêmios" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/6989" width="24" height="24" alt="">Máquina de Prêmios</a>
       <a href="/index.php/Máquina_de_Prêmios" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6989" width="24" height="24" alt="">Máquina de Prêmios</a>
     </div>
     </div>
   </div>
   </div>
</div>
</div>


<!-- ── INSTÂNCIAS — full width, visual com ícone + label solo/grupo ── -->
<!-- INSTÂNCIAS — full width, visual -->
<div class="wiki-block-full">
<div class="wiki-block-full">
   <div class="wiki-block-title"><span class="wiki-block-title-text">Instâncias</span></div>
   <div class="wiki-block-title"><span class="wiki-block-title-text">Instâncias</span></div>
   <div class="inst-grid">
   <div class="inst-grid">
     <a href="/index.php/Batalha_dos_Orcs" class="inst-link">
     <a href="/index.php/Batalha_dos_Orcs" class="inst-link">
       <img src="https://www.divine-pride.net/img/items/item/LATAM/28522" width="30" height="30" alt="">
       <img src="https://www.divine-pride.net/img/items/item/bRO/28522" width="30" height="30" alt="">
       Batalha dos Orcs
       Batalha dos Orcs
       <span class="inst-link-sub">Grupo</span>
       <span class="inst-link-sub">Grupo</span>
     </a>
     </a>
     <a href="/index.php/Torre_sem_Fim" class="inst-link">
     <a href="/index.php/Torre_sem_Fim" class="inst-link">
       <img src="https://www.divine-pride.net/img/items/item/LATAM/6000" width="30" height="30" alt="">
       <img src="https://www.divine-pride.net/img/items/item/bRO/6000" width="30" height="30" alt="">
       Torre sem Fim
       Torre sem Fim
       <span class="inst-link-sub">Solo / Grupo</span>
       <span class="inst-link-sub">Solo / Grupo</span>
     </a>
     </a>
     <a href="/index.php/Thanatos_Corrompido" class="inst-link">
     <a href="/index.php/Thanatos_Corrompido" class="inst-link">
       <img src="https://www.divine-pride.net/img/items/item/LATAM/20514" width="30" height="30" alt="">
       <img src="https://www.divine-pride.net/img/items/item/bRO/20514" width="30" height="30" alt="">
       Thanatos Corrompido
       Thanatos Corrompido
       <span class="inst-link-sub">Grupo</span>
       <span class="inst-link-sub">Grupo</span>
Linha 175: Linha 186:
     </a>
     </a>
     <a href="/index.php/Palácio_das_Mágoas" class="inst-link">
     <a href="/index.php/Palácio_das_Mágoas" class="inst-link">
       <img src="https://www.divine-pride.net/img/items/item/LATAM/6672" width="30" height="30" alt="">
       <img src="https://www.divine-pride.net/img/items/item/bRO/6672" width="30" height="30" alt="">
       Palácio das Mágoas
       Palácio das Mágoas
       <span class="inst-link-sub">Solo</span>
       <span class="inst-link-sub">Solo</span>
Linha 185: Linha 196:
     </a>
     </a>
     <a href="/index.php/Invasão_ao_Aeroplano" class="inst-link">
     <a href="/index.php/Invasão_ao_Aeroplano" class="inst-link">
       <img src="https://www.divine-pride.net/img/items/item/LATAM/400277" width="30" height="30" alt="">
       <img src="https://www.divine-pride.net/img/items/item/bRO/400277" width="30" height="30" alt="">
       Invasão ao Aeroplano
       Invasão ao Aeroplano
       <span class="inst-link-sub">Solo</span>
       <span class="inst-link-sub">Solo</span>
Linha 192: Linha 203:
</div>
</div>


<!-- ── LINHA 3: PvP & BATALHAS + EVENTOS ── -->
<!-- PvP & BATALHAS + EVENTOS -->
<div class="wiki-col-wrap">
<div class="wiki-col-wrap">
  <!-- PvP & BATALHAS -->
   <div class="wiki-block">
   <div class="wiki-block">
     <div class="wiki-block-title"><span class="wiki-block-title-text">PvP &amp; Batalhas</span></div>
     <div class="wiki-block-title"><span class="wiki-block-title-text">PvP &amp; Batalhas</span></div>
     <div class="wiki-grid-2">
     <div class="wiki-grid-2">
       <a href="/index.php/Guerra_do_Emperium" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/1000330" width="24" height="24" alt="">Guerra do Emperium</a>
       <a href="/index.php/Guerra_do_Emperium" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/1000330" width="24" height="24" alt="">Guerra do Emperium</a>
       <a href="/index.php/KVM" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/6376" width="24" height="24" alt="">KVM</a>
       <a href="/index.php/KVM" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6376" width="24" height="24" alt="">KVM</a>
       <a href="/index.php/Sistema_PK" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/7752" width="24" height="24" alt="">Sistema PK</a>
       <a href="/index.php/Sistema_PK" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/7752" width="24" height="24" alt="">Sistema PK</a>
     </div>
     </div>
   </div>
   </div>
  <!-- EVENTOS -->
   <div class="wiki-block">
   <div class="wiki-block">
     <div class="wiki-block-title"><span class="wiki-block-title-text">Eventos</span></div>
     <div class="wiki-block-title"><span class="wiki-block-title-text">Eventos</span></div>
     <div class="wiki-grid-2">
     <div class="wiki-grid-2">
       <a href="/index.php/Jogo_do_Bicho" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/18930" width="24" height="24" alt="">Jogo do Bicho</a>
       <a href="/index.php/Jogo_do_Bicho" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/18930" width="24" height="24" alt="">Jogo do Bicho</a>
       <a href="/index.php/Fuja_da_Dengue" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/742" width="24" height="24" alt="">Fuja da Dengue</a>
       <a href="/index.php/Fuja_da_Dengue" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/742" width="24" height="24" alt="">Fuja da Dengue</a>
       <a href="/index.php/Edda_Square" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/7102" width="24" height="24" alt="">Edda Square</a>
       <a href="/index.php/Edda_Square" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/7102" width="24" height="24" alt="">Edda Square</a>
       <a href="/index.php/Evento_da_Copa" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/7549" width="24" height="24" alt="">Evento da Copa</a>
       <a href="/index.php/Evento_da_Copa" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/7549" width="24" height="24" alt="">Evento da Copa</a>
     </div>
     </div>
   </div>
   </div>
</div>
</div>


<!-- ── PvM & MUNDO ABERTO — full width, 4 colunas ── -->
<!-- PvM & MUNDO ABERTO — full width, 4 colunas -->
<div class="wiki-block-full">
<div class="wiki-block-full">
   <div class="wiki-block-title"><span class="wiki-block-title-text">PvM &amp; Mundo Aberto</span></div>
   <div class="wiki-block-title"><span class="wiki-block-title-text">PvM &amp; Mundo Aberto</span></div>
   <div class="wiki-grid-4">
   <div class="wiki-grid-4">
     <a href="/index.php/Sistema_MVP" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/31488" width="24" height="24" alt="">Sistema MVP</a>
     <a href="/index.php/Sistema_MVP" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/31488" width="24" height="24" alt="">Sistema MVP</a>
     <a href="/index.php/Grupo_Edda" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/22508" width="24" height="24" alt="">Grupo Edda</a>
     <a href="/index.php/Grupo_Edda" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/22508" width="24" height="24" alt="">Grupo Edda</a>
     <a href="/index.php/Monstros_Dimensionais" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/7020" width="24" height="24" alt="">Monstros Dimensionais</a>
     <a href="/index.php/Monstros_Dimensionais" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/7020" width="24" height="24" alt="">Monstros Dimensionais</a>
     <a href="/index.php/Guardião_dos_Destinos" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/6659" width="24" height="24" alt="">Guardião dos Destinos</a>
     <a href="/index.php/Guardião_dos_Destinos" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6659" width="24" height="24" alt="">Guardião dos Destinos</a>
     <a href="/index.php/Dragão_Púrpura" class="wiki-link"><img src="https://browiki.org/images/6/67/Monster_Drag%C3%A3oP%C3%BArpura.png" width="24" height="24" alt="">Dragão Púrpura</a>
     <a href="/index.php/Dragão_Púrpura" class="wiki-link"><img src="https://browiki.org/images/6/67/Monster_Drag%C3%A3oP%C3%BArpura.png" width="24" height="24" alt="">Dragão Púrpura</a>
     <a href="/index.php/Mapas_Modificados" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/28527" width="24" height="24" alt="">Mapas Modificados</a>
     <a href="/index.php/Mapas_Modificados" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/28527" width="24" height="24" alt="">Mapas Modificados</a>
     <a href="/index.php/Fendas_Dimensionais" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/313932" width="24" height="24" alt="">Fendas Dimensionais</a>
     <a href="/index.php/Fendas_Dimensionais" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/313932" width="24" height="24" alt="">Fendas Dimensionais</a>
     <a href="/index.php/Experimento_Escarlate" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/6728" width="24" height="24" alt="">Experimento Escarlate</a>
     <a href="/index.php/Experimento_Escarlate" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6728" width="24" height="24" alt="">Experimento Escarlate</a>
     <a href="/index.php/Geffenia" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/2644" width="24" height="24" alt="">Geffenia</a>
     <a href="/index.php/Geffenia" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/2644" width="24" height="24" alt="">Geffenia</a>
     <a href="/index.php/Zona_Morta" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/7642" width="24" height="24" alt="">Zona Morta</a>
     <a href="/index.php/Zona_Morta" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/7642" width="24" height="24" alt="">Zona Morta</a>
     <a href="/index.php/Bestiário" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/22653" width="24" height="24" alt="">Bestiário</a>
     <a href="/index.php/Bestiário" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/22653" width="24" height="24" alt="">Bestiário</a>
   </div>
   </div>
</div>
</div>


<!-- ── ITENS & RECOMPENSAS — full width, 4 colunas ── -->
<!-- ITENS & RECOMPENSAS — full width, 4 colunas -->
<div class="wiki-block-full">
<div class="wiki-block-full">
   <div class="wiki-block-title"><span class="wiki-block-title-text">Itens &amp; Recompensas</span></div>
   <div class="wiki-block-title"><span class="wiki-block-title-text">Itens &amp; Recompensas</span></div>
   <div class="wiki-grid-4">
   <div class="wiki-grid-4">
     <a href="/index.php/Caixa_dos_Melhores_Itens" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/12608" width="24" height="24" alt="">Caixa dos Melhores Itens</a>
     <a href="/index.php/Caixa_dos_Melhores_Itens" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/12608" width="24" height="24" alt="">Caixa dos Melhores Itens</a>
     <a href="/index.php/Mapa_do_Tesouro" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/420385" width="24" height="24" alt="">Mapa do Tesouro</a>
     <a href="/index.php/Mapa_do_Tesouro" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/420385" width="24" height="24" alt="">Mapa do Tesouro</a>
     <a href="/index.php/Equipamentos_Aprimoráveis" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/550181" width="24" height="24" alt="">Equipamentos Aprimoráveis</a>
     <a href="/index.php/Equipamentos_Aprimoráveis" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/550181" width="24" height="24" alt="">Equipamentos Aprimoráveis</a>
   </div>
   </div>
</div>
</div>


<!-- ── LINKS EXTERNOS ── -->
<!-- LINKS EXTERNOS -->
<div style="text-align:center;margin-bottom:16px;padding:12px 0;">
<div style="text-align:center;margin-bottom:16px;padding:12px 0;">
   <a href="https://discord.gg/7WZM2w5mTM" style="display:inline-flex;align-items:center;gap:6px;background:rgba(14,165,233,0.08);border:1px solid rgba(14,165,233,0.22);color:#0284C7;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;text-decoration:none;margin:0 4px;">Discord</a>
   <a href="https://discord.gg/7WZM2w5mTM" style="display:inline-flex;align-items:center;gap:6px;background:rgba(14,165,233,0.08);border:1px solid rgba(14,165,233,0.22);color:#0284C7;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;text-decoration:none;margin:0 4px;">Discord</a>
Linha 254: Linha 260:
</div>
</div>


<!-- ── RODAPÉ ── -->
<!-- RODAPÉ -->
<div class="edda-banner" style="margin-bottom:0;">
<div class="edda-banner" style="margin-bottom:0;">
   <img src="https://www.divine-pride.net/img/items/item/LATAM/19948" width="30" height="30" style="image-rendering:pixelated;flex-shrink:0;" alt="">
   <img src="https://www.divine-pride.net/img/items/item/bRO/19948" width="30" height="30" style="image-rendering:pixelated;flex-shrink:0;" alt="">
   <div>
   <div>
     <div class="edda-banner-title">Edda World está chegando</div>
     <div class="edda-banner-title">Edda World está chegando</div>

Edição das 04h27min de 29 de junho de 2026

Wiki Oficial
Bem-vindo ao
Edda World
Tudo que você precisa para explorar, evoluir e dominar Rune-Midgard — guias, sistemas, instâncias e muito mais.
Pre-Renewal
5x EXP · 5x Job · 2x Drop · 1x MVP
Gold Times
Gepard 3 · Anti-Cheat
Mecânica
Gold Times
Emulador
Pré-Renewal
Rates
5x / 5x / 2x / 1x
Episódio
Não segue linha habitual
Nível Máx.
99 / 70
Anti-Cheat
Gepard 3
Discord Site Oficial Regras Patch Notes
Edda World está chegando
O mundo é vivo, tudo acontece por aqui — fendas dimensionais, mvps globais e muito mais!
Beta 01/05
Launch 08/05