Add .error style.
[irspy-moved-to-github.git] / web / htdocs / chrome / style.mc
1 /* $Id: style.mc,v 1.5 2006-09-19 11:11:52 mike Exp $ */
2 body {
3   color: black;
4   background: white;
5 }
6
7 .banner { background: white }
8 .panel1, .panel2 { background: #d4e7f3; padding: 0.5em 1em; }
9 .panel3 { background: #b4c7d3 }
10
11 <%doc>Fixing the layout</%doc>
12 .panel1, .panel2 { width: 100px }
13 .spacer { width: 1em }
14
15 <%doc>Why isn't this the default?</%doc>
16 img { border: 0 }
17
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 }
22
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 }
26
27 .thleft th { text-align: left }
28
29 .disabled { color: grey }
30 .error { color: red; font-weight: bold }