Difference between revisions of "Template:Transient extended infobox"

Jump to navigation Jump to search
no edit summary
(Separating element icon from weapon icon)
 
Line 5: Line 5:
| 2 | 水 | water = 水
| 2 | 水 | water = 水
| 3 | 木 | wood | grass | earth | tree = 木
| 3 | 木 | wood | grass | earth | tree = 木
| 4 | 天 | heaven | holy | light | divine | aether = 天
| 4 | 天 | heaven | holy | light | aether = 天
| 5 | 冥 | dark | nether = 冥
| 5 | 冥 | dark | nether = 冥
| 6 | 魔 | demon | shadow | infernal = 魔
| 6 | 魔 | demon | shadow | infernal = 魔
Line 13: Line 13:
| 9 | 無限 | infinity | infinite | mugen = 無限
| 9 | 無限 | infinity | infinite | mugen = 無限
| 10 | 零 | zero | null = 零
| 10 | 零 | zero | null = 零
| 11 | 神 | god = 神
| 11 | 神 | god | divine = 神
|#default = ?
|#default = ?
}}
}}
Line 807: Line 807:


/* zero */
/* zero */
div.zero > .header {
div.zero > .header,
    background-color: #f488cb;
div.null > .header {
background-color: #f488cb;
}
}


div.zero > .body .data tr > th {
div.zero > .body .data tr > th,
    background-color: #f7a6d8;
div.null > .body .data tr > th {
background-color: #f7a6d8;
}
}


div.zero > .body .data tr > th + th {
div.zero > .body .data tr > th + th,
    width: 100px;
width: 100px;
    background-color: #fcbde4;
div.null > .body .data tr > th + th {
width: 100px;
background-color: #fcbde4;
}
}


/* god */
/* god */
div.god > .header {
div.god > .header,
    background-color: #32b4b4;
div.divine > .header {
background-color: #32b4b4;
}
}


div.god > .body .data tr > th {
div.god > .body .data tr > th,
    background-color: #55C9C9;
div.divine > .body .data tr > th {
background-color: #55c9c9;
}
}


div.god > .body .data tr > th + th {
div.god > .body .data tr > th + th,
    width: 100px;
width: 100px;
    background-color: #85E0E0;
div.divine > .body .data tr > th + th {
width: 100px;
background-color: #85e0e0;
}
}


/* none */
div.none > .header {
    background-color: #696969;
}


div.none > .body .data tr > th {
div.none > .body .data tr > th {
210

edits

Navigation menu