456bec09358a993f32f2d2c6d642c83c8dd138e1
[irspy-moved-to-github.git] / web / htdocs / style.css
1 body {
2   color: black;
3   background: white;
4   font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif;
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(/Lanikai_2009_wide.jpeg) }
16 .logo { text-decoration: none; color: white; margin-left: 1em }
17 .title { color: black; margin-right: 1em }
18 .panel1 { background: #d0e0f3; padding: 0em 1em; }
19 .panel1 a { text-decoration: none }
20 .panel3 { background: #ffcc66 }
21
22 .panel1, .panel2 { border-radius: 1em; }
23
24 /* Fixing the layout */
25 .panel1 { width: 9em }
26 .spacer { width: 1em }
27
28 .panel2 {
29   background: #b0d0ff;
30   margin: -0.5em;
31   padding: 0.5em;
32 }
33
34 /* Why isn't this the default? */
35 img { border: 0 }
36
37 /* These are just so we can set alignment in an XHTMLish way */
38 .left   { text-align: left }
39 .center { text-align: center }
40 .right  { text-align: right }
41
42 .searchform tr th { text-align: right; padding-right: 0.5em }
43 .searchform tr td input { background: #ffffc0 }
44 .searchform tr td select { background: #ffffc0 }
45
46 .fullrecord { background: #ffffee }
47 .fullrecord th { text-align: left }
48
49 .thleft th { text-align: left }
50
51 .disabled { color: grey }
52 .error { color: red; font-weight: bold }
53
54 .essay { margin: 1em 10em 1em 1em }
55 .essay a { text-decoration: none }
56
57 table.targets tr:hover { background-color:silver !important; }
58
59 table.targets td, table.targets th {
60   border: none;
61   padding: 6px !important;
62 }
63 table.targets { border-spacing: 0px; }
64
65 table.fullrecord, table.fullrecord th, table.fullrecord td { border: none }
66
67 a { text-decoration: none }