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 3: Linha 3:
   ===================================== */
   ===================================== */


.hr-classbox {
.hr-home-wrapper {
   width: 300px;
   display: flex;
   float: right;
   gap: 15px;
  background: #e5e5e5;
}
  margin: 10px;
 
   font-family: Arial, sans-serif;
/* Conteúdo principal */
.hr-home-main {
   width: 78%;
}
}


.hr-header {
/* Sidebar direita */
   background: #3a3a3a;
.hr-home-sidebar {
  color: #fff;
   width: 22%;
  text-align: center;
  font-weight: bold;
  padding: 6px;
  font-size: 16px;
}
}


.hr-image,
/* Cards do topo */
.hr-sprite {
.hr-top-cards {
   text-align: center;
   display: flex;
   padding: 8px;
   justify-content: space-between;
}
}


.hr-section-title {
.hr-top-card {
   background: #3a3a3a;
  width: 15%;
   color: #fff;
   background: #fff;
   border: 1px solid #cfcfcf;
   text-align: center;
   text-align: center;
  font-weight: bold;
  padding: 4px;
  font-size: 13px;
}
}


.bonus-table {
.hr-top-card img {
   width: 100%;
   width: 100%;
  border-collapse: collapse;
}
}


.bonus-table td {
.hr-top-card-title {
   padding: 4px;
   padding: 6px;
  text-align: center;
   font-weight: bold;
   font-weight: bold;
  color: #003399;
}
}


/* =====================================
/* Blocos */
  PAGINA INICIAL - Everlight
.hr-box {
  ===================================== */
 
.home-section {
   border: 1px solid #cfcfcf;
   border: 1px solid #cfcfcf;
   margin: 15px 0;
   margin-top: 15px;
  padding: 10px;
   background: #fff;
   background: #fff;
}
}


.home-title {
.hr-box-title {
  text-align: center;
   font-weight: bold;
   font-weight: bold;
   font-size: 14px;
   padding: 6px;
  text-align: center;
   border-bottom: 1px solid #cfcfcf;
  margin-bottom: 10px;
   border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
}


/* Cards grandes (topo) */
/* Guias */
.home-cards {
.hr-guides {
   display: flex;
   display: flex;
   flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: space-between;
   padding: 10px;
}
}


.home-card {
.hr-guide {
   width: 15%;
   width: 20%;
   text-align: center;
   margin-bottom: 6px;
}
}


.home-card img {
/* Destaques */
  width: 100%;
.hr-highlights {
  height: auto;
}
 
.home-card-title {
  font-weight: bold;
  margin-top: 5px;
}
 
/* Lista de guias */
.home-guides {
   display: flex;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
  padding: 10px;
}
}


.home-guide {
.hr-highlight {
   width: 20%;
   width: 24%;
   margin-bottom: 6px;
   text-align: center;
}
}


/* Destaques */
.hr-highlight img {
.home-feature {
   width: 100%;
   width: 24%;
  display: inline-block;
  vertical-align: top;
  margin-right: 1%;
}
}

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%;
}