NBash

Форк
0
1855 строк · 32.9 Кб
1
/* The standard CSS for doxygen 1.11.0*/
2

3
body {
4
    background-color: white;
5
    color: black;
6
}
7

8
body, table, div, p, dl {
9
	font-weight: 400;
10
	font-size: 14px;
11
	font-family: Roboto,sans-serif;
12
	line-height: 22px;
13
}
14

15
/* @group Heading Levels */
16

17
.title {
18
	font-family: Roboto,sans-serif;
19
	line-height: 28px;
20
	font-size: 150%;
21
	font-weight: bold;
22
	margin: 10px 2px;
23
}
24

25
h1.groupheader {
26
	font-size: 150%;
27
}
28

29
h2.groupheader {
30
	border-bottom: 1px solid #879ECB;
31
	color: #354C7B;
32
	font-size: 150%;
33
	font-weight: normal;
34
	margin-top: 1.75em;
35
	padding-top: 8px;
36
	padding-bottom: 4px;
37
	width: 100%;
38
}
39

40
h3.groupheader {
41
	font-size: 100%;
42
}
43

44
h1, h2, h3, h4, h5, h6 {
45
	-webkit-transition: text-shadow 0.5s linear;
46
	-moz-transition: text-shadow 0.5s linear;
47
	-ms-transition: text-shadow 0.5s linear;
48
	-o-transition: text-shadow 0.5s linear;
49
	transition: text-shadow 0.5s linear;
50
	margin-right: 15px;
51
}
52

53
h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
54
	text-shadow: 0 0 15px cyan;
55
}
56

57
dt {
58
	font-weight: bold;
59
}
60

61
p.startli, p.startdd {
62
	margin-top: 2px;
63
}
64

65
th p.starttd, th p.intertd, th p.endtd {
66
        font-size: 100%;
67
        font-weight: 700;
68
}
69

70
p.starttd {
71
	margin-top: 0px;
72
}
73

74
p.endli {
75
	margin-bottom: 0px;
76
}
77

78
p.enddd {
79
	margin-bottom: 4px;
80
}
81

82
p.endtd {
83
	margin-bottom: 2px;
84
}
85

86
p.interli {
87
}
88

89
p.interdd {
90
}
91

92
p.intertd {
93
}
94

95
/* @end */
96

97
caption {
98
	font-weight: bold;
99
}
100

101
span.legend {
102
	font-size: 70%;
103
	text-align: center;
104
}
105

106
h3.version {
107
	font-size: 90%;
108
	text-align: center;
109
}
110

111
div.navtab {
112
	padding-right: 15px;
113
	text-align: right;
114
	line-height: 110%;
115
}
116

117
div.navtab table {
118
	border-spacing: 0;
119
}
120

121
td.navtab {
122
	padding-right: 6px;
123
	padding-left: 6px;
124
}
125

126
td.navtabHL {
127
	background-image: url('tab_a.png');
128
	background-repeat:repeat-x;
129
	padding-right: 6px;
130
	padding-left: 6px;
131
}
132

133
td.navtabHL a, td.navtabHL a:visited {
134
	color: white;
135
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
136
}
137

138
a.navtab {
139
	font-weight: bold;
140
}
141

142
div.qindex{
143
	text-align: center;
144
	width: 100%;
145
	line-height: 140%;
146
	font-size: 130%;
147
	color: #A0A0A0;
148
}
149

150
#main-menu a:focus {
151
	outline: auto;
152
	z-index: 10;
153
	position: relative;
154
}
155

156
dt.alphachar{
157
	font-size: 180%;
158
	font-weight: bold;
159
}
160

161
.alphachar a{
162
	color: black;
163
}
164

165
.alphachar a:hover, .alphachar a:visited{
166
	text-decoration: none;
167
}
168

169
.classindex dl {
170
	padding: 25px;
171
	column-count:1
172
}
173

174
.classindex dd {
175
	display:inline-block;
176
	margin-left: 50px;
177
	width: 90%;
178
	line-height: 1.15em;
179
}
180

181
.classindex dl.even {
182
	background-color: white;
183
}
184

185
.classindex dl.odd {
186
	background-color: #F8F9FC;
187
}
188

189
@media(min-width: 1120px) {
190
	.classindex dl {
191
		column-count:2
192
	}
193
}
194

195
@media(min-width: 1320px) {
196
	.classindex dl {
197
		column-count:3
198
	}
199
}
200

201

202
/* @group Link Styling */
203

204
a {
205
	color: #3D578C;
206
	font-weight: normal;
207
	text-decoration: none;
208
}
209

210
.contents a:visited {
211
	color: #4665A2;
212
}
213

214
a:hover {
215
	text-decoration: none;
216
	background:   linear-gradient(to bottom, transparent 0,transparent calc(100% - 1px), currentColor 100%);
217
}
218

219
a:hover > span.arrow {
220
        text-decoration: none;
221
        background : #F9FAFC;
222
}
223

224
a.el {
225
	font-weight: bold;
226
}
227

228
a.elRef {
229
}
230

231
a.code, a.code:visited, a.line, a.line:visited {
232
	color: #4665A2;
233
}
234

235
a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
236
	color: #4665A2;
237
}
238

239
a.code.hl_class { /* style for links to class names in code snippets */ }
240
a.code.hl_struct { /* style for links to struct names in code snippets */ }
241
a.code.hl_union { /* style for links to union names in code snippets */ }
242
a.code.hl_interface { /* style for links to interface names in code snippets */ }
243
a.code.hl_protocol { /* style for links to protocol names in code snippets */ }
244
a.code.hl_category { /* style for links to category names in code snippets */ }
245
a.code.hl_exception { /* style for links to exception names in code snippets */ }
246
a.code.hl_service { /* style for links to service names in code snippets */ }
247
a.code.hl_singleton { /* style for links to singleton names in code snippets */ }
248
a.code.hl_concept { /* style for links to concept names in code snippets */ }
249
a.code.hl_namespace { /* style for links to namespace names in code snippets */ }
250
a.code.hl_package { /* style for links to package names in code snippets */ }
251
a.code.hl_define { /* style for links to macro names in code snippets */ }
252
a.code.hl_function { /* style for links to function names in code snippets */ }
253
a.code.hl_variable { /* style for links to variable names in code snippets */ }
254
a.code.hl_typedef { /* style for links to typedef names in code snippets */ }
255
a.code.hl_enumvalue { /* style for links to enum value names in code snippets */ }
256
a.code.hl_enumeration { /* style for links to enumeration names in code snippets */ }
257
a.code.hl_signal { /* style for links to Qt signal names in code snippets */ }
258
a.code.hl_slot { /* style for links to Qt slot names in code snippets */ }
259
a.code.hl_friend { /* style for links to friend names in code snippets */ }
260
a.code.hl_dcop { /* style for links to KDE3 DCOP names in code snippets */ }
261
a.code.hl_property { /* style for links to property names in code snippets */ }
262
a.code.hl_event { /* style for links to event names in code snippets */ }
263
a.code.hl_sequence { /* style for links to sequence names in code snippets */ }
264
a.code.hl_dictionary { /* style for links to dictionary names in code snippets */ }
265

