Improve wxWindow best size documentation, mention DoGetBestClientSize().
[wxWidgets.git] / docs / doxygen / wxdocsetwidgets.css
1 /* The standard CSS for doxygen
2 modified by RossCairns.com
3 https://bitbucket.org/rc1/doxygen-style/wiki/Home
4 */
5
6 body, table, div, p, dl {
7 font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
8 font-size: 12px;
9 }
10
11 p, div, dl {
12 color:#3E3E3E;
13 }
14
15 div.contents p {
16 font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
17 }
18
19 /* @group Heading Levels */
20
21 h1 {
22 margin-bottom: 10px;
23 font-size: 30px;
24 padding: 0px 0px 20px 0px ;
25
26 border-bottom:1px dotted #E0E0E0;
27 }
28
29 h2 {
30 padding-top: 30px;
31 font-size: 17px;
32 color:#42657B;
33 font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
34 }
35
36 h3 {
37 font-size: 17px;
38 font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
39 }
40
41 dt {
42 font-weight: bold;
43 }
44
45 div.multicol {
46 -moz-column-gap: 1em;
47 -webkit-column-gap: 1em;
48 -moz-column-count: 3;
49 -webkit-column-count: 3;
50 }
51
52 p.startli, p.startdd, p.starttd {
53 margin-top: 2px;
54 }
55
56 p.endli {
57 margin-bottom: 0px;
58 }
59
60 p.enddd {
61 margin-bottom: 4px;
62 }
63
64 p.endtd {
65 margin-bottom: 2px;
66 }
67
68 /* @end */
69
70 caption {
71 font-weight: bold;
72 }
73
74 span.legend {
75 font-size: 70%;
76 text-align: center;
77 }
78
79 h3.version {
80 font-size: 90%;
81 padding-bottom:10px;
82 border-bottom:1px dotted #E0E0E0;
83 }
84
85 div.qindex, div.navtab{
86 background-color: #e8eef2;
87 border: 1px solid #84b0c7;
88 text-align: center;
89 margin: 2px;
90 padding: 2px;
91 }
92
93 div.qindex, div.navpath {
94 width: 100%;
95 line-height: 140%;
96 }
97
98 div.navtab {
99 margin-right: 15px;
100 }
101
102 /* @group Link Styling */
103
104 a {
105 color: #153788;
106 font-weight: normal;
107 text-decoration: none;
108 }
109
110 .contents a:visited {
111 color: #1b77c5;
112 }
113
114 a:hover {
115 text-decoration: underline;
116 }
117
118 a.qindex {
119 font-weight: bold;
120 }
121
122 a.qindexHL {
123 font-weight: bold;
124 background-color: #6666cc;
125 color: #ffffff;
126 border: 1px double #9295C2;
127 }
128
129 .contents a.qindexHL:visited {
130 color: #ffffff;
131 }
132
133 a.el {
134 font-weight: bold;
135 }
136
137 a.elRef {
138 }
139
140 a.code {
141 color: #3030f0;
142 }
143
144 a.codeRef {
145 color: #3030f0;
146 }
147
148 /* @end */
149
150 dl.el {
151 margin-left: -1cm;
152 }
153
154 .fragment {
155 font-family: monospace, fixed;
156 font-size: 105%;
157 }
158
159 pre.fragment {
160 border: 1px solid #CCCCCC;
161 background-color: #f5f5f5;
162 padding: 4px 6px;
163 margin: 4px 8px 4px 2px;
164 overflow: auto;
165 word-wrap: break-word;
166 font-size: 9pt;
167 line-height: 125%;
168 }
169
170 div.ah {
171 background-color: black;
172 font-weight: bold;
173 color: #ffffff;
174 margin-bottom: 3px;
175 margin-top: 3px
176 }
177
178 div.groupHeader {
179 margin-left: 16px;
180 margin-top: 12px;
181 margin-bottom: 6px;
182 font-weight: bold;
183 }
184
185 div.groupText {
186 margin-left: 16px;
187 font-style: italic;
188 }
189
190 body {
191 background: white;
192 color: black;
193 margin-right: 20px;
194 margin-left: 20px;
195 }
196
197 td.indexkey {
198 background-color: #F1F5F9;
199 font-weight: bold;
200 border: 1px solid #CCCCCC;
201 margin: 2px 0px 2px 0;
202 padding: 2px 10px;
203 }
204
205 td.indexvalue {
206 background-color: #F1F5F9;
207 border: 1px solid #CCCCCC;
208 padding: 2px 10px;
209 margin: 2px 0px;
210 }
211
212 tr.memlist {
213 background-color: #f0f0f0;
214 }
215
216 p.formulaDsp {
217 text-align: center;
218 }
219
220 img.formulaDsp {
221
222 }
223
224 img.formulaInl {
225 vertical-align: middle;
226 }
227
228 div.center {
229 text-align: center;
230 margin-top: 0px;
231 margin-bottom: 0px;
232 padding: 0px;
233 }
234
235 div.center img {
236 border: 0px;
237 }
238
239 img.footer {
240 border: 0px;
241 vertical-align: middle;
242 }
243
244 /* @group Code Colorization */
245
246 span.keyword {
247 color: #008000
248 }
249
250 span.keywordtype {
251 color: #604020
252 }
253
254 span.keywordflow {
255 color: #e08000
256 }
257
258 span.comment {
259 color: #800000
260 }
261
262 span.preprocessor {
263 color: #806020
264 }
265
266 span.stringliteral {
267 color: #002080
268 }
269
270 span.charliteral {
271 color: #008080
272 }
273
274 span.vhdldigit {
275 color: #ff00ff
276 }
277
278 span.vhdlchar {
279 color: #000000
280 }
281
282 span.vhdlkeyword {
283 color: #700070
284 }
285
286 span.vhdllogic {
287 color: #ff0000
288 }
289
290 /* @end */
291
292 .search {
293 color: #003399;
294 font-weight: bold;
295 }
296
297 form.search {
298 margin-bottom: 0px;
299 margin-top: 0px;
300 }
301
302 input.search {
303 font-size: 75%;
304 color: #000080;
305 font-weight: normal;
306 background-color: #F1F5F9;
307 }
308
309 td.tiny {
310 font-size: 75%;
311 }
312
313 .dirtab {
314 padding: 4px;
315 border-collapse: collapse;
316 border: 1px solid #84b0c7;
317 }
318
319 th.dirtab {
320 background: #F1F5F9;
321 font-weight: bold;
322 }
323
324 hr {
325 height: 0;
326 border: none;
327 border-top: 1px solid #666;
328 }
329
330 /* @group Member Descriptions */
331
332 .mdescLeft, .mdescRight,
333 .memItemLeft, .memItemRight,
334 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
335 background-color: #FAFAFA;
336 border: none;
337 margin: 4px;
338 padding: 1px 0 0 8px;
339 }
340
341 .mdescLeft, .mdescRight {
342 padding: 0px 8px 4px 8px;
343 color: #555;
344 }
345
346 .memItemLeft, .memItemRight, .memTemplParams {
347 border-top: 1px solid #ccc;
348 background-color: #F9F9F9;
349 }
350
351 .memItemLeft, .memTemplItemLeft {
352 white-space: nowrap;
353 }
354
355 .memTemplParams {
356 color: #606060;
357 white-space: nowrap;
358 }
359
360 /* @end */
361
362 /* @group Member Details */
363
364 /* Styles for detailed member documentation */
365
366 .memtemplate {
367 font-size: 80%;
368 color: #606060;
369 font-weight: normal;
370 margin-left: 3px;
371 }
372
373 .memnav {
374 background-color: #F1F5F9;
375 border: 1px solid #84b0c7;
376 text-align: center;
377 margin: 2px;
378 margin-right: 15px;
379 padding: 2px;
380 }
381
382 .memitem {
383 padding: 0;
384 margin-bottom: 30px;
385 }
386
387 .memname {
388 white-space: nowrap;
389 font-weight: bold;
390 color:#42657B;
391 padding:3px 5px;
392 }
393
394 .memproto, .memdoc {
395 border: 1px dotted #E0E0E0;
396 }
397
398 .memproto {
399 padding: 0;
400 background-color: #F9F9F9;
401 font-weight: bold;
402 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
403 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
404
405 }
406
407 .memdoc {
408 padding: 2px 20px 20px;
409 background-color: #FFFFFF;
410 border-top-width: 0;
411 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
412 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
413 }
414
415 .paramkey {
416 text-align: right;
417 }
418
419 .paramtype {
420 white-space: nowrap;
421 }
422
423 .paramname {
424 color: #885656;
425 white-space: nowrap;
426 }
427 .paramname em {
428 font-style: normal;
429 }
430
431 /* @end */
432
433 /* @group Directory (tree) */
434
435 /* for the tree view */
436
437 .ftvtree {
438 font-family: sans-serif;
439 margin: 0.5em;
440 }
441
442 /* these are for tree view when used as main index */
443
444 .directory {
445 font-size: 9pt;
446 font-weight: bold;
447 }
448
449 .directory h3 {
450 margin: 0px;
451 margin-top: 1em;
452 font-size: 11pt;
453 }
454
455 /*
456 The following two styles can be used to replace the root node title
457 with an image of your choice. Simply uncomment the next two styles,
458 specify the name of your image and be sure to set 'height' to the
459 proper pixel height of your image.
460 */
461
462 /*
463 .directory h3.swap {
464 height: 61px;
465 background-repeat: no-repeat;
466 background-image: url("yourimage.gif");
467 }
468 .directory h3.swap span {
469 display: none;
470 }
471 */
472
473 .directory > h3 {
474 margin-top: 0;
475 }
476
477 .directory p {
478 margin: 0px;
479 white-space: nowrap;
480 }
481
482 .directory div {
483 display: none;
484 margin: 0px;
485 }
486
487 .directory img {
488 vertical-align: -30%;
489 }
490
491 /* these are for tree view when not used as main index */
492
493 .directory-alt {
494 font-size: 100%;
495 font-weight: bold;
496 }
497
498 .directory-alt h3 {
499 margin: 0px;
500 margin-top: 1em;
501 font-size: 11pt;
502 }
503
504 .directory-alt > h3 {
505 margin-top: 0;
506 }
507
508 .directory-alt p {
509 margin: 0px;
510 white-space: nowrap;
511 }
512
513 .directory-alt div {
514 display: none;
515 margin: 0px;
516 }
517
518 .directory-alt img {
519 vertical-align: -30%;
520 }
521
522 /* @end */
523
524 address {
525 font-style: normal;
526 color: #333;
527 }
528
529 table.doxtable {
530 border-collapse:collapse;
531 }
532
533 table.doxtable td, table.doxtable th {
534 border: 1px solid #153788;
535 padding: 3px 7px 2px;
536 }
537
538 table.doxtable th {
539 background-color: #254798;
540 color: #FFFFFF;
541 font-size: 110%;
542 padding-bottom: 4px;
543 padding-top: 5px;
544 text-align:left;
545 }
546
547
548 hr {
549 border-top:1px dotted #E0E0E0;
550 border-bottom:1px dotted #E0E0E0;
551 margin-top:30px;
552 padding-top:10px;
553 }
554
555 .contents {
556 padding-top: 30px;
557 }
558
559 h1 {
560 margin-top:0;
561 }
562 .contents .dynsection {
563 margin-top:10px;
564 }