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
Sem resumo de edição
 
(46 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 10: Linha 10:
   estilo gótico mas com traços mais grossos e mais legíveis que UnifrakturMaguntia. */
   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');
@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 27: Linha 26:
}
}
/* ===== HERO ===== */
/* ===== HERO ===== */
.edda-hero {
/* Banner "solto" no estilo RagnaTales: sem moldura/quadrado ao redor,
   position: relative;
  centralizado, tamanho contido (não ocupa a largura toda da tela). */
   overflow: hidden;
.edda-home-hero {
   border-radius: 18px;
   display: flex;
   margin-bottom: 16px;
   justify-content: center;
   height: 300px;
   align-items: center;
  background-color: #FDF9F2;
   margin-bottom: 18px;
  background-image: url('https://wiki.eddaworld.com.br/images/f/ff/Banner_edda_perfeito.png');
   padding: 6px 0 10px;
   background-size: cover;
}
   background-position: center center;
.edda-home-hero img {
   background-repeat: no-repeat;
   display: block;
   border: 1px solid var(--edda-mint-tint-strong);
   width: 100%;
   max-width: 620px;
   height: auto;
}
}
@media (max-width: 780px) {
@media (max-width: 780px) {
   .edda-hero { height: 200px; background-position: 62% center; }
   .edda-home-hero img { max-width: 92%; }
}
}
/* ===== BLOCOS BASE ===== */
/* ===== BLOCOS BASE ===== */
Linha 47: Linha 48:
.wiki-block { background:#fff; border:1px solid var(--edda-mint-tint-strong); border-radius:10px; overflow:hidden; margin-bottom:0; }
.wiki-block { background:#fff; border:1px solid var(--edda-mint-tint-strong); border-radius:10px; overflow:hidden; margin-bottom:0; }
.wiki-block-full { background:#fff; border:1px solid var(--edda-mint-tint-strong); border-radius:10px; overflow:hidden; margin-bottom:0; }
.wiki-block-full { background:#fff; border:1px solid var(--edda-mint-tint-strong); border-radius:10px; overflow:hidden; margin-bottom:0; }
/* Barra de título "pequena" — usada para sub-grupos dentro de uma mesma categoria */
/* Barra de título "pequena" — usada para sub-grupos dentro de uma mesma categoria */
.wiki-block-title { background:var(--edda-plum); padding:9px 16px; display:flex; align-items:center; gap:8px; }
.wiki-block-title { background:var(--edda-plum); padding:9px 16px; display:flex; align-items:center; gap:8px; }
.wiki-block-title-text { color:var(--edda-mint-light); font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:0.9px; }
.wiki-block-title-text { color:var(--edda-mint-light); font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:0.9px; }
/* Barra de título "grande" (hero) — cabeçalho de categoria, ícone + fonte gótica
/* Barra de título "grande" (hero) — cabeçalho de categoria, ícone + fonte gótica
   das artes oficiais do Edda. Mesmas cores da barra pequena. */
   das artes oficiais do Edda. Mesmas cores da barra pequena. */
.wiki-block-title.hero { padding:14px 20px; gap:12px; }
.wiki-block-title.hero { padding:14px 20px; gap:12px; }
.wiki-block-title.hero img { image-rendering:pixelated; flex-shrink:0; }
.wiki-block-title.hero img { image-rendering:pixelated; flex-shrink:0; }
.wiki-cat-title-text { font-family:'Grenze Gotisch', Georgia, serif; font-weight:700; font-size:24px; color:var(--edda-mint-light); letter-spacing:0.2px; line-height:1; }
.wiki-cat-title-text { font-family:'Grenze Gotisch', Georgia, serif; font-weight:700; font-size:26px; color:var(--edda-mint-light); letter-spacing:0.2px; line-height:1; }
.wiki-block-title.hero.compact { padding:11px 16px; justify-content:center; }
.wiki-block-title.hero.compact { padding:11px 16px; justify-content:center; }
.wiki-block-title.hero.compact .wiki-cat-title-text { font-size:19px; }
.wiki-block-title.hero.compact img { width:22px; height:22px; }
.wiki-block-title.hero.compact img { width:22px; height:22px; }
.wiki-link { display:flex; align-items:center; gap:8px; padding:8px 14px; border-bottom:1px solid var(--edda-mint-tint); text-decoration:none; color:var(--edda-text); font-size:13px; transition:color 0.1s,background 0.1s; }
.wiki-link { display:flex; align-items:center; gap:8px; padding:8px 14px; border-bottom:1px solid var(--edda-mint-tint); text-decoration:none; color:var(--edda-text); font-size:13px; transition:color 0.1s,background 0.1s; }
.wiki-link:hover { color:#2E8F6E; background:#F2FBF7; }
.wiki-link:hover { color:#2E8F6E; background:#F2FBF7; }
Linha 75: Linha 72:
.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; }
 
.wiki-grid-6 { display:grid; grid-template-columns:repeat(6,1fr); }
.wiki-grid-6 .wiki-link { border-right:1px solid var(--edda-mint-tint); }
.wiki-grid-6 .wiki-link:nth-child(6n) { border-right:none; }
/* ===== LINHAS DE CATEGORIAS AGRUPADAS LADO A LADO ===== */
/* ===== LINHAS DE CATEGORIAS AGRUPADAS LADO A LADO ===== */
.wiki-cat-row-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin:28px 0 12px; }
.wiki-cat-row-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin:28px 0 12px; }
.wiki-cat-row-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:28px 0 12px; }
.wiki-cat-row-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:28px 0 12px; }
.wiki-cat-row-2:first-of-type, .wiki-cat-row-3:first-of-type { margin-top:6px; }
.wiki-cat-row-2:first-of-type, .wiki-cat-row-3:first-of-type { margin-top:6px; }
/* ===== ÍNDICE RÁPIDO ===== */
/* ===== ÍNDICE RÁPIDO ===== */
.wiki-block-full[id], .wiki-block[id] { scroll-margin-top:16px; }
.wiki-block-full[id], .wiki-block[id] { scroll-margin-top:16px; }
/* ===== 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 99: Linha 95:
   .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); }
   /* Recalcula a "primeira linha" para 2 colunas (a regra de desktop usava 3/4) */
  .wiki-grid-6 { grid-template-columns:repeat(2,1fr); }
   .wiki-grid-3 .wiki-link, .wiki-grid-4 .wiki-link { border-top:1px solid var(--edda-mint-tint); }
  .wiki-grid-6 .wiki-link:nth-child(2n) { border-right:none; }
   .wiki-grid-3 .wiki-link:nth-child(-n+2), .wiki-grid-4 .wiki-link:nth-child(-n+2) { border-top:none; }
   /* Recalcula a "primeira linha" para 2 colunas (a regra de desktop usava 3/4/6) */
   .wiki-grid-3 .wiki-link, .wiki-grid-4 .wiki-link, .wiki-grid-6 .wiki-link { border-top:1px solid var(--edda-mint-tint); }
   .wiki-grid-3 .wiki-link:nth-child(-n+2), .wiki-grid-4 .wiki-link:nth-child(-n+2), .wiki-grid-6 .wiki-link:nth-child(-n+2) { border-top:none; }
   .wiki-cat-title-text { font-size:20px; }
   .wiki-cat-title-text { font-size:20px; }
}
}
</style>
</style>
<!-- HERO -->
<!-- HERO -->
<div class="edda-hero"></div>
<div class="edda-home-hero">
 
  <img src="https://wiki.eddaworld.com.br/images/f/fa/ChatGPT_Image_15_de_ago._de_2026%2C_03_11_32.png" alt="Edda World Wiki">
