Difference between revisions of "Template:Transient infobox"

no edit summary
Line 7: Line 7:
| 天 | heaven | holy | light | divine | aether = 天
| 天 | heaven | holy | light | divine | aether = 天
| 冥 | dark | nether = 冥
| 冥 | dark | nether = 冥
| 魔 | demon | shadow = 魔
| 魔 | demon | shadow | infernal = 魔
| 全 | all = 全
| 全 | all | all-round = 全
| 英雄 | hero = 英雄
| 英雄 | hero | valiant = 英雄
|#default = ?
|#default = ?
}}
}}
Line 500: Line 500:


div.demon > .header,
div.demon > .header,
div.shadow > .header {
div.shadow > .header,
div.infernal > .header {
     background-color: #a1a1a1;
     background-color: #a1a1a1;
}
}
Line 510: Line 511:


div.demon > .body .data tr > th,
div.demon > .body .data tr > th,
div.shadow > .body .data tr > th {
div.shadow > .body .data tr > th,
div.infernal > .body .data tr > th {
     background-color: #aaaaaa;
     background-color: #aaaaaa;
}
}
Line 520: Line 522:


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


/* hero */
/* hero */
div.hero > .header {
div.hero > .header,
div.valiant > .header {
     background-color: #e9e8ed;
     background-color: #e9e8ed;
}
}


div.hero > .body .data tr > th {
div.hero > .body .data tr > th,
div.valiant > .body .data tr > th {
     background-color: #ebeaee;
     background-color: #ebeaee;
}
}


div.hero > .body .data tr > th + th {
div.hero > .body .data tr > th + th,
div.valiant > .body .data tr > th + th {
     background-color: #f5f4f9;
     background-color: #f5f4f9;
}
}