blob: 2ea2e382cccb323db78317b674fc9c1ac4cdfa61 (
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
28
29
30
31
32
33
34
35
36
37
38
39
|
#ship:
float: left
width: 256px
height: 256px
table#victim:
float: right
table-layout: fixed
width: 388px
table#attackers:
float: right
table-layout: fixed
width: 388px
td:
height: 64px
&:nth-child(1):
width: 66px
white-space: normal
&:nth-child(2):
width: 200px
&:nth-child(3):
width: 32px
white-space: normal
&:nth-child(3):
width: 50px
table#items:
.slot:
background-color: #222
tr:nth-child(odd):
background-color: #181818
td:nth-child(3):
text-align: right
.dropped:
background-color: #050
.destroyed:
color: #a00
|