</div>
<!-- ============= SOBRE O EDDA WORLD | INICIANTES | DESTAQUES ============= -->
<!-- ============= SOBRE O EDDA WORLD | INICIANTES | DESTAQUES ============= -->
<div class="wiki-cat-row-3">
<div class="wiki-cat-row-3">
Linha 117: Linha 116:
     <div class="wiki-grid-2">
     <div class="wiki-grid-2">
       <a href="/index.php/Informações_do_Servidor" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/7304.png" width="24" height="24" alt="">Informações do Servidor</a>
       <a href="/index.php/Informações_do_Servidor" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/7304.png" width="24" height="24" alt="">Informações do Servidor</a>
       <a href="https://www.eddaworld.com.br" class="wiki-link"><img src="https://wiki.eddaworld.com.br/images/2/20/Logo_Solo_-_Edda_%28PNG_Verde_sem_fundo%29.png" width="24" height="24" alt="">Site</a>
       <a href="https://www.eddaworld.com.br" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/19948" width="24" height="24" alt="">Site</a>
       <a href="https://discord.gg/7WZM2w5mTM" class="wiki-link"><img src="https://wiki.eddaworld.com.br/images/0/02/40685-discord-pixel-emoji.png" width="24" height="24" alt="">Discord</a>
       <a href="https://discord.gg/7WZM2w5mTM" class="wiki-link"><img src="https://wiki.eddaworld.com.br/images/0/02/40685-discord-pixel-emoji.png" width="24" height="24" alt="">Discord</a>
       <a href="/index.php/Regras" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/12108" width="24" height="24" alt="">Regras</a>
       <a href="/index.php/Regras" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/12108" width="24" height="24" alt="">Regras</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/Itens_Modificados" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/11554.png" width="24" height="24" alt="">Itens Modificados</a>
    <a href="/index.php/Economia" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/7444.png" width="24" height="24" alt="">Economia</a>
     </div>
     </div>
   </div>
   </div>
