Difference between revisions of "Template:Transient infobox"

Jump to navigation Jump to search
(need to grab color later)
Line 550: Line 550:
/* world */
/* world */
div.world > .header {
div.world > .header {
     background-color: #e9e8ed;
     background-color: #a67a45;
}
}


div. world> .body .data tr > th {
div. world> .body .data tr > th {
     background-color: #ebeaee;
     background-color: #ebbe85;
}
}


div.world > .body .data tr > th + th {
div.world > .body .data tr > th + th {
     background-color: #f5f4f9;
     background-color: #ffde9f;
}
}