]> arthur.barton.de Git - ngircd-alex.git/blob - doc/src/ngircd-doc.css
Added some missing files of GIT tree to distribution archives
[ngircd-alex.git] / doc / src / ngircd-doc.css
1 /*
2  * Cascading Style Sheet for the ngIRCd source documentation
3  *
4  * $Id: ngircd-doc.css,v 1.2 2005/07/22 21:23:22 alex Exp $
5  */
6
7 BODY {
8         background-color: white;
9         color: black;
10         margin: 30px;
11         font-family: Geneva, sans-serif;
12         font-size: 12px;
13 }
14
15 A:visited { color: purple; background: transparent; }
16 A:link { color: navy; background: transparent; }
17 A:active { color: red; background: transparent; }
18 A:hover { background: #ffa; }
19
20 H1, H2, H3 {
21         font-family: Verdana, sans-serif;
22         background-color: white;
23         color: #005555;
24 }
25 H1 { margin-bottom: 10px; }
26 H2 {
27         margin-top: 20px;
28         margin-bottom: 10px;
29 }
30
31 P, LI, TD, TH, DT {
32         font-family: Geneva, sans-serif;
33         font-size: 12px;
34         line-height: 1.2
35 }
36
37 DD { margin-bottom: 1em; }
38
39 UL { list-style-type: square; }
40
41 HR { margin: 2em 0px; }
42
43 BODY>TABLE { padding: 1em 0px; }
44
45 TD.mdRow {
46         border: 1px dotted silver;
47         background-color: #fff9dd;
48 }
49
50 TD.md { font-weight: bold; }
51
52 TD.memItemLeft { padding-top: 4px; }
53 TD.memItemRight { padding-top: 4px; }
54 TD.mdescRight { font-style: italic; }
55
56 DIV.qindex {
57         background-color: #eee;
58         border: 1px dotted silver;
59         padding: 3px;
60         margin-bottom: 2px;
61 }
62
63 DIV.nav {
64         margin: 1em 0px;
65 }
66
67 HR.footer { margin-top: 50px; }
68
69 .comment {
70         color: gray;
71         font-style: italic;
72 }
73 .preprocessor { color: #f90; }
74 .keyword, .keywordflow, .keywordtype { color: red; }
75 .stringliteral { color: green; }
76
77 /* -eof- */