Linha 131: Linha 133:
       <a href="/index.php/Grupo_Éden" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/22508.png" width="24" height="24" alt="">Grupo Éden</a>
       <a href="/index.php/Grupo_Éden" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/22508.png" width="24" height="24" alt="">Grupo Éden</a>
       <a href="/index.php/Guild_Point" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/460050.png" width="24" height="24" alt="">Guild Point</a>
       <a href="/index.php/Guild_Point" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/460050.png" width="24" height="24" alt="">Guild Point</a>
       <a href="/index.php/Mestra_das_Classes" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/102909.png" width="24" height="24" alt="">Mestra das Classes</a>
       <a href="/index.php/MoEdda" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6379.png" width="24" height="24" alt="">MoEdda</a>
      <a href="/index.php/Logue_e_Ganhe" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/105759.png" width="24" height="24" alt="">Logue e Ganhe</a>
       <a href="/index.php/Equipamentos_Aprimoráveis" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/550181.png" width="24" height="24" alt="">Equipamentos Aprimoráveis</a>
       <a href="/index.php/Equipamentos_Aprimoráveis" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/550181.png" width="24" height="24" alt="">Equipamentos Aprimoráveis</a>
      <a href="/index.php/Guia_para_Iniciantes" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/2765.png" width="24" height="24" alt="">Guia para Iniciantes</a>
     </div>
     </div>
   </div>
   </div>
Linha 142: Linha 144:
     </div>
     </div>
     <div class="wiki-grid-2">
     <div class="wiki-grid-2">
       <a href="/index.php/Equipamentos_Rubi" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/490045.png" width="24" height="24" alt="">Equipamentos Rubi</a>
       <a href="/index.php/Armas_Rubi" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/490045.png" width="24" height="24" alt="">Armas Rubi</a>
       <a href="/index.php/Equipamentos_Safira" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/490063.png" width="24" height="24" alt="">Equipamentos Safira</a>
       <a href="/index.php/Armas_Safira" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/490063.png" width="24" height="24" alt="">Armas Safira</a>
      <a href="/index.php/Equipamentos_Dimensionais" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/490162.png" width="24" height="24" alt="">Equipamentos Dimensionais</a>
       <a href="/index.php/Espólios_Rekenber" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/400243.png" width="24" height="24" alt="">Espólios Rekenber</a>
       <a href="/index.php/Espólios_Rekenber" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/400243.png" width="24" height="24" alt="">Espólios Rekenber</a>
       <a href="/index.php/Equipamentos_Dimensionais" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/490162.png" width="24" height="24" alt="">Equipamentos Dimensionais</a>
    <a href="/index.php/Caixa_dos_Melhores_Itens" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/12608.png" width="24" height="24" alt="">Caixa dos Melhores Itens</a>
    <a href="/index.php/Equipamentos_Sombrios" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/24184.png" width="24" height="24" alt="">Equipamentos Sombrios</a>
    </div>
  </div>
