Ok, the long awaited config wizard is here (at least in a very basic state). There...
[quassel.git] / src / contrib / libqxt-2007-10-24 / doctemplate / stylesheet.css
1 body
2         {
3         background: #ffffff;
4         color: black
5         }
6 pre
7         {
8         padding: 0.2em;
9         border: #e7e7e7 1px solid;
10         background: #f1f1f1;
11         color: black;
12         text-indent:10px;
13         }
14
15 h3.fn,span.fn
16         {
17         margin-left: 1cm;
18         text-indent: -1cm;
19         }
20
21 a:link
22         {
23         color: #004faf;
24         text-decoration: none
25         }
26
27 a:visited
28         {
29         color: #672967;
30         text-decoration: none
31         }
32
33 .fn
34         {
35         font-weight: bold;
36         }
37
38 .paramname 
39         {
40         font-style: italic;
41         }