MediaWiki:Common.css: mudanças entre as edições

De Farmland
Ir para navegação Ir para pesquisar
Criou página com '===== CLASS PAGES (History Reborn Style) =====: .class-infobox { float: right; width: 300px; background: #1c1c1c; border: 1px solid #2e2e2e; padding: 12px; margin: 0 0 15px 15px; font-size: 14px; } .class-infobox img { width: 100%; border: 1px solid #333; margin-bottom: 10px; } .class-infobox-title { font-size: 20px; font-weight: bold; text-align: center; margin-bottom: 8px; color: #f0f0f0; } .class-infobox-row { border-top: 1px s...'
 
Sem resumo de edição
Linha 1: Linha 1:
/* ===== CLASS PAGES (History Reborn Style) ===== */
/* ===== CLASS PAGES ===== */


.class-infobox {
.class-infobox {

Edição das 18h55min de 12 de janeiro de 2026

/* ===== CLASS PAGES ===== */

.class-infobox {
  float: right;
  width: 300px;
  background: #1c1c1c;
  border: 1px solid #2e2e2e;
  padding: 12px;
  margin: 0 0 15px 15px;
  font-size: 14px;
}

.class-infobox img {
  width: 100%;
  border: 1px solid #333;
  margin-bottom: 10px;
}

.class-infobox-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
  color: #f0f0f0;
}

.class-infobox-row {
  border-top: 1px solid #333;
  padding: 4px 0;
}

.class-infobox-label {
  font-weight: bold;
  color: #cfcfcf;
}

.class-section-title {
  font-size: 18px;
  border-bottom: 1px solid #333;
  margin-top: 25px;
  margin-bottom: 10px;
}

/* Evolution */
.class-evolution {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.class-evolution span {
  background: #2a2a2a;
  border: 1px solid #444;
  padding: 4px 8px;
  font-size: 13px;
}

/* Skills table */
.class-skills-table {
  width: 100%;
  border-collapse: collapse;
}

.class-skills-table th,
.class-skills-table td {
  border: 1px solid #333;
  padding: 6px;
}

.class-skills-table th {
  background: #252525;
}