-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.css
76 lines (76 loc) · 1.58 KB
/
index.css
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
.fungal-shift:nth-child(even) {
background-color: hsla(var(--b2)/var(--tw-bg-opacity,1));
}
.fungal-shift > div {
position: relative;
}
.fungal-flask:before {
content: " ";
background: url('img/potion.png') center / contain no-repeat;
position: absolute;
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
width: 20px;
height: 20px;
top: -13px;
right: -10px;
}
.fungal-shift > .fungal-flask:nth-child(4):before {
left: -10px;
}
.perk {
position: relative;
}
.perk > img {
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
}
.perk-active {
background-color: hsla(var(--a)/var(--tw-bg-opacity,1));
}
.perk-gambled {
background-color: hsla(var(--wa)/var(--tw-bg-opacity,1));
cursor: default;
}
.perk-preserved:before {
content: "🍀";
position: absolute;
top: 0;
right: 0;
}
.perk-reroll {
background: url('img/perk_reroll.png') center -17px/contain no-repeat;
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
user-select: none;
}
.biome-modifier {
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
}
.biome-modifier:nth-child(even) {
background-color: hsla(var(--b2)/var(--tw-bg-opacity,1));
}
.dark-cave {
width: 256px;
height: 256px;
background: url('img/darkcaves.png') 0 0 / 100% no-repeat;
}
.link {
color: #6495ED;
}
@media (max-width: 768px) {
.seed-criteria {
display: block;
}
td.seed-critera-left {
padding-right: 0.25rem;
}
td.seed-critera-middle {
padding-right: 0.25rem;
padding-left: 0.25rem;
}
td.seed-critera-right {
padding-left: 0.25rem;
}
}