]> arthur.barton.de Git - ngircd-web.git/blob - style.css
Updated online documentation.
[ngircd-web.git] / style.css
1 /*
2  * Cascading Style Sheet for ngIRCd homepage
3  * http://arthur.ath.cx/~alex/ngircd/
4  *
5  * $Id$
6  */
7
8 BODY {
9         background-color: white;
10         color: black;
11         margin: 30px;
12 }
13
14 A:visited { color: purple; background-color: transparent; }
15 A:link { color: navy; background-color: transparent; }
16 A:active { color: red; background-color: transparent; }
17 A:hover { color: inherit; background-color: #ffa; }
18
19 H1, H2, H3 {
20         font-family: Verdana, sans-serif;
21         background-color: white;
22         color: #005555;
23 }
24 H1 { margin-bottom: 10px; }
25 H2 { margin-top: 20px; }
26
27 P, LI, TD, TH, DT {
28         font-family: Geneva, sans-serif;
29         font-size: 12px;
30         line-height: 1.2
31 }
32
33 DD { margin-bottom: 1em; }
34
35 UL { list-style-type: square; }
36
37 SMALL { line-height: 1em; }
38
39 .Hint {
40         padding: 1px;
41         border: 1px dotted silver;
42 }
43
44 .Security {
45         padding: 1px;
46         border: 1px dotted silver;
47         color: black;
48         background: #fdd;
49 }
50
51 /* -eof- */