Difference between revisions of "Template:Transient extended infobox"

Jump to navigation Jump to search
m
fix none element
(new elements)
m (fix none element)
Line 59: Line 59:
| 無限 = infinity
| 無限 = infinity
| 零 = zero
| 零 = zero
| #default = none
}}
}}
}}
}}
Line 711: Line 712:
/* all, demon, none */
/* all, demon, none */
div.all > .header,
div.all > .header,
div.all-round > .header,
div.all-round > .header {
div.none > .header {
     background-color: #d4d4d4;
     background-color: #d4d4d4;
}
}
Line 723: Line 723:


div.all > .body .data tr > th,
div.all > .body .data tr > th,
div.all-round > .body .data tr > th,
div.all-round > .body .data tr > th {
div.none > .body .data tr > th {
     background-color: #dcdcdc;
     background-color: #dcdcdc;
}
}
Line 736: Line 735:
div.all > .body .data tr > th + th,
div.all > .body .data tr > th + th,
     width: 100px;
     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 {
     width: 100px;
     width: 100px;
     background-color: #e3e3e3;
     background-color: #e3e3e3;
Line 810: Line 807:
     width: 100px;
     width: 100px;
     background-color: #fcbde4;
     background-color: #fcbde4;
}
/* none */
div.none > .header {
    background-color: #696969;
}
div.none > .body .data tr > th {
    background-color: #696969;
}
div.none > .body .data tr > th + th {
    width: 100px;
    background-color: #696969;
}
}


trusted
5,933

edits

Navigation menu