Página Principal: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 1: | Linha 1: | ||
<!-- ============================================================ | <!-- ============================================================ | ||
Página Principal | Página Principal — Edda World | ||
Identidade visual: mint/lavanda, fundo claro, mascote oficial | |||
============================================================ --> | ============================================================ --> | ||
<html> | <html> | ||
< | <style> | ||
/* ============================================== | |||
PALETA DE MARCA — EDDA WORLD | |||
============================================== */ | |||
:root { | |||
--edda-mint: #5ECFA8; | |||
--edda-mint-light: #A8E8D0; | |||
--edda-mint-tint: rgba(94,207,168,0.14); | |||
--edda-mint-tint-strong: rgba(94,207,168,0.35); | |||
--edda-lavender: #9B87D4; | |||
--edda-lavender-tint: rgba(155,135,212,0.16); | |||
--edda-plum: #241832; | |||
--edda-plum-soft: #2E2040; | |||
--edda-text: #1A2640; | |||
--edda-text-secondary: #6B6478; | |||
} | |||
/* ===== HERO ===== */ | |||
.edda-hero { | |||
position: relative; | |||
overflow: hidden; | |||
border-radius: 18px; | |||
margin-bottom: 14px; | |||
min-height: 320px; | |||
display: flex; | |||
align-items: center; | |||
background-color: #F6F1E8; | |||
background-image: url('/index.php/Special:FilePath/Edda_Hero_Banner.png'); | |||
background-size: cover; | |||
background-position: right center; | |||
border: 1px solid var(--edda-mint-tint-strong); | |||
} | |||
.edda-hero-content { | |||
position: relative; | |||
z-index: 1; | |||
padding: 40px 36px; | |||
max-width: 46%; | |||
} | |||
.edda-hero-badge { | |||
display: inline-flex; | |||
align-items: center; | |||
gap: 5px; | |||
background: rgba(94,207,168,0.16); | |||
border: 1px solid var(--edda-mint-tint-strong); | |||
color: #2E8F6E; | |||
font-size: 9px; | |||
font-weight: 700; | |||
letter-spacing: 1.2px; | |||
text-transform: uppercase; | |||
padding: 3px 10px; | |||
border-radius: 20px; | |||
margin-bottom: 16px; | |||
} | |||
.edda-hero-logo { | |||
display: block; | |||
width: 240px; | |||
max-width: 100%; | |||
height: auto; | |||
margin-bottom: 14px; | |||
} | |||
.edda-hero-sub { | |||
color: var(--edda-text-secondary); | |||
font-size: 13px; | |||
line-height: 1.7; | |||
margin-bottom: 18px; | |||
} | |||
.edda-pills { display: flex; flex-wrap: wrap; gap: 8px; } | |||
.edda-pill { | |||
display: inline-flex; | |||
align-items: center; | |||
gap: 6px; | |||
background: #fff; | |||
border: 1px solid var(--edda-mint-tint-strong); | |||
color: var(--edda-text); | |||
font-size: 11px; | |||
font-weight: 600; | |||
padding: 5px 12px; | |||
border-radius: 20px; | |||
} | |||
.edda-pill-dot { color: var(--edda-mint); font-size: 11px; flex-shrink: 0; } | |||
@media (max-width: 780px) { | |||
.edda-hero { background-position: 72% center; min-height: 380px; align-items: flex-start; } | |||
.edda-hero-content { max-width: 100%; padding: 28px 22px; background: linear-gradient(180deg, rgba(246,241,232,0.97) 0%, rgba(246,241,232,0.85) 70%, rgba(246,241,232,0) 100%); } | |||
.edda-hero-logo { width: 180px; } | |||
} | |||
/* ===== INFO BAR ===== */ | |||
.edda-infobar { | |||
display: grid; | |||
grid-template-columns: repeat(6, 1fr); | |||
gap: 1px; | |||
background: var(--edda-mint-tint-strong); | |||
border: 1px solid var(--edda-mint-tint-strong); | |||
border-radius: 10px; | |||
overflow: hidden; | |||
margin-bottom: 14px; | |||
} | |||
.edda-infobar-cell { background: #fff; padding: 12px 14px; } | |||
.edda-infobar-label { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.7px; color: var(--edda-text-secondary); margin-bottom: 4px; } | |||
.edda-infobar-value { font-size: 12.5px; font-weight: 700; color: var(--edda-text); line-height: 1.35; } | |||
.edda-infobar-value.mint { color: #2E8F6E; } | |||
@media (max-width: 780px) { | |||
.edda-infobar { grid-template-columns: repeat(2, 1fr); } | |||
} | |||
/* ===== BLOCOS BASE ===== */ | /* ===== BLOCOS BASE ===== */ | ||
.wiki-col-wrap { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:12px; align-items:start; } | .wiki-col-wrap { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:12px; align-items:start; } | ||
.wiki-block { background:#fff; border:1px solid | .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 | .wiki-block-full { background:#fff; border:1px solid var(--edda-mint-tint-strong); border-radius:10px; overflow:hidden; margin-bottom:0; } | ||
.wiki-block-title { background: | .wiki-block-title { background:var(--edda-plum); padding:9px 16px; display:flex; align-items:center; gap:8px; } | ||
.wiki-block-title-text { color: | .wiki-block-title-text { color:var(--edda-mint-light); 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 | .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:last-child { border-bottom:none; } | .wiki-link:last-child { border-bottom:none; } | ||
.wiki-link:hover { color:# | .wiki-link:hover { color:#2E8F6E; background:#F2FBF7; } | ||
.wiki-link img { image-rendering:pixelated; flex-shrink:0; } | .wiki-link img { image-rendering:pixelated; flex-shrink:0; } | ||
.wiki-list .wiki-link:last-child { border-bottom:none; } | .wiki-list .wiki-link:last-child { border-bottom:none; } | ||
.wiki-grid-2 { display:grid; grid-template-columns:repeat(2,1fr); } | .wiki-grid-2 { display:grid; grid-template-columns:repeat(2,1fr); } | ||
.wiki-grid-2 .wiki-link { border-right:1px solid | .wiki-grid-2 .wiki-link { border-right:1px solid var(--edda-mint-tint); } | ||
.wiki-grid-2 .wiki-link:nth-child(2n) { border-right:none; } | .wiki-grid-2 .wiki-link:nth-child(2n) { border-right:none; } | ||
.wiki-grid-3 { display:grid; grid-template-columns:repeat(3,1fr); } | .wiki-grid-3 { display:grid; grid-template-columns:repeat(3,1fr); } | ||
.wiki-grid-3 .wiki-link { border-right:1px solid | .wiki-grid-3 .wiki-link { border-right:1px solid var(--edda-mint-tint); } | ||
.wiki-grid-3 .wiki-link:nth-child(3n) { border-right:none; } | .wiki-grid-3 .wiki-link:nth-child(3n) { border-right:none; } | ||
.wiki-grid-4 { display:grid; grid-template-columns:repeat(4,1fr); } | .wiki-grid-4 { display:grid; grid-template-columns:repeat(4,1fr); } | ||
.wiki-grid-4 .wiki-link { border-right:1px solid | .wiki-grid-4 .wiki-link { border-right:1px solid var(--edda-mint-tint); } | ||
.wiki-grid-4 .wiki-link:nth-child(4n) { border-right:none; } | .wiki-grid-4 .wiki-link:nth-child(4n) { border-right:none; } | ||
/* ===== COMUNIDADE / ACESSO RÁPIDO ===== */ | /* ===== COMUNIDADE / ACESSO RÁPIDO ===== */ | ||
.wiki-quick { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:14px; } | .wiki-quick { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:14px; } | ||
.wiki-quick-card { position:relative; overflow:hidden; display:flex; flex-direction:column; gap:2px; background: | .wiki-quick-card { position:relative; overflow:hidden; display:flex; flex-direction:column; gap:2px; background:var(--edda-plum); border:1px solid var(--edda-lavender-tint); border-radius:10px; padding:12px 14px 12px 17px; text-decoration:none; transition:border-color 0.15s,transform 0.15s; } | ||
.wiki-quick-card::before { content:''; position:absolute; left:0; top:0; bottom:0; width:3px; background: | .wiki-quick-card::before { content:''; position:absolute; left:0; top:0; bottom:0; width:3px; background:var(--edda-mint); } | ||
.wiki-quick-card:hover { border-color: | .wiki-quick-card:hover { border-color:var(--edda-mint); transform:translateY(-2px); } | ||
.wiki-quick-title { color: | .wiki-quick-title { color:var(--edda-mint-light); font-size:12.5px; font-weight:700; } | ||
.wiki-quick-sub { color:rgba(255,255,255,0. | .wiki-quick-sub { color:rgba(255,255,255,0.45); font-size:10px; } | ||
/* ===== ÍNDICE RÁPIDO ===== */ | /* ===== ÍNDICE RÁPIDO ===== */ | ||
.wiki-jumpnav { display:flex; flex-wrap:wrap; gap:6px; margin-bottom:22px; } | .wiki-jumpnav { display:flex; flex-wrap:wrap; gap:6px; margin-bottom:22px; } | ||
.wiki-jumpnav a { display:inline-flex; align-items:center; gap:5px; background:#fff; border:1px solid | .wiki-jumpnav a { display:inline-flex; align-items:center; gap:5px; background:#fff; border:1px solid var(--edda-mint-tint-strong); color:var(--edda-text-secondary); font-size:11px; font-weight:600; padding:5px 12px; border-radius:20px; text-decoration:none; transition:all 0.15s; } | ||
.wiki-jumpnav a:hover { background: | .wiki-jumpnav a:hover { background:var(--edda-mint); border-color:var(--edda-mint); color:#fff; } | ||
/* ===== CABEÇALHO DE SEÇÃO | /* ===== CABEÇALHO DE SEÇÃO ===== */ | ||
.wiki-section { margin:26px 0 12px; display:flex; align-items:baseline; gap:12px; scroll-margin-top:16px; } | .wiki-section { margin:26px 0 12px; display:flex; align-items:baseline; gap:12px; scroll-margin-top:16px; } | ||
.wiki-section:first-of-type { margin-top:4px; } | .wiki-section:first-of-type { margin-top:4px; } | ||
.wiki-section-label { font-size:13px; font-weight:800; color: | .wiki-section-label { font-size:13px; font-weight:800; color:var(--edda-text); white-space:nowrap; } | ||
.wiki-section-line { flex:1; height:1px; background: | .wiki-section-line { flex:1; height:1px; background:var(--edda-mint-tint-strong); } | ||
.wiki-section-desc { font-size:11.5px; color:# | .wiki-section-desc { font-size:11.5px; color:#9B94A8; white-space:nowrap; } | ||
/* ===== SUBCABEÇALHO interno | /* ===== SUBCABEÇALHO interno ===== */ | ||
.wiki-subhead { display:flex; align-items:center; gap:8px; padding:13px 16px 7px; } | .wiki-subhead { display:flex; align-items:center; gap:8px; padding:13px 16px 7px; } | ||
.wiki-subhead-dot { width:6px; height:6px; border-radius:50%; background: | .wiki-subhead-dot { width:6px; height:6px; border-radius:50%; background:var(--edda-mint); flex-shrink:0; } | ||
.wiki-subhead-text { font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:0.9px; color:# | .wiki-subhead-text { font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:0.9px; color:#2E8F6E; } | ||
.wiki-subhead-count { font-size:9px; font-weight:700; color: | .wiki-subhead-count { font-size:9px; font-weight:700; color:var(--edda-text-secondary); background:#F2FBF7; border:1px solid var(--edda-mint-tint-strong); border-radius:20px; padding:1px 8px; margin-left:auto; } | ||
/* ===== RODAPÉ EDDA ===== */ | |||
.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-sub { color:rgba(255,255,255,0.5); font-size:11.5px; line-height:1.5; } | |||
/* ===== RESPONSIVO ===== */ | /* ===== RESPONSIVO ===== */ | ||
| Linha 109: | Linha 173: | ||
.wiki-grid-4 { grid-template-columns:repeat(2,1fr); } | .wiki-grid-4 { grid-template-columns:repeat(2,1fr); } | ||
.wiki-grid-4 .wiki-link:nth-child(2n) { border-right:none; } | .wiki-grid-4 .wiki-link:nth-child(2n) { border-right:none; } | ||
.wiki-grid-4 .wiki-link:nth-child(4n) { border-right:1px solid | .wiki-grid-4 .wiki-link:nth-child(4n) { border-right:1px solid var(--edda-mint-tint); } | ||
.wiki-grid-3 { grid-template-columns:repeat(2,1fr); } | .wiki-grid-3 { grid-template-columns:repeat(2,1fr); } | ||
.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 | .wiki-grid-3 .wiki-link:nth-child(3n) { border-right:1px solid var(--edda-mint-tint); } | ||
.wiki-section-desc { display:none; } | .wiki-section-desc { display:none; } | ||
} | } | ||
</style> | </style> | ||
<!-- | <!-- HERO --> | ||
<div class="edda-hero"> | |||
<div class="edda-hero-content"> | |||
<div class="edda-hero-badge">✦ Wiki</div> | |||
<img src="/index.php/Special:FilePath/Edda_World_Logo.png" alt="Edda World" class="edda-hero-logo"> | |||
<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 class="edda-pill-dot">✦</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 mint">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 Edda World 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 mint">Gepard 3</div> | |||
</div> | |||
</div> | |||
<!-- COMUNIDADE --> | |||
<div class="wiki-quick"> | <div class="wiki-quick"> | ||
<a href="https://discord.gg/7WZM2w5mTM" class="wiki-quick-card"> | <a href="https://discord.gg/7WZM2w5mTM" class="wiki-quick-card"> | ||
| Linha 133: | Linha 240: | ||
</div> | </div> | ||
<!-- ÍNDICE | <!-- ÍNDICE --> | ||
<div class="wiki-jumpnav"> | <div class="wiki-jumpnav"> | ||
<a href="#sec-comeceaqui">Comece Aqui</a> | <a href="#sec-comeceaqui">Comece Aqui</a> | ||
| Linha 298: | Linha 405: | ||
<img src="https://static.divine-pride.net/images/items/item/19948.png" width="30" height="30" style="image-rendering:pixelated;flex-shrink:0;" alt=""> | <img src="https://static.divine-pride.net/images/items/item/19948.png" width="30" height="30" style="image-rendering:pixelated;flex-shrink:0;" alt=""> | ||
<div> | <div> | ||
<div class="edda-banner-title">Edda World | <div class="edda-banner-title">Edda World — o mundo é vivo</div> | ||
<div class="edda-banner-sub"> | <div class="edda-banner-sub">Tudo acontece por aqui — fendas dimensionais, MVPs globais e muito mais!</div> | ||
</div> | </div> | ||
</div> | </div> | ||
</html> | </html> | ||
Edição das 22h02min de 8 de julho de 2026
✦ Wiki
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.
✦ 5x EXP · 5x Job · 2x Drop · 1x MVP
Comece Aqui
Primeiros passos do jogador novo
Início da Jornada
Economia & Recompensas
Onde ganhar, gastar e trocar recursos
ROPs & Pontos
Itens & Recompensas
PvP & Eventos
Combate competitivo e conteúdo sazonal
PvP & Batalhas
Progressão & Criação
Forje, encante e evolua seu equipamento
Criação & Aprimoramento
Mundo & Conteúdo PvE
Instâncias estruturadas e o mundo aberto de Edda
Conteúdo PvE
Instâncias
7
PvM & Mundos
11