robindoc 0.0.0-experimental-4759c95 → 0.0.0-experimental-1f8a4f9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/styles.css +658 -658
  2. package/package.json +1 -1
package/lib/styles.css CHANGED
@@ -111,49 +111,6 @@
111
111
  width: 100%;
112
112
  left: 0;
113
113
  }
114
- }.r-footer {
115
- border-top: 1px solid var(--r-main-300);
116
- }
117
-
118
- .r-footer-container.r-footer-container {
119
- padding: 16px 12px;
120
- }
121
- @media screen and (width >= 1024px) {
122
- .r-footer-container.r-footer-container {
123
- padding-left: 24px;
124
- padding-right: 24px;
125
- }
126
- }
127
-
128
- .r-footer-row {
129
- display: flex;
130
- justify-content: space-between;
131
- align-items: center;
132
- gap: 32px;
133
- }
134
-
135
- .r-footer-additional {
136
- margin-top: 20px;
137
- justify-content: flex-end;
138
- }
139
-
140
- .r-copyright {
141
- color: var(--r-main-800);
142
- }
143
-
144
- .r-powered {
145
- font-size: 14px;
146
- display: block;
147
- color: var(--r-main-600);
148
- }
149
-
150
- .r-powered-link {
151
- font-weight: 600;
152
- text-decoration: none;
153
- color: var(--r-main-950);
154
- }
155
- .r-powered-link:hover {
156
- color: var(--r-primary-900);
157
114
  }.r-root {
158
115
  --r-header-height: 60px;
159
116
  position: relative;
@@ -409,6 +366,53 @@
409
366
  grid-template-columns: 200px 640px 238px;
410
367
  grid-template-rows: auto 1fr auto;
411
368
  }
