1 /* $Id: style.mc,v 1.5 2006-09-19 11:11:52 mike Exp $ */
7 .banner { background: white }
8 .panel1, .panel2 { background: #d4e7f3; padding: 0.5em 1em; }
9 .panel3 { background: #b4c7d3 }
11 <%doc>Fixing the layout</%doc>
12 .panel1, .panel2 { width: 100px }
13 .spacer { width: 1em }
15 <%doc>Why isn't this the default?</%doc>
18 <%doc>These are just so we can set alignment in an XHTMLish way</%doc>
19 .left { text-align: left }
20 .center { text-align: center }
21 .right { text-align: right }
23 .searchform tr th { text-align: right; padding-right: 0.5em }
24 .searchform tr td input { background: #ffffc0 }
25 .searchform tr td select { background: #ffffc0 }
27 .thleft th { text-align: left }
29 .disabled { color: grey }
30 .error { color: red; font-weight: bold }