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