</div>
<!-- ============= CASH SHOP | ENCANTAMENTOS VISUAIS | PONTOS E RECOMPENSAS ============= -->
<div class="wiki-cat-row-3">
  <div class="wiki-block" id="sec-cash-shop">
    <div class="wiki-block-title hero compact">
      <img src="https://www.divine-pride.net/img/items/item/bRO/100192" width="22" height="22" alt="">
      <span class="wiki-cat-title-text">Cash Shop</span>
    </div>
    <div class="wiki-grid-2">
      <a href="/index.php/Loja_de_ROPs" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/670.png" 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/540111" width="24" height="24" alt="">Passe de Batalha</a>
      <a href="/index.php/Máquina_de_Prêmios" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/1000392" width="24" height="24" alt="">Máquina de Prêmios</a>
      <a href="/index.php/Loja_Kachua" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1000274.png" width="24" height="24" alt="">Loja Kachua</a>
      <a href="/index.php/Benefícios_VIP" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/25876.png" width="24" height="24" alt="">Benefícios VIP</a>
    </div>
  </div>
  <div class="wiki-block" id="sec-encantamentos-visuais">
    <div class="wiki-block-title hero compact">
      <img src="https://static.divine-pride.net/images/items/item/311004.png" width="22" height="22" alt="">
      <span class="wiki-cat-title-text">Encantamentos Visuais</span>
    </div>
    <div class="wiki-grid-2">
      <a href="/index.php/Pedras_de_Rate" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001655.png" width="24" height="24" alt="">Pedras de Rate</a>
      <a href="/index.php/Pedras_Visuais" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6638.png" width="24" height="24" alt="">Pedras Visuais</a>
      <a href="/index.php/Pedras_Gráficas" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001095.png" width="24" height="24" alt="">Pedras Gráficas</a>
    </div>
  </div>
  <div class="wiki-block" id="sec-pontos-recompensas">
    <div class="wiki-block-title hero compact">
      <img src="https://static.divine-pride.net/images/items/item/23093.png" width="22" height="22" alt="">
      <span class="wiki-cat-title-text">Pontos e Recompensas</span>
    </div>
    <div class="wiki-grid-2">
      <a href="/index.php/Pontos_de_Voto" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/20344.png" width="24" height="24" alt="">Pontos de Voto</a>
      <a href="/index.php/Pontos_de_Presença" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001010.png" width="24" height="24" alt="">Pontos de Presença</a>
      <a href="/index.php/Logue_e_Ganhe" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/105759.png" width="24" height="24" alt="">Logue e Ganhe</a>
      <a href="/index.php/Bônus_de_Retorno" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/103426.png" width="24" height="24" alt="">Bônus de Retorno</a>
    </div>
  </div>
</div>
<!-- ============= EVENTOS | NPCS | CRIAÇÃO ============= -->
<div class="wiki-cat-row-3">
  <div class="wiki-block" id="sec-eventos">
    <div class="wiki-block-title hero compact">
      <img src="https://static.divine-pride.net/images/items/item/5318.png" width="22" height="22" alt="">
      <span class="wiki-cat-title-text">Eventos</span>
    </div>
    <div class="wiki-grid-2">
      <a href="/index.php/Corrida_dos_Bichos" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/18930.png" width="24" height="24" alt="">Corrida dos Bichos</a>
      <a href="/index.php/Fuja_da_Dengue" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/742.png" width="24" height="24" alt="">Fuja da Dengue</a>
      <a href="/index.php/Pegue_o_Pombo" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/18912.png" width="24" height="24" alt="">Pegue o Pombo</a>
      <a href="/index.php/Krieger_von_Midgard" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6376.png" width="24" height="24" alt="">Krieger von Midgard</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/Guerra_do_Emperium" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1000330.png" width="24" height="24" alt="">Guerra do Emperium</a>
    </div>
  </div>
  <div class="wiki-block" id="sec-npcs">
    <div class="wiki-block-title hero compact">
      <img src="https://static.divine-pride.net/images/items/item/410148.png" width="22" height="22" alt="">
      <span class="wiki-cat-title-text">NPCs</span>
    </div>
    <div class="wiki-grid-2">
      <a href="/index.php/Mestra_das_Classes" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/102909.png" width="24" height="24" alt="">Mestra das Classes</a>
      <a href="/index.php/Curandeira" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/12002.png" width="24" height="24" alt="">Curandeira</a>
      <a href="/index.php/Resetadora" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/12213.png" width="24" height="24" alt="">Resetadora</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/Sloteamentos" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001076.png" width="24" height="24" alt="">Sloteamentos</a>
    </div>
  </div>
  <div class="wiki-block" id="sec-criacao">
    <div class="wiki-block-title hero compact">
      <img src="https://static.divine-pride.net/images/items/item/7419.png" width="22" height="22" alt="">
      <span class="wiki-cat-title-text">Criação</span>
    </div>
    <div class="wiki-grid-2">
      <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/Refinamentos" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6438.png" width="24" height="24" alt="">Refinamentos</a>
      <a href="/index.php/Forja" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6596.png" width="24" height="24" alt="">Forja</a>
      <a href="/index.php/Alquimia" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6285.png" width="24" height="24" alt="">Alquimia</a>
      <a href="/index.php/Quests_Edda" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/7874.png" width="24" height="24" alt="">Quests Edda</a>
    </div>
  </div>