266
/* @end */
267

268
dl.el {
269
	margin-left: -1cm;
270
}
271

272
ul.check {
273
  list-style:none;
274
  text-indent: -16px;
275
  padding-left: 38px;
276
}
277
li.unchecked:before {
278
  content: "\2610\A0";
279
}
280
li.checked:before {
281
  content: "\2611\A0";
282
}
283

284
ol {
285
  text-indent: 0px;
286
}
287

288
ul {
289
  text-indent: 0px;
290
  overflow: visible;
291
}
292

293
ul.multicol {
294
        -moz-column-gap: 1em;
295
        -webkit-column-gap: 1em;
296
        column-gap: 1em;
297
        -moz-column-count: 3;
298
        -webkit-column-count: 3;
299
        column-count: 3;
300
        list-style-type: none;
301
}
302

303
#side-nav ul {
304
  overflow: visible; /* reset ul rule for scroll bar in GENERATE_TREEVIEW window */
305
}
306

307
#main-nav ul {
308
  overflow: visible; /* reset ul rule for the navigation bar drop down lists */
309
}
310

311
.fragment {
312
  text-align: left;
313
  direction: ltr;
314
  overflow-x: auto;
315
  overflow-y: hidden;
316
  position: relative;
317
  min-height: 12px;
318
  margin: 10px 0px;
319
  padding: 10px 10px;
320
  border: 1px solid #C4CFE5;
321
  border-radius: 4px;
322
  background-color: #FBFCFD;
323
  color: black;
324
}
325

326
pre.fragment {
327
  word-wrap: break-word;
328
  font-size:  10pt;
329
  line-height: 125%;
330
  font-family: 'JetBrains Mono',Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace,fixed;
331
}
332

333
.clipboard {
334
        width: 24px;
335
        height: 24px;
336
        right: 5px;
337
        top: 5px;
338
        opacity: 0;
339
        position: absolute;
340
        display: inline;
341
        overflow: auto;
342
        fill: black;
343
        justify-content: center;
344
        align-items: center;
345
        cursor: pointer;
346
}
347

348
.clipboard.success {
349
        border: 1px solid black;
350
        border-radius: 4px;
351
}
352

353
.fragment:hover .clipboard, .clipboard.success {
354
        opacity: .28;
355
}
356

357
.clipboard:hover, .clipboard.success {
358
        opacity: 1 !important;
359
}
360

361
.clipboard:active:not([class~=success]) svg {
362
        transform: scale(.91);
363
}
364

365
.clipboard.success svg {
366
        fill: #2EC82E;
367
}
368

369
.clipboard.success {
370
        border-color: #2EC82E;
371
}
372

373
div.line {
374
	font-family: 'JetBrains Mono',Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace,fixed;
375
        font-size: 13px;
376
	min-height: 13px;
377
	line-height: 1.2;
378
	text-wrap: unrestricted;
379
	white-space: -moz-pre-wrap; /* Moz */
380
	white-space: -pre-wrap;     /* Opera 4-6 */
381
	white-space: -o-pre-wrap;   /* Opera 7 */
382
	white-space: pre-wrap;      /* CSS3  */
383
	word-wrap: break-word;      /* IE 5.5+ */
384
	text-indent: -53px;
385
	padding-left: 53px;
386
	padding-bottom: 0px;
387
	margin: 0px;
388
	-webkit-transition-property: background-color, box-shadow;
389
	-webkit-transition-duration: 0.5s;
390
	-moz-transition-property: background-color, box-shadow;
391
	-moz-transition-duration: 0.5s;
392
	-ms-transition-property: background-color, box-shadow;
393
	-ms-transition-duration: 0.5s;
394
	-o-transition-property: background-color, box-shadow;
395
	-o-transition-duration: 0.5s;
396
	transition-property: background-color, box-shadow;
397
	transition-duration: 0.5s;
398
}
399

400
div.line:after {
401
    content:"\000A";
402
    white-space: pre;
403
}
404

405
div.line.glow {
406
	background-color: cyan;
407
	box-shadow: 0 0 10px cyan;
408
}
409

410
span.fold {
411
        margin-left: 5px;
412
        margin-right: 1px;
413
        margin-top: 0px;
414
        margin-bottom: 0px;
415
        padding: 0px;
416
	display: inline-block;
417
	width: 12px;
418
	height: 12px;
419
	background-repeat:no-repeat;
420
        background-position:center;
421
}
422

423
span.lineno {
424
	padding-right: 4px;
425
        margin-right: 9px;
426
	text-align: right;
427
	border-right: 2px solid #00FF00;
428
	color: black;
429
	background-color: #E8E8E8;
430
        white-space: pre;
431
}
432
span.lineno a, span.lineno a:visited {
433
	color: #4665A2;
434
	background-color: #D8D8D8;
435
}
436

437
span.lineno a:hover {
438
	color: #4665A2;
439
	background-color: #C8C8C8;
440
}
441

442
.lineno {
443
	-webkit-touch-callout: none;
444
	-webkit-user-select: none;
445
	-khtml-user-select: none;
446
	-moz-user-select: none;
447
	-ms-user-select: none;
448
	user-select: none;
449
}
450

451
div.classindex ul {
452
        list-style: none;
453
        padding-left: 0;
454
}
455

