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