Difference between revisions of "Template:Status extended infobox"

no edit summary
Line 64: Line 64:


table.status-preview-infobox tr:first-child th {
table.status-preview-infobox tr:first-child th {
     background-color: #fcc;
     background-color: #ccf;
     padding: 0.5em 1em 0.5em 1em;
     padding: 0.5em 1em 0.5em 1em;
     font-size: 1.2em;
     font-size: 1.2em;
Line 78: Line 78:


table.Buff tr:first-child th {
table.Buff tr:first-child th {
     background-color: #ccf;
     background-color: #fcc;
     padding: 0.5em 1em 0.5em 1em;
     padding: 0.5em 1em 0.5em 1em;
     font-size: 1.2em;
     font-size: 1.2em;
Line 84: Line 84:


table.Buff tr:not(:first-child) th {
table.Buff tr:not(:first-child) th {
     background-color: #ddf;
     background-color: #fdd;
}
}


table.Buff tr:not(:first-child) th + th {
table.Buff tr:not(:first-child) th + th {
     background-color: #e4e4ff;
     background-color: #ffe4e4;
}
}