-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeings.css
115 lines (73 loc) · 1.93 KB
/
beings.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
.being { text-shadow: -1px -1px 0px white, 1px 1px 0px black; }
.player { font-weight: bold; }
.human { color: lime; }
.child { color: lime; }
.samurai { color: white; }
.dog { color: white; }
.golden-retriever { color: gold; }
.rottweiler { color: black; }
.white-fox { color: white; }
.cat { color: black; }
.monkey { color: peachpuff; }
.three-clawed-dragon { color: green; }
.four-clawed-dragon { color: lime; }
.five-clawed-dragon {
color: white;
text-shadow:
0px 0px 1px blue,
0px 0px 2px blue,
0px 0px 3px blue,
0px 0px 4px blue,
0px 0px 5px blue,
0px 0px 6px blue,
0px 0px 7px blue;
}
.mouse { color: white; }
.rat { color: gray; }
.bird { color: royalblue; }
.rabbit { color: white; }
.horse { color: peru; }
.cow { color: white; }
.fish { color: cyan; }
.orca { color: black; }
.great-white-shark { color: white; }
.megalodon { color: silver; }
.battleship { color: gray; }
.fire-being {
color: yellow;
text-shadow:
0px 0px 1px red,
0px 0px 2px red,
0px 0px 3px red,
0px 0px 4px red,
0px 0px 5px red,
0px 0px 6px red,
0px 0px 7px red;
}
.elephant { color: darkgray; }
.car { color: yellow; }
.floating-brain { color: lightsalmon; }
.psychic-brain { color: lime; }
.superior-brain { color: blue; }
.cosmic-brain {
color: black;
text-shadow:
0px 0px 1px purple,
0px 0px 2px purple,
0px 0px 3px purple,
0px 0px 4px purple,
0px 0px 5px purple,
0px 0px 6px purple,
0px 0px 7px purple;
}
.crocodile { color: darkkhaki; }
.cloud-being { color: white; }
.wind-being { color: cyan; }
.ugly-thing { color: brown; }
.smelly-thing { color: green; }
.annoying-thing { color: orange; }
.sad-thing { color: blue; }
.unfriendly-thing { color: red; }
.boring-thing { color: gray; }
.weird-thing { color: magenta; }
.ultimate-thing { color: lime; }