-
Notifications
You must be signed in to change notification settings - Fork 0
/
rarity.css
63 lines (63 loc) · 912 Bytes
/
rarity.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
/* Add styles for rarity colors */
.marvel {
color: red;
content: 'Marvel Series';
}
.star_wars {
color: yellow;
content: 'Star Wars Series';
}
.dc {
color: grey;
content: 'DC Series';
}
.common {
color: #ffffff;
content: 'Common';
}
.uncommon {
color: #1eff00;
content: 'Uncommon';
}
.rare {
color: #0070dd;
content: 'Rare';
}
.epic {
color: #a335ee;
content: 'Epic';
}
.legendary {
color: #ff8000;
content: 'Legendary';
}
.mythic {
color: #ff0000;
content: 'Mythic';
}
.icon_series {
color: #00ffff;
content: 'Icon Series';
}
.slurp {
color: #00ffff;
content: 'Slurp Series';
}
.gaming_legends {
color: white;
background-color: purple;
content: 'Gaming Legends';
}
.shadow {
color: #ffffff;
background-color: #000000;
content: 'Shadow Series';
}
.lava {
color: orange;
content: 'Lava Series';
}
.frozen {
color: cyan;
content: 'Frozen Series';
}