Página Principal: mudanças entre as edições
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 --> | |||
<html> | |||
<!-- INSTÂNCIAS — full width, 4 colunas --> | <!-- HERO --> | ||
<div class="edda-hero"> | |||
<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 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 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="edda-hero-title">Bem-vindo</div> | |||
<div class="edda-hero-sub"> | |||
Pre-Renewal · Gold Times · PT-BR<br> | |||
O mundo vivo — eventos emergem sem aviso, desafios surgem a todo momento. | |||
</div> | |||
<div class="edda-pills"> | |||
<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="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> | |||
<!-- INFO BAR --> | |||
<div class="edda-infobar"> | |||
<div class="edda-infobar-cell"> | |||
<div class="edda-infobar-label">Mecânica</div> | |||
<div class="edda-infobar-value blue">Gold Times</div> | |||
</div> | |||
<div class="edda-infobar-cell"> | |||
<div class="edda-infobar-label">Emulador</div> | |||
<div class="edda-infobar-value">Pré-Renewal</div> | |||
</div> | |||
<div class="edda-infobar-cell"> | |||
<div class="edda-infobar-label">Rates</div> | |||
<div class="edda-infobar-value">5x / 5x / 2x / 1x</div> | |||
</div> | |||
<div class="edda-infobar-cell"> | |||
<div class="edda-infobar-label">Episódio</div> | |||
<div class="edda-infobar-value">O servidor não segue uma linha habitual de episódios</div> | |||
</div> | |||
<div class="edda-infobar-cell"> | |||
<div class="edda-infobar-label">Nível Máx.</div> | |||
<div class="edda-infobar-value">99 / 70</div> | |||
</div> | |||
<div class="edda-infobar-cell"> | |||
<div class="edda-infobar-label">Anti-Cheat</div> | |||
<div class="edda-infobar-value blue">Gepard 3</div> | |||
</div> | |||
</div> | |||
<style> | |||
.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-title"><span class="wiki-block-title-text">Por onde começar</span></div> | |||
<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/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/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/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/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/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/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/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> | |||
</div> | |||
</div> | |||
<!-- ── LINHA 1: PROGRESSÃO + ECONOMIA ── --> | |||
<div class="wiki-col-wrap"> | |||
<!-- PROGRESSÃO DO PERSONAGEM --> | |||
<div class="wiki-block"> | |||
<div class="wiki-block-title"><span class="wiki-block-title-text">Progressão do Personagem</span></div> | |||
<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_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/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/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/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> | |||
</div> | |||
</div> | |||
<!-- ECONOMIA & MOEDAS --> | |||
<div class="wiki-block"> | |||
<div class="wiki-block-title"><span class="wiki-block-title-text">Economia & Moedas</span></div> | |||
<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/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/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/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_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> | |||
</div> | |||
</div> | |||
</div> | |||
<!-- ── LINHA 2: CRIAÇÃO + ROPs & VIP ── --> | |||
<div class="wiki-col-wrap"> | |||
<!-- CRIAÇÃO & APRIMORAMENTO --> | |||
<div class="wiki-block"> | |||
<div class="wiki-block-title"><span class="wiki-block-title-text">Criação & Aprimoramento</span></div> | |||
<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/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/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/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/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/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> | |||
</div> | |||
</div> | |||
<!-- ROPs & VIP --> | |||
<div class="wiki-block"> | |||
<div class="wiki-block-title"><span class="wiki-block-title-text">ROPs & VIP</span></div> | |||
<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/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/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/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/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> | |||
</div> | |||
</div> | |||
</div> | |||
<!-- ── INSTÂNCIAS — full width, visual com ícone + label solo/grupo ── --> | |||
<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"> | |||
<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=""> | |||
Batalha dos Orcs | |||
<span class="inst-link-sub">Grupo</span> | |||
</a> | |||
<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=""> | |||
Torre sem Fim | |||
<span class="inst-link-sub">Solo / Grupo</span> | |||
</a> | |||
<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=""> | |||
Thanatos Corrompido | |||
<span class="inst-link-sub">Grupo</span> | |||
</a> | |||
<a href="/index.php/Memórias_de_Sarah" class="inst-link"> | |||
<img src="https://browiki.org/images/e/e2/Monster_SaraIrine.png" width="30" height="30" alt=""> | |||
Memórias de Sarah | |||
<span class="inst-link-sub">Solo / Grupo</span> | |||
</a> | |||
<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=""> | |||
Palácio das Mágoas | |||
<span class="inst-link-sub">Solo</span> | |||
</a> | |||
<a href="/index.php/Torneio_de_Magia" class="inst-link"> | |||
<img src="https://browiki.org/images/f/f7/Monster_FenrisFenrir.png" width="30" height="30" alt=""> | |||
Torneio de Magia | |||
<span class="inst-link-sub">Solo</span> | |||
</a> | |||
<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=""> | |||
Invasão ao Aeroplano | |||
<span class="inst-link-sub">Solo</span> | |||
</a> | |||
</div> | |||
</div> | |||
<!-- ── LINHA 3: PvP & BATALHAS + EVENTOS ── --> | |||
<div class="wiki-col-wrap"> | |||
<!-- PvP & BATALHAS --> | |||
<div class="wiki-block"> | |||
<div class="wiki-block-title"><span class="wiki-block-title-text">PvP & Batalhas</span></div> | |||
<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/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/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> | |||
</div> | |||
</div> | |||
<!-- EVENTOS --> | |||
<div class="wiki-block"> | |||
<div class="wiki-block-title"><span class="wiki-block-title-text">Eventos</span></div> | |||
<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/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/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/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> | |||
</div> | |||
</div> | |||
</div> | |||
<!-- ── PvM & MUNDO ABERTO — full width, 4 colunas ── --> | |||
<div class="wiki-block-full"> | |||
<div class="wiki-block-title"><span class="wiki-block-title-text">PvM & Mundo Aberto</span></div> | |||
<div class="wiki-grid-4"> | <div class="wiki-grid-4"> | ||
<a href="/index.php/ | <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/ | <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/ | <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/ | <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/ | <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/ | <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/ | <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/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/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/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/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> | |||
</div> | </div> | ||
</div> | </div> | ||
<!-- | <!-- ── 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"> | <div class="wiki-block-title"><span class="wiki-block-title-text">Itens & Recompensas</span></div> | ||
<div class="wiki-grid-4"> | <div class="wiki-grid-4"> | ||
<a href="/index.php/ | <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/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/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/ | |||
<a href="/index.php/ | |||
</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 40: | Linha 254: | ||
</div> | </div> | ||
<!-- RODAPÉ | <!-- ── RODAPÉ ── --> | ||
<div class="edda-banner" style="margin-bottom:0;"> | <div class="edda-banner" style="margin-bottom:0;"> | ||
<img src="https:// | <img src="https://www.divine-pride.net/img/items/item/LATAM/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 04h24min de 29 de junho de 2026
✦ Wiki
Bem-vindo
Pre-Renewal · Gold Times · PT-BR
O mundo vivo — eventos emergem sem aviso, desafios surgem a todo momento.
O mundo vivo — eventos emergem sem aviso, desafios surgem a todo momento.
Beta — 01/05
Abertura — 08/05
5x EXP · 5x Job · 2x Drop · 1x MVP
Por onde começar
Progressão do Personagem
Economia & Moedas
Criação & Aprimoramento
Instâncias
PvP & Batalhas
PvM & Mundo Aberto
Itens & Recompensas