]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/docs/public/resources/stylesheet.css
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / docs / public / resources / stylesheet.css
1 /* The standard CSS for doxygen 1.8.13 */
2
3 body, table, div, p, dl {
4 font: 400 14px/22px Roboto,sans-serif;
5 }
6
7 p.reference, p.definition {
8 font: 400 14px/22px Roboto,sans-serif;
9 }
10
11 /* @group Heading Levels */
12
13 h1.groupheader {
14 font-size: 150%;
15 }
16
17 .title {
18 font: 400 14px/28px Roboto,sans-serif;
19 font-size: 150%;
20 font-weight: bold;
21 margin: 10px 2px;
22 }
23
24 h2.groupheader {
25 border-bottom: 1px solid #879ECB;
26 color: #354C7B;
27 font-size: 150%;
28 font-weight: normal;
29 margin-top: 1.75em;
30 padding-top: 8px;
31 padding-bottom: 4px;
32 width: 100%;
33 }
34
35 h3.groupheader {
36 font-size: 100%;
37 }
38
39 h1, h2, h3, h4, h5, h6 {
40 -webkit-transition: text-shadow 0.5s linear;
41 -moz-transition: text-shadow 0.5s linear;
42 -ms-transition: text-shadow 0.5s linear;
43 -o-transition: text-shadow 0.5s linear;
44 transition: text-shadow 0.5s linear;
45 margin-right: 15px;
46 }
47
48 h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
49 text-shadow: 0 0 15px cyan;
50 }
51
52 dt {
53 font-weight: bold;
54 }
55
56 div.multicol {
57 -moz-column-gap: 1em;
58 -webkit-column-gap: 1em;
59 -moz-column-count: 3;
60 -webkit-column-count: 3;
61 }
62
63 p.startli, p.startdd {
64 margin-top: 2px;
65 }
66
67 p.starttd {
68 margin-top: 0px;
69 }
70
71 p.endli {
72 margin-bottom: 0px;
73 }
74
75 p.enddd {
76 margin-bottom: 4px;
77 }
78
79 p.endtd {
80 margin-bottom: 2px;
81 }
82
83 /* @end */
84
85 caption {
86 font-weight: bold;
87 }
88
89 span.legend {
90 font-size: 70%;
91 text-align: center;
92 }
93
94 h3.version {
95 font-size: 90%;
96 text-align: center;
97 }
98
99 div.qindex, div.navtab{
100 background-color: #EBEFF6;
101 border: 1px solid #A3B4D7;
102 text-align: center;
103 }
104
105 div.qindex, div.navpath {
106 width: 100%;
107 line-height: 140%;
108 }
109
110 div.navtab {
111 margin-right: 15px;
112 }
113
114 /* @group Link Styling */
115
116 a {
117 color: #3D578C;
118 font-weight: normal;
119 text-decoration: none;
120 }
121
122 .contents a:visited {
123 color: #4665A2;
124 }
125
126 a:hover {
127 text-decoration: underline;
128 }
129
130 a.qindex {
131 font-weight: bold;
132 }
133
134 a.qindexHL {
135 font-weight: bold;
136 background-color: #9CAFD4;
137 color: #ffffff;
138 border: 1px double #869DCA;
139 }
140
141 .contents a.qindexHL:visited {
142 color: #ffffff;
143 }
144
145 a.el {
146 font-weight: bold;
147 }
148
149 a.elRef {
150 }
151
152 a.code, a.code:visited, a.line, a.line:visited {
153 color: #4665A2;
154 }
155
156 a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
157 color: #4665A2;
158 }
159
160 /* @end */
161
162 dl.el {
163 margin-left: -1cm;
164 }
165
166 pre.fragment {
167 border: 1px solid #C4CFE5;
168 background-color: #FBFCFD;
169 padding: 4px 6px;
170 margin: 4px 8px 4px 2px;
171 overflow: auto;
172 word-wrap: break-word;
173 font-size: 9pt;
174 line-height: 125%;
175 font-family: monospace, fixed;
176 font-size: 105%;
177 }
178
179 div.fragment {
180 padding: 0px;
181 margin: 4px 8px 4px 2px;
182 background-color: #FBFCFD;
183 border: 1px solid #C4CFE5;
184 }
185
186 div.line {
187 font-family: monospace, fixed;
188 font-size: 13px;
189 min-height: 13px;
190 line-height: 1.0;
191 text-wrap: unrestricted;
192 white-space: -moz-pre-wrap; /* Moz */
193 white-space: -pre-wrap; /* Opera 4-6 */
194 white-space: -o-pre-wrap; /* Opera 7 */
195 white-space: pre-wrap; /* CSS3 */
196 word-wrap: break-word; /* IE 5.5+ */
197 text-indent: -53px;
198 padding-left: 53px;
199 padding-bottom: 0px;
200 margin: 0px;
201 -webkit-transition-property: background-color, box-shadow;
202 -webkit-transition-duration: 0.5s;
203 -moz-transition-property: background-color, box-shadow;
204 -moz-transition-duration: 0.5s;
205 -ms-transition-property: background-color, box-shadow;
206 -ms-transition-duration: 0.5s;
207 -o-transition-property: background-color, box-shadow;
208 -o-transition-duration: 0.5s;
209 transition-property: background-color, box-shadow;
210 transition-duration: 0.5s;
211 }
212
213 div.line:after {
214 content:"\000A";
215 white-space: pre;
216 }
217
218 div.line.glow {
219 background-color: cyan;
220 box-shadow: 0 0 10px cyan;
221 }
222
223
224 span.lineno {
225 padding-right: 4px;
226 text-align: right;
227 border-right: 2px solid #0F0;
228 background-color: #E8E8E8;
229 white-space: pre;
230 }
231 span.lineno a {
232 background-color: #D8D8D8;
233 }
234
235 span.lineno a:hover {
236 background-color: #C8C8C8;
237 }
238
239 .lineno {
240 -webkit-touch-callout: none;
241 -webkit-user-select: none;
242 -khtml-user-select: none;
243 -moz-user-select: none;
244 -ms-user-select: none;
245 user-select: none;
246 }
247
248 div.ah, span.ah {
249 background-color: black;
250 font-weight: bold;
251 color: #ffffff;
252 margin-bottom: 3px;
253 margin-top: 3px;
254 padding: 0.2em;
255 border: solid thin #333;
256 border-radius: 0.5em;
257 -webkit-border-radius: .5em;
258 -moz-border-radius: .5em;
259 box-shadow: 2px 2px 3px #999;
260 -webkit-box-shadow: 2px 2px 3px #999;
261 -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
262 background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
263 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
264 }
265
266 div.classindex ul {
267 list-style: none;
268 padding-left: 0;
269 }
270
271 div.classindex span.ai {
272 display: inline-block;
273 }
274
275 div.groupHeader {
276 margin-left: 16px;
277 margin-top: 12px;
278 font-weight: bold;
279 }
280
281 div.groupText {
282 margin-left: 16px;
283 font-style: italic;
284 }
285
286 body {
287 background-color: white;
288 color: black;
289 margin: 0;
290 }
291
292 body {
293 margin-left: 36px;
294 margin-right: 24px;
295 }
296
297 div.contents {
298 margin-top: 10px;
299 margin-left: 12px;
300 margin-right: 8px;
301 }
302
303 td.indexkey {
304 background-color: #EBEFF6;
305 font-weight: bold;
306 border: 1px solid #C4CFE5;
307 margin: 2px 0px 2px 0;
308 padding: 2px 10px;
309 white-space: nowrap;
310 vertical-align: top;
311 }
312
313 td.indexvalue {
314 background-color: #EBEFF6;
315 border: 1px solid #C4CFE5;
316 padding: 2px 10px;
317 margin: 2px 0px;
318 }
319
320 tr.memlist {
321 background-color: #EEF1F7;
322 }
323
324 p.formulaDsp {
325 text-align: center;
326 }
327
328 img.formulaDsp {
329
330 }
331
332 img.formulaInl {
333 vertical-align: middle;
334 }
335
336 div.center {
337 text-align: center;
338 margin-top: 0px;
339 margin-bottom: 0px;
340 padding: 0px;
341 }
342
343 div.center img {
344 border: 0px;
345 }
346
347 address.footer {
348 text-align: right;
349 padding-right: 12px;
350 }
351
352 img.footer {
353 border: 0px;
354 vertical-align: middle;
355 }
356
357 /* @group Code Colorization */
358
359 span.keyword {
360 color: #008000
361 }
362
363 span.keywordtype {
364 color: #604020
365 }
366
367 span.keywordflow {
368 color: #e08000
369 }
370
371 span.comment {
372 color: #800000
373 }
374
375 span.preprocessor {
376 color: #806020
377 }
378
379 span.stringliteral {
380 color: #002080
381 }
382
383 span.charliteral {
384 color: #008080
385 }
386
387 span.vhdldigit {
388 color: #ff00ff
389 }
390
391 span.vhdlchar {
392 color: #000000
393 }
394
395 span.vhdlkeyword {
396 color: #700070
397 }
398
399 span.vhdllogic {
400 color: #ff0000
401 }
402
403 blockquote {
404 background-color: #F7F8FB;
405 border-left: 2px solid #9CAFD4;
406 margin: 0 24px 0 4px;
407 padding: 0 12px 0 16px;
408 }
409
410 /* @end */
411
412 /*
413 .search {
414 color: #003399;
415 font-weight: bold;
416 }
417
418 form.search {
419 margin-bottom: 0px;
420 margin-top: 0px;
421 }
422
423 input.search {
424 font-size: 75%;
425 color: #000080;
426 font-weight: normal;
427 background-color: #e8eef2;
428 }
429 */
430
431 td.tiny {
432 font-size: 75%;
433 }
434
435 .dirtab {
436 padding: 4px;
437 border-collapse: collapse;
438 border: 1px solid #A3B4D7;
439 }
440
441 th.dirtab {
442 background: #EBEFF6;
443 font-weight: bold;
444 }
445
446 hr {
447 height: 0px;
448 border: none;
449 border-top: 1px solid #4A6AAA;
450 }
451
452 hr.footer {
453 height: 1px;
454 }
455
456 /* @group Member Descriptions */
457
458 table.memberdecls {
459 border-spacing: 0px;
460 padding: 0px;
461 }
462
463 .memberdecls td, .fieldtable tr {
464 -webkit-transition-property: background-color, box-shadow;
465 -webkit-transition-duration: 0.5s;
466 -moz-transition-property: background-color, box-shadow;
467 -moz-transition-duration: 0.5s;
468 -ms-transition-property: background-color, box-shadow;
469 -ms-transition-duration: 0.5s;
470 -o-transition-property: background-color, box-shadow;
471 -o-transition-duration: 0.5s;
472 transition-property: background-color, box-shadow;
473 transition-duration: 0.5s;
474 }
475
476 .memberdecls td.glow, .fieldtable tr.glow {
477 background-color: cyan;
478 box-shadow: 0 0 15px cyan;
479 }
480
481 .mdescLeft, .mdescRight,
482 .memItemLeft, .memItemRight,
483 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
484 background-color: #F9FAFC;
485 border: none;
486 margin: 4px;
487 padding: 1px 0 0 8px;
488 }
489
490 .mdescLeft, .mdescRight {
491 padding: 0px 8px 4px 8px;
492 color: #555;
493 }
494
495 .memSeparator {
496 border-bottom: 1px solid #DEE4F0;
497 line-height: 1px;
498 margin: 0px;
499 padding: 0px;
500 }
501
502 .memItemLeft, .memTemplItemLeft {
503 white-space: nowrap;
504 }
505
506 .memItemRight {
507 width: 100%;
508 }
509
510 .memTemplParams {
511 color: #4665A2;
512 white-space: nowrap;
513 font-size: 80%;
514 }
515
516 /* @end */
517
518 /* @group Member Details */
519
520 /* Styles for detailed member documentation */
521
522 .memtitle {
523 padding: 8px;
524 border-top: 1px solid #A8B8D9;
525 border-left: 1px solid #A8B8D9;
526 border-right: 1px solid #A8B8D9;
527 border-top-right-radius: 4px;
528 border-top-left-radius: 4px;
529 margin-bottom: -1px;
530 background-image: url('nav_f.png');
531 background-repeat: repeat-x;
532 background-color: #E2E8F2;
533 line-height: 1.25;
534 font-weight: 300;
535 float:left;
536 }
537
538 .permalink
539 {
540 font-size: 65%;
541 display: inline-block;
542 vertical-align: middle;
543 }
544
545 .memtemplate {
546 font-size: 80%;
547 color: #4665A2;
548 font-weight: normal;
549 margin-left: 9px;
550 }
551
552 .memnav {
553 background-color: #EBEFF6;
554 border: 1px solid #A3B4D7;
555 text-align: center;
556 margin: 2px;
557 margin-right: 15px;
558 padding: 2px;
559 }
560
561 .mempage {
562 width: 100%;
563 }
564
565 .memitem {
566 padding: 0;
567 margin-bottom: 10px;
568 margin-right: 5px;
569 -webkit-transition: box-shadow 0.5s linear;
570 -moz-transition: box-shadow 0.5s linear;
571 -ms-transition: box-shadow 0.5s linear;
572 -o-transition: box-shadow 0.5s linear;
573 transition: box-shadow 0.5s linear;
574 display: table !important;
575 width: 100%;
576 }
577
578 .memitem.glow {
579 box-shadow: 0 0 15px cyan;
580 }
581
582 .memname {
583 font-weight: 400;
584 margin-left: 6px;
585 }
586
587 .memname td {
588 vertical-align: bottom;
589 }
590
591 .memproto, dl.reflist dt {
592 border-top: 1px solid #A8B8D9;
593 border-left: 1px solid #A8B8D9;
594 border-right: 1px solid #A8B8D9;
595 padding: 6px 0px 6px 0px;
596 color: #253555;
597 font-weight: bold;
598 text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
599 background-color: #DFE5F1;
600 /* opera specific markup */
601 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
602 border-top-right-radius: 4px;
603 /* firefox specific markup */
604 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
605 -moz-border-radius-topright: 4px;
606 /* webkit specific markup */
607 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
608 -webkit-border-top-right-radius: 4px;
609
610 }
611
612 .overload {
613 font-family: "courier new",courier,monospace;
614 font-size: 65%;
615 }
616
617 .memdoc, dl.reflist dd {
618 border-bottom: 1px solid #A8B8D9;
619 border-left: 1px solid #A8B8D9;
620 border-right: 1px solid #A8B8D9;
621 padding: 6px 10px 2px 10px;
622 background-color: #FBFCFD;
623 border-top-width: 0;
624 background-image:url('nav_g.png');
625 background-repeat:repeat-x;
626 background-color: #FFFFFF;
627 /* opera specific markup */
628 border-bottom-left-radius: 4px;
629 border-bottom-right-radius: 4px;
630 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
631 /* firefox specific markup */
632 -moz-border-radius-bottomleft: 4px;
633 -moz-border-radius-bottomright: 4px;
634 -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
635 /* webkit specific markup */
636 -webkit-border-bottom-left-radius: 4px;
637 -webkit-border-bottom-right-radius: 4px;
638 -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
639 }
640
641 dl.reflist dt {
642 padding: 5px;
643 }
644
645 dl.reflist dd {
646 margin: 0px 0px 10px 0px;
647 padding: 5px;
648 }
649
650 .paramkey {
651 text-align: right;
652 }
653
654 .paramtype {
655 white-space: nowrap;
656 }
657
658 .paramname {
659 color: #602020;
660 white-space: nowrap;
661 }
662 .paramname em {
663 font-style: normal;
664 }
665 .paramname code {
666 line-height: 14px;
667 }
668
669 .params, .retval, .exception, .tparams {
670 margin-left: 0px;
671 padding-left: 0px;
672 }
673
674 .params .paramname, .retval .paramname {
675 font-weight: bold;
676 vertical-align: top;
677 }
678
679 .params .paramtype {
680 font-style: italic;
681 vertical-align: top;
682 }
683
684 .params .paramdir {
685 font-family: "courier new",courier,monospace;
686 vertical-align: top;
687 }
688
689 table.mlabels {
690 border-spacing: 0px;
691 }
692
693 td.mlabels-left {
694 width: 100%;
695 padding: 0px;
696 }
697
698 td.mlabels-right {
699 vertical-align: bottom;
700 padding: 0px;
701 white-space: nowrap;
702 }
703
704 span.mlabels {
705 margin-left: 8px;
706 }
707
708 span.mlabel {
709 background-color: #728DC1;
710 border-top:1px solid #5373B4;
711 border-left:1px solid #5373B4;
712 border-right:1px solid #C4CFE5;
713 border-bottom:1px solid #C4CFE5;
714 text-shadow: none;
715 color: white;
716 margin-right: 4px;
717 padding: 2px 3px;
718 border-radius: 3px;
719 font-size: 7pt;
720 white-space: nowrap;
721 vertical-align: middle;
722 }
723
724
725
726 /* @end */
727
728 /* these are for tree view inside a (index) page */
729
730 div.directory {
731 margin: 10px 0px;
732 border-top: 1px solid #9CAFD4;
733 border-bottom: 1px solid #9CAFD4;
734 width: 100%;
735 }
736
737 .directory table {
738 border-collapse:collapse;
739 }
740
741 .directory td {
742 margin: 0px;
743 padding: 0px;
744 vertical-align: top;
745 }
746
747 .directory td.entry {
748 white-space: nowrap;
749 padding-right: 6px;
750 padding-top: 3px;
751 }
752
753 .directory td.entry a {
754 outline:none;
755 }
756
757 .directory td.entry a img {
758 border: none;
759 }
760
761 .directory td.desc {
762 width: 100%;
763 padding-left: 6px;
764 padding-right: 6px;
765 padding-top: 3px;
766 border-left: 1px solid rgba(0,0,0,0.05);
767 }
768
769 .directory tr.even {
770 padding-left: 6px;
771 background-color: #F7F8FB;
772 }
773
774 .directory img {
775 vertical-align: -30%;
776 }
777
778 .directory .levels {
779 white-space: nowrap;
780 width: 100%;
781 text-align: right;
782 font-size: 9pt;
783 }
784
785 .directory .levels span {
786 cursor: pointer;
787 padding-left: 2px;
788 padding-right: 2px;
789 color: #3D578C;
790 }
791
792 .arrow {
793 color: #9CAFD4;
794 -webkit-user-select: none;
795 -khtml-user-select: none;
796 -moz-user-select: none;
797 -ms-user-select: none;
798 user-select: none;
799 cursor: pointer;
800 font-size: 80%;
801 display: inline-block;
802 width: 16px;
803 height: 22px;
804 }
805
806 .icon {
807 font-family: Arial, Helvetica;
808 font-weight: bold;
809 font-size: 12px;
810 height: 14px;
811 width: 16px;
812 display: inline-block;
813 background-color: #728DC1;
814 color: white;
815 text-align: center;
816 border-radius: 4px;
817 margin-left: 2px;
818 margin-right: 2px;
819 }
820
821 .icona {
822 width: 24px;
823 height: 22px;
824 display: inline-block;
825 }
826
827 .iconfopen {
828 width: 24px;
829 height: 18px;
830 margin-bottom: 4px;
831 background-image:url('folderopen.png');
832 background-position: 0px -4px;
833 background-repeat: repeat-y;
834 vertical-align:top;
835 display: inline-block;
836 }
837
838 .iconfclosed {
839 width: 24px;
840 height: 18px;
841 margin-bottom: 4px;
842 background-image:url('folderclosed.png');
843 background-position: 0px -4px;
844 background-repeat: repeat-y;
845 vertical-align:top;
846 display: inline-block;
847 }
848
849 .icondoc {
850 width: 24px;
851 height: 18px;
852 margin-bottom: 4px;
853 background-image:url('doc.png');
854 background-position: 0px -4px;
855 background-repeat: repeat-y;
856 vertical-align:top;
857 display: inline-block;
858 }
859
860 table.directory {
861 font: 400 14px Roboto,sans-serif;
862 }
863
864 /* @end */
865
866 div.dynheader {
867 margin-top: 8px;
868 -webkit-touch-callout: none;
869 -webkit-user-select: none;
870 -khtml-user-select: none;
871 -moz-user-select: none;
872 -ms-user-select: none;
873 user-select: none;
874 }
875
876 address {
877 font-style: normal;
878 color: #2A3D61;
879 }
880
881 table.doxtable caption {
882 caption-side: top;
883 }
884
885 table.doxtable {
886 border-collapse:collapse;
887 margin-top: 4px;
888 margin-bottom: 4px;
889 }
890
891 table.doxtable td, table.doxtable th {
892 border: 1px solid #2D4068;
893 padding: 3px 7px 2px;
894 }
895
896 table.doxtable th {
897 background-color: #374F7F;
898 color: #FFFFFF;
899 font-size: 110%;
900 padding-bottom: 4px;
901 padding-top: 5px;
902 }
903
904 table.fieldtable {
905 /*width: 100%;*/
906 margin-bottom: 10px;
907 border: 1px solid #A8B8D9;
908 border-spacing: 0px;
909 -moz-border-radius: 4px;
910 -webkit-border-radius: 4px;
911 border-radius: 4px;
912 -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
913 -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
914 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
915 }
916
917 .fieldtable td, .fieldtable th {
918 padding: 3px 7px 2px;
919 }
920
921 .fieldtable td.fieldtype, .fieldtable td.fieldname {
922 white-space: nowrap;
923 border-right: 1px solid #A8B8D9;
924 border-bottom: 1px solid #A8B8D9;
925 vertical-align: top;
926 }
927
928 .fieldtable td.fieldname {
929 padding-top: 3px;
930 }
931
932 .fieldtable td.fielddoc {
933 border-bottom: 1px solid #A8B8D9;
934 /*width: 100%;*/
935 }
936
937 .fieldtable td.fielddoc p:first-child {
938 margin-top: 0px;
939 }
940
941 .fieldtable td.fielddoc p:last-child {
942 margin-bottom: 2px;
943 }
944
945 .fieldtable tr:last-child td {
946 border-bottom: none;
947 }
948
949 .fieldtable th {
950 background-image:url('nav_f.png');
951 background-repeat:repeat-x;
952 background-color: #E2E8F2;
953 font-size: 90%;
954 color: #253555;
955 padding-bottom: 4px;
956 padding-top: 5px;
957 text-align:left;
958 font-weight: 400;
959 -moz-border-radius-topleft: 4px;
960 -moz-border-radius-topright: 4px;
961 -webkit-border-top-left-radius: 4px;
962 -webkit-border-top-right-radius: 4px;
963 border-top-left-radius: 4px;
964 border-top-right-radius: 4px;
965 border-bottom: 1px solid #A8B8D9;
966 }
967
968
969 .tabsearch {
970 top: 0px;
971 left: 10px;
972 height: 36px;
973 background-image: url('tab_b.png');
974 z-index: 101;
975 overflow: hidden;
976 font-size: 13px;
977 }
978
979 .navpath ul
980 {
981 font-size: 11px;
982 background-image:url('tab_b.png');
983 background-repeat:repeat-x;
984 background-position: 0 -5px;
985 height:30px;
986 line-height:30px;
987 color:#8AA0CC;
988 border:solid 1px #C2CDE4;
989 overflow:hidden;
990 margin:0px;
991 padding:0px;
992 }
993
994 .navpath li
995 {
996 list-style-type:none;
997 float:left;
998 padding-left:10px;
999 padding-right:15px;
1000 background-image:url('bc_s.png');
1001 background-repeat:no-repeat;
1002 background-position:right;
1003 color:#364D7C;
1004 }
1005
1006 .navpath li.navelem a
1007 {
1008 height:32px;
1009 display:block;
1010 text-decoration: none;
1011 outline: none;
1012 color: #283A5D;
1013 font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
1014 text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
1015 text-decoration: none;
1016 }
1017
1018 .navpath li.navelem a:hover
1019 {
1020 color:#6884BD;
1021 }
1022
1023 .navpath li.footer
1024 {
1025 list-style-type:none;
1026 float:right;
1027 padding-left:10px;
1028 padding-right:15px;
1029 background-image:none;
1030 background-repeat:no-repeat;
1031 background-position:right;
1032 color:#364D7C;
1033 font-size: 8pt;
1034 }
1035
1036
1037 div.summary
1038 {
1039 float: right;
1040 font-size: 8pt;
1041 padding-right: 5px;
1042 width: 50%;
1043 text-align: right;
1044 }
1045
1046 div.summary a
1047 {
1048 white-space: nowrap;
1049 }
1050
1051 table.classindex
1052 {
1053 margin: 10px;
1054 white-space: nowrap;
1055 margin-left: 3%;
1056 margin-right: 3%;
1057 width: 94%;
1058 border: 0;
1059 border-spacing: 0;
1060 padding: 0;
1061 }
1062
1063 div.ingroups
1064 {
1065 font-size: 8pt;
1066 width: 50%;
1067 text-align: left;
1068 }
1069
1070 div.ingroups a
1071 {
1072 white-space: nowrap;
1073 }
1074
1075 div.header
1076 {
1077 background-image:url('nav_h.png');
1078 background-repeat:repeat-x;
1079 background-color: #F9FAFC;
1080 margin: 0px;
1081 border-bottom: 1px solid #C4CFE5;
1082 }
1083
1084 div.headertitle
1085 {
1086 padding: 5px 5px 5px 10px;
1087 }
1088
1089 dl
1090 {
1091 padding: 0 0 0 10px;
1092 }
1093
1094 /* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */
1095 dl.section
1096 {
1097 margin-left: 0px;
1098 padding-left: 0px;
1099 }
1100
1101 dl.note
1102 {
1103 margin-left:-7px;
1104 padding-left: 3px;
1105 border-left:4px solid;
1106 border-color: #D0C000;
1107 }
1108
1109 dl.warning, dl.attention
1110 {
1111 margin-left:-7px;
1112 padding-left: 3px;
1113 border-left:4px solid;
1114 border-color: #FF0000;
1115 }
1116
1117 dl.pre, dl.post, dl.invariant
1118 {
1119 margin-left:-7px;
1120 padding-left: 3px;
1121 border-left:4px solid;
1122 border-color: #00D000;
1123 }
1124
1125 dl.deprecated
1126 {
1127 margin-left:-7px;
1128 padding-left: 3px;
1129 border-left:4px solid;
1130 border-color: #505050;
1131 }
1132
1133 dl.todo
1134 {
1135 margin-left:-7px;
1136 padding-left: 3px;
1137 border-left:4px solid;
1138 border-color: #00C0E0;
1139 }
1140
1141 dl.test
1142 {
1143 margin-left:-7px;
1144 padding-left: 3px;
1145 border-left:4px solid;
1146 border-color: #3030E0;
1147 }
1148
1149 dl.bug
1150 {
1151 margin-left:-7px;
1152 padding-left: 3px;
1153 border-left:4px solid;
1154 border-color: #C08050;
1155 }
1156
1157 dl.section dd {
1158 margin-bottom: 6px;
1159 }
1160
1161
1162 #projectlogo
1163 {
1164 text-align: center;
1165 vertical-align: middle;
1166 border-collapse: separate;
1167 }
1168
1169 #projectlogo img
1170 {
1171 border: 0px none;
1172 }
1173
1174 #projectalign
1175 {
1176 vertical-align: middle;
1177 }
1178
1179 #projectname
1180 {
1181 font: 300% Tahoma, Arial,sans-serif;
1182 margin: 0px;
1183 padding: 2px 0px;
1184 }
1185
1186 #projectbrief
1187 {
1188 font: 120% Tahoma, Arial,sans-serif;
1189 margin: 0px;
1190 padding: 0px;
1191 }
1192
1193 #projectnumber
1194 {
1195 font: 50% Tahoma, Arial,sans-serif;
1196 margin: 0px;
1197 padding: 0px;
1198 }
1199
1200 #titlearea
1201 {
1202 padding: 0px;
1203 margin: 0px;
1204 padding-bottom: 8px;
1205 width: 100%;
1206 }
1207
1208 .image
1209 {
1210 text-align: center;
1211 }
1212
1213 .dotgraph
1214 {
1215 text-align: center;
1216 }
1217
1218 .mscgraph
1219 {
1220 text-align: center;
1221 }
1222
1223 .plantumlgraph
1224 {
1225 text-align: center;
1226 }
1227
1228 .diagraph
1229 {
1230 text-align: center;
1231 }
1232
1233 .caption
1234 {
1235 font-weight: bold;
1236 }
1237
1238 div.zoom
1239 {
1240 border: 1px solid #90A5CE;
1241 }
1242
1243 dl.citelist {
1244 margin-bottom:50px;
1245 }
1246
1247 dl.citelist dt {
1248 color:#334975;
1249 float:left;
1250 font-weight:bold;
1251 margin-right:10px;
1252 padding:5px;
1253 }
1254
1255 dl.citelist dd {
1256 margin:2px 0;
1257 padding:5px 0;
1258 }
1259
1260 div.toc {
1261 padding: 14px 25px;
1262 background-color: #F4F6FA;
1263 border: 1px solid #D8DFEE;
1264 border-radius: 7px 7px 7px 7px;
1265 float: right;
1266 height: auto;
1267 margin: 0 8px 10px 10px;
1268 width: 200px;
1269 }
1270
1271 div.toc li {
1272 background: url("bdwn.png") no-repeat scroll 0 5px transparent;
1273 font: 10px/1.2 Verdana,DejaVu Sans,Geneva,sans-serif;
1274 margin-top: 5px;
1275 padding-left: 10px;
1276 padding-top: 2px;
1277 }
1278
1279 div.toc h3 {
1280 font: bold 12px/1.2 Arial,FreeSans,sans-serif;
1281 color: #4665A2;
1282 border-bottom: 0 none;
1283 margin: 0;
1284 }
1285
1286 div.toc ul {
1287 list-style: none outside none;
1288 border: medium none;
1289 padding: 0px;
1290 }
1291
1292 div.toc li.level1 {
1293 margin-left: 0px;
1294 }
1295
1296 div.toc li.level2 {
1297 margin-left: 15px;
1298 }
1299
1300 div.toc li.level3 {
1301 margin-left: 30px;
1302 }
1303
1304 div.toc li.level4 {
1305 margin-left: 45px;
1306 }
1307
1308 .inherit_header {
1309 font-weight: bold;
1310 color: gray;
1311 cursor: pointer;
1312 -webkit-touch-callout: none;
1313 -webkit-user-select: none;
1314 -khtml-user-select: none;
1315 -moz-user-select: none;
1316 -ms-user-select: none;
1317 user-select: none;
1318 }
1319
1320 .inherit_header td {
1321 padding: 6px 0px 2px 5px;
1322 }
1323
1324 .inherit {
1325 display: none;
1326 }
1327
1328 tr.heading h2 {
1329 margin-top: 12px;
1330 margin-bottom: 4px;
1331 }
1332
1333 /* tooltip related style info */
1334
1335 .ttc {
1336 position: absolute;
1337 display: none;
1338 }
1339
1340 #powerTip {
1341 cursor: default;
1342 white-space: nowrap;
1343 background-color: white;
1344 border: 1px solid gray;
1345 border-radius: 4px 4px 4px 4px;
1346 box-shadow: 1px 1px 7px gray;
1347 display: none;
1348 font-size: smaller;
1349 max-width: 80%;
1350 opacity: 0.9;
1351 padding: 1ex 1em 1em;
1352 position: absolute;
1353 z-index: 2147483647;
1354 }
1355
1356 #powerTip div.ttdoc {
1357 color: grey;
1358 font-style: italic;
1359 }
1360
1361 #powerTip div.ttname a {
1362 font-weight: bold;
1363 }
1364
1365 #powerTip div.ttname {
1366 font-weight: bold;
1367 }
1368
1369 #powerTip div.ttdeci {
1370 color: #006318;
1371 }
1372
1373 #powerTip div {
1374 margin: 0px;
1375 padding: 0px;
1376 font: 12px/16px Roboto,sans-serif;
1377 }
1378
1379 #powerTip:before, #powerTip:after {
1380 content: "";
1381 position: absolute;
1382 margin: 0px;
1383 }
1384
1385 #powerTip.n:after, #powerTip.n:before,
1386 #powerTip.s:after, #powerTip.s:before,
1387 #powerTip.w:after, #powerTip.w:before,
1388 #powerTip.e:after, #powerTip.e:before,
1389 #powerTip.ne:after, #powerTip.ne:before,
1390 #powerTip.se:after, #powerTip.se:before,
1391 #powerTip.nw:after, #powerTip.nw:before,
1392 #powerTip.sw:after, #powerTip.sw:before {
1393 border: solid transparent;
1394 content: " ";
1395 height: 0;
1396 width: 0;
1397 position: absolute;
1398 }
1399
1400 #powerTip.n:after, #powerTip.s:after,
1401 #powerTip.w:after, #powerTip.e:after,
1402 #powerTip.nw:after, #powerTip.ne:after,
1403 #powerTip.sw:after, #powerTip.se:after {
1404 border-color: rgba(255, 255, 255, 0);
1405 }
1406
1407 #powerTip.n:before, #powerTip.s:before,
1408 #powerTip.w:before, #powerTip.e:before,
1409 #powerTip.nw:before, #powerTip.ne:before,
1410 #powerTip.sw:before, #powerTip.se:before {
1411 border-color: rgba(128, 128, 128, 0);
1412 }
1413
1414 #powerTip.n:after, #powerTip.n:before,
1415 #powerTip.ne:after, #powerTip.ne:before,
1416 #powerTip.nw:after, #powerTip.nw:before {
1417 top: 100%;
1418 }
1419
1420 #powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
1421 border-top-color: #ffffff;
1422 border-width: 10px;
1423 margin: 0px -10px;
1424 }
1425 #powerTip.n:before {
1426 border-top-color: #808080;
1427 border-width: 11px;
1428 margin: 0px -11px;
1429 }
1430 #powerTip.n:after, #powerTip.n:before {
1431 left: 50%;
1432 }
1433
1434 #powerTip.nw:after, #powerTip.nw:before {
1435 right: 14px;
1436 }
1437
1438 #powerTip.ne:after, #powerTip.ne:before {
1439 left: 14px;
1440 }
1441
1442 #powerTip.s:after, #powerTip.s:before,
1443 #powerTip.se:after, #powerTip.se:before,
1444 #powerTip.sw:after, #powerTip.sw:before {
1445 bottom: 100%;
1446 }
1447
1448 #powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
1449 border-bottom-color: #ffffff;
1450 border-width: 10px;
1451 margin: 0px -10px;
1452 }
1453
1454 #powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
1455 border-bottom-color: #808080;
1456 border-width: 11px;
1457 margin: 0px -11px;
1458 }
1459
1460 #powerTip.s:after, #powerTip.s:before {
1461 left: 50%;
1462 }
1463
1464 #powerTip.sw:after, #powerTip.sw:before {
1465 right: 14px;
1466 }
1467
1468 #powerTip.se:after, #powerTip.se:before {
1469 left: 14px;
1470 }
1471
1472 #powerTip.e:after, #powerTip.e:before {
1473 left: 100%;
1474 }
1475 #powerTip.e:after {
1476 border-left-color: #ffffff;
1477 border-width: 10px;
1478 top: 50%;
1479 margin-top: -10px;
1480 }
1481 #powerTip.e:before {
1482 border-left-color: #808080;
1483 border-width: 11px;
1484 top: 50%;
1485 margin-top: -11px;
1486 }
1487
1488 #powerTip.w:after, #powerTip.w:before {
1489 right: 100%;
1490 }
1491 #powerTip.w:after {
1492 border-right-color: #ffffff;
1493 border-width: 10px;
1494 top: 50%;
1495 margin-top: -10px;
1496 }
1497 #powerTip.w:before {
1498 border-right-color: #808080;
1499 border-width: 11px;
1500 top: 50%;
1501 margin-top: -11px;
1502 }
1503
1504 @media print
1505 {
1506 #top { display: none; }
1507 #side-nav { display: none; }
1508 #nav-path { display: none; }
1509 body { overflow:visible; }
1510 h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
1511 .summary { display: none; }
1512 .memitem { page-break-inside: avoid; }
1513 #doc-content
1514 {
1515 margin-left:0 !important;
1516 height:auto !important;
1517 width:auto !important;
1518 overflow:inherit;
1519 display:inline;
1520 }
1521 }
1522
1523 /* @group Markdown */
1524
1525 /*
1526 table.markdownTable {
1527 border-collapse:collapse;
1528 margin-top: 4px;
1529 margin-bottom: 4px;
1530 }
1531
1532 table.markdownTable td, table.markdownTable th {
1533 border: 1px solid #2D4068;
1534 padding: 3px 7px 2px;
1535 }
1536
1537 table.markdownTableHead tr {
1538 }
1539
1540 table.markdownTableBodyLeft td, table.markdownTable th {
1541 border: 1px solid #2D4068;
1542 padding: 3px 7px 2px;
1543 }
1544
1545 th.markdownTableHeadLeft th.markdownTableHeadRight th.markdownTableHeadCenter th.markdownTableHeadNone {
1546 background-color: #374F7F;
1547 color: #FFFFFF;
1548 font-size: 110%;
1549 padding-bottom: 4px;
1550 padding-top: 5px;
1551 }
1552
1553 th.markdownTableHeadLeft {
1554 text-align: left
1555 }
1556
1557 th.markdownTableHeadRight {
1558 text-align: right
1559 }
1560
1561 th.markdownTableHeadCenter {
1562 text-align: center
1563 }
1564 */
1565
1566 table.markdownTable {
1567 border-collapse:collapse;
1568 margin-top: 4px;
1569 margin-bottom: 4px;
1570 }
1571
1572 table.markdownTable td, table.markdownTable th {
1573 border: 1px solid #2D4068;
1574 padding: 3px 7px 2px;
1575 }
1576
1577 table.markdownTable tr {
1578 }
1579
1580 th.markdownTableHeadLeft, th.markdownTableHeadRight, th.markdownTableHeadCenter, th.markdownTableHeadNone {
1581 background-color: #374F7F;
1582 color: #FFFFFF;
1583 font-size: 110%;
1584 padding-bottom: 4px;
1585 padding-top: 5px;
1586 }
1587
1588 th.markdownTableHeadLeft, td.markdownTableBodyLeft {
1589 text-align: left
1590 }
1591
1592 th.markdownTableHeadRight, td.markdownTableBodyRight {
1593 text-align: right
1594 }
1595
1596 th.markdownTableHeadCenter, td.markdownTableBodyCenter {
1597 text-align: center
1598 }
1599
1600 /* @end */