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