Module:Infobox/styles.css: Difference between revisions
From The Undead Archive
TheUnburied (talk | contribs) No edit summary |
TheUnburied (talk | contribs) No edit summary |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
tr:nth-child(even) | .infobox tr:nth-child(even) | ||
{ background: #362E2D | { background: #362E2D; } | ||
.infobox-header | |||
{ background: # | { | ||
background: #56423d; | |||
padding: 5px; | |||
text-transform: uppercase; | |||
color: white; | |||
} | |||
.infobox-label | |||
{ | |||
padding: 5px !important; | |||
padding-left: 5px !important; | |||
} | |||
Latest revision as of 21:30, 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 !important;
padding-left: 5px !important;
}