456
div.classindex span.ai {
457
        display: inline-block;
458
}
459

460
div.groupHeader {
461
	margin-left: 16px;
462
	margin-top: 12px;
463
	font-weight: bold;
464
}
465

466
div.groupText {
467
	margin-left: 16px;
468
	font-style: italic;
469
}
470

471
body {
472
	color: black;
473
        margin: 0;
474
}
475

476
div.contents {
477
	margin-top: 10px;
478
	margin-left: 12px;
479
	margin-right: 8px;
480
}
481

482
p.formulaDsp {
483
	text-align: center;
484
}
485

486
img.dark-mode-visible {
487
	display: none;
488
}
489
img.light-mode-visible {
490
	display: none;
491
}
492

493
img.formulaInl, img.inline {
494
	vertical-align: middle;
495
}
496

497
div.center {
498
	text-align: center;
499
        margin-top: 0px;
500
        margin-bottom: 0px;
501
        padding: 0px;
502
}
503

504
div.center img {
505
	border: 0px;
506
}
507

508
address.footer {
509
	text-align: right;
510
	padding-right: 12px;
511
}
512

513
img.footer {
514
	border: 0px;
515
	vertical-align: middle;
516
	width: 104px;
517
}
518

519
.compoundTemplParams {
520
	color: #4665A2;
521
	font-size: 80%;
522
	line-height: 120%;
523
}
524

525
/* @group Code Colorization */
526

527
span.keyword {
528
	color: #008000;
529
}
530

531
span.keywordtype {
532
	color: #604020;
533
}
534

535
span.keywordflow {
536
	color: #E08000;
537
}
538

539
span.comment {
540
	color: #800000;
541
}
542

543
span.preprocessor {
544
	color: #806020;
545
}
546

547
span.stringliteral {
548
	color: #002080;
549
}
550

551
span.charliteral {
552
	color: #008080;
553
}
554

555
span.xmlcdata {
556
	color: black;
557
}
558

559
span.vhdldigit { 
560
	color: #FF00FF;
561
}
562

563
span.vhdlchar { 
564
	color: #000000;
565
}
566

567
span.vhdlkeyword { 
568
	color: #700070;
569
}
570

571
span.vhdllogic { 
572
	color: #FF0000;
573
}
574

575
blockquote {
576
        background-color: #F7F8FB;
577
        border-left: 2px solid #9CAFD4;
578
        margin: 0 24px 0 4px;
579
        padding: 0 12px 0 16px;
580
}
581

582
/* @end */
583

584
td.tiny {
585
	font-size: 75%;
586
}
587

588
.dirtab {
589
	padding: 4px;
590
	border-collapse: collapse;
591
	border: 1px solid #2D4068;
592
}
593

594
th.dirtab {
595
	background-color: #374F7F;
596
	color: #FFFFFF;
597
	font-weight: bold;
598
}
599

600
hr {
601
	height: 0px;
602
	border: none;
603
	border-top: 1px solid #4A6AAA;
604
}
605

606
hr.footer {
607
	height: 1px;
608
}
609

610
/* @group Member Descriptions */
611

612
table.memberdecls {
613
	border-spacing: 0px;
614
	padding: 0px;
615
}
616

617
.memberdecls td, .fieldtable tr {
618
	-webkit-transition-property: background-color, box-shadow;
619
	-webkit-transition-duration: 0.5s;
620
	-moz-transition-property: background-color, box-shadow;
621
	-moz-transition-duration: 0.5s;
622
	-ms-transition-property: background-color, box-shadow;
623
	-ms-transition-duration: 0.5s;
624
	-o-transition-property: background-color, box-shadow;
625
	-o-transition-duration: 0.5s;
626
	transition-property: background-color, box-shadow;
627
	transition-duration: 0.5s;
628
}
629

630
.memberdecls td.glow, .fieldtable tr.glow {
631
	background-color: cyan;
632
	box-shadow: 0 0 15px cyan;
633
}
634

635
.mdescLeft, .mdescRight,
636
.memItemLeft, .memItemRight,
637
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
638
	background-color: #F9FAFC;
639
	border: none;
640
	margin: 4px;
641
	padding: 1px 0 0 8px;
642
}
643

644
.mdescLeft, .mdescRight {
645
	padding: 0px 8px 4px 8px;
646
	color: #555;
647
}
648

649
.memSeparator {
650
        border-bottom: 1px solid #DEE4F0;
651
        line-height: 1px;
652
        margin: 0px;
653
        padding: 0px;
654
}
655

656
.memItemLeft, .memTemplItemLeft {
657
        white-space: nowrap;
658
}
659

660
.memItemRight, .memTemplItemRight {
661
	width: 100%;
662
}
663

664
.memTemplParams {
665
	color: #4665A2;
666
        white-space: nowrap;
667
	font-size: 80%;
668
}
669

670
/* @end */
671

672
/* @group Member Details */
673

674
/* Styles for detailed member documentation */
675

676
.memtitle {
677
	padding: 8px;
678
	border-top: 1px solid #A8B8D9;
679
	border-left: 1px solid #A8B8D9;
680
	border-right: 1px solid #A8B8D9;
681
	border-top-right-radius: 4px;
682
	border-top-left-radius: 4px;
683
	margin-bottom: -1px;
684
	background-image: url('nav_f.png');
685
	background-repeat: repeat-x;
686
	background-color: #E2E8F2;
687
	line-height: 1.25;
688
	font-weight: 300;
689
	float:left;
690
}
691

692
.permalink
693
{
694
        font-size: 65%;
695
        display: inline-block;
696
        vertical-align: middle;
697
}
698

699
.memtemplate {
700
	font-size: 80%;
701
	color: #4665A2;
702
	font-weight: normal;
703
	margin-left: 9px;
704
}
705

706
.mempage {
707
	width: 100%;
708
}
709

710
.memitem {
711
	padding: 0;
712
	margin-bottom: 10px;
713
	margin-right: 5px;
714
        -webkit-transition: box-shadow 0.5s linear;
715
        -moz-transition: box-shadow 0.5s linear;
716
        -ms-transition: box-shadow 0.5s linear;
717
        -o-transition: box-shadow 0.5s linear;
718
        transition: box-shadow 0.5s linear;
719
        display: table !important;
720
        width: 100%;
721
}
722

