]> git.cworth.org Git - lmno.games/blob - empires/style.css
Move paragraph-spacing from empires/style.css to style.css
[lmno.games] / empires / style.css
1 .show-state-join {
2     display:none;
3 }
4
5 .show-state-reveal {
6     display:none;
7 }
8
9 .show-state-capture {
10     display:none;
11 }
12
13 .hide-state-join {
14     display:block;
15 }
16
17 .hide-state-reveal {
18     display:block;
19 }
20
21 .hide-state-capture {
22     display:block;
23 }
24
25 /* Players list starts out hidden (until a player is added). */
26 #players-div {
27     display:none;
28 }
29
30 /* Host tools start out hidden. */
31 #host-tools {
32     display: none;
33 }
34
35 input {
36     height: 40px;
37 }
38
39 #character-reveal {
40     color: #333738;
41     font-size: 300%;
42     font-weight: bold;
43 }