9c4ee169245d064e879b3f48de89041fc692297e
[quassel.git] / src / contrib / libqxt-2007-10-24 / doctemplate / classic.css
1 body
2 {
3     color:#333;
4 }
5
6
7 #menu a
8 {
9     display:inline;
10     color:#6FA013;
11 }
12 .sectionlist a,.reflink
13 {
14     font-weight:bold;
15 }
16
17 #propertylist li
18 {
19     width:50%;
20     float:left;
21 }
22
23
24 br
25 {
26     clear:both;
27 }
28
29
30 .highlight_normal
31 {
32 }
33 .highlight_keywordtype
34 {
35     font-weight:bold;
36
37 }
38 .highlight_stringliteral
39 {
40 }
41 .code
42 {
43     font-size:0.9em;
44     padding: 10px;
45     border: #e7e7e7 1px solid;
46     background: #f1f1f1;
47     color: black;
48 }
49
50 #classlist
51 {
52 text-align:left;
53 }
54 #classlist th
55 {
56 background:#ddd;
57 }
58
59
60 .descimg
61 {
62
63
64     border: 1px solid #ddd;
65 }
66
67
68
69
70
71
72
73
74
75
76
77
78 /**by Trolltech*/
79
80 h3.fn,span.fn
81 {
82   margin-left: 1cm;
83   text-indent: -1cm;
84 }
85
86 a:link
87 {
88   color: #6FA013;
89   text-decoration: none
90 }
91
92 a:visited
93 {
94   color: #6FA013;
95   text-decoration: none
96 }
97
98 td.postheader
99 {
100   font-family: sans-serif
101 }
102
103 tr.address
104 {
105   font-family: sans-serif
106 }
107
108 body
109 {
110   background: #ffffff;
111   color: black
112 }
113
114 table tr.odd {
115   background: #f0f0f0;
116   color: black;
117 }
118
119 table tr.even {
120   background: #e4e4e4;
121   color: black;
122 }
123
124 table.annotated th {
125   padding: 3px;
126   text-align: left
127 }
128
129 table.annotated td {
130   padding: 3px;
131 }
132
133 table tr pre
134 {
135   padding-top: none;
136   padding-bottom: none;
137   padding-left: none;
138   padding-right: none;
139   border: none;
140   background: none
141 }
142
143 tr.qt-style
144 {
145   background: #a2c511;
146   color: black
147 }
148
149 body pre
150 {
151   padding: 0.2em;
152   border: #e7e7e7 1px solid;
153   background: #f1f1f1;
154   color: black;
155 }
156
157 span.preprocessor, span.preprocessor a
158 {
159   color: darkblue;
160 }
161
162 span.comment
163 {
164   color: darkred;
165   font-style: italic
166 }
167
168 span.string,span.char
169 {
170   color: darkgreen;
171 }
172
173 .subtitle
174 {
175     font-size: 0.8em
176 }
177
178 .small-subtitle
179 {
180     font-size: 0.65em
181 }