Mercurial > hg > human-echolocation-java-webapp
comparison WebContent/screen.css @ 42:65a26b38bf43
Some debug output, and work toward neatening the jsp &c
author | Chris Cannam |
---|---|
date | Tue, 25 Feb 2014 16:46:12 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
40:65338d2507bc | 42:65a26b38bf43 |
---|---|
1 body { | |
2 font-size: 14pt; | |
3 font-family: Mako, sans-serif; | |
4 background-color: '#fffefa'; | |
5 } | |
6 | |
7 .debug { | |
8 border: 0.5px dashed; | |
9 font-size: 9pt; | |
10 font-family: monospace; | |
11 padding: 10 18; | |
12 } | |
13 | |
14 .player { | |
15 border: 0.25px solid; | |
16 } | |
17 | |
18 h1 { | |
19 text-align: center; | |
20 } | |
21 | |
22 h2 { | |
23 margin-left: 8%; | |
24 } | |
25 | |
26 table { | |
27 width: 80%; | |
28 margin-left: 8%; | |
29 } | |
30 | |
31 th { | |
32 vertical-align: top; | |
33 text-align: right; | |
34 width: 40%; | |
35 } | |
36 | |
37 td { | |
38 vertical-align: top; | |
39 text-align: left; | |
40 } | |
41 | |
42 th .description { | |
43 font-weight: normal; | |
44 font-size: 0.9em; | |
45 } | |
46 |