1/* GNOME C++ bindings Doxygen style */
2
3html, body {
4  background: #FFFFFF;
5  color: #222222;
6  margin: 0;
7}
8
9body {
10  font: normal 90%/150% sans-serif;
11  padding: 1.5em;
12  min-width: 28em;
13}
14
15table {
16  font-size: inherit;
17}
18
19img {
20  border-style: none;
21}
22
23address img {
24  vertical-align: middle;
25}
26
27h1 {
28  font-size: 150%;
29  line-height: 120%;
30  text-align: center;
31}
32
33h2 {
34  font-size: 120%;
35}
36
37h3 {
38  font-size: 100%;
39}
40
41h1 + h3 {
42  text-align: center;
43}
44
45.navpath {
46  display: none;
47}
48
49caption {
50  font-weight: bold;
51}
52
53p, dl {
54  margin: 0.75em 0;
55}
56
57.center {
58  text-align: center;
59}
60
61div.qindex {
62  width: 100%;
63  line-height: 140%;
64  background-color: #E8EEF2;
65  border: 1px solid #84B0C7;
66  text-align: center;
67  margin: 0.2em;
68  padding: 0.2em;
69}
70
71a {
72  color: #153788;
73  font-weight: normal;
74  text-decoration: none;
75}
76
77.contents a:visited {
78  color: #1B77C5;
79}
80
81a:hover {
82  text-decoration: underline;
83}
84
85a.el, a.qindex {
86  font-weight: bold;
87}
88
89dl.el {
90  margin-left: -1.5em;
91}
92
93code, .fragment {
94  font-family: monospace, fixed;
95}
96
97pre.fragment, div.fragment {
98  background-color: #EEEEFF;
99  border: 1px solid #AAAAFF;
100  padding: 0.5em;
101  margin: 0.375em 0.75em 0.375em 0.2em;
102}
103
104div.fragment > pre.fragment {
105  border-style: none;
106  padding: 0;
107  margin: 0;
108}
109
110div.line {
111  white-space: pre;
112}
113
114div.ah {
115  background-color: #000000;
116  color: #FFFFFF;
117  font-weight: bold;
118  margin: 0.2em 0;
119}
120
121.indexkey, .indexvalue {
122  background-color: #E8EEF2;
123  border: 1px solid #CCCCCC;
124  margin: 0.2em 0;
125  padding: 0.2em 0.75em;
126}
127
128.indexkey {
129  font-weight: bold;
130}
131.memlist {
132  background-color: #F0F0F0;
133}
134
135span.keyword {
136  color: #008000;
137}
138
139span.keywordtype {
140  color: #604020;
141}
142
143span.keywordflow {
144  color: #E08000;
145}
146
147span.comment {
148  color: #800000;
149}
150
151span.preprocessor {
152  color: #806020;
153}
154
155span.stringliteral {
156  color: #002080;
157}
158
159span.charliteral {
160  color: #008080;
161}
162
163.tiny {
164  font-size: 80%;
165}
166
167hr {
168  height: 0;
169  border: none;
170  border-top: 1px solid #666666;
171}
172
173.mdescLeft, .mdescRight, .memItemLeft, .memItemRight,
174.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
175  background-color: #FAFAFA;
176  border: none;
177  margin: 0.375em;
178  padding: 0.125em 0 0 0.75em;
179}
180
181.mdescLeft, .mdescRight {
182  padding: 0 0.75em 0.375em;
183  color: #555555;
184}
185
186.memItemLeft, .memItemRight, .memTemplParams {
187  border-top: 1px solid #CCCCCC;
188}
189
190.memTemplParams {
191  color: #606060;
192}
193
194.memtemplate {
195  color: #606060;
196  font-size: 90%;
197  font-weight: normal;
198  margin-left: 0.2em;
199}
200
201.memnav {
202  background-color: #E8EEF2;
203  border: 1px solid #84B0C7;
204  text-align: center;
205  margin: 0.2em 1em 0.2em 0;
206  padding: 0.2em;
207}
208
209.memitem {
210  margin: 0.5em 0;
211  padding: 0;
212}
213
214.memname {
215  white-space: nowrap;
216  font-weight: bold;
217  line-height: 120%;
218}
219
220.memproto, .memdoc {
221  border: 1px solid #84B0C7;
222}
223
224.memproto {
225  padding: 0;
226  background-color: #D5E1E8;
227  font-weight: bold;
228  -webkit-border-top-left-radius: 1ex;
229  -webkit-border-top-right-radius: 1ex;
230  -moz-border-radius-topleft: 1ex;
231  -moz-border-radius-topright: 1ex;
232}
233
234.memdoc {
235  padding: 0.2em 0.5em;
236  background-color: #EEF3F5;
237  border-top-width: 0;
238  -webkit-border-bottom-left-radius: 1ex;
239  -webkit-border-bottom-right-radius: 1ex;
240  -moz-border-radius-bottomleft: 1ex;
241  -moz-border-radius-bottomright: 1ex;
242}
243
244.paramkey {
245  text-align: right;
246}
247
248.paramtype {
249  white-space: nowrap;
250}
251
252.paramname {
253  color: #602020;
254  white-space: nowrap;
255}
256
257.paramname em {
258  font-style: normal;
259}
260