Style for blockquotes.
[irspy-moved-to-github.git] / web / htdocs / chrome / style.mc
index 67536f9..42b3ab3 100644 (file)
@@ -1,17 +1,32 @@
-/* $Id: style.mc,v 1.5 2006-09-19 11:11:52 mike Exp $ */
+/* $Id: style.mc,v 1.12 2006-11-30 12:50:20 mike Exp $ */
 body {
   color: black;
   background: white;
 }
 
-.banner { background: white }
-.panel1, .panel2 { background: #d4e7f3; padding: 0.5em 1em; }
+blockquote {
+  background: #ffffc0;
+  margin: 1em 3em;
+  padding: 0.5em;
+}
+
+.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; }
+.panel1 a { text-decoration: none }
 .panel3 { background: #b4c7d3 }
 
 <%doc>Fixing the layout</%doc>
-.panel1, .panel2 { width: 100px }
+.panel1 { width: 9em }
 .spacer { width: 1em }
 
+.panel2 {
+  background: #b0d0ff;
+  margin: -0.5em;
+  padding: 0.5em;
+}
+
 <%doc>Why isn't this the default?</%doc>
 img { border: 0 }
 
@@ -24,6 +39,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 }