Remove references to unused panel2
[irspy-moved-to-github.git] / web / htdocs / chrome / style.mc
index 4bad3d3..8826298 100644 (file)
@@ -1,16 +1,15 @@
-/* $Id: style.mc,v 1.1 2006-09-14 15:17:48 mike Exp $ */
+/* $Id: style.mc,v 1.7 2006-09-20 11:40:26 mike Exp $ */
 body {
-  color: darkblue;
+  color: black;
   background: white;
 }
 
-.banner { background: yellow }
-.panel1 { background: lightblue }
-.panel2 { background: lightgreen }
-.panel3 { background: pink }
+.banner { background: white }
+.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>
@@ -20,3 +19,12 @@ img { border: 0 }
 .left   { text-align: left }
 .center { text-align: center }
 .right  { text-align: right }
+
+.searchform tr th { text-align: right; padding-right: 0.5em }
+.searchform tr td input { background: #ffffc0 }
+.searchform tr td select { background: #ffffc0 }
+
+.thleft th { text-align: left }
+
+.disabled { color: grey }
+.error { color: red; font-weight: bold }