Add panel2 style for this-record menu.
[irspy-moved-to-github.git] / web / htdocs / chrome / style.mc
1 /* $Id: style.mc,v 1.10 2006-10-31 16:19:39 mike Exp $ */
2 body {
3   color: black;
4   background: white;
5 }
6
7 .banner { background: url(/beach.jpeg) }
8 .logo { text-decoration: none; color: white; margin-left: 1em }
9 .title { color: black; margin-right: 1em }
10 .panel1 { background: #d4e7f3; padding: 0em 1em; }
11 .panel1 a { text-decoration: none }
12 .panel3 { background: #b4c7d3 }
13
14 <%doc>Fixing the layout</%doc>
15 .panel1 { width: 100px }
16 .spacer { width: 1em }
17
18 .panel2 {
19   background: #b0d0ff;
20   margin: -0.5em;
21   padding: 0.5em;
22 }
23
24 <%doc>Why isn't this the default?</%doc>
25 img { border: 0 }
26
27 <%doc>These are just so we can set alignment in an XHTMLish way</%doc>
28 .left   { text-align: left }
29 .center { text-align: center }
30 .right  { text-align: right }
31
32 .searchform tr th { text-align: right; padding-right: 0.5em }
33 .searchform tr td input { background: #ffffc0 }
34 .searchform tr td select { background: #ffffc0 }
35
36 .fullrecord { background: #ffffee }
37 .fullrecord th { text-align: left }
38
39 .thleft th { text-align: left }
40
41 .disabled { color: grey }
42 .error { color: red; font-weight: bold }