MediaWiki:Common.css: 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: Reversão manual
Linha 1: Linha 1:
/* =====================================
/* =====================================
   EVERLIGHT WIKI - COMMON.CSS (FINAL)
   EVERLIGHT WIKI - COMMON.CSS
   ===================================== */
   ===================================== */


/* =========================
/* Fonte e fundo padrão */
  RESET MEDIAWIKI
  ========================= */
.everlight-container ul,
.everlight-container li {
    margin: 0;
    padding: 0;
    list-style: none;
}
 
/* =========================
  BASE
  ========================= */
body {
body {
     font-family: "Segoe UI", Arial, sans-serif;
     font-family: "Segoe UI", Arial, sans-serif;
Linha 21: Linha 9:
}
}


/* Remove largura quebrada padrão */
.mw-body {
.mw-body {
     max-width: 100% !important;
     max-width: 100% !important;
}
}


/* =========================
/* Container principal da Página Principal */
  CONTAINER PADRÃO
  ========================= */
.everlight-container {
.everlight-container {
     max-width: 1200px;
     max-width: 1200px;
Linha 35: Linha 22:


/* =========================
/* =========================
   BARRA SUPERIOR
   BARRA SUPERIOR DE LINKS
   ========================= */
   ========================= */
.everlight-top-links {
.everlight-top-links {
Linha 54: Linha 41:


/* =========================
/* =========================
   BANNER
   BANNER PRINCIPAL
   ========================= */
   ========================= */
.everlight-banner {
.everlight-banner {
Linha 70: Linha 57:


/* =========================
/* =========================
   BOTÃO EVENTO
   BOTÃO DE EVENTO
   ========================= */
   ========================= */
.everlight-event-button {
.everlight-event-button {
Linha 81: Linha 68:
     color: #fff;
     color: #fff;
     padding: 12px 30px;
     padding: 12px 30px;
     border-radius: 40px;
     border-radius: 8px;
     font-size: 20px;
     font-size: 20px;
     text-decoration: none;
     text-decoration: none;
    display: inline-block;
}
}


Linha 91: Linha 77:
}
}


/* =====================================================
/* =========================
   CARDS – PÁGINA PRINCIPAL (PADRÃO HISTORY)
   CARDS PRINCIPAIS
   ===================================================== */
   ========================= */
.everlight-cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-bottom: 30px;
}
 
.everlight-card {
    border: 1px solid #ccc;
    background: #f8f8f8;
    text-align: center;
    padding: 10px;
}


.everlight-home-cards {
.everlight-card .img {
     display: flex;
     height: 90px;
    flex-wrap: wrap;
     background: #dcdcdc;
     gap: 25px;
     margin-bottom: 10px;
    justify-content: center;
     margin-bottom: 40px;
}
}


.everlight-home-card {
.everlight-card a {
     width: 300px;
     text-decoration: none;
    border-radius: 18px;
     color: #0033cc;
     overflow: hidden;
     font-weight: bold;
    background: #ffffff;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
     box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}
}


.everlight-home-card:hover {
/* =========================
     transform: translateY(-6px);
  TÍTULOS DE SEÇÃO
     box-shadow: 0 10px 24px rgba(0,0,0,0.35);
  ========================= */
.everlight-section-title {
    font-size: 22px;
     margin: 25px 0 15px;
     border-bottom: 2px solid #ccc;
}
}


/* Área da imagem */
/* =========================
.everlight-home-card .img {
  GUIAS
     width: 100%;
  ========================= */
     height: 180px;
.everlight-guides {
     overflow: hidden;
     display: grid;
     grid-template-columns: repeat(5, 1fr);
     gap: 8px;
}
}


.everlight-home-card .img img {
.everlight-guide {
     width: 100%;
     display: flex;
     height: 100%;
     align-items: center;
     object-fit: cover;
     font-size: 14px;
    display: block;
}
}


/* Título */
.everlight-guide .icon {
.everlight-home-card a {
     width: 28px;
     display: block;
     height: 28px;
     padding: 12px 0;
     background: #ccc;
     color: #0000FF;
     margin-right: 8px;
    font-weight: bold;
     text-decoration: none;
}
}


.everlight-home-card a:hover {
/* =========================
     text-decoration: underline;
  DESTAQUES
  ========================= */
.everlight-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
     gap: 12px;
}
}


/* =====================================================
.everlight-highlight {
  GUIAS – IGUAL HISTORY
    border: 1px solid #ccc;
  ===================================================== */
    background: #f5f5f5;
}


