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:
/* =====================================
/* =====================================
   EverLight - Classes - Aprendiz
   CLASSE - APRENDIZ - EverLight
   ===================================== */
   ===================================== */


.hr-home-wrapper {
.hr-classbox {
   display: flex;
   width: 300px;
   gap: 15px;
  float: right;
   background: #e5e5e5;
  margin: 10px;
  font-family: Arial, sans-serif;
}
}


/* Conteúdo principal */
.hr-header {
.hr-home-main {
   background: #3a3a3a;
  width: 78%;
   color: #fff;
}
 
/* 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;
   text-align: center;
}
  font-weight: bold;
 
.hr-top-card img {
  width: 100%;
}
 
.hr-top-card-title {
   padding: 6px;
   padding: 6px;
   font-weight: bold;
   font-size: 16px;
  color: #003399;
}
}


/* Blocos */
.hr-image,
.hr-box {
.hr-sprite {
   border: 1px solid #cfcfcf;
   text-align: center;
  margin-top: 15px;
   padding: 8px;
   background: #fff;
}
}


.hr-box-title {
.hr-section-title {
  background: #3a3a3a;
  color: #fff;
   text-align: center;
   text-align: center;
   font-weight: bold;
   font-weight: bold;
   padding: 6px;
   padding: 4px;
   border-bottom: 1px solid #cfcfcf;
   font-size: 13px;
}
}


/* Guias */
.bonus-table {
.hr-guides {
   width: 100%;
  display: flex;
   border-collapse: collapse;
  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 {
.bonus-table td {
   width: 24%;
   padding: 4px;
   text-align: center;
   text-align: center;
}
  font-weight: bold;
 
.hr-highlight img {
  width: 100%;
}
}

Edição das 19h50min de 12 de janeiro de 2026

/* =====================================
   CLASSE - APRENDIZ - EverLight
   ===================================== */

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