723
.memitem.glow {
724
         box-shadow: 0 0 15px cyan;
725
}
726

727
.memname {
728
        font-weight: 400;
729
        margin-left: 6px;
730
}
731

732
.memname td {
733
	vertical-align: bottom;
734
}
735

736
.memproto, dl.reflist dt {
737
        border-top: 1px solid #A8B8D9;
738
        border-left: 1px solid #A8B8D9;
739
        border-right: 1px solid #A8B8D9;
740
        padding: 6px 0px 6px 0px;
741
        color: #253555;
742
        font-weight: bold;
743
        text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
744
        background-color: #DFE5F1;
745
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
746
        border-top-right-radius: 4px;
747
}
748

749
.overload {
750
        font-family: 'JetBrains Mono',Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace,fixed;
751
	font-size: 65%;
752
}
753

754
.memdoc, dl.reflist dd {
755
        border-bottom: 1px solid #A8B8D9;
756
        border-left: 1px solid #A8B8D9;
757
        border-right: 1px solid #A8B8D9;
758
        padding: 6px 10px 2px 10px;
759
        border-top-width: 0;
760
        background-image:url('nav_g.png');
761
        background-repeat:repeat-x;
762
        background-color: white;
763
        /* opera specific markup */
764
        border-bottom-left-radius: 4px;
765
        border-bottom-right-radius: 4px;
766
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
767
        /* firefox specific markup */
768
        -moz-border-radius-bottomleft: 4px;
769
        -moz-border-radius-bottomright: 4px;
770
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
771
        /* webkit specific markup */
772
        -webkit-border-bottom-left-radius: 4px;
773
        -webkit-border-bottom-right-radius: 4px;
774
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
775
}
776

777
dl.reflist dt {
778
        padding: 5px;
779
}
780

781
dl.reflist dd {
782
        margin: 0px 0px 10px 0px;
783
        padding: 5px;
784
}
785

786
.paramkey {
787
	text-align: right;
788
}
789

790
.paramtype {
791
	white-space: nowrap;
792
	padding: 0px;
793
	padding-bottom: 1px;
794
}
795

796
.paramname {
797
	white-space: nowrap;
798
        padding: 0px;
799
        padding-bottom: 1px;
800
        margin-left: 2px;
801
}
802

803
.paramname em {
804
	color: #602020;
805
	font-style: normal;
806
	margin-right: 1px;
807
}
808

809
.paramname .paramdefval {
810
	font-family: 'JetBrains Mono',Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace,fixed;
811
}
812

813
.params, .retval, .exception, .tparams {
814
        margin-left: 0px;
815
        padding-left: 0px;
816
}
817

818
.params .paramname, .retval .paramname, .tparams .paramname, .exception .paramname {
819
        font-weight: bold;
820
        vertical-align: top;
821
}
822

823
.params .paramtype, .tparams .paramtype {
824
        font-style: italic;
825
        vertical-align: top;
826
}
827

828
.params .paramdir, .tparams .paramdir {
829
        font-family: 'JetBrains Mono',Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace,fixed;
830
        vertical-align: top;
831
}
832

833
table.mlabels {
834
	border-spacing: 0px;
835
}
836

837
td.mlabels-left {
838
	width: 100%;
839
	padding: 0px;
840
}
841

842
td.mlabels-right {
843
	vertical-align: bottom;
844
	padding: 0px;
845
	white-space: nowrap;
846
}
847

848
span.mlabels {
849
        margin-left: 8px;
850
}
851

852
span.mlabel {
853
        background-color: #728DC1;
854
        border-top:1px solid #5373B4;
855
        border-left:1px solid #5373B4;
856
        border-right:1px solid #C4CFE5;
857
        border-bottom:1px solid #C4CFE5;
858
	text-shadow: none;
859
	color: white;
860
	margin-right: 4px;
861
	padding: 2px 3px;
862
	border-radius: 3px;
863
	font-size: 7pt;
864
	white-space: nowrap;
865
	vertical-align: middle;
866
}
867

868

869

870
/* @end */
871

872
/* these are for tree view inside a (index) page */
873

874
div.directory {
875
        margin: 10px 0px;
876
        border-top: 1px solid #9CAFD4;
877
        border-bottom: 1px solid #9CAFD4;
878
        width: 100%;
879
}
880

881
.directory table {
882
        border-collapse:collapse;
883
}
884

885
.directory td {
886
        margin: 0px;
887
        padding: 0px;
888
	vertical-align: top;
889
}
890

891
.directory td.entry {
892
        white-space: nowrap;
893
        padding-right: 6px;
894
	padding-top: 3px;
895
}
896

897
.directory td.entry a {
898
        outline:none;
899
}
900

901
.directory td.entry a img {
902
        border: none;
903
}
904

905
.directory td.desc {
906
        width: 100%;
907
        padding-left: 6px;
908
	padding-right: 6px;
909
	padding-top: 3px;
910
	border-left: 1px solid rgba(0,0,0,0.05);
911
}
912

913
.directory tr.odd {
914
	padding-left: 6px;
915
	background-color: #F8F9FC;
916
}
917

918
.directory tr.even {
919
	padding-left: 6px;
920
	background-color: white;
921
}
922

923
.directory img {
924
	vertical-align: -30%;
925
}
926

927
.directory .levels {
928
        white-space: nowrap;
929
        width: 100%;
930
        text-align: right;
931
        font-size: 9pt;
932
}
933

934
.directory .levels span {
935
        cursor: pointer;
936
        padding-left: 2px;
937
        padding-right: 2px;
938
	color: #3D578C;
939
}
940

941
.arrow {
942
    color: #9CAFD4;
943
    -webkit-user-select: none;
944
    -khtml-user-select: none;
945
    -moz-user-select: none;
946
    -ms-user-select: none;
947
    user-select: none;
948
    cursor: pointer;
949
    font-size: 80%;
950
    display: inline-block;
951
    width: 16px;
952
    height: 22px;
953
}
954

955
.icon {
956
    font-family: Arial,Helvetica;
957
    line-height: normal;
958
    font-weight: bold;
959
    font-size: 12px;
960
    height: 14px;
961
    width: 16px;
962
    display: inline-block;
963
    background-color: #728DC1;
964
    color: white;
965
    text-align: center;
966
    border-radius: 4px;
967
    margin-left: 2px;
968
    margin-right: 2px;
969
}
970

