touchup stylesheets
authorJeremy Laine <jeremy.laine@m4x.org>
Thu, 20 Jul 2006 23:28:52 +0000 (23:28 +0000)
committerJeremy Laine <jeremy.laine@m4x.org>
Thu, 20 Jul 2006 23:28:52 +0000 (23:28 +0000)
htdocs/common.css
styles/default_blue.css

index 4ad9ebe..7c8b9d5 100644 (file)
@@ -94,7 +94,7 @@
   clear: both;
   text-align: center;
   padding: 10px;
-  font-size: 9pt;
+  font-size: 8pt;
 }
 
 
index f9cbc22..7371efd 100644 (file)
@@ -1,5 +1,20 @@
 /* insert your CSS customisations below */
 
+#header {
+  margin: 1px;
+  padding: 3px;
+  border: 1px dotted #2050a0;
+  background-color: #edf8ff;
+  color: #2050a0;
+}
+
+#footer {
+  margin: 1px;
+  padding: 3px;
+  border: 1px dotted #2050a0;
+  background-color: #edf8ff;
+}
+
 body {
   background-color: #60a5e0;
   color: inherit;
@@ -41,3 +56,14 @@ table.light th {
   background-color: #2050a0;
   color: white;
 }
+
+/* version */
+.version {
+  font-size: 8pt;
+}
+
+.hidden {
+/*  display: none */;
+  color: #60a5e0;
+  font-size: 1pt;
+}