93c2f52c0cd74059ac6dad1fc394c97e058d26f5
[irspy-moved-to-github.git] / web / htdocs / chrome / style.mc
1 /* $Id: style.mc,v 1.9 2006-10-26 17:22:35 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 .panel3 { background: #b4c7d3 }
12
13 <%doc>Fixing the layout</%doc>
14 .panel1 { width: 100px }
15 .spacer { width: 1em }
16
17 <%doc>Why isn't this the default?</%doc>
18 img { border: 0 }
19
20 <%doc>These are just so we can set alignment in an XHTMLish way</%doc>
21 .left   { text-align: left }
22 .center { text-align: center }
23 .right  { text-align: right }
24
25 .searchform tr th { text-align: right; padding-right: 0.5em }
26 .searchform tr td input { background: #ffffc0 }
27 .searchform tr td select { background: #ffffc0 }
28
29 .fullrecord { background: #ffffee }
30 .fullrecord th { text-align: left }
31
32 .thleft th { text-align: left }
33
34 .disabled { color: grey }
35 .error { color: red; font-weight: bold }