Blob


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 */
7 BODY {
8 background-color: white;
9 color: black;
10 margin: 30px;
11 font-family: Geneva, sans-serif;
12 font-size: 12px;
13 }
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; }
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 }
31 P, LI, TD, TH, DT {
32 font-family: Geneva, sans-serif;
33 font-size: 12px;
34 line-height: 1.2
35 }
37 DD { margin-bottom: 1em; }
39 UL { list-style-type: square; }
41 HR { margin: 2em 0px; }
43 BODY>TABLE { padding: 1em 0px; }
45 TD.mdRow {
46 border: 1px dotted silver;
47 background-color: #fff9dd;
48 }
50 TD.md { font-weight: bold; }
52 TD.memItemLeft { padding-top: 4px; }
53 TD.memItemRight { padding-top: 4px; }
54 TD.mdescRight { font-style: italic; }
56 DIV.qindex {
57 background-color: #eee;
58 border: 1px dotted silver;
59 padding: 3px;
60 margin-bottom: 2px;
61 }
63 DIV.nav {
64 margin: 1em 0px;
65 }
67 HR.footer { margin-top: 50px; }
69 .comment {
70 color: gray;
71 font-style: italic;
72 }
73 .preprocessor { color: #f90; }
74 .keyword, .keywordflow, .keywordtype { color: red; }
75 .stringliteral { color: green; }
77 /* -eof- */