MediaWiki:Common.css: mudanças entre as edições
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: | ||
/* ===================================== | /* ===================================== | ||
EVERLIGHT WIKI - COMMON.CSS | EVERLIGHT WIKI - COMMON.CSS (LIMPO) | ||
===================================== */ | ===================================== */ | ||
/* | /* ========================= | ||
BASE | |||
========================= */ | |||
body { | body { | ||
font-family: "Segoe UI", Arial, sans-serif; | font-family: "Segoe UI", Arial, sans-serif; | ||
| Linha 9: | Linha 11: | ||
} | } | ||
.mw-body { | .mw-body { | ||
max-width: 100% !important; | max-width: 100% !important; | ||
} | } | ||
/* | /* ========================= | ||
CONTAINER PADRÃO | |||
========================= */ | |||
.everlight-container { | .everlight-container { | ||
max-width: 1200px; | max-width: 1200px; | ||
| Linha 22: | Linha 25: | ||
/* ========================= | /* ========================= | ||
BARRA SUPERIOR | BARRA SUPERIOR | ||
========================= */ | ========================= */ | ||
.everlight-top-links { | .everlight-top-links { | ||
| Linha 41: | Linha 44: | ||
/* ========================= | /* ========================= | ||
BANNER | BANNER | ||
========================= */ | ========================= */ | ||
.everlight-banner { | .everlight-banner { | ||
| Linha 57: | Linha 60: | ||
/* ========================= | /* ========================= | ||
BOTÃO | BOTÃO EVENTO | ||
========================= */ | ========================= */ | ||
.everlight-event-button { | .everlight-event-button { | ||
| Linha 77: | Linha 80: | ||
} | } | ||
/* ========================= | /* ===================================================== | ||
CARDS – APENAS PARA PÁGINA PRINCIPAL | |||
===================================================== */ | |||
======== | |||
.everlight- | .everlight-home-cards { | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
| Linha 235: | Linha 91: | ||
} | } | ||
.everlight-card { | .everlight-home-card { | ||
width: 300px; | width: 300px; | ||
border-radius: 8px; | border-radius: 8px; | ||
overflow: hidden; | overflow: hidden; | ||
| Linha 244: | Linha 99: | ||
} | } | ||
.everlight-card:hover { | .everlight-home-card:hover { | ||
transform: translateY(-5px); | transform: translateY(-5px); | ||
box-shadow: 0 8px 20px rgba(0,0,0,0. | box-shadow: 0 8px 20px rgba(0,0,0,0.4); | ||
} | } | ||
.everlight-home-card .img { | |||
.everlight-card .img { | |||
width: 100%; | width: 100%; | ||
height: 180px; | height: 180px; | ||
overflow: hidden; | overflow: hidden; | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
| Linha 260: | Linha 113: | ||
} | } | ||
.everlight-home-card .img img { | |||
.everlight-card .img img { | |||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
| Linha 267: | Linha 119: | ||
} | } | ||
.everlight-home-card a { | |||
.everlight-card a { | |||
display: block; | display: block; | ||
padding: 10px 0; | padding: 10px 0; | ||
color: #0000FF; | color: #0000FF; | ||
font-weight: bold; | font-weight: bold; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.everlight-home-card a:hover { | |||
.everlight-card a:hover { | |||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
/* ========================= | /* ===================================================== | ||
GUIAS | GUIAS | ||
========================= */ | ===================================================== */ | ||
.everlight-guides-wrapper { | .everlight-guides-wrapper { | ||
| Linha 310: | Linha 159: | ||
align-items: center; | align-items: center; | ||
font-size: 14px; | font-size: 14px; | ||
padding: 4px 6px; | |||
border-radius: 6px; | |||
transition: background 0.2s ease; | |||
} | } | ||
.guide-item | .guide-item:hover { | ||
background: #f2f2f2; | |||
} | } | ||
.guide-icon { | .guide-icon { | ||
width: 26px; | width: 26px; | ||
| Linha 329: | Linha 174: | ||
border-radius: 4px; | border-radius: 4px; | ||
margin-right: 8px; | margin-right: 8px; | ||
} | } | ||
.guide-item a { | .guide-item a { | ||
color: #0033cc; | |||
text-decoration: none; | |||
} | } | ||
.guide-item:hover | .guide-item a:hover { | ||
text-decoration: underline; | |||
} | } | ||
/* ========================= | /* ===================================================== | ||
TABELA DE CLASSES – PADRÃO HISTORY | |||
========================= */ | ===================================================== */ | ||
. | table.classes-table { | ||
width: 100%; | width: 100%; | ||
border-collapse: collapse; | |||
margin: 20px auto; | |||
text-align: center; | |||
background: #ffffff; | |||
font-size: 14px; | |||
} | } | ||
. | .classes-table td { | ||
border: 1px solid #bfbfbf; | |||
padding: 10px 6px; | |||
vertical-align: top; | |||
} | } | ||
.class-cell { | |||
. | |||
background: #ffffff; | background: #ffffff; | ||
} | } | ||
. | .class-cell img { | ||
margin: 4px 2px; | |||
} | } | ||
/* ================= TÍTULOS ================= */ | |||
. | .row-title td { | ||
font-weight: bold; | |||
font-size: 15px; | |||
padding: 8px; | padding: 8px; | ||
border: 1px solid #bfbfbf; | |||
} | } | ||
. | /* Cores idênticas ao History */ | ||
.row-title.initial td { background: #e9f0ff; } | |||
} | .row-title.c1 td { background: #fff2cc; } | ||
.row-title.c2 td { background: #e2f0d9; } | |||
.row-title.trans td { background: #f4cccc; } | |||
.row-title.c3 td { background: #ead1dc; } | |||
.row-title.c4 td { background: #d9d2e9; } | |||
.row-title.expand td { background: #d0e0e3; } | |||
/* ================= RESPONSIVO ================= */ | |||
@media screen and (max-width: 900px) { | |||
.classes-table td { | |||
font-size: 12px; | |||
padding: 6px 4px; | |||
} | |||
. | .class-cell img { | ||
width: 48px; | |||
} | |||
} | } | ||
Edição das 01h16min de 13 de janeiro de 2026
/* =====================================
EVERLIGHT WIKI - COMMON.CSS (LIMPO)
===================================== */
/* =========================
BASE
========================= */
body {
font-family: "Segoe UI", Arial, sans-serif;
background-color: #ffffff;
}
.mw-body {
max-width: 100% !important;
}
/* =========================
CONTAINER PADRÃO
========================= */
.everlight-container {
max-width: 1200px;
margin: 0 auto;
padding: 10px;
}
/* =========================
BARRA SUPERIOR
========================= */
.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
========================= */
.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 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 – APENAS PARA PÁGINA PRINCIPAL
===================================================== */
.everlight-home-cards {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
}
.everlight-home-card {
width: 300px;
border-radius: 8px;
overflow: hidden;
text-align: center;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.everlight-home-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}
.everlight-home-card .img {
width: 100%;
height: 180px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.everlight-home-card .img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.everlight-home-card a {
display: block;
padding: 10px 0;
color: #0000FF;
font-weight: bold;
text-decoration: none;
}
.everlight-home-card a:hover {
text-decoration: underline;
}
/* =====================================================
GUIAS
===================================================== */
.everlight-guides-wrapper {
margin-top: 30px;
}
.everlight-guides-title {
text-align: center;
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;
grid-template-columns: repeat(5, 1fr);
gap: 10px 25px;
}
.guide-item {
display: flex;
align-items: center;
font-size: 14px;
padding: 4px 6px;
border-radius: 6px;
transition: background 0.2s ease;
}
.guide-item:hover {
background: #f2f2f2;
}
.guide-icon {
width: 26px;
height: 26px;
background: #cfcfcf;
border-radius: 4px;
margin-right: 8px;
}
.guide-item a {
color: #0033cc;
text-decoration: none;
}
.guide-item a:hover {
text-decoration: underline;
}
/* =====================================================
TABELA DE CLASSES – PADRÃO HISTORY
===================================================== */
table.classes-table {
width: 100%;
border-collapse: collapse;
margin: 20px auto;
text-align: center;
background: #ffffff;
font-size: 14px;
}
.classes-table td {
border: 1px solid #bfbfbf;
padding: 10px 6px;
vertical-align: top;
}
.class-cell {
background: #ffffff;
}
.class-cell img {
margin: 4px 2px;
}
/* ================= TÍTULOS ================= */
.row-title td {
font-weight: bold;
font-size: 15px;
padding: 8px;
border: 1px solid #bfbfbf;
}
/* Cores idênticas ao History */
.row-title.initial td { background: #e9f0ff; }
.row-title.c1 td { background: #fff2cc; }
.row-title.c2 td { background: #e2f0d9; }
.row-title.trans td { background: #f4cccc; }
.row-title.c3 td { background: #ead1dc; }
.row-title.c4 td { background: #d9d2e9; }
.row-title.expand td { background: #d0e0e3; }
/* ================= RESPONSIVO ================= */
@media screen and (max-width: 900px) {
.classes-table td {
font-size: 12px;
padding: 6px 4px;
}
.class-cell img {
width: 48px;
}
}