971
.icona {
972
    width: 24px;
973
    height: 22px;
974
    display: inline-block;
975
}
976

977
.iconfopen {
978
    width: 24px;
979
    height: 18px;
980
    margin-bottom: 4px;
981
    background-image:url('folderopen.svg');
982
    background-repeat: repeat-y;
983
    vertical-align:top;
984
    display: inline-block;
985
}
986

987
.iconfclosed {
988
    width: 24px;
989
    height: 18px;
990
    margin-bottom: 4px;
991
    background-image:url('folderclosed.svg');
992
    background-repeat: repeat-y;
993
    vertical-align:top;
994
    display: inline-block;
995
}
996

997
.icondoc {
998
    width: 24px;
999
    height: 18px;
1000
    margin-bottom: 4px;
1001
    background-image:url('doc.svg');
1002
    background-position: 0px -4px;
1003
    background-repeat: repeat-y;
1004
    vertical-align:top;
1005
    display: inline-block;
1006
}
1007

1008
/* @end */
1009

1010
div.dynheader {
1011
        margin-top: 8px;
1012
	-webkit-touch-callout: none;
1013
	-webkit-user-select: none;
1014
	-khtml-user-select: none;
1015
	-moz-user-select: none;
1016
	-ms-user-select: none;
1017
	user-select: none;
1018
}
1019

1020
address {
1021
	font-style: normal;
1022
	color: #2A3D61;
1023
}
1024

1025
table.doxtable caption {
1026
	caption-side: top;
1027
}
1028

1029
table.doxtable {
1030
	border-collapse:collapse;
1031
        margin-top: 4px;
1032
        margin-bottom: 4px;
1033
}
1034

1035
table.doxtable td, table.doxtable th {
1036
	border: 1px solid #2D4068;
1037
	padding: 3px 7px 2px;
1038
}
1039

1040
table.doxtable th {
1041
	background-color: #374F7F;
1042
	color: #FFFFFF;
1043
	font-size: 110%;
1044
	padding-bottom: 4px;
1045
	padding-top: 5px;
1046
}
1047

1048
table.fieldtable {
1049
        margin-bottom: 10px;
1050
        border: 1px solid #A8B8D9;
1051
        border-spacing: 0px;
1052
        border-radius: 4px;
1053
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
1054
}
1055

1056
.fieldtable td, .fieldtable th {
1057
        padding: 3px 7px 2px;
1058
}
1059

1060
.fieldtable td.fieldtype, .fieldtable td.fieldname {
1061
        white-space: nowrap;
1062
        border-right: 1px solid #A8B8D9;
1063
        border-bottom: 1px solid #A8B8D9;
1064
        vertical-align: top;
1065
}
1066

1067
.fieldtable td.fieldname {
1068
        padding-top: 3px;
1069
}
1070

1071
.fieldtable td.fielddoc {
1072
        border-bottom: 1px solid #A8B8D9;
1073
}
1074

1075
.fieldtable td.fielddoc p:first-child {
1076
        margin-top: 0px;
1077
}
1078

1079
.fieldtable td.fielddoc p:last-child {
1080
        margin-bottom: 2px;
1081
}
1082

1083
.fieldtable tr:last-child td {
1084
        border-bottom: none;
1085
}
1086

1087
.fieldtable th {
1088
        background-image: url('nav_f.png');
1089
        background-repeat:repeat-x;
1090
        background-color: #E2E8F2;
1091
        font-size: 90%;
1092
        color: #253555;
1093
        padding-bottom: 4px;
1094
        padding-top: 5px;
1095
        text-align:left;
1096
        font-weight: 400;
1097
        border-top-left-radius: 4px;
1098
        border-top-right-radius: 4px;
1099
        border-bottom: 1px solid #A8B8D9;
1100
}
1101

1102

1103
.tabsearch {
1104
	top: 0px;
1105
	left: 10px;
1106
	height: 36px;
1107
	background-image: url('tab_b.png');
1108
	z-index: 101;
1109
	overflow: hidden;
1110
	font-size: 13px;
1111
}
1112

1113
.navpath ul
1114
{
1115
	font-size: 11px;
1116
	background-image: url('tab_b.png');
1117
	background-repeat:repeat-x;
1118
	background-position: 0 -5px;
1119
	height:30px;
1120
	line-height:30px;
1121
	color:#283A5D;
1122
	border:solid 1px #C2CDE4;
1123
	overflow:hidden;
1124
	margin:0px;
1125
	padding:0px;
1126
}
1127

1128
.navpath li
1129
{
1130
	list-style-type:none;
1131
	float:left;
1132
	padding-left:10px;
1133
	padding-right:15px;
1134
	background-image:url('bc_s.png');
1135
	background-repeat:no-repeat;
1136
	background-position:right;
1137
	color: #364D7C;
1138
}
1139

1140
.navpath li.navelem a
1141
{
1142
	height:32px;
1143
	display:block;
1144
	outline: none;
1145
	color: #283A5D;
1146
	font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
1147
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
1148
	text-decoration: none;
1149
}
1150

1151
.navpath li.navelem a:hover
1152
{
1153
	color: white;
1154
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
1155
}
1156

1157
.navpath li.footer
1158
{
1159
        list-style-type:none;
1160
        float:right;
1161
        padding-left:10px;
1162
        padding-right:15px;
1163
        background-image:none;
1164
        background-repeat:no-repeat;
1165
        background-position:right;
1166
        color: #2A3D61;
1167
        font-size: 8pt;
1168
}
1169

1170

1171
div.summary
1172
{
1173
	float: right;
1174
	font-size: 8pt;
1175
	padding-right: 5px;
1176
	width: 50%;
1177
	text-align: right;
1178
}
1179

1180
div.summary a
1181
{
1182
	white-space: nowrap;
1183
}
1184

1185
table.classindex
1186
{
1187
        margin: 10px;
1188
        white-space: nowrap;
1189
        margin-left: 3%;
1190
        margin-right: 3%;
1191
        width: 94%;
1192
        border: 0;
1193
        border-spacing: 0;
1194
        padding: 0;
1195
}
1196

