Module:Infobox/styles.css: Difference between revisions

From The Undead Archive
No edit summary
No edit summary
Line 10: Line 10:
}
}


.infobox-label, .infobox
.infobox-label
{ border: 0px !important; }
{ padding: 5px }

Revision as of 21:28, 20 May 2026

.infobox tr:nth-child(even)
{ background: #362E2D; }

.infobox-header
{ 
background: #56423d;
padding: 5px;
text-transform: uppercase;
color: white;
}

.infobox-label
{ padding: 5px }