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 3: | Linha 3: | ||
===================================== */ | ===================================== */ | ||
.hr- | .hr-home-wrapper { | ||
display: flex; | |||
gap: 15px; | |||
} | |||
/* Conteúdo principal */ | |||
.hr-home-main { | |||
width: 78%; | |||
} | } | ||
.hr- | /* Sidebar direita */ | ||
.hr-home-sidebar { | |||
width: 22%; | |||
} | } | ||
.hr- | /* Cards do topo */ | ||
.hr-top-cards { | |||
display: flex; | |||
justify-content: space-between; | |||
} | } | ||
.hr- | .hr-top-card { | ||
background: # | width: 15%; | ||
background: #fff; | |||
border: 1px solid #cfcfcf; | |||
text-align: center; | text-align: center; | ||
} | } | ||
. | .hr-top-card img { | ||
width: 100%; | width: 100%; | ||
} | } | ||
. | .hr-top-card-title { | ||
padding: | padding: 6px; | ||
font-weight: bold; | font-weight: bold; | ||
color: #003399; | |||
} | } | ||
/* | /* Blocos */ | ||
.hr-box { | |||
. | |||
border: 1px solid #cfcfcf; | border: 1px solid #cfcfcf; | ||
margin: 15px | margin-top: 15px; | ||
background: #fff; | background: #fff; | ||
} | } | ||
. | .hr-box-title { | ||
text-align: center; | |||
font-weight: bold; | font-weight: bold; | ||
padding: 6px; | |||
border-bottom: 1px solid #cfcfcf; | |||
border-bottom: 1px solid # | |||
} | } | ||
/* | /* Guias */ | ||
. | .hr-guides { | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
padding: 10px; | |||
} | } | ||
. | .hr-guide { | ||
width: | width: 20%; | ||
margin-bottom: 6px; | |||
} | } | ||
/* Destaques */ | |||
.hr-highlights { | |||
/* | |||
. | |||
display: flex; | display: flex; | ||
justify-content: space-between; | |||
padding: 10px; | |||
} | } | ||
. | .hr-highlight { | ||
width: | width: 24%; | ||
text-align: center; | |||
} | } | ||
.hr-highlight img { | |||
. | width: 100%; | ||
width: | |||
} | } | ||
Edição das 19h46min de 12 de janeiro de 2026
/* =====================================
EverLight - Classes - Aprendiz
===================================== */
.hr-home-wrapper {
display: flex;
gap: 15px;
}
/* Conteúdo principal */
.hr-home-main {
width: 78%;
}
/* Sidebar direita */
.hr-home-sidebar {
width: 22%;
}
/* Cards do topo */
.hr-top-cards {
display: flex;
justify-content: space-between;
}
.hr-top-card {
width: 15%;
background: #fff;
border: 1px solid #cfcfcf;
text-align: center;
}
.hr-top-card img {
width: 100%;
}
.hr-top-card-title {
padding: 6px;
font-weight: bold;
color: #003399;
}
/* Blocos */
.hr-box {
border: 1px solid #cfcfcf;
margin-top: 15px;
background: #fff;
}
.hr-box-title {
text-align: center;
font-weight: bold;
padding: 6px;
border-bottom: 1px solid #cfcfcf;
}
/* Guias */
.hr-guides {
display: flex;
flex-wrap: wrap;
padding: 10px;
}
.hr-guide {
width: 20%;
margin-bottom: 6px;
}
/* Destaques */
.hr-highlights {
display: flex;
justify-content: space-between;
padding: 10px;
}
.hr-highlight {
width: 24%;
text-align: center;
}
.hr-highlight img {
width: 100%;
}