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