]>
Commit | Line | Data |
---|---|---|
15b6757b FM |
1 | BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV { |
2 | font-family: Geneva, Arial, Helvetica, sans-serif; | |
3 | } | |
4 | BODY,TD { | |
5 | font-size: 90%; | |
6 | } | |
7 | H1 { | |
8 | text-align: center; | |
9 | font-size: 160%; | |
10 | border-top: 1em; | |
11 | } | |
12 | H2 { | |
13 | font-size: 120%; | |
14 | } | |
15 | H3 { | |
16 | font-size: 100%; | |
17 | } | |
18 | CAPTION { | |
19 | font-weight: bold | |
20 | } | |
21 | DIV.qindex { | |
22 | width: 100%; | |
23 | background-color: #e8eef2; | |
24 | border: 1px solid #84b0c7; | |
25 | text-align: center; | |
26 | margin: 2px; | |
27 | padding: 2px; | |
28 | line-height: 140%; | |
29 | } | |
30 | DIV.navpath { | |
31 | width: 100%; | |
32 | background-color: #e8eef2; | |
33 | border: 1px solid #84b0c7; | |
34 | text-align: center; | |
35 | margin: 2px; | |
36 | padding: 2px; | |
37 | line-height: 140%; | |
38 | } | |
39 | DIV.navtab { | |
40 | background-color: #e8eef2; | |
41 | border: 1px solid #84b0c7; | |
42 | text-align: center; | |
43 | margin: 2px; | |
44 | margin-right: 15px; | |
45 | padding: 2px; | |
46 | } | |
47 | TD.navtab { | |
48 | font-size: 70%; | |
49 | } | |
50 | A.qindex { | |
51 | text-decoration: none; | |
52 | font-weight: bold; | |
53 | color: #1A419D; | |
54 | } | |
55 | A.qindex:visited { | |
56 | text-decoration: none; | |
57 | font-weight: bold; | |
58 | color: #1A419D | |
59 | } | |
60 | A.qindex:hover { | |
61 | text-decoration: none; | |
62 | background-color: #ddddff; | |
63 | } | |
64 | A.qindexHL { | |
65 | text-decoration: none; | |
66 | font-weight: bold; | |
67 | background-color: #6666cc; | |
68 | color: #ffffff; | |
69 | border: 1px double #9295C2; | |
70 | } | |
71 | A.qindexHL:hover { | |
72 | text-decoration: none; | |
73 | background-color: #6666cc; | |
74 | color: #ffffff; | |
75 | } | |
76 | A.qindexHL:visited { | |
77 | text-decoration: none; | |
78 | background-color: #6666cc; | |
79 | color: #ffffff | |
80 | } | |
81 | A.el { | |
82 | text-decoration: none; | |
83 | font-weight: bold | |
84 | } | |
85 | A.elRef { | |
86 | font-weight: bold | |
87 | } | |
88 | A.code:link { | |
89 | text-decoration: none; | |
90 | font-weight: normal; | |
91 | color: #0000FF | |
92 | } | |
93 | A.code:visited { | |
94 | text-decoration: none; | |
95 | font-weight: normal; | |
96 | color: #0000FF | |
97 | } | |
98 | A.codeRef:link { | |
99 | font-weight: normal; | |
100 | color: #0000FF | |
101 | } | |
102 | A.codeRef:visited { | |
103 | font-weight: normal; | |
104 | color: #0000FF | |
105 | } | |
106 | A:hover { | |
107 | text-decoration: none; | |
108 | background-color: #f2f2ff | |
109 | } | |
110 | DL.el { | |
111 | margin-left: -1cm | |
112 | } | |
113 | .fragment { | |
114 | font-family: monospace, fixed; | |
115 | font-size: 95%; | |
116 | } | |
117 | PRE.fragment { | |
118 | border: 1px solid #CCCCCC; | |
119 | background-color: #f5f5f5; | |
120 | margin-top: 4px; | |
121 | margin-bottom: 4px; | |
122 | margin-left: 2px; | |
123 | margin-right: 8px; | |
124 | padding-left: 6px; | |
125 | padding-right: 6px; | |
126 | padding-top: 4px; | |
127 | padding-bottom: 4px; | |
128 | } | |
129 | DIV.ah { | |
130 | background-color: black; | |
131 | font-weight: bold; | |
132 | color: #ffffff; | |
133 | margin-bottom: 3px; | |
134 | margin-top: 3px | |
135 | } | |
136 | ||
137 | DIV.groupHeader { | |
138 | margin-left: 16px; | |
139 | margin-top: 12px; | |
140 | margin-bottom: 6px; | |
141 | font-weight: bold; | |
142 | } | |
143 | DIV.groupText { | |
144 | margin-left: 16px; | |
145 | font-style: italic; | |
146 | font-size: 90% | |
147 | } | |
148 | BODY { | |
149 | background: white; | |
150 | color: black; | |
151 | margin-right: 20px; | |
152 | margin-left: 20px; | |
153 | } | |
154 | TD.indexkey { | |
155 | background-color: #e8eef2; | |
156 | font-weight: bold; | |
157 | padding-right : 10px; | |
158 | padding-top : 2px; | |
159 | padding-left : 10px; | |
160 | padding-bottom : 2px; | |
161 | margin-left : 0px; | |
162 | margin-right : 0px; | |
163 | margin-top : 2px; | |
164 | margin-bottom : 2px; | |
165 | border: 1px solid #CCCCCC; | |
166 | } | |
167 | TD.indexvalue { | |
168 | background-color: #e8eef2; | |
169 | font-style: italic; | |
170 | padding-right : 10px; | |
171 | padding-top : 2px; | |
172 | padding-left : 10px; | |
173 | padding-bottom : 2px; | |
174 | margin-left : 0px; | |
175 | margin-right : 0px; | |
176 | margin-top : 2px; | |
177 | margin-bottom : 2px; | |
178 | border: 1px solid #CCCCCC; | |
179 | } | |
180 | TR.memlist { | |
181 | background-color: #f0f0f0; | |
182 | } | |
183 | P.formulaDsp { | |
184 | text-align: center; | |
185 | } | |
186 | IMG.formulaDsp { | |
187 | } | |
188 | IMG.formulaInl { | |
189 | vertical-align: middle; | |
190 | } | |
191 | SPAN.keyword { color: #008000 } | |
192 | SPAN.keywordtype { color: #604020 } | |
193 | SPAN.keywordflow { color: #e08000 } | |
194 | SPAN.comment { color: #800000 } | |
195 | SPAN.preprocessor { color: #806020 } | |
196 | SPAN.stringliteral { color: #002080 } | |
197 | SPAN.charliteral { color: #008080 } | |
198 | SPAN.vhdldigit { color: #ff00ff } | |
199 | SPAN.vhdlchar { color: #000000 } | |
200 | SPAN.vhdlkeyword { color: #700070 } | |
201 | SPAN.vhdllogic { color: #ff0000 } | |
202 | ||
203 | .mdescLeft { | |
204 | padding: 0px 8px 4px 8px; | |
205 | font-size: 80%; | |
206 | font-style: italic; | |
207 | background-color: #FAFAFA; | |
208 | border-top: 1px none #E0E0E0; | |
209 | border-right: 1px none #E0E0E0; | |
210 | border-bottom: 1px none #E0E0E0; | |
211 | border-left: 1px none #E0E0E0; | |
212 | margin: 0px; | |
213 | } | |
214 | .mdescRight { | |
215 | padding: 0px 8px 4px 8px; | |
216 | font-size: 80%; | |
217 | font-style: italic; | |
218 | background-color: #FAFAFA; | |
219 | border-top: 1px none #E0E0E0; | |
220 | border-right: 1px none #E0E0E0; | |
221 | border-bottom: 1px none #E0E0E0; | |
222 | border-left: 1px none #E0E0E0; | |
223 | margin: 0px; | |
224 | } | |
225 | .memItemLeft { | |
226 | padding: 1px 0px 0px 8px; | |
227 | margin: 4px; | |
228 | border-top-width: 1px; | |
229 | border-right-width: 1px; | |
230 | border-bottom-width: 1px; | |
231 | border-left-width: 1px; | |
232 | border-top-color: #E0E0E0; | |
233 | border-right-color: #E0E0E0; | |
234 | border-bottom-color: #E0E0E0; | |
235 | border-left-color: #E0E0E0; | |
236 | border-top-style: solid; | |
237 | border-right-style: none; | |
238 | border-bottom-style: none; | |
239 | border-left-style: none; | |
240 | background-color: #FAFAFA; | |
241 | font-size: 80%; | |
242 | } | |
243 | .memItemRight { | |
244 | padding: 1px 8px 0px 8px; | |
245 | margin: 4px; | |
246 | border-top-width: 1px; | |
247 | border-right-width: 1px; | |
248 | border-bottom-width: 1px; | |
249 | border-left-width: 1px; | |
250 | border-top-color: #E0E0E0; | |
251 | border-right-color: #E0E0E0; | |
252 | border-bottom-color: #E0E0E0; | |
253 | border-left-color: #E0E0E0; | |
254 | border-top-style: solid; | |
255 | border-right-style: none; | |
256 | border-bottom-style: none; | |
257 | border-left-style: none; | |
258 | background-color: #FAFAFA; | |
259 | font-size: 80%; | |
260 | } | |
261 | .memTemplItemLeft { | |
262 | padding: 1px 0px 0px 8px; | |
263 | margin: 4px; | |
264 | border-top-width: 1px; | |
265 | border-right-width: 1px; | |
266 | border-bottom-width: 1px; | |
267 | border-left-width: 1px; | |
268 | border-top-color: #E0E0E0; | |
269 | border-right-color: #E0E0E0; | |
270 | border-bottom-color: #E0E0E0; | |
271 | border-left-color: #E0E0E0; | |
272 | border-top-style: none; | |
273 | border-right-style: none; | |
274 | border-bottom-style: none; | |
275 | border-left-style: none; | |
276 | background-color: #FAFAFA; | |
277 | font-size: 80%; | |
278 | } | |
279 | .memTemplItemRight { | |
280 | padding: 1px 8px 0px 8px; | |
281 | margin: 4px; | |
282 | border-top-width: 1px; | |
283 | border-right-width: 1px; | |
284 | border-bottom-width: 1px; | |
285 | border-left-width: 1px; | |
286 | border-top-color: #E0E0E0; | |
287 | border-right-color: #E0E0E0; | |
288 | border-bottom-color: #E0E0E0; | |
289 | border-left-color: #E0E0E0; | |
290 | border-top-style: none; | |
291 | border-right-style: none; | |
292 | border-bottom-style: none; | |
293 | border-left-style: none; | |
294 | background-color: #FAFAFA; | |
295 | font-size: 80%; | |
296 | } | |
297 | .memTemplParams { | |
298 | padding: 1px 0px 0px 8px; | |
299 | margin: 4px; | |
300 | border-top-width: 1px; | |
301 | border-right-width: 1px; | |
302 | border-bottom-width: 1px; | |
303 | border-left-width: 1px; | |
304 | border-top-color: #E0E0E0; | |
305 | border-right-color: #E0E0E0; | |
306 | border-bottom-color: #E0E0E0; | |
307 | border-left-color: #E0E0E0; | |
308 | border-top-style: solid; | |
309 | border-right-style: none; | |
310 | border-bottom-style: none; | |
311 | border-left-style: none; | |
312 | color: #606060; | |
313 | background-color: #FAFAFA; | |
314 | font-size: 80%; | |
315 | } | |
316 | .search { | |
317 | color: #003399; | |
318 | font-weight: bold; | |
319 | } | |
320 | FORM.search { | |
321 | margin-bottom: 0px; | |
322 | margin-top: 0px; | |
323 | } | |
324 | INPUT.search { | |
325 | font-size: 75%; | |
326 | color: #000080; | |
327 | font-weight: normal; | |
328 | background-color: #e8eef2; | |
329 | } | |
330 | TD.tiny { | |
331 | font-size: 75%; | |
332 | } | |
333 | a { | |
334 | color: #1A41A8; | |
335 | } | |
336 | a:visited { | |
337 | color: #2A3798; | |
338 | } | |
339 | .dirtab { | |
340 | padding: 4px; | |
341 | border-collapse: collapse; | |
342 | border: 1px solid #84b0c7; | |
343 | } | |
344 | TH.dirtab { | |
345 | background: #e8eef2; | |
346 | font-weight: bold; | |
347 | } | |
348 | HR { | |
349 | height: 1px; | |
350 | border: none; | |
351 | border-top: 1px solid black; | |
352 | } | |
353 | ||
354 | /* Style for detailed member documentation */ | |
355 | .memtemplate { | |
356 | font-size: 80%; | |
357 | color: #606060; | |
358 | font-weight: normal; | |
359 | margin-left: 3px; | |
360 | } | |
361 | .memnav { | |
362 | background-color: #e8eef2; | |
363 | border: 1px solid #84b0c7; | |
364 | text-align: center; | |
365 | margin: 2px; | |
366 | margin-right: 15px; | |
367 | padding: 2px; | |
368 | } | |
369 | .memitem { | |
370 | padding: 4px; | |
371 | background-color: #eef3f5; | |
372 | border-width: 1px; | |
373 | border-style: solid; | |
374 | border-color: #dedeee; | |
375 | -moz-border-radius: 8px 8px 8px 8px; | |
376 | } | |
377 | .memname { | |
378 | white-space: nowrap; | |
379 | font-weight: bold; | |
380 | } | |
381 | .memdoc{ | |
382 | padding-left: 10px; | |
383 | } | |
384 | .memproto { | |
385 | background-color: #d5e1e8; | |
386 | width: 100%; | |
387 | border-width: 1px; | |
388 | border-style: solid; | |
389 | border-color: #84b0c7; | |
390 | font-weight: bold; | |
391 | -moz-border-radius: 8px 8px 8px 8px; | |
392 | } | |
393 | .paramkey { | |
394 | text-align: right; | |
395 | } | |
396 | .paramtype { | |
397 | white-space: nowrap; | |
398 | } | |
399 | .paramname { | |
400 | color: #602020; | |
401 | font-style: italic; | |
402 | white-space: nowrap; | |
403 | } | |
404 | /* End Styling for detailed member documentation */ | |
405 | ||
406 | /* for the tree view */ | |
407 | .ftvtree { | |
408 | font-family: sans-serif; | |
409 | margin:0.5em; | |
410 | } | |
411 | .directory { | |
412 | font-size: 9pt; | |
413 | font-weight: bold; | |
414 | } | |
415 | .directory h3 { | |
416 | margin: 0px; | |
417 | margin-top: 1em; | |
418 | font-size: 11pt; | |
419 | } | |
420 | .directory > h3 { | |
421 | margin-top: 0; | |
422 | } | |
423 | .directory p { | |
424 | margin: 0px; | |
425 | white-space: nowrap; | |
426 | } | |
427 | .directory div { | |
428 | display: none; | |
429 | margin: 0px; | |
430 | } | |
431 | .directory img { | |
432 | vertical-align: -30%; | |
433 | } | |
434 | ||
2906a3d7 FM |
435 | |
436 | ||
437 | /* | |
438 | wxWidgets docs specific styles | |
439 | */ | |
440 | ||
441 | table.doctable { | |
442 | ||
443 | } | |
444 |