</div>
<!-- ============= SISTEMAS | INSTÂNCIAS ============= -->
<div class="wiki-cat-row-2">
  <div class="wiki-block" id="sec-sistemas">
    <div class="wiki-block-title hero compact">
      <img src="https://static.divine-pride.net/images/items/item/6186.png" width="22" height="22" alt="">
      <span class="wiki-cat-title-text">Sistemas</span>
    </div>
    <div class="wiki-grid-3">
      <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/Encantamentos" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001090.png" width="24" height="24" alt="">Encantamentos</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>
      <a href="/index.php/Sistema_PK" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/7752.png" width="24" height="24" alt="">Sistema PK</a>
      <a href="/index.php/Raça_do_Dia" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/410059.png" width="24" height="24" alt="">Raça do Dia</a>
      <a href="/index.php/Sistema_de_Progressão" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001661.png" width="24" height="24" alt="">Sistema de Progressão</a>
      <a href="/index.php/Mineração" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/28116.png" width="24" height="24" alt="">Mineração</a>
      <a href="/index.php/Afinidades" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/28627.png" width="24" height="24" alt="">Afinidades</a>
      <a href="/index.php/Sistema_de_Runas" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001283.png" width="24" height="24" alt="">Sistema de Runas</a>
      <a href="/index.php/Encantamentos_de_Malangdo" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6423" width="24" height="24" alt="">Encantamentos de Malangdo</a>
      <a href="/index.php/Mascotes" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/9065.png" width="24" height="24" alt="">Mascotes</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/Mapa_do_Tesouro" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/420385.png" width="24" height="24" alt="">Mapa do Tesouro</a>
      <a href="/index.php/Renascimento_Dimensional" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001984.png" width="24" height="24" alt="">Renascimento Dimensional</a>
    </div>
  </div>
  <div class="wiki-block" id="sec-instancias-cat">
    <div class="wiki-block-title hero compact">
      <img src="https://static.divine-pride.net/images/items/item/20234.png" width="22" height="22" alt="">
      <span class="wiki-cat-title-text">Instâncias</span>
    </div>
    <div class="wiki-grid-3">
      <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/Torre_sem_Fim" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6000" width="24" height="24" alt="">Torre sem Fim</a>
      <a href="/index.php/Thanatos_Corrompido" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/480136" width="24" height="24" alt="">Thanatos Corrompido</a>
      <a href="/index.php/Memórias_de_Sarah" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/100080" width="24" height="24" alt="">Memórias de Sarah</a>
      <a href="/index.php/Palácio_das_Mágoas" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6672" width="24" height="24" alt="">Palácio das Mágoas</a>
      <a href="/index.php/Torneio_de_Magia" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6671" width="24" height="24" alt="">Torneio de Magia</a>
      <a href="/index.php/Invasão_ao_Aeroplano" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/19144" width="24" height="24" alt="">Invasão ao Aeroplano</a>
      <a href="/index.php/Altar_do_Selo" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6004" width="24" height="24" alt="">Altar do Selo</a>
      <a href="/index.php/Ninho_de_Nidhogg" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/2554" width="24" height="24" alt="">Ninho de Nidhogg</a>
      <a href="/index.php/Caverna_do_Polvo" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/12647" width="24" height="24" alt="">Caverna do Polvo</a>
      <a href="/index.php/Esgotos_de_Malangdo" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/23962" width="24" height="24" alt="">Esgotos de Malangdo</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>
     </div>
     </div>
   </div>
   </div>
</div>
</div>
 
<!-- ============= CLASSES ============= -->
<!-- ===================== INSTÂNCIAS (+ tudo que estava nas outras categorias,
<div class="wiki-block-full" id="sec-classes">
    provisório até você reorganizar) ===================== -->
   <div class="wiki-block-title hero compact">
