diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebContent/screen.css	Tue Feb 25 16:46:12 2014 +0000
@@ -0,0 +1,46 @@
+body {
+    font-size: 14pt;
+    font-family: Mako, sans-serif;
+    background-color: '#fffefa';
+}
+
+.debug {
+    border: 0.5px dashed;
+    font-size: 9pt;
+    font-family: monospace;
+    padding: 10 18;
+}
+
+.player {
+    border: 0.25px solid;
+}
+
+h1 {
+    text-align: center;
+}
+
+h2 {
+    margin-left: 8%;
+}
+
+table {
+    width: 80%;
+    margin-left: 8%;
+}
+
+th {
+    vertical-align: top;
+    text-align: right;
+    width: 40%;
+}
+
+td {
+    vertical-align: top;
+    text-align: left;
+}
+
+th .description {
+    font-weight: normal;
+    font-size: 0.9em;
+}
+