90
90
html : not (.plugin-pages )[data-theme = "dark" ] {
91
91
--ifm-color-primary : var (--ifm-color-primary-light );
92
92
}
93
+
93
94
html .plugin-pages [data-theme = 'dark' ] {
94
95
--ifm-navbar-link-color : # 1c1e21 ;
95
96
}
96
- html .plugin-pages .navColorModeToggle {
97
+
98
+ html .plugin-pages .navColorModeToggle {
97
99
display : none;
98
100
}
99
101
123
125
line-height : 30px !important ;
124
126
}
125
127
126
- html : not ([data-theme='dark']), html.plugin-pages {
128
+ html : not ([data-theme='dark']),
129
+ html.plugin-pages {
127
130
@apply text-black;
128
131
}
129
132
@@ -196,8 +199,10 @@ html:not([data-theme='dark']), html.plugin-pages {
196
199
197
200
/* Hide scrollbar for IE, Edge and Firefox */
198
201
.no-scrollbar {
199
- -ms-overflow-style : none; /* IE and Edge */
200
- scrollbar-width : none; /* Firefox */
202
+ -ms-overflow-style : none;
203
+ /* IE and Edge */
204
+ scrollbar-width : none;
205
+ /* Firefox */
201
206
}
202
207
203
208
.homepageText {
@@ -228,6 +233,7 @@ html:not([data-theme='dark']), html.plugin-pages {
228
233
width : 1em ;
229
234
height : 4em ;
230
235
}
236
+
231
237
.loader {
232
238
color : var (--ifm-color-primary );
233
239
text-indent : -9999em ;
@@ -240,39 +246,48 @@ html:not([data-theme='dark']), html.plugin-pages {
240
246
-webkit-animation-delay : -0.16s ;
241
247
animation-delay : -0.16s ;
242
248
}
249
+
243
250
.loader : before ,
244
251
.loader : after {
245
252
position : absolute;
246
253
top : 0 ;
247
254
content : "" ;
248
255
}
256
+
249
257
.loader : before {
250
258
left : -1.5em ;
251
259
-webkit-animation-delay : -0.32s ;
252
260
animation-delay : -0.32s ;
253
261
}
262
+
254
263
.loader : after {
255
264
left : 1.5em ;
256
265
}
266
+
257
267
@-webkit-keyframes load1 {
268
+
258
269
0% ,
259
270
80% ,
260
271
100% {
261
272
box-shadow : 0 0 ;
262
273
height : 4em ;
263
274
}
275
+
264
276
40% {
265
277
box-shadow : 0 -2em ;
266
278
height : 5em ;
267
279
}
268
280
}
281
+
269
282
@keyframes load1 {
283
+
270
284
0% ,
271
285
80% ,
272
286
100% {
273
287
box-shadow : 0 0 ;
274
288
height : 4em ;
275
289
}
290
+
276
291
40% {
277
292
box-shadow : 0 -2em ;
278
293
height : 5em ;
@@ -328,11 +343,13 @@ html.plugin-pages .navbar__brand:hover {
328
343
.DocSearch-Button {
329
344
margin : 0 10px 0 16px !important ;
330
345
}
346
+
331
347
.DocSearch-Button .DocSearch-Search-Icon {
332
348
color : black !important ;
333
349
height : 24px !important ;
334
350
width : 24px ;
335
351
}
352
+
336
353
html : not(.plugin-pages)[data-theme = 'dark' ] .DocSearch-Button .DocSearch-Search-Icon {
337
354
color : white !important ;
338
355
}
@@ -373,7 +390,7 @@ html:not(.plugin-pages)[data-theme='dark'] .DocSearch-Button .DocSearch-Search-I
373
390
margin-left : 32px ;
374
391
}
375
392
376
- .mobile-side-menu > .menu__list-item > .menu__link {
393
+ .mobile-side-menu > .menu__list-item > .menu__link {
377
394
color : # 283032 !important ;
378
395
}
379
396
@@ -395,7 +412,7 @@ html:not(.plugin-pages)[data-theme='dark'] .DocSearch-Button .DocSearch-Search-I
395
412
font-weight : 700 ;
396
413
}
397
414
398
- .breadcrumbs__item--active > span {
415
+ .breadcrumbs__item--active > span {
399
416
background-color : # e7eef0 !important ;
400
417
}
401
418
@@ -407,6 +424,7 @@ html:not(.plugin-pages)[data-theme='dark'] .DocSearch-Button .DocSearch-Search-I
407
424
.markdown {
408
425
padding : 32px 0 16px 0px !important ;
409
426
}
427
+
410
428
.container {
411
429
padding : 24px 32px 56px 32px !important ;
412
430
}
@@ -417,6 +435,7 @@ html:not(.plugin-pages)[data-theme='dark'] .DocSearch-Button .DocSearch-Search-I
417
435
padding : 56px !important ;
418
436
padding-right : 0 !important ;
419
437
}
438
+
420
439
.container {
421
440
padding : 24px 16px 24px 16px !important ;
422
441
}
@@ -456,15 +475,15 @@ html:not(.plugin-pages)[data-theme='dark'] .DocSearch-Button .DocSearch-Search-I
456
475
@apply !bg- transparent;
457
476
}
458
477
459
- .theme-doc-toc-mobile > button {
478
+ .theme-doc-toc-mobile > button {
460
479
@apply font-semibold text-black rounded p-4 mt-12 bg-primary-extralight;
461
480
}
462
481
463
- .theme-doc-toc-mobile > div > ul {
482
+ .theme-doc-toc-mobile > div > ul {
464
483
@apply border-none;
465
484
}
466
485
467
- .theme-doc-toc-mobile > button ::after {
486
+ .theme-doc-toc-mobile > button ::after {
468
487
@apply bg-cover;
469
488
}
470
489
@@ -478,27 +497,27 @@ html:not(.plugin-pages)[data-theme='dark'] .DocSearch-Button .DocSearch-Search-I
478
497
line-height : 1.65 ;
479
498
}
480
499
481
- .markdown > h1 {
500
+ .markdown > h1 {
482
501
font-size : 2rem ;
483
502
}
484
503
485
- .markdown > h2 {
504
+ .markdown > h2 {
486
505
font-size : 1.8rem ;
487
506
}
488
507
489
- .markdown > h3 {
508
+ .markdown > h3 {
490
509
font-size : 1.5rem ;
491
510
}
492
511
493
- .markdown > h4 {
512
+ .markdown > h4 {
494
513
font-size : 1rem ;
495
514
}
496
515
497
- .markdown > h5 {
516
+ .markdown > h5 {
498
517
font-size : 0.875rem ;
499
518
}
500
519
501
- .markdown > h6 {
520
+ .markdown > h6 {
502
521
font-size : 0.75rem ;
503
522
}
504
523
@@ -522,7 +541,7 @@ html:not(.plugin-pages)[data-theme='dark'] .DocSearch-Button .DocSearch-Search-I
522
541
padding-left : var (--ifm-list-left-padding );
523
542
}
524
543
525
- .markdown > ul {
544
+ .markdown > ul {
526
545
margin-bottom : var (--ifm-leading );
527
546
}
528
547
@@ -547,7 +566,7 @@ html:not(.plugin-pages)[data-theme='dark'] .DocSearch-Button .DocSearch-Search-I
547
566
list-style : circle;
548
567
}
549
568
550
- .markdown li + li {
569
+ .markdown li + li {
551
570
margin-top : var (--ifm-list-item-margin );
552
571
}
553
572
@@ -572,6 +591,31 @@ html:not(.plugin-pages)[data-theme='dark'] .DocSearch-Button .DocSearch-Search-I
572
591
.theme-admonition p {
573
592
margin-bottom : 0.5em ;
574
593
}
594
+
575
595
.theme-admonition p : last-child {
576
596
margin-bottom : 0 ;
577
597
}
598
+
599
+ .navbar-version {
600
+ background-color : var (--ifm-color-primary-dark );
601
+ color : white;
602
+ padding : 0.2rem 0.5rem ;
603
+ border-radius : 0.5rem ;
604
+ font-size : 0.8rem ;
605
+ margin-right : 1rem ;
606
+ }
607
+
608
+ div .announcementBar {
609
+ background-color : var (--ifm-background-surface-color );
610
+ color : var (--ifm-font-color-base );
611
+ font-weight : bold;
612
+ }
613
+
614
+ div .announcementBar a {
615
+ text-decoration : underline;
616
+ }
617
+
618
+ html [data-theme = 'dark' ] .table-of-contents__link : hover,
619
+ html [data-theme = 'dark' ] .table-of-contents__link--active {
620
+ color : var (--ifm-color-primary-light );
621
+ }
0 commit comments