blob: ad90882eef88bc31695b0ac857c442ac4fffb4b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
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
|