Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
blob: 5fb8c7cbbd0cc30549ae1f1bb7ee3f8d8d877b10 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
span {
  font-size: 10px;
  font-family: monospace;
  margin-right: 1em;
}

.physical-status-track {
  text-align: center;
}

.physical-status-track damage-block {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.physical-status-track damage-block[slot="block-number"] {
  font-family: serif;
  font-size: unset;
}

.physical-status-track damage-block span {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  margin-left: 1em;
}

ul li {
  display: inline;
}

p {
  margin: 0;
}

.grenades input {
  display: none;
}

.grenades svg {
  width: 14px;
  height: 14px;
  vertical-align: bottom;
}

.grenades svg circle {
  fill: none;
  stroke: black;
  stroke-width: 2px;
}

.grenades input:checked + svg circle {
  fill: gray;
}