-
Notifications
You must be signed in to change notification settings - Fork 11
/
fluorine_renderer_dynamic.css
42 lines (36 loc) · 1 KB
/
fluorine_renderer_dynamic.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
/*
This CSS file contains things which are generated by fluorine_renderer.js
rather than fluorine_renderer.html.
*/
.collision {
color: red;
}
/* Note: These are duplicated in fluorine_renderer.js (see `const colours`) */
.player-0-colour { color: #c5ec98; }
.player-1-colour { color: #ff9999; }
.player-2-colour { color: #ffbe00; }
.player-3-colour { color: #66cccc; }
.player-4-colour { color: #bf00ff; }
.player-5-colour { color: #007fff; }
.player-6-colour { color: #f6ff60; }
.player-7-colour { color: #f3b5ff; }
.player-8-colour { color: #31c110; }
.player-9-colour { color: #ff8465; }
.player-10-colour { color: #007256; }
.player-11-colour { color: #ff0000; }
.player-12-colour { color: #344983; }
.player-13-colour { color: #92152e; }
.player-14-colour { color: #00ffbf; }
.player-15-colour { color: #b07504; }
.no-margin-bot { margin-bottom: 0; }
.no-margin-top { margin-top: 0; }
/* Messages with a low priority. */
.lowlight {
color: #aaa;
}
.white-text {
color: white;
}
.warning-text {
color: orange;
}