Jump to content

Template:InfoboxFaction/styles.css: Difference between revisions

From Dreamon Studios Wiki
Created page with ".infobox th { background-color: #ffcccc; }"
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
.infobox th {
.infobox .infobox-title {
    background-color: #ffcccc;
  background: #bbb !important;
}
 
.infobox .infobox-header {
  background-color: #ddd !important;
}
}

Latest revision as of 18:41, 5 January 2026

.infobox .infobox-title {
  background: #bbb !important;
}

.infobox .infobox-header {
  background-color: #ddd !important;
}