Add "fullrecord" table class.
[irspy-moved-to-github.git] / web / htdocs / chrome / style.mc
index ffd5e97..93c2f52 100644 (file)
@@ -1,15 +1,17 @@
-/* $Id: style.mc,v 1.6 2006-09-20 11:37:33 mike Exp $ */
+/* $Id: style.mc,v 1.9 2006-10-26 17:22:35 mike Exp $ */
 body {
   color: black;
   background: white;
 }
 
-.banner { background: white }
-.panel1, .panel2 { background: #d4e7f3; padding: 0em 1em; }
+.banner { background: url(/beach.jpeg) }
+.logo { text-decoration: none; color: white; margin-left: 1em }
+.title { color: black; margin-right: 1em }
+.panel1 { background: #d4e7f3; padding: 0em 1em; }
 .panel3 { background: #b4c7d3 }
 
 <%doc>Fixing the layout</%doc>
-.panel1, .panel2 { width: 100px }
+.panel1 { width: 100px }
 .spacer { width: 1em }
 
 <%doc>Why isn't this the default?</%doc>
@@ -24,6 +26,9 @@ img { border: 0 }
 .searchform tr td input { background: #ffffc0 }
 .searchform tr td select { background: #ffffc0 }
 
+.fullrecord { background: #ffffee }
+.fullrecord th { text-align: left }
+
 .thleft th { text-align: left }
 
 .disabled { color: grey }