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
Linha 5: Linha 5:
<html>
<html>
<style>
<style>
/* Fonte decorativa das artes oficiais do Edda (ver "Conheça o Edda: O Mundo Vivo!"),
  usada só nos títulos grandes de categoria — dependência externa (Google Fonts),
  assumida a pedido do administrador. Grenze Gotisch em peso alto (700) mantém o
  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');
/* ==============================================
/* ==============================================
   PALETA DE MARCA — EDDA WORLD
   PALETA DE MARCA — EDDA WORLD
Linha 25: Linha 31:
   overflow: hidden;
   overflow: hidden;
   border-radius: 18px;
   border-radius: 18px;
   margin-bottom: 14px;
   margin-bottom: 16px;
   height: 300px;
   height: 300px;
   background-color: #FDF9F2;
   background-color: #FDF9F2;
Linha 36: Linha 42:
@media (max-width: 780px) {
@media (max-width: 780px) {
   .edda-hero { height: 200px; background-position: 62% center; }
   .edda-hero { height: 200px; background-position: 62% center; }
}
/* ===== INFO BAR ===== */
.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 ===== */
Linha 76: Linha 64:
.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:16px; }
.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 { 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:var(--edda-mint); }
.wiki-quick-card::before { content:''; position:absolute; left:0; top:0; bottom:0; width:3px; background:var(--edda-mint); }
Linha 83: Linha 71:
.wiki-quick-sub { color:rgba(255,255,255,0.45); font-size:10px; }
.wiki-quick-sub { color:rgba(255,255,255,0.45); font-size:10px; }
/* ===== ÍNDICE RÁPIDO ===== */
/* ===== ÍNDICE RÁPIDO ===== */
.wiki-jumpnav { display:flex; flex-wrap:wrap; gap:6px; margin-bottom:22px; }
.wiki-jumpnav { display:flex; flex-wrap:wrap; gap:6px; margin-bottom:26px; }
.wiki-jumpnav a { display:inline-flex; align-items:center; gap:5px; background:#fff; border:1px solid var(--edda-mint-tint-strong); color:var(--edda-text-secondary); font-size:11px; font-weight:600; padding:5px 12px; border-radius:20px; text-decoration:none; transition:all 0.15s; }
.wiki-jumpnav a { display:inline-flex; align-items:center; gap:5px; background:#fff; border:1px solid var(--edda-mint-tint-strong); color:var(--edda-text-secondary); font-size:11px; font-weight:600; padding:5px 12px; border-radius:20px; text-decoration:none; transition:all 0.15s; }
.wiki-jumpnav a:hover { background:var(--edda-mint); border-color:var(--edda-mint); color:#fff; }
.wiki-jumpnav a:hover { background:var(--edda-mint); border-color:var(--edda-mint); color:#fff; }
/* ===== CABEÇALHO DE SEÇÃO ===== */
/* ===== CABEÇALHO DE CATEGORIA (estilo grande, fonte Edda) ===== */
.wiki-section { margin:26px 0 12px; display:flex; align-items:baseline; gap:12px; scroll-margin-top:16px; }
.wiki-cat-header {
.wiki-section:first-of-type { margin-top:4px; }
  display:flex;
.wiki-section-label { font-size:13px; font-weight:800; color:var(--edda-text); white-space:nowrap; }
  align-items:center;
.wiki-section-line { flex:1; height:1px; background:var(--edda-mint-tint-strong); }
  gap:12px;
.wiki-section-desc { font-size:11.5px; color:#9B94A8; white-space:nowrap; }
  border-radius:10px;
/* ===== SUBCABEÇALHO interno ===== */
  padding:12px 20px;
.wiki-subhead { display:flex; align-items:center; gap:8px; padding:13px 16px 7px; }
  margin:28px 0 12px;
.wiki-subhead-dot { width:6px; height:6px; border-radius:50%; background:var(--edda-mint); flex-shrink:0; }
  scroll-margin-top:16px;
.wiki-subhead-text { font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:0.9px; color:#2E8F6E; }
}
.wiki-subhead-count { font-size:9px; font-weight:700; color:var(--edda-text-secondary); background:#F2FBF7; border:1px solid var(--edda-mint-tint-strong); border-radius:20px; padding:1px 8px; margin-left:auto; }
.wiki-cat-header:first-of-type { margin-top:6px; }
.wiki-cat-header img { image-rendering:pixelated; flex-shrink:0; }
.wiki-cat-title { font-family:'Grenze Gotisch', Georgia, serif; font-weight:700; font-size:27px; letter-spacing:0.2px; line-height:1; }
.wiki-cat-desc { font-size:11.5px; color:var(--edda-text-secondary); margin-left:auto; white-space:nowrap; }
.wiki-cat-header.t-mint  { background:#EAF8F1; border:1px solid rgba(94,207,168,0.35); }
.wiki-cat-header.t-mint  .wiki-cat-title { color:#2E8F6E; }
.wiki-cat-header.t-gold  { background:#FFFBEB; border:1px solid rgba(234,179,8,0.3); }
.wiki-cat-header.t-gold  .wiki-cat-title { color:#92400E; }
.wiki-cat-header.t-red    { background:#FFF5F5; border:1px solid rgba(239,68,68,0.3); }
.wiki-cat-header.t-red    .wiki-cat-title { color:#B91C1C; }
.wiki-cat-header.t-purple { background:#FAF5FF; border:1px solid rgba(124,58,237,0.25); }
.wiki-cat-header.t-purple .wiki-cat-title { color:#7C3AED; }
.wiki-cat-header.t-blue  { background:#EFF8FF; border:1px solid rgba(14,165,233,0.3); }
.wiki-cat-header.t-blue  .wiki-cat-title { color:#0369A1; }
/* ===== 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; }
Linha 111: Linha 112:
   .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); }
   .wiki-section-desc { display:none; }
   .wiki-cat-desc { display:none; }
  .wiki-cat-title { font-size:21px; }
}
}
</style>
</style>
<!-- HERO -->
<!-- HERO -->
<div class="edda-hero"></div>
<div class="edda-hero"></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">Pre-Renewal</div>
  </div>
  <div class="edda-infobar-cell">
    <div class="edda-infobar-label">Rates</div>
    <div class="edda-infobar-value">10x / 10x / 2x</div>
  </div>
  <div class="edda-infobar-cell">
    <div class="edda-infobar-label">Episódio</div>
    <div class="edda-infobar-value">Encontro com o Desconhecido +</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 -->
<!-- COMUNIDADE -->
<div class="wiki-quick">
<div class="wiki-quick">
Linha 167: Linha 142:
</div>
</div>
<!-- ===================== COMECE AQUI ===================== -->
<!-- ===================== COMECE AQUI ===================== -->
<div class="wiki-section" id="sec-comeceaqui">
<div class="wiki-cat-header t-mint" id="sec-comeceaqui">
   <span class="wiki-section-label">Comece Aqui</span>
   <img src="https://static.divine-pride.net/images/items/item/7304.png" width="28" height="28" alt="">
   <span class="wiki-section-line"></span>
   <span class="wiki-cat-title">Comece Aqui</span>
   <span class="wiki-section-desc">Primeiros passos do jogador novo</span>
   <span class="wiki-cat-desc">Primeiros passos do jogador novo</span>
</div>
</div>
<div class="wiki-block-full">
<div class="wiki-block-full">
Linha 196: Linha 171:
</div>
</div>
<!-- ===================== ROPS & RECOMPENSAS ===================== -->
<!-- ===================== ROPS & RECOMPENSAS ===================== -->
<div class="wiki-section" id="sec-economia">
<div class="wiki-cat-header t-gold" id="sec-economia">
   <span class="wiki-section-label">ROPs &amp; Recompensas</span>
   <img src="https://static.divine-pride.net/images/items/item/670.png" width="28" height="28" alt="">
   <span class="wiki-section-line"></span>
   <span class="wiki-cat-title">ROPs &amp; Recompensas</span>
   <span class="wiki-section-desc">Onde ganhar, gastar e trocar recursos</span>
   <span class="wiki-cat-desc">Onde ganhar, gastar e trocar recursos</span>
</div>
</div>
<div class="wiki-col-wrap">
<div class="wiki-col-wrap">
Linha 233: Linha 208:
</div>
</div>
<!-- ===================== PVP & EVENTOS ===================== -->
<!-- ===================== PVP & EVENTOS ===================== -->
<div class="wiki-section" id="sec-pvpeventos">
<div class="wiki-cat-header t-red" id="sec-pvpeventos">
   <span class="wiki-section-label">PvP &amp; Eventos</span>
   <img src="https://static.divine-pride.net/images/items/item/1000330.png" width="28" height="28" alt="">
   <span class="wiki-section-line"></span>
   <span class="wiki-cat-title">PvP &amp; Eventos</span>
   <span class="wiki-section-desc">Combate competitivo e conteúdo sazonal</span>
   <span class="wiki-cat-desc">Combate competitivo e conteúdo sazonal</span>
</div>
</div>
<div class="wiki-col-wrap">
<div class="wiki-col-wrap">
Linha 259: Linha 234:
</div>
</div>
<!-- ===================== PROGRESSÃO & CRIAÇÃO ===================== -->
<!-- ===================== PROGRESSÃO & CRIAÇÃO ===================== -->
<div class="wiki-section" id="sec-progressao">
<div class="wiki-cat-header t-purple" id="sec-progressao">
   <span class="wiki-section-label">Progressão &amp; Criação</span>
   <img src="https://static.divine-pride.net/images/items/item/1001661.png" width="28" height="28" alt="">
   <span class="wiki-section-line"></span>
   <span class="wiki-cat-title">Progressão &amp; Criação</span>
   <span class="wiki-section-desc">Forje, encante e evolua seu equipamento</span>
   <span class="wiki-cat-desc">Forje, encante e evolua seu equipamento</span>
</div>
</div>
<div class="wiki-block-full">
<div class="wiki-block-full">
Linha 282: Linha 257:
</div>
</div>
<!-- ===================== INSTÂNCIAS ===================== -->
<!-- ===================== INSTÂNCIAS ===================== -->
<div class="wiki-section" id="sec-instancias">
<div class="wiki-cat-header t-blue" id="sec-instancias">
   <span class="wiki-section-label">Instâncias</span>
   <img src="https://www.divine-pride.net/img/items/item/bRO/6000" width="28" height="28" alt="">
   <span class="wiki-section-line"></span>
   <span class="wiki-cat-title">Instâncias</span>
   <span class="wiki-section-desc">Instâncias estruturadas do servidor</span>
   <span class="wiki-cat-desc">Instâncias estruturadas do servidor</span>
</div>
</div>
<div class="wiki-block-full">
<div class="wiki-block-full">
Linha 306: Linha 281:
</div>
</div>
<!-- RODAPÉ EDDA -->
<!-- RODAPÉ EDDA -->
<div class="edda-banner" style="margin-top:16px;margin-bottom:0;">
<div class="edda-banner" style="margin-top:20px;margin-bottom:0;">
   <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>

Edição das 02h44min de 15 de agosto de 2026

Comece Aqui Primeiros passos do jogador novo
ROPs & Recompensas Onde ganhar, gastar e trocar recursos
PvP & Eventos Combate competitivo e conteúdo sazonal
Progressão & Criação Forje, encante e evolua seu equipamento
Instâncias Instâncias estruturadas do servidor
Edda World — o mundo é vivo
Tudo acontece por aqui — fendas dimensionais, MVPs globais e muito mais!