MediaWiki:Common.css: mudanças entre as edições

De Farmland
Ir para navegação Ir para pesquisar
Sem resumo de edição
Sem resumo de edição
Linha 1: Linha 1:
/* =====================================
/* =====================================
   CLASSE - APRENDIZ - EverLight
   EVERLIGHT WIKI - COMMON.CSS
   ===================================== */
   ===================================== */


.hr-classbox {
/* Fonte e fundo padrão */
  width: 300px;
body {
  float: right;
    font-family: "Segoe UI", Arial, sans-serif;
  background: #e5e5e5;
    background-color: #ffffff;
  margin: 10px;
  font-family: Arial, sans-serif;
}
}


.hr-header {
/* Remove largura quebrada padrão */
  background: #3a3a3a;
.mw-body {
  color: #fff;
    max-width: 100% !important;
  text-align: center;
  font-weight: bold;
  padding: 6px;
  font-size: 16px;
}
}


.hr-image,
/* Container principal da Página Principal */
.hr-sprite {
.everlight-container {
  text-align: center;
    max-width: 1200px;
  padding: 8px;
    margin: 0 auto;
    padding: 10px;
}
}


.hr-section-title {
/* =========================
  background: #3a3a3a;
  BARRA SUPERIOR DE LINKS
  color: #fff;
  ========================= */
  text-align: center;
.everlight-top-links {
  font-weight: bold;
    text-align: center;
  padding: 4px;
    font-size: 14px;
  font-size: 13px;
    margin-bottom: 15px;
}
}


.bonus-table {
.everlight-top-links a {
  width: 100%;
    color: #2a4bd7;
  border-collapse: collapse;
    text-decoration: none;
    margin: 0 6px;
}
}


.bonus-table td {
.everlight-top-links a:hover {
  padding: 4px;
    text-decoration: underline;
  text-align: center;
  font-weight: bold;
}
}


/* ===============================
/* =========================
  PAGINA INICIAL EverLight
  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;
}


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


/* Conteúdo principal */
.everlight-event-button a:hover {
.hr-home-main {
    background: #a11f1f;
  width: 78%;
}
}


/* Sidebar direita */
/* =========================
.hr-home-sidebar {
  CARDS PRINCIPAIS
  width: 22%;
  ========================= */
.everlight-cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-bottom: 30px;
}
}


/* Cards do topo */
.everlight-card {
.hr-top-cards {
    border: 1px solid #ccc;
  display: flex;
    background: #f8f8f8;
  justify-content: space-between;
    text-align: center;
    padding: 10px;
}
}


.hr-top-card {
.everlight-card .img {
  width: 15%;
    height: 90px;
  background: #fff;
    background: #dcdcdc;
  border: 1px solid #cfcfcf;
    margin-bottom: 10px;
  text-align: center;
}
}


.hr-top-card img {
.everlight-card a {
  width: 100%;
    text-decoration: none;
    color: #0033cc;
    font-weight: bold;
}
}


.hr-top-card-title {
/* =========================
  padding: 6px;
  TÍTULOS DE SEÇÃO
  font-weight: bold;
  ========================= */
  color: #003399;
.everlight-section-title {
    font-size: 22px;
    margin: 25px 0 15px;
    border-bottom: 2px solid #ccc;
}
}


/* Blocos */
/* =========================
.hr-box {
  GUIAS
  border: 1px solid #cfcfcf;
  ========================= */
  margin-top: 15px;
.everlight-guides {
  background: #fff;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}
}


.hr-box-title {
.everlight-guide {
  text-align: center;
    display: flex;
  font-weight: bold;
    align-items: center;
  padding: 6px;
    font-size: 14px;
  border-bottom: 1px solid #cfcfcf;
}
}


/* Guias */
.everlight-guide .icon {
.hr-guides {
    width: 28px;
  display: flex;
    height: 28px;
  flex-wrap: wrap;
    background: #ccc;
  padding: 10px;
    margin-right: 8px;
}
}


.hr-guide {
/* =========================
  width: 20%;
  DESTAQUES
  margin-bottom: 6px;
  ========================= */
.everlight-highlights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
}


/* Destaques */
.everlight-highlight {
.hr-highlights {
    border: 1px solid #ccc;
  display: flex;
    background: #f5f5f5;
  justify-content: space-between;
  padding: 10px;
}
}


.hr-highlight {
.everlight-highlight .img {
  width: 24%;
    height: 120px;
  text-align: center;
    background: #ddd;
}
}


.hr-highlight img {
.everlight-highlight .title {
  width: 100%;
    padding: 8px;
    text-align: center;
    font-weight: bold;
}
}

Edição das 20h29min de 12 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;
}