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

De Farmland
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:
/* =====================================
[[Arquivo:Logo.png|center|520px]]
  EVERLIGHT WIKI - COMMON.CSS (FINAL)
  ===================================== */


/* =========================
<div class="everlight-container">
  BASE
  ========================= */
body {
    font-family: "Segoe UI", Arial, sans-serif;
    background-color: #ffffff;
}


.mw-body {
<!-- =====================
    max-width: 100% !important;
    LINKS SUPERIORES
}
    ===================== -->
<div class="everlight-top-links">
[[Site]] • [[Informações do Servidor]] • [[Registro]] • [[Download]] • [[Mercado]] • [[Discord]] • [[Changelog]]
</div>


/* =========================
<!-- =====================
  CONTAINER PADRÃO
    BANNER
  ========================= */
    ===================== -->
.everlight-container {
<div class="everlight-banner">
    max-width: 1200px;
Bem-vindo à EverLight Wiki
    margin: 0 auto;
</div>
    padding: 10px;
}


/* =========================
<!-- =====================
  BARRA SUPERIOR
    BOTÃO EVENTO
  ========================= */
    ===================== -->
.everlight-top-links {
<div class="everlight-event-button">
    text-align: center;
[[Eventos|🔥 Acessar Evento 🔥]]
    font-size: 14px;
</div>
    margin-bottom: 15px;
}


.everlight-top-links a {
<!-- =====================
    color: #2a4bd7;
    CARDS PRINCIPAIS
    text-decoration: none;
    ===================== -->
    margin: 0 6px;
<div class="everlight-home-cards">
}


.everlight-top-links a:hover {
<div class="everlight-home-card">
    text-decoration: underline;
[[Classes]]
}
</div>


/* =========================
<div class="everlight-home-card">
  BANNER
[[Guia para Iniciantes]]
  ========================= */