.everlight-guides-wrapper {
.everlight-highlight .img {
     margin-top: 30px;
     height: 120px;
    background: #ddd;
}
}


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


.everlight-guides-grid {
/* =========================
  ANIMAÇÕES - CARDS PRINCIPAIS
  ========================= */
 
.everlight-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
}
 
.everlight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
     background: #ffffff;
     background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.12);
    padding: 25px 30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 25px;
}
}


.guide-item {
/* Imagem do card */
     display: flex;
.everlight-card .img {
    align-items: center;
     transition: transform 0.25s ease;
    font-size: 14px;
}
    padding: 4px 6px;
 
    border-radius: 6px;
.everlight-card:hover .img {
     transition: background 0.2s ease;
     transform: scale(1.05);
}
}


.guide-item:hover {
/* =========================
     background: #f2f2f2;
  CONTEÚDOS EXCLUSIVOS
  ========================= */
 
.everlight-exclusive-wrapper {
     margin-top: 30px;
}
}


.guide-icon {
.everlight-exclusive-grid {
     width: 26px;
     display: grid;
     height: 26px;
     grid-template-columns: repeat(3, 1fr);
    background: #cfcfcf;
     gap: 15px;
    border-radius: 4px;
     margin-right: 8px;
}
}


.guide-item a {
.everlight-exclusive-item {
     color: #0033cc;
     border: 1px solid #cfcfcf;
     text-decoration: none;
    background: #f7f7f7;
     transition: transform 0.25s ease, box-shadow 0.25s ease;
}
}


.guide-item a:hover {
.everlight-exclusive-item:hover {
     text-decoration: underline;
     transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}
}


/* =====================================================
.everlight-exclusive-img {
  TABELA DE CLASSES – PADRÃO HISTORY
    height: 140px;
  ===================================================== */
    background: #dcdcdc;
}


table.classes-table {
.everlight-exclusive-title {
     width: 100%;
     padding: 10px;
     margin: 20px auto;
     font-weight: bold;
     text-align: center;
     text-align: center;
     background: #ffffff;
     background: #ffffff;
    font-size: 14px;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
}


.classes-table td {
/* =========================
     border: 1px solid #cfcfcf;
  EVERLIGHT – CARDS PRINCIPAIS
     padding: 12px 6px;
  Crop automático 300x180
     vertical-align: top;
========================= */
 
.everlight-cards {
     display: flex;
    flex-wrap: wrap;
     gap: 20px;
     justify-content: center;
}
}


/* Células */
.everlight-card {
.class-cell {
    width: 300px;
     transition: background 0.2s ease, box-shadow 0.2s ease;
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
     transition: transform 0.2s ease, box-shadow 0.2s ease;
}
}


.class-cell:hover {
.everlight-card:hover {
     background: #f7f9fc;
     transform: translateY(-5px);
     box-shadow: inset 0 0 0 1px #b7c7e6;
     box-shadow: 0 8px 20px rgba(0,0,0,0.6);
}
}


.class-cell b {
/* Área da imagem */
     display: block;
.everlight-card .img {
     font-size: 13px;
    width: 100%;
     margin-bottom: 6px;
    height: 180px;
    overflow: hidden;
    background: transparent;
     display: flex;
     align-items: center;
     justify-content: center;
}
}


.class-cell img {
/* Imagem do MediaWiki */
     margin: 2px;
.everlight-card .img img {
     width: 100%;
    height: 100%;
    object-fit: cover;
}
}


/* Títulos */
/* Título do card */
.row-title td {
.everlight-card a {
    display: block;
    padding: 10px 0;
    color: #fff;
     font-weight: bold;
     font-weight: bold;
     text-transform: uppercase;
     text-decoration: none;
    font-size: 13px;
    padding: 8px;
}
}


/* Cores History */
.everlight-card a:hover {
.row-title.initial td { background: #eef3ff; }
     color: transparent;
.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
  ========================= */
@media screen and (max-width: 900px) {
 
    .everlight-home-card {
        width: 100%;
    }
 
    .everlight-guides-grid {
        grid-template-columns: repeat(2, 1fr);
     }
 
    table.classes-table {
        font-size: 12px;
    }
 
    .classes-table td {
        padding: 6px 4px;
    }
 
    .class-cell img {
        width: 48px;
    }
}
}

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

/* =====================================
   EVERLIGHT WIKI - COMMON.CSS
   ===================================== */

/* Fonte e fundo padrão */
body {
    font-family: "Segoe UI", Arial, sans-serif;
    background-color: #ffffff;
}

/* Remove largura quebrada padrão */
.mw-body {
    max-width: 100% !important;
}

/* Container principal da Página Principal */
.everlight-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

/* =========================
   BARRA SUPERIOR DE LINKS
   ========================= */
.everlight-top-links {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}

.everlight-top-links a {
    color: #2a4bd7;
    text-decoration: none;
    margin: 0 6px;
}

.everlight-top-links a:hover {
    text-decoration: underline;
}

/* =========================
   BANNER PRINCIPAL
   ========================= */
.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;
}

/* =========================
   BOTÃO DE EVENTO
   ========================= */
.everlight-event-button {
    text-align: center;
    margin-bottom: 25px;
}

.everlight-event-button a {
    background: #c62828;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 20px;
    text-decoration: none;
}

.everlight-event-button a:hover {
    background: #a11f1f;
}

/* =========================
   CARDS PRINCIPAIS
   ========================= */
.everlight-cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-bottom: 30px;
}

