changeset 4 | 468f4c8d3d5b |
parent 0 | 42188c7ea2d9 |
3:d8fccb2cd802 | 4:468f4c8d3d5b |
---|---|
6 } |
6 } |
7 |
7 |
8 /* @group Heading Levels */ |
8 /* @group Heading Levels */ |
9 |
9 |
10 h1 { |
10 h1 { |
11 text-align: center; |
|
12 font-size: 150%; |
11 font-size: 150%; |
13 } |
12 } |
14 |
13 |
15 h2 { |
14 h2 { |
16 font-size: 120%; |
15 font-size: 120%; |
62 font-size: 90%; |
61 font-size: 90%; |
63 text-align: center; |
62 text-align: center; |
64 } |
63 } |
65 |
64 |
66 div.qindex, div.navtab{ |
65 div.qindex, div.navtab{ |
67 background-color: #e8eef2; |
66 background-color: ##ee; |
68 border: 1px solid #84b0c7; |
67 border: 1px solid ##b0; |
69 text-align: center; |
68 text-align: center; |
70 margin: 2px; |
69 margin: 2px; |
71 padding: 2px; |
70 padding: 2px; |
72 } |
71 } |
73 |
72 |
81 } |
80 } |
82 |
81 |
83 /* @group Link Styling */ |
82 /* @group Link Styling */ |
84 |
83 |
85 a { |
84 a { |
86 color: #153788; |
85 color: ##50; |
87 font-weight: normal; |
86 font-weight: normal; |
88 text-decoration: none; |
87 text-decoration: none; |
89 } |
88 } |
90 |
89 |
91 .contents a:visited { |
90 .contents a:visited { |
92 color: #1b77c5; |
91 color: ##60; |
93 } |
92 } |
94 |
93 |
95 a:hover { |
94 a:hover { |
96 text-decoration: underline; |
95 text-decoration: underline; |
97 } |
96 } |
100 font-weight: bold; |
99 font-weight: bold; |
101 } |
100 } |
102 |
101 |
103 a.qindexHL { |
102 a.qindexHL { |
104 font-weight: bold; |
103 font-weight: bold; |
105 background-color: #6666cc; |
104 background-color: ##AA; |
106 color: #ffffff; |
105 color: #ffffff; |
107 border: 1px double #9295C2; |
106 border: 1px double ##98; |
108 } |
107 } |
109 |
108 |
110 .contents a.qindexHL:visited { |
109 .contents a.qindexHL:visited { |
111 color: #ffffff; |
110 color: #ffffff; |
112 } |
111 } |
117 |
116 |
118 a.elRef { |
117 a.elRef { |
119 } |
118 } |
120 |
119 |
121 a.code { |
120 a.code { |
122 color: #3030f0; |
121 color: ##60; |
123 } |
122 } |
124 |
123 |
125 a.codeRef { |
124 a.codeRef { |
126 color: #3030f0; |
125 color: ##60; |
127 } |
126 } |
128 |
127 |
129 /* @end */ |
128 /* @end */ |
130 |
129 |
131 dl.el { |
130 dl.el { |
136 font-family: monospace, fixed; |
135 font-family: monospace, fixed; |
137 font-size: 105%; |
136 font-size: 105%; |
138 } |
137 } |
139 |
138 |
140 pre.fragment { |
139 pre.fragment { |
141 border: 1px solid #CCCCCC; |
140 border: 1px solid ##CC; |
142 background-color: #f5f5f5; |
141 background-color: ##f5; |
143 padding: 4px 6px; |
142 padding: 4px 6px; |
144 margin: 4px 8px 4px 2px; |
143 margin: 4px 8px 4px 2px; |
145 overflow: auto; |
144 overflow: auto; |
146 word-wrap: break-word; |
145 word-wrap: break-word; |
147 font-size: 9pt; |
146 font-size: 9pt; |
169 } |
168 } |
170 |
169 |
171 body { |
170 body { |
172 background: white; |
171 background: white; |
173 color: black; |
172 color: black; |
174 margin-right: 20px; |
173 margin: 0; |
175 margin-left: 20px; |
174 } |
175 |
|
176 div.contents { |
|
177 margin-top: 10px; |
|
178 margin-left: 10px; |
|
179 margin-right: 10px; |
|
176 } |
180 } |
177 |
181 |
178 td.indexkey { |
182 td.indexkey { |
179 background-color: #e8eef2; |
183 background-color: ##ee; |
180 font-weight: bold; |
184 font-weight: bold; |
181 border: 1px solid #CCCCCC; |
185 border: 1px solid ##cc; |
182 margin: 2px 0px 2px 0; |
186 margin: 2px 0px 2px 0; |
183 padding: 2px 10px; |
187 padding: 2px 10px; |
184 } |
188 } |
185 |
189 |
186 td.indexvalue { |
190 td.indexvalue { |
187 background-color: #e8eef2; |
191 background-color: ##ee; |
188 border: 1px solid #CCCCCC; |
192 border: 1px solid ##cc; |
189 padding: 2px 10px; |
193 padding: 2px 10px; |
190 margin: 2px 0px; |
194 margin: 2px 0px; |
191 } |
195 } |
192 |
196 |
193 tr.memlist { |
197 tr.memlist { |
194 background-color: #f0f0f0; |
198 background-color: ##f0; |
195 } |
199 } |
196 |
200 |
197 p.formulaDsp { |
201 p.formulaDsp { |
198 text-align: center; |
202 text-align: center; |
199 } |
203 } |
215 |
219 |
216 div.center img { |
220 div.center img { |
217 border: 0px; |
221 border: 0px; |
218 } |
222 } |
219 |
223 |
224 address.footer { |
|
225 text-align: right; |
|
226 padding-right: 12px; |
|
227 } |
|
228 |
|
220 img.footer { |
229 img.footer { |
221 border: 0px; |
230 border: 0px; |
222 vertical-align: middle; |
231 vertical-align: middle; |
223 } |
232 } |
224 |
233 |
268 color: #ff0000 |
277 color: #ff0000 |
269 } |
278 } |
270 |
279 |
271 /* @end */ |
280 /* @end */ |
272 |
281 |
282 /* |
|
273 .search { |
283 .search { |
274 color: #003399; |
284 color: #003399; |
275 font-weight: bold; |
285 font-weight: bold; |
276 } |
286 } |
277 |
287 |
284 font-size: 75%; |
294 font-size: 75%; |
285 color: #000080; |
295 color: #000080; |
286 font-weight: normal; |
296 font-weight: normal; |
287 background-color: #e8eef2; |
297 background-color: #e8eef2; |
288 } |
298 } |
299 */ |
|
289 |
300 |
290 td.tiny { |
301 td.tiny { |
291 font-size: 75%; |
302 font-size: 75%; |
292 } |
303 } |
293 |
304 |
294 .dirtab { |
305 .dirtab { |
295 padding: 4px; |
306 padding: 4px; |
296 border-collapse: collapse; |
307 border-collapse: collapse; |
297 border: 1px solid #84b0c7; |
308 border: 1px solid ##b0; |
298 } |
309 } |
299 |
310 |
300 th.dirtab { |
311 th.dirtab { |
301 background: #e8eef2; |
312 background: ##ee; |
302 font-weight: bold; |
313 font-weight: bold; |
303 } |
314 } |
304 |
315 |
305 hr { |
316 hr { |
306 height: 0; |
317 height: 0px; |
307 border: none; |
318 border: none; |
308 border-top: 1px solid #666; |
319 border-top: 1px solid ##66; |
320 } |
|
321 |
|
322 hr.footer { |
|
323 height: 1px; |
|
309 } |
324 } |
310 |
325 |
311 /* @group Member Descriptions */ |
326 /* @group Member Descriptions */ |
312 |
327 |
313 .mdescLeft, .mdescRight, |
328 .mdescLeft, .mdescRight, |
314 .memItemLeft, .memItemRight, |
329 .memItemLeft, .memItemRight, |
315 .memTemplItemLeft, .memTemplItemRight, .memTemplParams { |
330 .memTemplItemLeft, .memTemplItemRight, .memTemplParams { |
316 background-color: #FAFAFA; |
331 background-color: ##FA; |
317 border: none; |
332 border: none; |
318 margin: 4px; |
333 margin: 4px; |
319 padding: 1px 0 0 8px; |
334 padding: 1px 0 0 8px; |
320 } |
335 } |
321 |
336 |
323 padding: 0px 8px 4px 8px; |
338 padding: 0px 8px 4px 8px; |
324 color: #555; |
339 color: #555; |
325 } |
340 } |
326 |
341 |
327 .memItemLeft, .memItemRight, .memTemplParams { |
342 .memItemLeft, .memItemRight, .memTemplParams { |
328 border-top: 1px solid #ccc; |
343 border-top: 1px solid ##cc; |
329 } |
344 } |
330 |
345 |
331 .memItemLeft, .memTemplItemLeft { |
346 .memItemLeft, .memTemplItemLeft { |
332 white-space: nowrap; |
347 white-space: nowrap; |
333 } |
348 } |
334 |
349 |
335 .memTemplParams { |
350 .memTemplParams { |
336 color: #606060; |
351 color: ##60; |
337 white-space: nowrap; |
352 white-space: nowrap; |
338 } |
353 } |
339 |
354 |
340 /* @end */ |
355 /* @end */ |
341 |
356 |
343 |
358 |
344 /* Styles for detailed member documentation */ |
359 /* Styles for detailed member documentation */ |
345 |
360 |
346 .memtemplate { |
361 .memtemplate { |
347 font-size: 80%; |
362 font-size: 80%; |
348 color: #606060; |
363 color: ##60; |
349 font-weight: normal; |
364 font-weight: normal; |
350 margin-left: 3px; |
365 margin-left: 3px; |
351 } |
366 } |
352 |
367 |
353 .memnav { |
368 .memnav { |
354 background-color: #e8eef2; |
369 background-color: ##ee; |
355 border: 1px solid #84b0c7; |
370 border: 1px solid ##b0; |
356 text-align: center; |
371 text-align: center; |
357 margin: 2px; |
372 margin: 2px; |
358 margin-right: 15px; |
373 margin-right: 15px; |
359 padding: 2px; |
374 padding: 2px; |
360 } |
375 } |
363 padding: 0; |
378 padding: 0; |
364 margin-bottom: 10px; |
379 margin-bottom: 10px; |
365 } |
380 } |
366 |
381 |
367 .memname { |
382 .memname { |
368 white-space: nowrap; |
383 white-space: nowrap; |
369 font-weight: bold; |
384 font-weight: bold; |
370 } |
385 margin-left: 6px; |
371 |
|
372 .memproto, .memdoc { |
|
373 border: 1px solid #84b0c7; |
|
374 } |
386 } |
375 |
387 |
376 .memproto { |
388 .memproto { |
377 padding: 0; |
389 border-top: 1px solid ##80; |
378 background-color: #d5e1e8; |
390 border-left: 1px solid ##80; |
379 font-weight: bold; |
391 border-right: 1px solid ##80; |
380 -webkit-border-top-left-radius: 8px; |
392 padding: 0; |
381 -webkit-border-top-right-radius: 8px; |
393 background-color: ##c8; |
394 color: ##2b; |
|
395 font-weight: bold; |
|
396 text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); |
|
397 /* firefox specific markup */ |
|
398 background-image: -moz-linear-gradient(center top, ##F8, ##E8 30%, ##E0 90%, ##D0); |
|
399 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; |
|
400 -moz-border-radius-topright: 8px; |
|
401 -moz-border-radius-topleft: 8px; |
|
402 /* webkit specific markup */ |
|
403 background-image: -webkit-gradient(linear,center top,center bottom,from(##F8),color-stop(0.3,##E0),color-stop(0.9,##E0),to(##D0)); |
|
382 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); |
404 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); |
383 -moz-border-radius-topleft: 8px; |
405 -webkit-border-top-right-radius: 8px; |
384 -moz-border-radius-topright: 8px; |
406 -webkit-border-top-left-radius: 8px; |
407 |
|
408 } |
|
409 |
|
410 .memdoc { |
|
411 border-bottom: 1px solid ##80; |
|
412 border-left: 1px solid ##80; |
|
413 border-right: 1px solid ##80; |
|
414 padding: 2px 5px; |
|
415 background-color: ##E0; |
|
416 border-top-width: 0; |
|
417 /* firefox specific markup */ |
|
418 -moz-border-radius-bottomleft: 8px; |
|
419 -moz-border-radius-bottomright: 8px; |
|
385 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; |
420 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; |
386 |
421 background-image: -moz-linear-gradient(center top, ##FF 0%, ##F8 80%, ##F0); |
387 } |
422 /* webkit specific markup */ |
388 |
423 -webkit-border-bottom-left-radius: 8px; |
389 .memdoc { |
424 -webkit-border-bottom-right-radius: 8px; |
390 padding: 2px 5px; |
|
391 background-color: #eef3f5; |
|
392 border-top-width: 0; |
|
393 -webkit-border-bottom-left-radius: 8px; |
|
394 -webkit-border-bottom-right-radius: 8px; |
|
395 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); |
425 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); |
396 -moz-border-radius-bottomleft: 8px; |
426 background-image: -webkit-gradient(linear,center top,center bottom,from(##FF), color-stop(0.2,##F8), to(##F0)); |
397 -moz-border-radius-bottomright: 8px; |
|
398 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; |
|
399 } |
427 } |
400 |
428 |
401 .paramkey { |
429 .paramkey { |
402 text-align: right; |
430 text-align: right; |
403 } |
431 } |
420 |
448 |
421 /* for the tree view */ |
449 /* for the tree view */ |
422 |
450 |
423 .ftvtree { |
451 .ftvtree { |
424 font-family: sans-serif; |
452 font-family: sans-serif; |
425 margin: 0.5em; |
453 margin: 0px; |
426 } |
454 } |
427 |
455 |
428 /* these are for tree view when used as main index */ |
456 /* these are for tree view when used as main index */ |
429 |
457 |
430 .directory { |
458 .directory { |
431 font-size: 9pt; |
459 font-size: 9pt; |
432 font-weight: bold; |
460 font-weight: bold; |
461 margin: 5px; |
|
433 } |
462 } |
434 |
463 |
435 .directory h3 { |
464 .directory h3 { |
436 margin: 0px; |
465 margin: 0px; |
437 margin-top: 1em; |
466 margin-top: 1em; |
505 vertical-align: -30%; |
534 vertical-align: -30%; |
506 } |
535 } |
507 |
536 |
508 /* @end */ |
537 /* @end */ |
509 |
538 |
539 div.dynheader { |
|
540 margin-top: 8px; |
|
541 } |
|
542 |
|
510 address { |
543 address { |
511 font-style: normal; |
544 font-style: normal; |
512 color: #333; |
545 color: ##33; |
513 } |
546 } |
514 |
547 |
515 table.doxtable { |
548 table.doxtable { |
516 border-collapse:collapse; |
549 border-collapse:collapse; |
517 } |
550 } |
518 |
551 |
519 table.doxtable td, table.doxtable th { |
552 table.doxtable td, table.doxtable th { |
520 border: 1px solid #153788; |
553 border: 1px solid ##37; |
521 padding: 3px 7px 2px; |
554 padding: 3px 7px 2px; |
522 } |
555 } |
523 |
556 |
524 table.doxtable th { |
557 table.doxtable th { |
525 background-color: #254798; |
558 background-color: ##47; |
526 color: #FFFFFF; |
559 color: #FFFFFF; |
527 font-size: 110%; |
560 font-size: 110%; |
528 padding-bottom: 4px; |
561 padding-bottom: 4px; |
529 padding-top: 5px; |
562 padding-top: 5px; |
530 text-align:left; |
563 text-align:left; |
531 } |
564 } |
532 |
565 |
566 .tabsearch { |
|
567 top: 0px; |
|
568 left: 10px; |
|
569 height: 36px; |
|
570 background-image: url('tab_b.png'); |
|
571 z-index: 101; |
|
572 overflow: hidden; |
|
573 font-size: 13px; |
|
574 } |
|
575 |
|
576 .navpath ul |
|
577 { |
|
578 font-size: 11px; |
|
579 background-image:url('tab_b.png'); |
|
580 background-repeat:repeat-x; |
|
581 height:30px; |
|
582 line-height:30px; |
|
583 color:##9b; |
|
584 border:solid 1px ##ca; |
|
585 overflow:hidden; |
|
586 margin:0px; |
|
587 padding:0px; |
|
588 } |
|
589 |
|
590 .navpath li |
|
591 { |
|
592 list-style-type:none; |
|
593 float:left; |
|
594 padding-left:10px; |
|
595 } |
|
596 |
|
597 .navpath a |
|
598 { |
|
599 height:32px; |
|
600 display:block; |
|
601 background-image:url('bc_s.png'); |
|
602 background-repeat:no-repeat; |
|
603 background-position:right; |
|
604 padding-right: 15px; |
|
605 text-decoration: none; |
|
606 outline: none; |
|
607 color:##45; |
|
608 } |
|
609 |
|
610 .navpath a:hover |
|
611 { |
|
612 color:##80; |
|
613 } |
|
614 |
|
615 div.summary |
|
616 { |
|
617 float: right; |
|
618 font-size: 8pt; |
|
619 padding-right: 5px; |
|
620 width: 50%; |
|
621 text-align: right; |
|
622 } |
|
623 |
|
624 div.summary a |
|
625 { |
|
626 white-space: nowrap; |
|
627 } |
|
628 |
|
629 div.header |
|
630 { |
|
631 background-image:url('nav_h.png'); |
|
632 background-repeat:repeat-x; |
|
633 background-color: ##FA; |
|
634 margin: 0px; |
|
635 border-bottom: 1px solid ##CC; |
|
636 } |
|
637 |
|
638 div.headertitle |
|
639 { |
|
640 padding: 5px 5px 5px 10px; |
|
641 } |
|
642 |