trusted
5,933
edits
SurtrFan8511 (talk | contribs) (new elements) |
SurtrFan8511 (talk | contribs) 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 | div.all-round > .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 | div.all-round > .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 | div.all-round > .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; | |||
} | } | ||