1197
div.ingroups
1198
{
1199
	font-size: 8pt;
1200
	width: 50%;
1201
	text-align: left;
1202
}
1203

1204
div.ingroups a
1205
{
1206
	white-space: nowrap;
1207
}
1208

1209
div.header
1210
{
1211
        background-image: url('nav_h.png');
1212
        background-repeat:repeat-x;
1213
	background-color: #F9FAFC;
1214
	margin:  0px;
1215
	border-bottom: 1px solid #C4CFE5;
1216
}
1217

1218
div.headertitle
1219
{
1220
	padding: 5px 5px 5px 10px;
1221
}
1222

1223
.PageDocRTL-title div.headertitle {
1224
  text-align: right;
1225
  direction: rtl;
1226
}
1227

1228
dl {
1229
        padding: 0 0 0 0;
1230
}
1231

1232
/*
1233

1234
dl.section {
1235
	margin-left: 0px;
1236
	padding-left: 0px;
1237
}
1238

1239
dl.note {
1240
  margin-left: -7px;
1241
  padding-left: 3px;
1242
  border-left: 4px solid;
1243
  border-color: #D0C000;
1244
}
1245

1246
dl.warning, dl.attention, dl.important {
1247
  margin-left: -7px;
1248
  padding-left: 3px;
1249
  border-left: 4px solid;
1250
  border-color: #FF0000;
1251
}
1252

1253
dl.pre, dl.post, dl.invariant {
1254
  margin-left: -7px;
1255
  padding-left: 3px;
1256
  border-left: 4px solid;
1257
  border-color: #00D000;
1258
}
1259

1260
dl.deprecated {
1261
  margin-left: -7px;
1262
  padding-left: 3px;
1263
  border-left: 4px solid;
1264
  border-color: #505050;
1265
}
1266

1267
dl.todo {
1268
  margin-left: -7px;
1269
  padding-left: 3px;
1270
  border-left: 4px solid;
1271
  border-color: #00C0E0;
1272
}
1273

1274
dl.test {
1275
  margin-left: -7px;
1276
  padding-left: 3px;
1277
  border-left: 4px solid;
1278
  border-color: #3030E0;
1279
}
1280

1281
dl.bug {
1282
  margin-left: -7px;
1283
  padding-left: 3px;
1284
  border-left: 4px solid;
1285
  border-color: #C08050;
1286
}
1287

1288
*/
1289

1290
dl.bug dt a, dl.deprecated dt a, dl.todo dt a, dl.test a {
1291
    font-weight: bold !important;
1292
}
1293

1294
dl.warning, dl.attention, dl.important, dl.note, dl.deprecated, dl.bug,
1295
dl.invariant, dl.pre, dl.post, dl.todo, dl.test, dl.remark {
1296
    padding: 10px;
1297
    margin: 10px 0px;
1298
    overflow: hidden;
1299
    margin-left: 0;
1300
    border-radius: 4px;
1301
}
1302

1303
dl.section dd {
1304
    margin-bottom: 2px;
1305
}
1306

1307
dl.warning, dl.attention, dl.important {
1308
    background: #f8d1cc;
1309
    border-left: 8px solid #b61825;
1310
    color: #75070f;
1311
}
1312

1313
dl.warning dt, dl.attention dt, dl.important dt {
1314
    color: #b61825;
1315
}
1316

1317
dl.note, dl.remark {
1318
    background: #faf3d8;
1319
    border-left: 8px solid #f3a600;
1320
    color: #5f4204;
1321
}
1322

1323
dl.note dt, dl.remark dt {
1324
    color: #f3a600;
1325
}
1326

1327
dl.todo {
1328
    background: #e4f3ff;
1329
    border-left: 8px solid #1879C4;
1330
    color: #274a5c;
1331
}
1332

1333
dl.todo dt {
1334
    color: #1879C4;
1335
}
1336

1337
dl.test {
1338
    background: #e8e8ff;
1339
    border-left: 8px solid #3939C4;
1340
    color: #1a1a5c;
1341
}
1342

1343
dl.test dt {
1344
    color: #3939C4;
1345
}
1346

1347
dl.bug dt a {
1348
    color: #5b2bdd !important;
1349
}
1350

1351
dl.bug {
1352
    background: #e4dafd;
1353
    border-left: 8px solid #5b2bdd;
1354
    color: #2a0d72;
1355
}
1356

1357
dl.bug dt a {
1358
    color: #5b2bdd !important;
1359
}
1360

1361
dl.deprecated {
1362
    background: #ecf0f3;
1363
    border-left: 8px solid #5b6269;
1364
    color: #43454a;
1365
}
1366

1367
dl.deprecated dt a {
1368
    color: #5b6269 !important;
1369
}
1370

1371
dl.note dd, dl.warning dd, dl.pre dd, dl.post dd,
1372
dl.remark dd, dl.attention dd, dl.important dd, dl.invariant dd,
1373
dl.bug dd, dl.deprecated dd, dl.todo dd, dl.test dd {
1374
    margin-inline-start: 0px;
1375
}
1376

1377
dl.invariant, dl.pre, dl.post {
1378
    background: #d8f1e3;
1379
    border-left: 8px solid #44b86f;
1380
    color: #265532;
1381
}
1382

1383
dl.invariant dt, dl.pre dt, dl.post dt {
1384
    color: #44b86f;
1385
}
1386

1387

1388
#projectrow
1389
{
1390
	height: 56px;
1391
}
1392

1393
#projectlogo
1394
{
1395
	text-align: center;
1396
	vertical-align: bottom;
1397
	border-collapse: separate;
1398
}
1399

1400
#projectlogo img
1401
{
1402
	border: 0px none;
1403
}
1404

1405
#projectalign
1406
{
1407
        vertical-align: middle;
1408
        padding-left: 0.5em;
1409
}
1410

1411
#projectname
1412
{
1413
	font-size: 200%;
1414
	font-family: Tahoma,Arial,sans-serif;
1415
	margin: 0px;
1416
	padding: 2px 0px;
1417
}
1418

1419
#projectbrief
1420
{
1421
	font-size: 90%;
1422
        font-family: Tahoma,Arial,sans-serif;
1423
	margin: 0px;
1424
	padding: 0px;
1425
}
1426

