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


.class-infobox {
.hr-classbox {
  width: 300px;
   float: right;
   float: right;
  width: 300px;
   background: #e5e5e5;
   background: transparent;
   margin: 10px;
   padding: 12px;
   font-family: Arial, sans-serif;
   margin: 0 0 15px 15px;
}
}


.class-infobox-title {
.hr-header {
  background: #3a3a3a;
  color: #fff;
   text-align: center;
   text-align: center;
  font-size: 20px;
   font-weight: bold;
   font-weight: bold;
   margin-bottom: 8px;
   padding: 6px;
  font-size: 16px;
}
}


.class-infobox-row {
.hr-image,
   border-top: 1px solid #333;
.hr-sprite {
   padding: 4px 0;
   text-align: center;
   padding: 8px;
}
}


.class-infobox-label {
.hr-section-title {
  background: #3a3a3a;
  color: #fff;
  text-align: center;
   font-weight: bold;
   font-weight: bold;
  padding: 4px;
  font-size: 13px;
}
}


.class-evolution {
.bonus-table {
   display: flex;
   width: 100%;
   flex-wrap: wrap;
   border-collapse: collapse;
  gap: 6px;
}
}


.class-evolution span {
.bonus-table td {
   background: transparent;
   padding: 4px;
   border: 1px solid #444;
   text-align: center;
   padding: 4px 8px;
   font-weight: bold;
}
}

Edição das 19h27min 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;
}