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