1427
#projectnumber
1428
{
1429
	font-size: 50%;
1430
	font-family: 50% Tahoma,Arial,sans-serif;
1431
	margin: 0px;
1432
	padding: 0px;
1433
}
1434

1435
#titlearea
1436
{
1437
	padding: 0px;
1438
	margin: 0px;
1439
	width: 100%;
1440
	border-bottom: 1px solid #5373B4;
1441
	background-color: white;
1442
}
1443

1444
.image
1445
{
1446
        text-align: center;
1447
}
1448

1449
.dotgraph
1450
{
1451
        text-align: center;
1452
}
1453

1454
.mscgraph
1455
{
1456
        text-align: center;
1457
}
1458

1459
.plantumlgraph
1460
{
1461
        text-align: center;
1462
}
1463

1464
.diagraph
1465
{
1466
        text-align: center;
1467
}
1468

1469
.caption
1470
{
1471
	font-weight: bold;
1472
}
1473

1474
dl.citelist {
1475
        margin-bottom:50px;
1476
}
1477

1478
dl.citelist dt {
1479
        color:#334975;
1480
        float:left;
1481
        font-weight:bold;
1482
        margin-right:10px;
1483
        padding:5px;
1484
        text-align:right;
1485
        width:52px;
1486
}
1487

1488
dl.citelist dd {
1489
        margin:2px 0 2px 72px;
1490
        padding:5px 0;
1491
}
1492

1493
div.toc {
1494
        padding: 14px 25px;
1495
        background-color: #F4F6FA;
1496
        border: 1px solid #D8DFEE;
1497
        border-radius: 7px 7px 7px 7px;
1498
        float: right;
1499
        height: auto;
1500
        margin: 0 8px 10px 10px;
1501
        width: 200px;
1502
}
1503

1504
div.toc li {
1505
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='5px' fill='grey'><text x='0' y='5' font-size='10'>&%238595;</text></svg>") no-repeat scroll 0 5px transparent;
1506
        font: 10px/1.2 Verdana,'DejaVu Sans',Geneva,sans-serif;
1507
        margin-top: 5px;
1508
        padding-left: 10px;
1509
        padding-top: 2px;
1510
}
1511

1512
div.toc h3 {
1513
        font: bold 12px/1.2 Verdana,'DejaVu Sans',Geneva,sans-serif;
1514
	color: #4665A2;
1515
        border-bottom: 0 none;
1516
        margin: 0;
1517
}
1518

1519
div.toc ul {
1520
        list-style: none outside none;
1521
        border: medium none;
1522
        padding: 0px;
1523
}
1524

1525
div.toc li.level1 {
1526
        margin-left: 0px;
1527
}
1528

1529
div.toc li.level2 {
1530
        margin-left: 15px;
1531
}
1532

1533
div.toc li.level3 {
1534
        margin-left: 15px;
1535
}
1536

1537
div.toc li.level4 {
1538
        margin-left: 15px;
1539
}
1540

1541
span.emoji {
1542
        /* font family used at the site: https://unicode.org/emoji/charts/full-emoji-list.html
1543
         * font-family: "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", Times, Symbola, Aegyptus, Code2000, Code2001, Code2002, Musica, serif, LastResort;
1544
         */
1545
}
1546

1547
span.obfuscator {
1548
  display: none;
1549
}
1550

1551
.inherit_header {
1552
        font-weight: bold;
1553
        color: gray;
1554
        cursor: pointer;
1555
	-webkit-touch-callout: none;
1556
	-webkit-user-select: none;
1557
	-khtml-user-select: none;
1558
	-moz-user-select: none;
1559
	-ms-user-select: none;
1560
	user-select: none;
1561
}
1562

1563
.inherit_header td {
1564
        padding: 6px 0px 2px 5px;
1565
}
1566

1567
.inherit {
1568
        display: none;
1569
}
1570

1571
tr.heading h2 {
1572
        margin-top: 12px;
1573
        margin-bottom: 4px;
1574
}
1575

1576
/* tooltip related style info */
1577

1578
.ttc {
1579
        position: absolute;
1580
        display: none;
1581
}
1582

1583
#powerTip {
1584
	cursor: default;
1585
	/*white-space: nowrap;*/
1586
        color: black;
1587
	background-color: white;
1588
	border: 1px solid gray;
1589
	border-radius: 4px 4px 4px 4px;
1590
	box-shadow: 1px 1px 7px gray;
1591
	display: none;
1592
	font-size: smaller;
1593
	max-width: 80%;
1594
	opacity: 0.9;
1595
	padding: 1ex 1em 1em;
1596
	position: absolute;
1597
	z-index: 2147483647;
1598
}
1599

1600
#powerTip div.ttdoc {
1601
        color: grey;
1602
	font-style: italic;
1603
}
1604

1605
#powerTip div.ttname a {
1606
        font-weight: bold;
1607
}
1608

1609
#powerTip a {
1610
	color: #4665A2;
1611
}
1612

1613
#powerTip div.ttname {
1614
        font-weight: bold;
1615
}
1616

1617
#powerTip div.ttdeci {
1618
        color: #006318;
1619
}
1620

1621
#powerTip div {
1622
        margin: 0px;
1623
        padding: 0px;
1624
        font-size: 12px;
1625
       	font-family: Roboto,sans-serif;
1626
	line-height: 16px;
1627
}
1628

1629
#powerTip:before, #powerTip:after {
1630
	content: "";
1631
	position: absolute;
1632
	margin: 0px;
1633
}
1634

1635
#powerTip.n:after,  #powerTip.n:before,
1636
#powerTip.s:after,  #powerTip.s:before,
1637
#powerTip.w:after,  #powerTip.w:before,
1638
#powerTip.e:after,  #powerTip.e:before,
1639
#powerTip.ne:after, #powerTip.ne:before,
1640
#powerTip.se:after, #powerTip.se:before,
1641
#powerTip.nw:after, #powerTip.nw:before,
1642
#powerTip.sw:after, #powerTip.sw:before {
1643
	border: solid transparent;
1644
	content: " ";
1645
	height: 0;
1646
	width: 0;
1647
	position: absolute;
1648
}
1649