<div class="wiki-block-full" id="sec-instancias">
     <img src="https://static.divine-pride.net/images/items/item/2820.png" width="22" height="22" alt="">
   <div class="wiki-block-title hero">
     <span class="wiki-cat-title-text">Classes - Em Construção</span>
     <img src="https://www.divine-pride.net/img/items/item/bRO/6000" width="26" height="26" alt="">
     <span class="wiki-cat-title-text">Instâncias</span>
   </div>
   </div>
   <div class="wiki-grid-4">
   <div class="wiki-grid-6">
     <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/Lorde" class="wiki-link"><img src="https://s3circe.browiki.org/browiki/8/8f/Lordespartyicn.png" width="24" height="24" alt="">Lorde</a>
    <a href="/index.php/Torre_sem_Fim" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6000" width="24" height="24" alt="">Torre sem Fim</a>
     <a href="/index.php/Paladino" class="wiki-link"><img src="https://s3circe.browiki.org/browiki/2/2a/Paladinospartyicn.png" width="24" height="24" alt="">Paladino</a>
    <a href="/index.php/Thanatos_Corrompido" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/480136" width="24" height="24" alt="">Thanatos Corrompido</a>
     <a href="/index.php/Arquimago" class="wiki-link"><img src="https://s3circe.browiki.org/browiki/1/1c/Arquimagospartyicn.png" width="24" height="24" alt="">Arquimago</a>
    <a href="/index.php/Memórias_de_Sarah" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/100080" width="24" height="24" alt="">Memórias de Sarah</a>
     <a href="/index.php/Professor" class="wiki-link"><img src="https://s3circe.browiki.org/browiki/6/69/Professorespartyicn.png" width="24" height="24" alt="">Professor</a>
    <a href="/index.php/Palácio_das_Mágoas" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6672" width="24" height="24" alt="">Palácio das Mágoas</a>
    <a href="/index.php/Torneio_de_Magia" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6671" width="24" height="24" alt="">Torneio de Magia</a>
    <a href="/index.php/Invasão_ao_Aeroplano" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/19144" width="24" height="24" alt="">Invasão ao Aeroplano</a>
    <a href="/index.php/Altar_do_Selo" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/6004" width="24" height="24" alt="">Altar do Selo</a>
    <a href="/index.php/Ninho_de_Nidhogg" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/2554" width="24" height="24" alt="">Ninho de Nidhogg</a>
    <a href="/index.php/Caverna_do_Polvo" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/12647" width="24" height="24" alt="">Caverna do Polvo</a>
    <a href="/index.php/Esgotos_de_Malangdo" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/bRO/23962" width="24" height="24" alt="">Esgotos de Malangdo</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/Economia" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/7444.png" width="24" height="24" alt="">Economia</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/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>
    <a href="/index.php/Loja_de_ROPs" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/670.png" 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/540111" width="24" height="24" alt="">Passe de Batalha</a>
     <a href="/index.php/Máquina_de_Prêmios" class="wiki-link"><img src="https://www.divine-pride.net/img/items/item/LATAM/1000392" width="24" height="24" alt="">Máquina de Prêmios</a>
    <a href="/index.php/Benefícios_VIP" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/25876.png" width="24" height="24" alt="">Benefícios VIP</a>
     <a href="/index.php/Loja_Kachua" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1000274.png" width="24" height="24" alt="">Loja Kachua</a>
    <a href="/index.php/Pedras_Visuais" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6638.png" width="24" height="24" alt="">Pedras Visuais</a>
    <a href="/index.php/Pedras_Gráficas" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001095.png" width="24" height="24" alt="">Pedras Gráficas</a>
    <a href="/index.php/Caixa_dos_Melhores_Itens" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/12608.png" width="24" height="24" alt="">Caixa dos Melhores Itens</a>
    <a href="/index.php/MoEdda" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6379.png" width="24" height="24" alt="">MoEdda</a>
    <a href="/index.php/Pontos_de_Voto" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/20344.png" width="24" height="24" alt="">Pontos de Voto</a>
    <a href="/index.php/Pontos_de_Presença" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001010.png" width="24" height="24" alt="">Pontos de Presença</a>
    <a href="/index.php/Logue_e_Ganhe" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/105759.png" width="24" height="24" alt="">Logue e Ganhe</a>
    <a href="/index.php/Bônus_de_Retorno" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/103426.png" width="24" height="24" alt="">Bônus de Retorno</a>
    <a href="/index.php/Guerra_do_Emperium" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1000330.png" width="24" height="24" alt="">Guerra do Emperium</a>
    <a href="/index.php/Sistema_PK" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/7752.png" width="24" height="24" alt="">Sistema PK</a>
    <a href="/index.php/KVM" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6376.png" width="24" height="24" alt="">KVM</a>
    <a href="/index.php/Pedras_de_Rate" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001655.png" width="24" height="24" alt="">Pedras de Rate</a>
    <a href="/index.php/Equipamentos_Aprimoráveis" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/550181.png" width="24" height="24" alt="">Equipamentos Aprimoráveis</a>
    <a href="/index.php/Equipamentos_Sombrios" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/24184.png" width="24" height="24" alt="">Equipamentos Sombrios</a>
    <a href="/index.php/Equipamentos_Rubi" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/490045.png" width="24" height="24" alt="">Equipamentos Rubi</a>
    <a href="/index.php/Equipamentos_Safira" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/490063.png" width="24" height="24" alt="">Equipamentos Safira</a>
    <a href="/index.php/Equipamentos_Dimensionais" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/490162.png" width="24" height="24" alt="">Equipamentos Dimensionais</a>
    <a href="/index.php/Espólios_Rekenber" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/400243.png" width="24" height="24" alt="">Espólios Rekenber</a>
    <a href="/index.php/Mapa_do_Tesouro" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/420385.png" width="24" height="24" alt="">Mapa do Tesouro</a>
    <a href="/index.php/Corrida_dos_Bichos" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/18930.png" width="24" height="24" alt="">Corrida dos Bichos</a>
    <a href="/index.php/Fuja_da_Dengue" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/742.png" width="24" height="24" alt="">Fuja da Dengue</a>
    <a href="/index.php/Pegue_o_Pombo" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/18912.png" width="24" height="24" alt="">Pegue o Pombo</a>
    <a href="/index.php/Raça_do_Dia" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/410059.png" width="24" height="24" alt="">Raça do Dia</a>
    <a href="/index.php/Mestra_das_Classes" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/102909.png" width="24" height="24" alt="">Mestra das Classes</a>
    <a href="/index.php/Curandeira" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/12002.png" width="24" height="24" alt="">Curandeira</a>
    <a href="/index.php/Resetadora" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/12213.png" width="24" height="24" alt="">Resetadora</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/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/Refinamentos" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6438.png" width="24" height="24" alt="">Refinamentos</a>
    <a href="/index.php/Encantamentos" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001090.png" width="24" height="24" alt="">Encantamentos</a>
    <a href="/index.php/Sloteamentos" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001076.png" width="24" height="24" alt="">Sloteamentos</a>
    <a href="/index.php/Sistema_de_Runas" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001283.png" width="24" height="24" alt="">Sistema de Runas</a>
    <a href="/index.php/Sistema_de_Progressão" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/1001661.png" width="24" height="24" alt="">Sistema de Progressão</a>
    <a href="/index.php/Mascotes" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/9065.png" width="24" height="24" alt="">Mascotes</a>
    <a href="/index.php/Forja" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6596.png" width="24" height="24" alt="">Forja</a>
    <a href="/index.php/Alquimia" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6285.png" width="24" height="24" alt="">Alquimia</a>
    <a href="/index.php/Mineração" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/28116.png" width="24" height="24" alt="">Mineração</a>
    <a href="/index.php/Afinidades" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/28627.png" width="24" height="24" alt="">Afinidades</a>
    <a href="/index.php/Encantamentos_de_Malangdo" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/6423.png" width="24" height="24" alt="">Encantamentos de Malangdo</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/Quests_Edda" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/7874.png" width="24" height="24" alt="">Quests Edda</a>
     <a href="/index.php/Balanceamento_de_Classes" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/2822.png" width="24" height="24" alt="">Balanceamento de Classes</a>
     <a href="/index.php/Balanceamento_de_Classes" class="wiki-link"><img src="https://static.divine-pride.net/images/items/item/2822.png" width="24" height="24" alt="">Balanceamento de Classes</a>
   </div>
   </div>
</div>
</div>
<!-- RODAPÉ EDDA -->
<!-- RODAPÉ EDDA -->
<div class="edda-banner" style="margin-top:20px;margin-bottom:0;">
<div class="edda-banner" style="margin-top:20px;margin-bottom:0;">

Edição atual tal como às 23h30min de 21 de agosto de 2026

Edda World Wiki
Edda World — o mundo é vivo
Tudo acontece por aqui — fendas dimensionais, MVPs globais e muito mais!