Module:Infobox/styles.css: Difference between revisions
From The Undead Archive
TheUnburied (talk | contribs) No edit summary |
TheUnburied (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
.infobox-header | .infobox-header | ||
{ background: #E3311D; } | { | ||
background: #E3311D; | |||
padding: 5px; | |||
text-transform: uppercase; | |||
} | |||
.infobox-label, .infobox | .infobox-label, .infobox | ||
{ border: 0px; } | { border: 0px; } | ||
Revision as of 16:55, 20 May 2026
.infobox tr:nth-child(even)
{ background: #362E2D !important; }
.infobox-header
{
background: #E3311D;
padding: 5px;
text-transform: uppercase;
}
.infobox-label, .infobox
{ border: 0px; }
