Experimental paged topiclists. Expect breakage.
[specialops2.git] / css / furry-a.css
blob81f0df5ca695e65a39a20835f5f2a7f25c36fb55
1 html { color: #000; background: #eeece9; margin: 1em; }
3 a, a:visited { color: #44b; }
4 a:hover { color: #00f; }
5 #footer a { color: #fff; }
7 table { border-spacing: 1px; }
8 th { background: url(wb_back.png) repeat-x; font-style: italic; }
9 th, td { background-color: #dfdad5; }
11 body > h1 { letter-spacing: 1px; }
13 dt { border-left: 3px #887 double; border-bottom: 3px #887 double; font-weight: bold; }
15 fieldset { border: 1px #777 solid; }
16 legend { border: 1px #777 solid; color: #000; background: #ddd; }
18 input[type=text], input[type=password], textarea
19 { border: 1px #666 solid; background: #fff; color: #888; -moz-border-radius: 0.5em; }
21 input[type=text]:hover, input[type=password]:hover, textarea:hover
22 { color: #444; }
24 input[type=text]:focus, input[type=password]:focus, textarea:focus
25 { border-color: #000; color: #000; }
27 input[type=submit], button
28 { border: 1px #f00 dotted; background: #fff; color: #f00; }
30 input[type=submit]:hover, button:hover
31 { border: 1px #f00 solid; cursor: pointer; }
33 .nl, #footer { background: #666 url(furry.png) repeat-x; color: #fff; }
34 .nl > * { border: 1px outset #eee; background: #fff url(wb_back.png) 0 1px repeat-x; }
35 .nl > *:hover { border-style: inset; background-position: 0 -20px; }
36 .nl > * a { padding: 0 0.5em; text-decoration: none; }
37 #footer { color: #fff; }
38 #footer fieldset { border: none; }
39 #footer p { background: #666; }
41 .error { background: #ffc; color: #000; }
42 #footer:target, .notice { background: #8c8; }
43 .info { background: #ccc; }
44 .content { background: #ddd; }