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