1 /* $Id: style.css,v 1.2 2007-03-14 17:27:46 mike Exp $ */
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 }
20 /* Fixing the layout */
21 .panel1 { width: 9em }
22 .spacer { width: 1em }
30 /* Why isn't this the default? */
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 }
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 }
42 .fullrecord { background: #ffffee }
43 .fullrecord th { text-align: left }
45 .thleft th { text-align: left }
47 .disabled { color: grey }
48 .error { color: red; font-weight: bold }
50 .essay { margin: 1em 10em 1em 1em }
51 .essay a { text-decoration: none }