Add README.
[matrixcreatrix.git] / game.css
1 /* Public domain. */
2
3 div#instructions {
4 color: white;
5 text-align: center;
6 font-family: sans-serif;
7 }
8
9 div#header {
10 color: #eee;
11 text-align: center;
12 font-family: sans-serif;
13 font-size: 0.7em;
14 margin-bottom: 1em;
15 }
16
17 div#header a {
18 color: #eee;
19 }
20
21 div#myfooter {
22 color: #bbb;
23 text-align: center;
24 font-family: sans-serif;
25 font-size: 0.7em;
26 margin-top: 2em;
27 }
28
29 div#myfooter a {
30 color: #bbb;
31 }
32
33 span.life { color: #9f9; }
34 span.water { color: #99f; }
35 span.air { color: #ff9; }
36 span.void { color: #f9f; }