]> arthur.barton.de Git - ngircd-web.git/blob - style.css
Added style sheet and "valid HTML" logo.
[ngircd-web.git] / style.css
1 /* style.css for http://arthur.ath.cx/~alex/ */
2 /* last changes: 2002-05-20, alex@arthur.ath.cx */
3
4 BODY {
5         background-color: white;
6         color: black;
7         margin: 30px;
8 }
9
10 A:visited { color: purple; background: transparent; }
11 A:link { color: navy; background: transparent; }
12 A:active { color: red; background: transparent; }
13 A:hover { background: #ffa; }
14
15 H1, H2, H3 {
16         font-family: Verdana, sans-serif;
17         background-color: white;
18         color: #005555;
19 }
20 H1 { margin-bottom: 10px; }
21 H2 { margin-top: 20px; }
22
23 P, LI, TD, TH, DT {
24         font-family: Geneva, sans-serif;
25         font-size: 12px;
26         line-height: 1.2
27 }
28
29 UL { list-style-type: square; }
30
31 SMALL { line-height: 1; }
32
33 /* -eof- */