369
+ }.r-footer {
370
+ border-top: 1px solid var(--r-main-300);
371
+ }
372
+
373
+ .r-footer-container.r-footer-container {
374
+ padding: 16px 12px;
375
+ }
376
+ @media screen and (width >= 1024px) {
377
+ .r-footer-container.r-footer-container {
378
+ padding-left: 24px;
379
+ padding-right: 24px;
380
+ }
381
+ }
382
+
383
+ .r-footer-row {
384
+ display: flex;
385
+ justify-content: space-between;
386
+ align-items: center;
387
+ gap: 32px;
388
+ }
389
+
390
+ .r-footer-additional {
391
+ margin-top: 20px;
392
+ justify-content: flex-end;
393
+ }
394
+
395
+ .r-copyright {
396
+ color: var(--r-main-800);
397
+ }
398
+
399
+ .r-powered {
400
+ font-size: 14px;
401
+ display: block;
402
+ color: var(--r-main-600);
403
+ }
404
+
405
+ .r-powered-link {
406
+ font-weight: 600;
407
+ text-decoration: none;
408
+ color: var(--r-main-950);
409
+ }
410
+ .r-powered-link:hover {
411
+ color: var(--r-primary-900);
412
+ }.r-page-container {
413
+ min-height: calc(100dvh - var(--r-header-height));
414
+ overflow-wrap: break-word;
415
+ box-sizing: border-box;
412
416
  }.r-blog-container {
413
417
  min-height: calc(100dvh - var(--r-header-height));
414
418
  overflow-wrap: break-word;
@@ -428,10 +432,6 @@
428
432
  top: 8px;
429
433
  left: 12px;
430
434
  z-index: 1001;
431
- }.r-page-container {
432
- min-height: calc(100dvh - var(--r-header-height));
433
- overflow-wrap: break-word;
434
- box-sizing: border-box;
435
435
  }.r-keylink.keylink-to-navigation:focus {
436
436
  margin-top: -40px;
437
437
  }.r-code-span {
@@ -448,453 +448,293 @@
448
448
 
449
449
  .r-code-span + .r-content-link-external {
450
450
  margin-left: -12px;
451
- }.r-sidebar {
452
- grid-area: sidebar;
453
- box-sizing: border-box;
451
+ }.r-header-menu {
452
+ display: flex;
453
+ justify-content: flex-end;
454
+ order: 1;
454
455
  }
455
- @media screen and (width < 768px) {
456
- .r-sidebar {
457
- position: sticky;
458
- width: calc(100% + 24px);
459
- top: var(--r-header-height);
460
- left: 0;
461
- margin: 0 -12px;
462
- background-color: var(--r-main-50);
463
- border-bottom: 1px solid var(--r-main-200);
464
- z-index: 10;
465
- opacity: 0.98;
466
- padding: 0;
467
- overflow: auto;
456
+ @media screen and (width >= 1024px) {
457
+ .r-header-menu {
458
+ flex: 1;
459
+ order: unset;
468
460
  }
469
461
  }
470
462
 
471
- .r-sidebar-top-mock {
472
- grid-row-start: 1;
473
- grid-column-start: 1;
463
+ .r-header-input:checked ~ .r-header-burger ~ .r-header-responsive {
464
+ display: flex;
474
465
  }
475
466
 
476
- @media screen and (width < 768px) {
477
- .r-sidebar-input:not(:checked) ~ .r-sidebar-btn ~ .r-sidebar-nav {
478
- display: none;
467
+ .r-header-responsive {
468
+ display: none;
469
+ justify-content: flex-end;
470
+ flex: 1;
471
+ gap: 24px;
472
+ z-index: 1;
473
+ }
474
+ @media screen and (width < 1024px) {
475
+ .r-header-responsive {
476
+ flex-direction: column-reverse;
477
+ padding: 12px;
478
+ background-color: var(--r-main-50);
479
+ position: fixed;
480
+ top: 60px;
481
+ right: 0;
482
+ bottom: 0;
483
+ left: 0;
484
+ }
485
+ }
486
+ @media screen and (width >= 1024px) {
487
+ .r-header-responsive {
488
+ display: flex;
489
+ justify-content: space-between;
490
+ align-items: center;
479
491
  }
480
492
  }
481
493
 
482
- .r-sidebar-nav {
494
+ .r-header-burger {
495
+ position: relative;
496
+ display: flex;
497
+ align-items: center;
498
+ justify-content: center;
499
+ height: 32px;
500
+ width: 32px;
501
+ cursor: pointer;
502
+ background: none;
503
+ border: none;
483
504
  box-sizing: border-box;
484
505
  }
485
- @media screen and (width < 768px) {
486
- .r-sidebar-nav {
487
- overflow: auto;
488
- max-height: calc(100dvh - var(--r-header-height) - 41px);
506
+ @media screen and (width >= 1024px) {
507
+ .r-header-burger {
508
+ display: none;
489
509
  }
490
510
  }
491
511
 
492
- .r-sidebar-drop {
493
- margin-top: -4px;
494
- padding-top: 4px;
512
+ .r-burger-line {
513
+ display: block;
514
+ width: 20px;
515
+ height: 1.5px;
516
+ position: absolute;
517
+ background-color: var(--r-main-700);
518
+ margin: auto;
519
+ transition: transform 0.3s;
520
+ box-sizing: border-box;
495
521
  }
496
522
 
497
- .r-sidebar-sublist {
498
- position: relative;
499
- padding-top: 2px;
523
+ .r-burger-line._top {
524
+ transform: translateY(-3px);
500
525
  }
501
- .r-sidebar-sublist:hover::before {
502
- background-color: var(--r-primary-800);
503
- transition-delay: initial;
526
+
527
+ .r-header-input:checked ~ .r-header-burger .r-burger-line._top {
528
+ transform: translateY(0) rotate(45deg);
529
+ margin-top: 0;
504
530
  }
505
531
 
506
- .r-sidebar-sublist::before {
507
- content: "";
508
- position: absolute;
509
- top: 0;
510
- left: -12px;
511
- right: 0;
512
- height: 2px;
513
- border-bottom-left-radius: 2px;
514
- background-color: var(--r-main-200);
515
- z-index: 1;
516
- transition: background-color 0.2s cubic-bezier(0, 0.66, 0.58, 1) 0.05s;
517
- box-sizing: border-box;
532
+ .r-burger-line._bottom {
533
+ transform: translateY(3px);
518
534
  }
519
535
 
520
- .r-sidebar-nav {
521
- padding: 32px 4px 32px 2px;
536
+ .r-header-input:checked ~ .r-header-burger .r-burger-line._bottom {
537
+ transform: translateY(0) rotate(-45deg);
538
+ margin-top: 0;
539
+ }.r-search-btn {
540
+ position: relative;
541
+ border-radius: 6px;
542
+ background-color: var(--r-main-100);
543
+ color: var(--r-main-600);
544
+ padding: 8px 16px;
545
+ border: 1px solid var(--r-main-200);
546
+ width: 100%;
547
+ text-align: left;
548
+ cursor: text;
522
549
  box-sizing: border-box;
523
550
  }
524
- @media screen and (width < 768px) {
525
- .r-sidebar-nav {
526
- padding: 12px;
527
- }
528
- }
529
551
  @media screen and (width >= 768px) {
530
- .r-sidebar-nav {
531
- position: sticky;
532
- top: var(--r-header-height);
533
- overflow: auto;
534
- scrollbar-width: thin;
535
- scrollbar-color: var(--r-main-200) transparent;
536
- scrollbar-gutter: stable;
537
- max-height: calc(100dvh - var(--r-header-height));
552
+ .r-search-btn {
553
+ width: 220px;
554
+ padding: 8px 96px 8px 16px;
538
555
  }
539
556
  }
540
-
541
- .r-sidebar-space {
542
- box-sizing: border-box;
557
+ .r-search-btn:hover {
558
+ border-color: var(--r-main-600);
543
559
  }
544
- @media screen and (width < 768px) {
545
- .r-sidebar-space {
546
- display: block;
547
- height: 40px;
548
- }
560
+ .r-search-btn:hover .r-search-kbd {
561
+ color: var(--r-main-950);
549
562
  }
550
563
 
551
- .r-sidebar-btn {
552
- position: sticky;
553
- top: 0;
554
- display: flex;
555
- width: 100%;
556
- font-size: 14px;
557
- border: 0;
558
- padding: 12px;
559
- background: none;
560
- cursor: pointer;
561
- color: var(--r-main-800);
562
- background-color: var(--r-main-50);
563
- z-index: 1;
564
- box-sizing: border-box;
564
+ .r-search-title {
565
+ display: block;
566
+ overflow: hidden;
567
+ text-overflow: ellipsis;
568
+ white-space: nowrap;
569
+ }
570
+
571
+ .r-search-kbd {
572
+ display: none;
573
+ position: absolute;
574
+ right: 6px;
575
+ top: 50%;
576
+ transform: translateY(-50%);
565
577
  }
566
578
  @media screen and (width >= 768px) {
567
- .r-sidebar-btn {
568
- display: none;
579
+ .r-search-kbd {
580
+ display: flex;
569
581
  }
570
582
  }
571
583
 
572
- .r-sidebar-chevron {
573
- display: inline;
574
- margin-right: 6px;
575
- transition: transform 0.2s;
576
- box-sizing: border-box;
584
+ .r-search-dialog {
585
+ width: 100%;
586
+ height: 100%;
587
+ background: none;
588
+ max-width: none;
589
+ max-height: none;
590
+ border: none;
591
+ padding: unset;
592
+ transition: opacity 0.3s ease, overlay 0.4s ease-out allow-discrete, display 0.4s ease-out allow-discrete;
593
+ opacity: 0;
577
594
  }
578
-
579
- .r-sidebar-input:checked ~ .r-sidebar-btn .r-sidebar-chevron {
580
- transform: rotate(90deg);
595
+ .r-search-dialog::backdrop {
596
+ backdrop-filter: blur(0);
597
+ background: color-mix(in srgb, var(--r-main-900) 0%, transparent 100%);
598
+ transition: backdrop-filter 0.4s ease-out, background 0.4s ease-out;
581
599
  }
582
600
 
583
- .r-sidebar-list {
584
- color: var(--r-main-700);
585
- list-style: none;
586
- padding: 0;
587
- margin: 0;
588
- font-size: 14px;
589
- box-sizing: border-box;
601
+ .r-search-dialog[open] {
602
+ opacity: 1;
590
603
  }
591
-
592
- .r-sidebar-drop::details-content {
593
- overflow: hidden;
594
- transition: content-visibility 0.4s allow-discrete;
595
- box-sizing: border-box;
604
+ @starting-style {
605
+ .r-search-dialog[open] {
606
+ opacity: 0;
607
+ }
596
608
  }
597
-
598
- .r-sidebar-sublist {
599
- margin-left: 12px;
609
+ .r-search-dialog[open]::backdrop {
610
+ backdrop-filter: blur(4px);
611
+ background: color-mix(in srgb, var(--r-main-900) 40%, transparent 100%);
600
612
  }
601
613
 
602
- .r-sidebar-drop > .r-sidebar-sublist {
614
+ .r-search-popup {
615
+ position: fixed;
616
+ left: 50%;
617
+ transform: translateX(-50%);
618
+ top: calc(var(--r-header-height) + 20px);
619
+ z-index: 200;
620
+ width: 100%;
621
+ max-width: 540px;
622
+ background-color: color-mix(in srgb, var(--r-main-50) 95%, transparent);
623
+ border: 2px solid var(--r-main-200);
624
+ border-bottom-width: 0;
625
+ border-radius: 12px 12px 0 0;
603
626
  opacity: 0;
604
- transition: opacity 0.2s ease;
627
+ transform: translateX(-50%) translateY(-20px);
628
+ transition: opacity 0.2s, transform 0.2s;
605
629
  }
606
630
 
607
- .r-sidebar-drop[open] > .r-sidebar-sublist {
631
+ .r-search-dialog[open] .r-search-popup {
608
632
  opacity: 1;
633
+ transform: translateX(-50%) translateY(0);
609
634
  }
610
-
611
- .r-sidebar-drop > .r-sidebar-sublist > .r-sidebar-li {
612
- margin-top: -4rem;
613
- transition: margin-top 0.3s ease;
614
- }
615
-
616
635
  @starting-style {
617
- .r-sidebar-drop[open]._starting-style > .r-sidebar-sublist > .r-sidebar-li {
618
- margin-top: -4rem;
636
+ .r-search-dialog[open] .r-search-popup {
637
+ opacity: 0;
638
+ transform: translateX(-50%) translateY(-20px);
619
639
  }
620
640
  }
621
641
 
622
- .r-sidebar-drop[open] > .r-sidebar-sublist > .r-sidebar-li {
623
- margin-top: 0;
642
+ .r-search-dialog._active .r-search-popup {
643
+ border-radius: 12px;
644
+ border-bottom-width: 2px;
624
645
  }
625
646
 
626
- .r-sidebar-sublist .r-sidebar-link {
627
- position: relative;
628
- border-top-left-radius: 0;
629
- border-bottom-left-radius: 0;
630
- box-sizing: border-box;
631
- }
632
- .r-sidebar-sublist .r-sidebar-link::before {
633
- content: "";
634
- position: absolute;
635
- left: 0;
636
- top: -1px;
637
- width: 1px;
638
- height: calc(100% + 4px);
639
- background-color: var(--r-main-200);
640
- transition: background-color 0.2s cubic-bezier(0, 0.66, 0.58, 1) 0.05s;
641
- box-sizing: border-box;
647
+ .r-search-popup:has(.r-search-input:focus) {
648
+ border-color: var(--r-main-300);
642
649
  }
643
650
 
644
- .r-sidebar-li {
651
+ .r-search-popup-header {
645
652
  position: relative;
646
- line-height: 1.5;
653
+ border-bottom: 1px solid var(--r-main-200);
647
654
  }
648
655
 
649
- .r-sidebar-li._separator {
650
- background: var(--r-main-200);
651
- padding: 1px;
656
+ .r-search-input {
657
+ background: none;
658
+ padding: 16px 20px;
659
+ border: none;
660
+ border-bottom: 2px solid var(--r-main-100);
661
+ width: 100%;
662
+ font-size: 16px;
663
+ box-sizing: border-box;
652
664
  }
653
-
654
- .r-sidebar-li._droppable > a {
655
- padding-right: 32px;
665
+ @media screen and (width >= 768px) {
666
+ .r-search-input {
667
+ padding: 16px 72px 16px 20px;
668
+ }
656
669
  }
657
-
658
- .r-sidebar-li-d0 {
659
- margin-left: -8px;
670
+ .r-search-input:hover {
671
+ border-bottom-color: var(--r-main-300);
660
672
  }
661
-
662
- .r-sidebar-p {
663
- margin: 0;
664
- padding: 4px 10px;
673
+ .r-search-input:focus {
674
+ outline: none;
675
+ border-bottom-color: var(--r-primary-600);
676
+ }
677
+ .r-search-input::placeholder {
678
+ color: var(--r-main-500);
665
679
  }
666
680
 
667
- .r-sidebar-heading {
668
- color: var(--r-main-900);
669
- font-weight: 600;
670
- margin-block-end: 4px;
681
+ .r-search-popup-kbd {
682
+ color: var(--r-main-600);
683
+ right: 20px;
671
684
  }
672
- .r-sidebar-heading:not(:first-child) {
673
- margin-block-start: 12px;
685
+
686
+ .r-search-results {
687
+ padding: 2px 8px 8px;
688
+ max-height: min(400px, 100dvh - 200px);
689
+ overflow-y: auto;
690
+ list-style: none;
691
+ scrollbar-width: thin;
692
+ scrollbar-color: var(--r-main-200) transparent;
693
+ margin: 0;
694
+ box-sizing: border-box;
674
695
  }
675
696
 
676
- .r-sidebar-link {
677
- padding: 4px 10px;
678
- color: inherit;
679
- border-bottom: 2px solid transparent;
680
- border-radius: 2px;
697
+ .r-search-item {
698
+ display: block;
681
699
  text-decoration: none;
682
- display: -webkit-box;
683
- -webkit-box-orient: vertical;
684
- -webkit-line-clamp: 3;
685
- overflow: hidden;
686
- transition: background-color 0.2s cubic-bezier(0, 0.66, 0.58, 1) 0.05s, color 0.2s cubic-bezier(0, 0.66, 0.58, 1) 0.05s;
700
+ color: var(--r-main-700);
701
+ padding: 8px 12px;
702
+ border: 1px solid var(--r-main-100);
703
+ border-radius: 10px;
704
+ width: 100%;
705
+ margin-top: 6px;
706
+ box-sizing: border-box;
687
707
  }
688
-
689
- .r-sidebar-link._target {
690
- color: var(--r-primary-950);
708
+ .r-search-item:hover, .r-search-item:focus {
709
+ color: var(--r-main-950);
691
710
  background-color: var(--r-main-50);
711
+ border-color: var(--r-main-200);
692
712
  }
693
713
 
694
- .r-sidebar-link:hover {
695
- color: var(--r-primary-800);
696
- background-color: var(--r-main-100);
697
- transition-delay: initial;
698
- }
699
- .r-sidebar-link:hover::before {
700
- background-color: currentColor;
701
- transition-delay: initial;
714
+ .r-search-item-title {
715
+ margin: 0;
702
716
  }
703
717
 
704
- .r-sidebar-link._active {
705
- color: var(--r-primary-700);
706
- background-color: var(--r-main-50);
707
- }
708
- .r-sidebar-link._active::before {
709
- background-color: currentColor;
718
+ .r-search-item-desc {
719
+ font-size: 14px;
720
+ color: var(--r-main-600);
721
+ margin: 12px 0 0;
722
+ }.r-dropdown {
723
+ position: relative;
724
+ color: var(--r-main-600);
725
+ transition: color 0.2s 0.1s;
710
726
  }
711
-
712
- .r-sidebar-drop-btn {
713
- position: absolute;
714
- right: 3px;
715
- top: 5px;
716
- border-radius: 4px;
717
- padding: 4px;
718
- list-style: none;
719
- cursor: pointer;
720
- transition: color 0.2s cubic-bezier(0, 0.66, 0.58, 1) 0.05s;
727
+ .r-dropdown:hover, .r-dropdown:focus-within {
728
+ color: var(--r-main-950);
721
729
  }
722
- .r-sidebar-drop-btn:hover {
723
- color: var(--r-primary-500);
724
- transition-delay: initial;
730
+ .r-dropdown:hover .r-dropdown-drop, .r-dropdown:focus-within .r-dropdown-drop {
731
+ visibility: visible;
732
+ pointer-events: all;
733
+ transform: translateY(20px);
734
+ opacity: 1;
725
735
  }
726
- .r-sidebar-drop-btn::before {
727
- content: "";
728
- position: absolute;
729
- inset: -4px;
730
- }
731
- .r-sidebar-drop-btn::-webkit-details-marker {
732
- display: none;
733
- }
734
-
735
- .r-sidebar-drop-icon {
736
- display: block;
737
- transition: transform 0.2s;
738
- }
739
-
740
- .r-sidebar-drop[open] > .r-sidebar-drop-btn > .r-sidebar-drop-icon {
741
- transform: rotate(90deg);
742
- }.r-article {
743
- padding: 20px 0 40px;
744
- grid-area: content;
745
- }
746
- @media screen and (width >= 1180px) {
747
- .r-article {
748
- padding: 32px 0 40px;
749
- }
750
- }
751
- .r-article > *:first-child {
752
- margin-top: 0;
753
- }
754
- .r-article > *:last-child {
755
- margin-bottom: 0;
756
- }
757
-
758
- .r-checkbox {
759
- cursor: pointer;
760
- width: 20px;
761
- height: 20px;
762
- margin: 4px;
763
- vertical-align: middle;
764
- box-sizing: border-box;
765
- }
766
-
767
- .r-label {
768
- cursor: pointer;
769
- }
770
-
771
- .r-task-ol,
772
- .r-task-ul {
773
- list-style: none;
774
- }
775
-
776
- .r-task-label {
777
- display: block;
778
- width: 100%;
779
- padding-top: 2px;
780
- padding-bottom: 2px;
781
- box-sizing: border-box;
782
- }
783
- .r-task-label:hover .r-checkbox {
784
- filter: brightness(0.8);
785
- }
786
-
787
- .r-task-li.r-task-li {
788
- margin-block-start: 2px;
789
- margin-block-end: 2px;
790
- }
791
-
792
- .r-label-text {
793
- vertical-align: middle;
794
- }.r-header-menu {
795
- display: flex;
796
- justify-content: flex-end;
797
- order: 1;
798
- }
799
- @media screen and (width >= 1024px) {
800
- .r-header-menu {
801
- flex: 1;
802
- order: unset;
803
- }
804
- }
805
-
806
- .r-header-input:checked ~ .r-header-burger ~ .r-header-responsive {
807
- display: flex;
808
- }
809
-
810
- .r-header-responsive {
811
- display: none;
812
- justify-content: flex-end;
813
- flex: 1;
814
- gap: 24px;
815
- z-index: 1;
816
- }
817
- @media screen and (width < 1024px) {
818
- .r-header-responsive {
819
- flex-direction: column-reverse;
820
- padding: 12px;
821
- background-color: var(--r-main-50);
822
- position: fixed;
823
- top: 60px;
824
- right: 0;
825
- bottom: 0;
826
- left: 0;
827
- }
828
- }
829
- @media screen and (width >= 1024px) {
830
- .r-header-responsive {
831
- display: flex;
832
- justify-content: space-between;
833
- align-items: center;
834
- }
835
- }
836
-
837
- .r-header-burger {
838
- position: relative;
839
- display: flex;
840
- align-items: center;
841
- justify-content: center;
842
- height: 32px;
843
- width: 32px;
844
- cursor: pointer;
845
- background: none;
846
- border: none;
847
- box-sizing: border-box;
848
- }
849
- @media screen and (width >= 1024px) {
850
- .r-header-burger {
851
- display: none;
852
- }
853
- }
854
-
855
- .r-burger-line {
856
- display: block;
857
- width: 20px;
858
- height: 1.5px;
859
- position: absolute;
860
- background-color: var(--r-main-700);
861
- margin: auto;
862
- transition: transform 0.3s;
863
- box-sizing: border-box;
864
- }
865
-
866
- .r-burger-line._top {
867
- transform: translateY(-3px);
868
- }
869
-
870
- .r-header-input:checked ~ .r-header-burger .r-burger-line._top {
871
- transform: translateY(0) rotate(45deg);
872
- margin-top: 0;
873
- }
874
-
875
- .r-burger-line._bottom {
876
- transform: translateY(3px);
877
- }
878
-
879
- .r-header-input:checked ~ .r-header-burger .r-burger-line._bottom {
880
- transform: translateY(0) rotate(-45deg);
881
- margin-top: 0;
882
- }.r-dropdown {
883
- position: relative;
884
- color: var(--r-main-600);
885
- transition: color 0.2s 0.1s;
886
- }
887
- .r-dropdown:hover, .r-dropdown:focus-within {
888
- color: var(--r-main-950);
889
- }
890
- .r-dropdown:hover .r-dropdown-drop, .r-dropdown:focus-within .r-dropdown-drop {
891
- visibility: visible;
892
- pointer-events: all;
893
- transform: translateY(20px);
894
- opacity: 1;
895
- }
896
- .r-dropdown:hover .r-dropdown-chevron, .r-dropdown:focus-within .r-dropdown-chevron {
897
- transform: rotate(180deg);
736
+ .r-dropdown:hover .r-dropdown-chevron, .r-dropdown:focus-within .r-dropdown-chevron {
737
+ transform: rotate(180deg);
898
738
  }
899
739
 
900
740
  .r-dropdown-summary {
@@ -958,214 +798,374 @@
958
798
 
959
799
  .r-dropdown-link._active {
960
800
  color: var(--r-primary-700);
961
- }.r-search-btn {
962
- position: relative;
963
- border-radius: 6px;
964
- background-color: var(--r-main-100);
965
- color: var(--r-main-600);
966
- padding: 8px 16px;
967
- border: 1px solid var(--r-main-200);
968
- width: 100%;
969
- text-align: left;
970
- cursor: text;
801
+ }.r-container {
802
+ max-width: 1180px;
803
+ padding-right: 12px;
804
+ padding-left: 12px;
805
+ margin-right: auto;
806
+ margin-left: auto;
971
807
  box-sizing: border-box;
808
+ }.r-header-social {
809
+ display: flex;
810
+ flex: 1;
811
+ justify-content: flex-end;
972
812
  }
973
- @media screen and (width >= 768px) {
974
- .r-search-btn {
975
- width: 220px;
976
- padding: 8px 96px 8px 16px;
813
+ @media screen and (width >= 1024px) {
814
+ .r-header-social {
815
+ flex: none;
816
+ justify-content: unset;
977
817
  }
978
818
  }
979
- .r-search-btn:hover {
980
- border-color: var(--r-main-600);
819
+
820
+ .r-header-social-git {
821
+ color: var(--r-main-700);
822
+ transition: color 0.2s;
981
823
  }
982
- .r-search-btn:hover .r-search-kbd {
824
+ .r-header-social-git:hover, .r-header-social-git:focus {
983
825
  color: var(--r-main-950);
826
+ }.r-sidebar {
827
+ grid-area: sidebar;
828
+ box-sizing: border-box;
984
829
  }
985
-
986
- .r-search-title {
987
- display: block;
988
- overflow: hidden;
989
- text-overflow: ellipsis;
990
- white-space: nowrap;
830
+ @media screen and (width < 768px) {
831
+ .r-sidebar {
832
+ position: sticky;
833
+ width: calc(100% + 24px);
834
+ top: var(--r-header-height);
835
+ left: 0;
836
+ margin: 0 -12px;
837
+ background-color: var(--r-main-50);
838
+ border-bottom: 1px solid var(--r-main-200);
839
+ z-index: 10;
840
+ opacity: 0.98;
841
+ padding: 0;
842
+ overflow: auto;
843
+ }
991
844
  }
992
845
 
993
- .r-search-kbd {
994
- display: none;
995
- position: absolute;
996
- right: 6px;
997
- top: 50%;
998
- transform: translateY(-50%);
846
+ .r-sidebar-top-mock {
847
+ grid-row-start: 1;
848
+ grid-column-start: 1;
999
849
  }
1000
- @media screen and (width >= 768px) {
1001
- .r-search-kbd {
1002
- display: flex;
850
+
851
+ @media screen and (width < 768px) {
852
+ .r-sidebar-input:not(:checked) ~ .r-sidebar-btn ~ .r-sidebar-nav {
853
+ display: none;
1003
854
  }
1004
855
  }
1005
856
 
1006
- .r-search-dialog {
1007
- width: 100%;
1008
- height: 100%;
1009
- background: none;
1010
- max-width: none;
1011
- max-height: none;
1012
- border: none;
1013
- padding: unset;
1014
- transition: opacity 0.3s ease, overlay 0.4s ease-out allow-discrete, display 0.4s ease-out allow-discrete;
1015
- opacity: 0;
857
+ .r-sidebar-nav {
858
+ box-sizing: border-box;
1016
859
  }
1017
- .r-search-dialog::backdrop {
1018
- backdrop-filter: blur(0);
1019
- background: color-mix(in srgb, var(--r-main-900) 0%, transparent 100%);
1020
- transition: backdrop-filter 0.4s ease-out, background 0.4s ease-out;
860
+ @media screen and (width < 768px) {
861
+ .r-sidebar-nav {
862
+ overflow: auto;
863
+ max-height: calc(100dvh - var(--r-header-height) - 41px);
864
+ }
1021
865
  }
1022
866
 
1023
- .r-search-dialog[open] {
1024
- opacity: 1;
867
+ .r-sidebar-drop {
868
+ margin-top: -4px;
869
+ padding-top: 4px;
1025
870
  }
1026
- @starting-style {
1027
- .r-search-dialog[open] {
1028
- opacity: 0;
871
+
872
+ .r-sidebar-sublist {
873
+ position: relative;
874
+ padding-top: 2px;
875
+ }
876
+ .r-sidebar-sublist:hover::before {
877
+ background-color: var(--r-primary-800);
878
+ transition-delay: initial;
879
+ }
880
+
881
+ .r-sidebar-sublist::before {
882
+ content: "";
883
+ position: absolute;
884
+ top: 0;
885
+ left: -12px;
886
+ right: 0;
887
+ height: 2px;
888
+ border-bottom-left-radius: 2px;
889
+ background-color: var(--r-main-200);
890
+ z-index: 1;
891
+ transition: background-color 0.2s cubic-bezier(0, 0.66, 0.58, 1) 0.05s;
892
+ box-sizing: border-box;
893
+ }
894
+
895
+ .r-sidebar-nav {
896
+ padding: 32px 4px 32px 2px;
897
+ box-sizing: border-box;
898
+ }
899
+ @media screen and (width < 768px) {
900
+ .r-sidebar-nav {
901
+ padding: 12px;
1029
902
  }
1030
903
  }
1031
- .r-search-dialog[open]::backdrop {
1032
- backdrop-filter: blur(4px);
1033
- background: color-mix(in srgb, var(--r-main-900) 40%, transparent 100%);
904
+ @media screen and (width >= 768px) {
905
+ .r-sidebar-nav {
906
+ position: sticky;
907
+ top: var(--r-header-height);
908
+ overflow: auto;
909
+ scrollbar-width: thin;
910
+ scrollbar-color: var(--r-main-200) transparent;
911
+ scrollbar-gutter: stable;
912
+ max-height: calc(100dvh - var(--r-header-height));
913
+ }
1034
914
  }
1035
915
 
1036
- .r-search-popup {
1037
- position: fixed;
1038
- left: 50%;
1039
- transform: translateX(-50%);
1040
- top: calc(var(--r-header-height) + 20px);
1041
- z-index: 200;
916
+ .r-sidebar-space {
917
+ box-sizing: border-box;
918
+ }
919
+ @media screen and (width < 768px) {
920
+ .r-sidebar-space {
921
+ display: block;
922
+ height: 40px;
923
+ }
924
+ }
925
+
926
+ .r-sidebar-btn {
927
+ position: sticky;
928
+ top: 0;
929
+ display: flex;
1042
930
  width: 100%;
1043
- max-width: 540px;
1044
- background-color: color-mix(in srgb, var(--r-main-50) 95%, transparent);
1045
- border: 2px solid var(--r-main-200);
1046
- border-bottom-width: 0;
1047
- border-radius: 12px 12px 0 0;
931
+ font-size: 14px;
932
+ border: 0;
933
+ padding: 12px;
934
+ background: none;
935
+ cursor: pointer;
936
+ color: var(--r-main-800);
937
+ background-color: var(--r-main-50);
938
+ z-index: 1;
939
+ box-sizing: border-box;
940
+ }
941
+ @media screen and (width >= 768px) {
942
+ .r-sidebar-btn {
943
+ display: none;
944
+ }
945
+ }
946
+
947
+ .r-sidebar-chevron {
948
+ display: inline;
949
+ margin-right: 6px;
950
+ transition: transform 0.2s;
951
+ box-sizing: border-box;
952
+ }
953
+
954
+ .r-sidebar-input:checked ~ .r-sidebar-btn .r-sidebar-chevron {
955
+ transform: rotate(90deg);
956
+ }
957
+
958
+ .r-sidebar-list {
959
+ color: var(--r-main-700);
960
+ list-style: none;
961
+ padding: 0;
962
+ margin: 0;
963
+ font-size: 14px;
964
+ box-sizing: border-box;
965
+ }
966
+
967
+ .r-sidebar-drop::details-content {
968
+ overflow: hidden;
969
+ transition: content-visibility 0.4s allow-discrete;
970
+ box-sizing: border-box;
971
+ }
972
+
973
+ .r-sidebar-sublist {
974
+ margin-left: 12px;
975
+ }
976
+
977
+ .r-sidebar-drop > .r-sidebar-sublist {
1048
978
  opacity: 0;
1049
- transform: translateX(-50%) translateY(-20px);
1050
- transition: opacity 0.2s, transform 0.2s;
979
+ transition: opacity 0.2s ease;
1051
980
  }
1052
981
 
1053
- .r-search-dialog[open] .r-search-popup {
982
+ .r-sidebar-drop[open] > .r-sidebar-sublist {
1054
983
  opacity: 1;
1055
- transform: translateX(-50%) translateY(0);
1056
984
  }
985
+
986
+ .r-sidebar-drop > .r-sidebar-sublist > .r-sidebar-li {
987
+ margin-top: -4rem;
988
+ transition: margin-top 0.3s ease;
989
+ }
990
+
1057
991
  @starting-style {
1058
- .r-search-dialog[open] .r-search-popup {
1059
- opacity: 0;
1060
- transform: translateX(-50%) translateY(-20px);
992
+ .r-sidebar-drop[open]._starting-style > .r-sidebar-sublist > .r-sidebar-li {
993
+ margin-top: -4rem;
1061
994
  }
1062
995
  }
1063
996
 
1064
- .r-search-dialog._active .r-search-popup {
1065
- border-radius: 12px;
1066
- border-bottom-width: 2px;
997
+ .r-sidebar-drop[open] > .r-sidebar-sublist > .r-sidebar-li {
998
+ margin-top: 0;
1067
999
  }
1068
1000
 
1069
- .r-search-popup:has(.r-search-input:focus) {
1070
- border-color: var(--r-main-300);
1001
+ .r-sidebar-sublist .r-sidebar-link {
1002
+ position: relative;
1003
+ border-top-left-radius: 0;
1004
+ border-bottom-left-radius: 0;
1005
+ box-sizing: border-box;
1006
+ }
1007
+ .r-sidebar-sublist .r-sidebar-link::before {
1008
+ content: "";
1009
+ position: absolute;
1010
+ left: 0;
1011
+ top: -1px;
1012
+ width: 1px;
1013
+ height: calc(100% + 4px);
1014
+ background-color: var(--r-main-200);
1015
+ transition: background-color 0.2s cubic-bezier(0, 0.66, 0.58, 1) 0.05s;
1016
+ box-sizing: border-box;
1071
1017
  }
1072
1018
 
1073
- .r-search-popup-header {
1019
+ .r-sidebar-li {
1074
1020
  position: relative;
1075
- border-bottom: 1px solid var(--r-main-200);
1021
+ line-height: 1.5;
1076
1022
  }
1077
1023
 
1078
- .r-search-input {
1079
- background: none;
1080
- padding: 16px 20px;
1081
- border: none;
1082
- border-bottom: 2px solid var(--r-main-100);
1083
- width: 100%;
1084
- font-size: 16px;
1085
- box-sizing: border-box;
1024
+ .r-sidebar-li._separator {
1025
+ background: var(--r-main-200);
1026
+ padding: 1px;
1086
1027
  }
1087
- @media screen and (width >= 768px) {
1088
- .r-search-input {
1089
- padding: 16px 72px 16px 20px;
1090
- }
1028
+
1029
+ .r-sidebar-li._droppable > a {
1030
+ padding-right: 32px;
1091
1031
  }
1092
- .r-search-input:hover {
1093
- border-bottom-color: var(--r-main-300);
1032
+
1033
+ .r-sidebar-li-d0 {
1034
+ margin-left: -8px;
1094
1035
  }
1095
- .r-search-input:focus {
1096
- outline: none;
1097
- border-bottom-color: var(--r-primary-600);
1036
+
1037
+ .r-sidebar-p {
1038
+ margin: 0;
1039
+ padding: 4px 10px;
1040
+ }
1041
+
1042
+ .r-sidebar-heading {
1043
+ color: var(--r-main-900);
1044
+ font-weight: 600;
1045
+ margin-block-end: 4px;
1046
+ }
1047
+ .r-sidebar-heading:not(:first-child) {
1048
+ margin-block-start: 12px;
1049
+ }
1050
+
1051
+ .r-sidebar-link {
1052
+ padding: 4px 10px;
1053
+ color: inherit;
1054
+ border-bottom: 2px solid transparent;
1055
+ border-radius: 2px;
1056
+ text-decoration: none;
1057
+ display: -webkit-box;
1058
+ -webkit-box-orient: vertical;
1059
+ -webkit-line-clamp: 3;
1060
+ overflow: hidden;
1061
+ transition: background-color 0.2s cubic-bezier(0, 0.66, 0.58, 1) 0.05s, color 0.2s cubic-bezier(0, 0.66, 0.58, 1) 0.05s;
1062
+ }
1063
+
1064
+ .r-sidebar-link._target {
1065
+ color: var(--r-primary-950);
1066
+ background-color: var(--r-main-50);
1067
+ }
1068
+
1069
+ .r-sidebar-link:hover {
1070
+ color: var(--r-primary-800);
1071
+ background-color: var(--r-main-100);
1072
+ transition-delay: initial;
1073
+ }
1074
+ .r-sidebar-link:hover::before {
1075
+ background-color: currentColor;
1076
+ transition-delay: initial;
1077
+ }
1078
+
1079
+ .r-sidebar-link._active {
1080
+ color: var(--r-primary-700);
1081
+ background-color: var(--r-main-50);
1082
+ }
1083
+ .r-sidebar-link._active::before {
1084
+ background-color: currentColor;
1085
+ }
1086
+
1087
+ .r-sidebar-drop-btn {
1088
+ position: absolute;
1089
+ right: 3px;
1090
+ top: 5px;
1091
+ border-radius: 4px;
1092
+ padding: 4px;
1093
+ list-style: none;
1094
+ cursor: pointer;
1095
+ transition: color 0.2s cubic-bezier(0, 0.66, 0.58, 1) 0.05s;
1096
+ }
1097
+ .r-sidebar-drop-btn:hover {
1098
+ color: var(--r-primary-500);
1099
+ transition-delay: initial;
1100
+ }
1101
+ .r-sidebar-drop-btn::before {
1102
+ content: "";
1103
+ position: absolute;
1104
+ inset: -4px;
1105
+ }
1106
+ .r-sidebar-drop-btn::-webkit-details-marker {
1107
+ display: none;
1108
+ }
1109
+
1110
+ .r-sidebar-drop-icon {
1111
+ display: block;
1112
+ transition: transform 0.2s;
1113
+ }
1114
+
1115
+ .r-sidebar-drop[open] > .r-sidebar-drop-btn > .r-sidebar-drop-icon {
1116
+ transform: rotate(90deg);
1117
+ }.r-article {
1118
+ padding: 20px 0 40px;
1119
+ grid-area: content;
1120
+ }
1121
+ @media screen and (width >= 1180px) {
1122
+ .r-article {
1123
+ padding: 32px 0 40px;
1124
+ }
1125
+ }
1126
+ .r-article > *:first-child {
1127
+ margin-top: 0;
1098
1128
  }
1099
- .r-search-input::placeholder {
1100
- color: var(--r-main-500);
1129
+ .r-article > *:last-child {
1130
+ margin-bottom: 0;
1101
1131
  }
1102
1132
 
1103
- .r-search-popup-kbd {
1104
- color: var(--r-main-600);
1105
- right: 20px;
1133
+ .r-checkbox {
1134
+ cursor: pointer;
1135
+ width: 20px;
1136
+ height: 20px;
1137
+ margin: 4px;
1138
+ vertical-align: middle;
1139
+ box-sizing: border-box;
1106
1140
  }
1107
1141
 
1108
- .r-search-results {
1109
- padding: 2px 8px 8px;
1110
- max-height: min(400px, 100dvh - 200px);
1111
- overflow-y: auto;
1142
+ .r-label {
1143
+ cursor: pointer;
1144
+ }
1145
+
1146
+ .r-task-ol,
1147
+ .r-task-ul {
1112
1148
  list-style: none;
1113
- scrollbar-width: thin;
1114
- scrollbar-color: var(--r-main-200) transparent;
1115
- margin: 0;
1116
- box-sizing: border-box;
1117
1149
  }
1118
1150
 
1119
- .r-search-item {
1151
+ .r-task-label {
1120
1152
  display: block;
1121
- text-decoration: none;
1122
- color: var(--r-main-700);
1123
- padding: 8px 12px;
1124
- border: 1px solid var(--r-main-100);
1125
- border-radius: 10px;
1126
1153
  width: 100%;
1127
- margin-top: 6px;
1154
+ padding-top: 2px;
1155
+ padding-bottom: 2px;
1128
1156
  box-sizing: border-box;
1129
1157
  }
1130
- .r-search-item:hover, .r-search-item:focus {
1131
- color: var(--r-main-950);
1132
- background-color: var(--r-main-50);
1133
- border-color: var(--r-main-200);
1134
- }
1135
-
1136
- .r-search-item-title {
1137
- margin: 0;
1158
+ .r-task-label:hover .r-checkbox {
1159
+ filter: brightness(0.8);
1138
1160
  }
1139
1161
 
1140
- .r-search-item-desc {
1141
- font-size: 14px;
1142
- color: var(--r-main-600);
1143
- margin: 12px 0 0;
1144
- }.r-container {
1145
- max-width: 1180px;
1146
- padding-right: 12px;
1147
- padding-left: 12px;
1148
- margin-right: auto;
1149
- margin-left: auto;
1150
- box-sizing: border-box;
1151
- }.r-header-social {
1152
- display: flex;
1153
- flex: 1;
1154
- justify-content: flex-end;
1155
- }
1156
- @media screen and (width >= 1024px) {
1157
- .r-header-social {
1158
- flex: none;
1159
- justify-content: unset;
1160
- }
1162
+ .r-task-li.r-task-li {
1163
+ margin-block-start: 2px;
1164
+ margin-block-end: 2px;
1161
1165
  }
1162
1166
 
1163
- .r-header-social-git {
1164
- color: var(--r-main-700);
1165
- transition: color 0.2s;
1166
- }
1167
- .r-header-social-git:hover, .r-header-social-git:focus {
1168
- color: var(--r-main-950);
1167
+ .r-label-text {
1168
+ vertical-align: middle;
1169
1169
  }.r-theme-switcher {
1170
1170
  position: relative;
1171
1171
  display: flex;
@@ -1252,6 +1252,55 @@
1252
1252
  user-select: none;
1253
1253
  pointer-events: none;
1254
1254
  box-sizing: border-box;
1255
+ }.r-backdrop {
1256
+ position: fixed;
1257
+ top: 0;
1258
+ right: 0;
1259
+ bottom: 0;
1260
+ left: 0;
1261
+ opacity: 0;
1262
+ visibility: hidden;
1263
+ pointer-events: none;
1264
+ z-index: 100;
1265
+ }
1266
+
1267
+ .r-backdrop._visible {
1268
+ opacity: 1;
1269
+ visibility: visible;
1270
+ pointer-events: all;
1271
+ }.r-git-logo {
1272
+ display: block;
1273
+ }.r-external-mark {
1274
+ position: relative;
1275
+ vertical-align: text-top;
1276
+ display: inline-block;
1277
+ margin-left: -4px;
1278
+ margin-right: 2px;
1279
+ width: 6px;
1280
+ height: 6px;
1281
+ box-sizing: border-box;
1282
+ }
1283
+ .r-external-mark::after {
1284
+ content: "";
1285
+ position: absolute;
1286
+ top: 0;
1287
+ right: 0;
1288
+ width: 100%;
1289
+ height: 100%;
1290
+ border-top: 1px solid currentColor;
1291
+ border-right: 1px solid currentColor;
1292
+ box-sizing: border-box;
1293
+ }
1294
+ .r-external-mark::before {
1295
+ content: "";
1296
+ position: absolute;
1297
+ top: 0;
1298
+ right: 0;
1299
+ width: 3px;
1300
+ height: 3px;
1301
+ background-color: currentColor;
1302
+ border-radius: 0 0 0 4px;
1303
+ box-sizing: border-box;
1255
1304
  }.r-contents {
1256
1305
  grid-area: contents;
1257
1306
  }
@@ -1607,54 +1656,13 @@
1607
1656
  }.r-last-modified {
1608
1657
  color: var(--r-main-700);
1609
1658
  margin-block-start: 16px;
1610
- }.r-backdrop {
1611
- position: fixed;
1612
- top: 0;
1613
- right: 0;
1614
- bottom: 0;
1615
- left: 0;
1616
- opacity: 0;
1617
- visibility: hidden;
1618
- pointer-events: none;
1619
- z-index: 100;
1620
- }
1621
-
1622
- .r-backdrop._visible {
1623
- opacity: 1;
1624
- visibility: visible;
1625
- pointer-events: all;
1626
- }.r-git-logo {
1627
- display: block;
1628
- }.r-external-mark {
1629
- position: relative;
1630
- vertical-align: text-top;
1631
- display: inline-block;
1632
- margin-left: -4px;
1633
- margin-right: 2px;
1634
- width: 6px;
1635
- height: 6px;
1636
- box-sizing: border-box;
1637
- }
1638
- .r-external-mark::after {
1639
- content: "";
1640
- position: absolute;
1641
- top: 0;
1642
- right: 0;
1643
- width: 100%;
1644
- height: 100%;
1645
- border-top: 1px solid currentColor;
1646
- border-right: 1px solid currentColor;
1647
- box-sizing: border-box;
1648
- }
1649
- .r-external-mark::before {
1650
- content: "";
1651
- position: absolute;
1652
- top: 0;
1653
- right: 0;
1654
- width: 3px;
1655
- height: 3px;
1656
- background-color: currentColor;
1657
- border-radius: 0 0 0 4px;
1659
+ }.r-kbd-key {
1660
+ background-color: var(--r-main-200);
1661
+ font-size: 12px;
1662
+ border-radius: 4px;
1663
+ padding: 5px 8px;
1664
+ min-width: 24px;
1665
+ text-align: center;
1658
1666
  box-sizing: border-box;
1659
1667
  }.r-kbd-container {
1660
1668
  display: flex;
@@ -1664,14 +1672,6 @@
1664
1672
  }
1665
1673
  .r-kbd-container:hover {
1666
1674
  color: var(--r-main-950);
1667
- }.r-kbd-key {
1668
- background-color: var(--r-main-200);
1669
- font-size: 12px;
1670
- border-radius: 4px;
1671
- padding: 5px 8px;
1672
- min-width: 24px;
1673
- text-align: center;
1674
- box-sizing: border-box;
1675
1675
  }.r-anchor-heading:hover .r-anchor-heading-link {
1676
1676
  visibility: visible;
1677
1677
  opacity: 1;
@@ -1742,6 +1742,16 @@
1742
1742
 
1743
1743
  .r-code-section-filename {
1744
1744
  font-family: var(--monospace-font, monospace, monospace);
1745
+ }.r-block {
1746
+ position: relative;
1747
+ width: 100%;
1748
+ overflow: auto;
1749
+ margin-block-start: 12px;
1750
+ margin-block-end: 12px;
1751
+ scrollbar-width: thin;
1752
+ scrollbar-color: var(--r-main-200) transparent;
1753
+ box-sizing: border-box;
1754
+ z-index: 1;
1745
1755
  }.r-blockquote {
1746
1756
  padding: 4px 12px 4px 20px;
1747
1757
  border: 4px solid var(--r-main-100);
@@ -1842,16 +1852,6 @@
1842
1852
  }.r-img {
1843
1853
  max-width: 100%;
1844
1854
  box-sizing: border-box;
1845
- }.r-block {
1846
- position: relative;
1847
- width: 100%;
1848
- overflow: auto;
1849
- margin-block-start: 12px;
1850
- margin-block-end: 12px;
1851
- scrollbar-width: thin;
1852
- scrollbar-color: var(--r-main-200) transparent;
1853
- box-sizing: border-box;
1854
- z-index: 1;
1855
1855
  }.r-p {
1856
1856
  line-height: 1.8;
1857
1857
  margin-block-start: 1em;
@@ -2017,6 +2017,10 @@
2017
2017
  background-color: currentColor;
2018
2018
  border-radius: 0 0 0 4px;
2019
2019
  box-sizing: border-box;
2020
+ }.r-ol {
2021
+ padding-inline-start: 2rem;
2022
+ margin-block-start: 1em;
2023
+ margin-block-end: 1em;
2020
2024
  }.r-li {
2021
2025
  line-height: 1.8;
2022
2026
  margin-block-start: 6px;
@@ -2028,10 +2032,6 @@
2028
2032
  padding-inline-start: 20px;
2029
2033
  margin-block-start: 6px;
2030
2034
  margin-block-end: 6px;
2031
- }.r-ol {
2032
- padding-inline-start: 2rem;
2033
- margin-block-start: 1em;
2034
- margin-block-end: 1em;
2035
2035
  }.r-ul {
2036
2036
  padding-inline-start: 2rem;
2037
2037
  margin-block-start: 1em;
@@ -2054,49 +2054,49 @@
2054
2054
  z-index: -1;
2055
2055
  border-radius: 8px;
2056
2056
  border: 1px solid var(--r-main-200);
2057
- }.r-th {
2057
+ }.r-td {
2058
2058
  padding: 8px 12px;
2059
2059
  border-collapse: collapse;
2060
- background-color: var(--r-main-100);
2061
- border-bottom: 1px solid var(--r-main-200);
2062
2060
  }
2063
- .r-thead .r-th:first-child {
2064
- border-top-left-radius: 6px;
2065
- }
2066
- .r-thead .r-th:last-child {
2067
- border-top-right-radius: 6px;
2068
- }
2069
- .r-th:not(:last-child) {
2061
+ .r-td:not(:last-child) {
2070
2062
  border-right: 1px solid var(--r-main-200);
2071
2063
  }
2072
2064
 
2073
- .r-th_left {
2065
+ .r-td_left {
2074
2066
  text-align: left;
2075
2067
  }
2076
2068
 
2077
- .r-th_center {
2069
+ .r-td_center {
2078
2070
  text-align: center;
2079
2071
  }
2080
2072
 
2081
- .r-th_right {
2073
+ .r-td_right {
2082
2074
  text-align: right;
2083
- }.r-td {
2075
+ }.r-th {
2084
2076
  padding: 8px 12px;
2085
2077
  border-collapse: collapse;
2078
+ background-color: var(--r-main-100);
2079
+ border-bottom: 1px solid var(--r-main-200);
2086
2080
  }
2087
- .r-td:not(:last-child) {
2081
+ .r-thead .r-th:first-child {
2082
+ border-top-left-radius: 6px;
2083
+ }
2084
+ .r-thead .r-th:last-child {
2085
+ border-top-right-radius: 6px;
2086
+ }
2087
+ .r-th:not(:last-child) {
2088
2088
  border-right: 1px solid var(--r-main-200);
2089
2089
  }
2090
2090
 
2091
- .r-td_left {
2091
+ .r-th_left {
2092
2092
  text-align: left;
2093
2093
  }
2094
2094
 
2095
- .r-td_center {
2095
+ .r-th_center {
2096
2096
  text-align: center;
2097
2097
  }
2098
2098
 
2099
- .r-td_right {
2099
+ .r-th_right {
2100
2100
  text-align: right;
2101
2101
  }.r-tr {
2102
2102
  border-collapse: collapse;