Difference between revisions of "Template:Transient infobox"

Jump to navigation Jump to search
Line 440: Line 440:


div.fire > .body .data tr > th + th {
div.fire > .body .data tr > th + th {
    width: 100px;
     background-color: #ffdddc;
     background-color: #ffdddc;
}
}
Line 453: Line 454:


div.water > .body .data tr > th + th {
div.water > .body .data tr > th + th {
    width: 100px;
     background-color: #dceaff;
     background-color: #dceaff;
}
}
Line 466: Line 468:


div.wood > .body .data tr > th + th {
div.wood > .body .data tr > th + th {
    width: 100px;
     background-color: #e3ffe3;
     background-color: #e3ffe3;
}
}
Line 481: Line 484:


div.light > .body .data tr > th + th,
div.light > .body .data tr > th + th,
    width: 100px;
div.aether > .body .data tr > th + th {
div.aether > .body .data tr > th + th {
    width: 100px;
     background-color: #ffe8dc;
     background-color: #ffe8dc;
}
}
Line 497: Line 502:


div.nether > .body .data tr > th + th,
div.nether > .body .data tr > th + th,
    width: 100px;
div.dark > .body .data tr > th + th {
div.dark > .body .data tr > th + th {
    width: 100px;
     background-color: #f0e0ff;
     background-color: #f0e0ff;
}
}
Line 527: Line 534:


div.all > .body .data tr > th + th,
div.all > .body .data tr > th + th,
    width: 100px;
div.all-round > .body .data tr > th + th,
div.all-round > .body .data tr > th + th,
    width: 100px;
div.none > .body .data tr > th + th {
div.none > .body .data tr > th + th {
    width: 100px;
     background-color: #e3e3e3;
     background-color: #e3e3e3;
}
}


div.demon > .body .data tr > th + th,
div.demon > .body .data tr > th + th,
    width: 100px;
div.shadow > .body .data tr > th + th,
div.shadow > .body .data tr > th + th,
    width: 100px;
div.infernal > .body .data tr > th + th {
div.infernal > .body .data tr > th + th {
    width: 100px;
     background-color: #b0b0b0;
     background-color: #b0b0b0;
}
}
Line 550: Line 563:


div.hero > .body .data tr > th + th,
div.hero > .body .data tr > th + th,
    width: 100px;
div.valiant > .body .data tr > th + th {
div.valiant > .body .data tr > th + th {
    width: 100px;
     background-color: #f5f4f9;
     background-color: #f5f4f9;
}
}
Line 564: Line 579:


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