Difference between revisions of "Template:Transient infobox"

Jump to navigation Jump to search
Line 493: Line 493:
/* all, demon, none */
/* all, demon, none */
div.all > .header,
div.all > .header,
div.demon > .header,
div.shadow > .header,
div.none > .header {
div.none > .header {
     background-color: #d4d4d4;
     background-color: #d4d4d4;
}
div.demon > .header,
div.shadow > .header {
    background-color: #a1a1a1;
}
}


div.all > .body .data tr > th,
div.all > .body .data tr > th,
div.demon > .body .data tr > th,
div.shadow > .body .data tr > th,
div.none > .body .data tr > th {
div.none > .body .data tr > th {
     background-color: #dcdcdc;
     background-color: #dcdcdc;
}
div.demon > .body .data tr > th,
div.shadow > .body .data tr > th {
    background-color: #aaaaaa;
}
}


div.all > .body .data tr > th + th,
div.all > .body .data tr > th + th,
div.demon > .body .data tr > th + th,
div.shadow > .body .data tr > th + th,
div.none > .body .data tr > th + th {
div.none > .body .data tr > th + th {
     background-color: #e3e3e3;
     background-color: #e3e3e3;
}
div.demon > .body .data tr > th + th,
div.shadow > .body .data tr > th + th {
    background-color: #b0b0b0;
}
}