1650
#powerTip.n:after,  #powerTip.s:after,
1651
#powerTip.w:after,  #powerTip.e:after,
1652
#powerTip.nw:after, #powerTip.ne:after,
1653
#powerTip.sw:after, #powerTip.se:after {
1654
	border-color: rgba(255, 255, 255, 0);
1655
}
1656

1657
#powerTip.n:before,  #powerTip.s:before,
1658
#powerTip.w:before,  #powerTip.e:before,
1659
#powerTip.nw:before, #powerTip.ne:before,
1660
#powerTip.sw:before, #powerTip.se:before {
1661
	border-color: rgba(128, 128, 128, 0);
1662
}
1663

1664
#powerTip.n:after,  #powerTip.n:before,
1665
#powerTip.ne:after, #powerTip.ne:before,
1666
#powerTip.nw:after, #powerTip.nw:before {
1667
	top: 100%;
1668
}
1669

1670
#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
1671
	border-top-color: white;
1672
	border-width: 10px;
1673
	margin: 0px -10px;
1674
}
1675
#powerTip.n:before, #powerTip.ne:before, #powerTip.nw:before {
1676
	border-top-color: gray;
1677
	border-width: 11px;
1678
	margin: 0px -11px;
1679
}
1680
#powerTip.n:after, #powerTip.n:before {
1681
	left: 50%;
1682
}
1683

1684
#powerTip.nw:after, #powerTip.nw:before {
1685
	right: 14px;
1686
}
1687

1688
#powerTip.ne:after, #powerTip.ne:before {
1689
	left: 14px;
1690
}
1691

1692
#powerTip.s:after,  #powerTip.s:before,
1693
#powerTip.se:after, #powerTip.se:before,
1694
#powerTip.sw:after, #powerTip.sw:before {
1695
	bottom: 100%;
1696
}
1697

1698
#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
1699
	border-bottom-color: white;
1700
	border-width: 10px;
1701
	margin: 0px -10px;
1702
}
1703

1704
#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
1705
	border-bottom-color: gray;
1706
	border-width: 11px;
1707
	margin: 0px -11px;
1708
}
1709

1710
#powerTip.s:after, #powerTip.s:before {
1711
	left: 50%;
1712
}
1713

1714
#powerTip.sw:after, #powerTip.sw:before {
1715
	right: 14px;
1716
}
1717

1718
#powerTip.se:after, #powerTip.se:before {
1719
	left: 14px;
1720
}
1721

1722
#powerTip.e:after, #powerTip.e:before {
1723
	left: 100%;
1724
}
1725
#powerTip.e:after {
1726
	border-left-color: gray;
1727
	border-width: 10px;
1728
	top: 50%;
1729
	margin-top: -10px;
1730
}
1731
#powerTip.e:before {
1732
	border-left-color: gray;
1733
	border-width: 11px;
1734
	top: 50%;
1735
	margin-top: -11px;
1736
}
1737

1738
#powerTip.w:after, #powerTip.w:before {
1739
	right: 100%;
1740
}
1741
#powerTip.w:after {
1742
	border-right-color: gray;
1743
	border-width: 10px;
1744
	top: 50%;
1745
	margin-top: -10px;
1746
}
1747
#powerTip.w:before {
1748
	border-right-color: gray;
1749
	border-width: 11px;
1750
	top: 50%;
1751
	margin-top: -11px;
1752
}
1753

1754
@media print
1755
{
1756
  #top { display: none; }
1757
  #side-nav { display: none; }
1758
  #nav-path { display: none; }
1759
  body { overflow:visible; }
1760
  h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
1761
  .summary { display: none; }
1762
  .memitem { page-break-inside: avoid; }
1763
  #doc-content
1764
  {
1765
    margin-left:0 !important;
1766
    height:auto !important;
1767
    width:auto !important;
1768
    overflow:inherit;
1769
    display:inline;
1770
  }
1771
}
1772

1773
/* @group Markdown */
1774

1775
table.markdownTable {
1776
	border-collapse:collapse;
1777
        margin-top: 4px;
1778
        margin-bottom: 4px;
1779
}
1780

1781
table.markdownTable td, table.markdownTable th {
1782
	border: 1px solid #2D4068;
1783
	padding: 3px 7px 2px;
1784
}
1785

1786
table.markdownTable tr {
1787
}
1788

1789
th.markdownTableHeadLeft, th.markdownTableHeadRight, th.markdownTableHeadCenter, th.markdownTableHeadNone {
1790
	background-color: #374F7F;
1791
	color: #FFFFFF;
1792
	font-size: 110%;
1793
	padding-bottom: 4px;
1794
	padding-top: 5px;
1795
}
1796

1797
th.markdownTableHeadLeft, td.markdownTableBodyLeft {
1798
	text-align: left
1799
}
1800

1801
th.markdownTableHeadRight, td.markdownTableBodyRight {
1802
	text-align: right
1803
}
1804

1805
th.markdownTableHeadCenter, td.markdownTableBodyCenter {
1806
	text-align: center
1807
}
1808

1809
tt, code, kbd, samp
1810
{
1811
  display: inline-block;
1812
}
1813
/* @end */
1814

1815
u {
1816
	text-decoration: underline;
1817
}
1818

1819
details>summary {
1820
  list-style-type: none;
1821
}
1822

1823
details > summary::-webkit-details-marker {
1824
    display: none;
1825
}
1826

1827
details>summary::before {
1828
    content: "\25ba";
1829
    padding-right:4px;
1830
    font-size: 80%;
1831
}
1832

1833
details[open]>summary::before {
1834
    content: "\25bc";
1835
    padding-right:4px;
1836
    font-size: 80%;
1837
}
1838

1839
body {
1840
    scrollbar-color: #9CAFD4 #F9FAFC;
1841
}
1842

1843
::-webkit-scrollbar {
1844
        background-color: #F9FAFC;
1845
        height: 12px;
1846
        width: 12px;
1847
}
1848
::-webkit-scrollbar-thumb {
1849
        border-radius: 6px;
1850
        box-shadow: inset 0 0 12px 12px #9CAFD4;
1851
        border: solid 2px transparent;
1852
}
1853
::-webkit-scrollbar-corner {
1854
        background-color: #F9FAFC;
1855
}
1856

1857

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.