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