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