fix unreadable text colour
[specialops2.git] / css / furry-a.css
blob74c3586667cae58a886c5ecb901d3f736443bd0d
1 html { color: #000; background: #eeece9; margin: 1em; }
3 a, a:visited { color: #44b; }
4 a:hover { color: #00f; }
6 table { border-spacing: 1px; }
7 th { background: url(wb_back.png) repeat-x; font-style: italic; }
8 th, td { background-color: #dfdad5; }
10 body > h1 { letter-spacing: 1px; }
12 dt { border-left: 3px #887 double; border-bottom: 3px #887 double; font-weight: bold; }
14 fieldset { border: 1px #777 solid; }
15 legend { border: 1px #777 solid; color: #000; background: #ddd; }
17 input[type=text], input[type=password], textarea
18 { border: 1px #666 solid; background: #fff; color: #888; -moz-border-radius: 0.5em; }
20 input[type=text]:hover, input[type=password]:hover, textarea:hover
21 { color: #444; }
23 input[type=text]:focus, input[type=password]:focus, textarea:focus
24 { border-color: #000; color: #000; }
26 input[type=submit], button
27 { border: 1px #f00 dotted; background: #fff; color: #f00; }
29 input[type=submit]:hover, button:hover
30 { border: 1px #f00 solid; cursor: pointer; }
32 .nl, #footer { background: #666 url(furry.png) repeat-x; color: #fff; }
33 .nl li { border: 1px outset #eee; background: #fff url(wb_back.png) 0 1px repeat-x; }
34 .nl li:hover { border-style: inset; background-position: 0 -20px; }
35 .nl li a { padding: 0 0.5em; text-decoration: none; }
36 #footer { color: #fff; }
37 #footer fieldset { border: none; }
38 #footer p { background: #666; }
40 .error { background: #ffc; color: #000; }
41 #footer:target, .notice { background: #8c8; }
42 .info { background: #ccc; }
43 .content { background: #ddd; }