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