</div>
.everlight-banner {
    height: 220px;
    background: #9b1c1c;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}


/* =========================
<div class="everlight-home-card">
  BOTÃO EVENTO
[[Guia de Up]]
  ========================= */
</div>
.everlight-event-button {
    text-align: center;
    margin-bottom: 25px;
}


.everlight-event-button a {
<div class="everlight-home-card">
    background: #c62828;
[[Builds]]
    color: #fff;
</div>
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 20px;
    text-decoration: none;
}


.everlight-event-button a:hover {
<div class="everlight-home-card">
    background: #a11f1f;
[[Sistema de RMT]]
}
</div>


/* =====================================================
<div class="everlight-home-card">
  CARDS – PÁGINA PRINCIPAL (CORREÇÃO DEFINITIVA)
[[History Grand Company]]
  ===================================================== */
</div>


.everlight-home-cards {
</div>
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}


/* Card */
<!-- =====================
.everlight-home-card {
    GUIAS
    width: 300px;
    ===================== -->
    border-radius: 8px;
<div class="everlight-section">
    overflow: hidden;
    background: #ffffff;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}


.everlight-home-card:hover {
<div class="everlight-section-title">GUIAS</div>
    transform: translateY(-6px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.35);
}


/* Área da imagem (blindada contra bug cinza) */
<div class="everlight-guides-grid">
.everlight-home-card .img {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: transparent;
}


/* Imagem MediaWiki */
* [[Guia para Iniciantes]]
.everlight-home-card .img img {
* [[Bonificação de Rates]]
    width: 100%;
* [[Agência de Aventuras]]
    height: 100%;
* [[Sistemas das 4ª Classes]]
    object-fit: cover;
* [[Comandos]]
    display: block;
* [[Alterações History]]
}
* [[Sistema de Runas]]


/* Link / Título */
* [[Mercado de Trocas]]
.everlight-home-card a {
* [[Máquina Caça Zeny]]
    display: block;
* [[Loja de Zeny]]
    padding: 10px 0;
* [[Grupo do Éden]]
    color: #0000FF;
* [[Reputação]]
    font-weight: bold;
* [[Tabela de Propriedades]]
    text-decoration: none;
* [[Transcendência (Reborn)]]
}


.everlight-home-card a:hover {
* [[Loja de Presença]]
    text-decoration: underline;
* [[Benefícios VIP]]
}
* [[Eventos]]
* [[Drops Especiais]]
* [[Grade]]
* [[Debuffs Aprimorados]]
* [[Despertar]]


/* =====================================================
* [[Encantamentos Gerais]]
  GUIAS
* [[Lucky Roulette]]
  ===================================================== */
* [[Refino]]
* [[Reform]]
* [[Instâncias]]
* [[Quests]]
* [[Suporte ao Streamer]]


.everlight-guides-wrapper {
* [[Pontos de Voto]]
    margin-top: 30px;
* [[Pontos MVP]]
}
* [[Pontos de Instância]]
* [[Illusions]]
* [[Roleta de Instâncias]]
* [[Desentupidor]]
* [[Casamento por Conta]]


.everlight-guides-title {
</div>
    text-align: center;
</div>
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 6px 0;
}


.everlight-guides-grid {
<!-- =====================
    display: grid;
    DESTAQUES
    grid-template-columns: repeat(5, 1fr);
    ===================== -->
    gap: 10px 25px;
<div class="everlight-section">
}


.guide-item {
<div class="everlight-section-title">DESTAQUES</div>
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 4px 6px;
    border-radius: 6px;
    transition: background 0.2s ease;
}


.guide-item:hover {
<div class="everlight-home-cards">
    background: #f2f2f2;
}


.guide-icon {
<div class="everlight-home-card">
    width: 26px;
[[Episódio 19]]
    height: 26px;
</div>
    background: #cfcfcf;
    border-radius: 4px;
    margin-right: 8px;
}


.guide-item a {
<div class="everlight-home-card">
    color: #0033cc;
[[Caminho da Aventura]]
    text-decoration: none;
</div>
}


.guide-item a:hover {
<div class="everlight-home-card">
    text-decoration: underline;
[[Fenda Maior]]
}
</div>


/* =====================================================
<div class="everlight-home-card">
  TABELA DE CLASSES – PADRÃO HISTORY
[[Desafio do Guardião (GvG)]]
  ===================================================== */
</div>


table.classes-table {
</div>
    width: 100%;
</div>
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px auto;
    text-align: center;
    background: #ffffff;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}


.classes-table td {
<!-- =====================
    border: 1px solid #cfcfcf;
    CONTEÚDOS EXCLUSIVOS
    padding: 12px 6px;
    ===================== -->
    vertical-align: top;
<div class="everlight-section">
    background: #ffffff;
}


/* Células de classe */
<div class="everlight-section-title">CONTEÚDOS EXCLUSIVOS</div>
.class-cell {
    transition: background 0.2s ease, box-shadow 0.2s ease;
}


.class-cell:hover {
<div class="everlight-home-cards">
    background: #f7f9fc;
    box-shadow: inset 0 0 0 1px #b7c7e6;
}


.class-cell b {
<div class="everlight-home-card">[[Domínio Abissal]]</div>
    display: block;
<div class="everlight-home-card">[[Glast Heim (Extreme)]]</div>
    font-size: 13px;
<div class="everlight-home-card">[[Torre de Cristal]]</div>
    margin-bottom: 6px;
<div class="everlight-home-card">[[Pandemonium]]</div>
    color: #1f1f1f;
<div class="everlight-home-card">[[Fenda Dimensional]]</div>
}
<div class="everlight-home-card">[[Vulcão Infernal]]</div>


.class-cell img {
</div>
    vertical-align: middle;
</div>
    margin: 2px;
}


/* ================= TÍTULOS ================= */
</div>
 
.row-title td {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
    padding: 8px;
    border: 1px solid #bfbfbf;
}
 
/* Cores estilo History */
.row-title.initial td { background: #eef3ff; }
.row-title.c1 td      { background: #fff4d6; }
.row-title.c2 td      { background: #edf6e9; }
.row-title.trans td  { background: #fde9e9; }
.row-title.c3 td      { background: #f4e8ef; }
.row-title.c4 td      { background: #eeeaf6; }
.row-title.expand td  { background: #e6f2f4; }
 
/* =========================
  RESPONSIVO – EverLight
  ========================= */
 
@media screen and (max-width: 900px) {
 
    table.classes-table {
        font-size: 12px;
    }
 
    .classes-table td {
        padding: 6px 4px;
    }
 
    .class-cell img {
        width: 48px;
    }
 
    .row-title td {
        font-size: 12px;
    }
}

Edição das 02h10min de 13 de janeiro de 2026