MediaWiki:Common.css: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 44: | Linha 44: | ||
text-align: center; | text-align: center; | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
/* ===================================== | |||
PAGINA INICIAL - Everlight | |||
===================================== */ | |||
.home-section { | |||
border: 1px solid #cfcfcf; | |||
margin: 15px 0; | |||
padding: 10px; | |||
background: #fff; | |||
} | |||
.home-title { | |||
font-weight: bold; | |||
font-size: 14px; | |||
text-align: center; | |||
margin-bottom: 10px; | |||
border-bottom: 1px solid #ccc; | |||
padding-bottom: 5px; | |||
} | |||
/* Cards grandes (topo) */ | |||
.home-cards { | |||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: space-between; | |||
} | |||
.home-card { | |||
width: 15%; | |||
text-align: center; | |||
} | |||
.home-card img { | |||
width: 100%; | |||
height: auto; | |||
} | |||
.home-card-title { | |||
font-weight: bold; | |||
margin-top: 5px; | |||
} | |||
/* Lista de guias */ | |||
.home-guides { | |||
display: flex; | |||
flex-wrap: wrap; | |||
} | |||
.home-guide { | |||
width: 20%; | |||
margin-bottom: 6px; | |||
} | |||
/* Destaques */ | |||
.home-feature { | |||
width: 24%; | |||
display: inline-block; | |||
vertical-align: top; | |||
margin-right: 1%; | |||
} | } | ||
Edição das 19h40min de 12 de janeiro de 2026
/* =====================================
EverLight - Classes - Aprendiz
===================================== */
.hr-classbox {
width: 300px;
float: right;
background: #e5e5e5;
margin: 10px;
font-family: Arial, sans-serif;
}
.hr-header {
background: #3a3a3a;
color: #fff;
text-align: center;
font-weight: bold;
padding: 6px;
font-size: 16px;
}
.hr-image,
.hr-sprite {
text-align: center;
padding: 8px;
}
.hr-section-title {
background: #3a3a3a;
color: #fff;
text-align: center;
font-weight: bold;
padding: 4px;
font-size: 13px;
}
.bonus-table {
width: 100%;
border-collapse: collapse;
}
.bonus-table td {
padding: 4px;
text-align: center;
font-weight: bold;
}
/* =====================================
PAGINA INICIAL - Everlight
===================================== */
.home-section {
border: 1px solid #cfcfcf;
margin: 15px 0;
padding: 10px;
background: #fff;
}
.home-title {
font-weight: bold;
font-size: 14px;
text-align: center;
margin-bottom: 10px;
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
/* Cards grandes (topo) */
.home-cards {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.home-card {
width: 15%;
text-align: center;
}
.home-card img {
width: 100%;
height: auto;
}
.home-card-title {
font-weight: bold;
margin-top: 5px;
}
/* Lista de guias */
.home-guides {
display: flex;
flex-wrap: wrap;
}
.home-guide {
width: 20%;
margin-bottom: 6px;
}
/* Destaques */
.home-feature {
width: 24%;
display: inline-block;
vertical-align: top;
margin-right: 1%;
}