| 123456789101112131415161718192021222324252627 |
- table#kills:
- table-layout: fixed
- width: 900px
- tr:nth-child(odd):
- background-color: #1a1a1a
- th.time:
- width: 90px
- th.system:
- width: 120px
- th.victim_portrait:
- width: 66px
- th.victim:
- width: 248px
- th.killer_portrait:
- width: 66px
- th.killer:
- width: 248px
- th.value:
- width: 62px
- td:nth-child(7):
- text-align: right
- .loss:
- color: #a44
|