.everlight-card {
    border: 1px solid #ccc;
    background: #f8f8f8;
    text-align: center;
    padding: 10px;
}

.everlight-card .img {
    height: 90px;
    background: #dcdcdc;
    margin-bottom: 10px;
}

.everlight-card a {
    text-decoration: none;
    color: #0033cc;
    font-weight: bold;
}

/* =========================
   TÍTULOS DE SEÇÃO
   ========================= */
.everlight-section-title {
    font-size: 22px;
    margin: 25px 0 15px;
    border-bottom: 2px solid #ccc;
}

/* =========================
   GUIAS
   ========================= */
.everlight-guides {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

.everlight-guide {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.everlight-guide .icon {
    width: 28px;
    height: 28px;
    background: #ccc;
    margin-right: 8px;
}

/* =========================
   DESTAQUES
   ========================= */
.everlight-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.everlight-highlight {
    border: 1px solid #ccc;
    background: #f5f5f5;
}

.everlight-highlight .img {
    height: 120px;
    background: #ddd;
}

.everlight-highlight .title {
    padding: 8px;
    text-align: center;
    font-weight: bold;
}

/* =========================
   ANIMAÇÕES - CARDS PRINCIPAIS
   ========================= */

.everlight-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
}

.everlight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    background: #ffffff;
}

/* Imagem do card */
.everlight-card .img {
    transition: transform 0.25s ease;
}

.everlight-card:hover .img {
    transform: scale(1.05);
}

/* =========================
   CONTEÚDOS EXCLUSIVOS
   ========================= */

.everlight-exclusive-wrapper {
    margin-top: 30px;
}

.everlight-exclusive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.everlight-exclusive-item {
    border: 1px solid #cfcfcf;
    background: #f7f7f7;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.everlight-exclusive-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

.everlight-exclusive-img {
    height: 140px;
    background: #dcdcdc;
}

.everlight-exclusive-title {
    padding: 10px;
    font-weight: bold;
    text-align: center;
    background: #ffffff;
}

/* =========================
   EVERLIGHT – CARDS PRINCIPAIS
   Crop automático 300x180
========================= */

.everlight-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.everlight-card {
    width: 300px;
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.everlight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.6);
}

/* Área da imagem */
.everlight-card .img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Imagem do MediaWiki */
.everlight-card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Título do card */
.everlight-card a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.everlight-card a:hover {
    color: transparent;
}