19
19
--ifm-color-secondary-s1 : # a0c9ff ;
20
20
--ifm-color-secondary-s2 : # 002646 ;
21
21
--ifm-color-secondary-s3 : # 00497F ;
22
-
22
+
23
23
24
24
--ifm-color-neutral-n1 : # 605e58 ;
25
25
--ifm-color-neutral-n2 : # 371300 ;
187
187
.row-with-margins {
188
188
margin : var (--ifm-spacing-xl ) 0 ;
189
189
}
190
+
190
191
.col {
191
192
padding : 0 ;
192
193
}
197
198
font-size : 32px ;
198
199
font-style : normal;
199
200
font-weight : 600 ;
200
- line-height : 150% ; /* 36px */
201
+ line-height : 150% ;
202
+ /* 36px */
201
203
letter-spacing : 1.056px ;
202
204
text-align : center;
203
205
padding : 0 ;
232
234
font-size : 16px ;
233
235
font-weight : 500 ;
234
236
color : var (--ifm-color-secondary-s2 );
235
- padding : var (--ifm-spacing-2xl ) var (--ifm-spacing-lg ) 0
236
- var (--ifm-spacing-lg );
237
+ padding : var (--ifm-spacing-2xl ) var (--ifm-spacing-lg ) 0 var (--ifm-spacing-lg );
237
238
background-color : var (--ifm-color-secondary-s1 );
238
239
line-height : 20px ;
239
240
letter-spacing : 0.1px ;
343
344
line-height : 150% ;
344
345
background-color : var (--ifm-color-secondary-s1 );
345
346
color : var (--ifm-color-secondary-s2 );
346
- padding : var (--ifm-spacing-2xl ) var (--ifm-spacing-4xl ) 0
347
- var (--ifm-spacing-4xl );
347
+ padding : var (--ifm-spacing-2xl ) var (--ifm-spacing-4xl ) 0 var (--ifm-spacing-4xl );
348
348
}
349
349
350
350
.blue-banner-header {
387
387
justify-content : center;
388
388
}
389
389
}
390
+
390
391
/***********************************************************/
391
392
392
393
.social-media-links {
@@ -496,14 +497,20 @@ a {
496
497
a : hover ,
497
498
/* We need to (re)override some of the infima rules to have proper states on
498
499
navbar links, table of contents, and docs sidebar links, respectively */
499
- a .navbar__link : hover , /* Top bar navigation links */
500
- a .table-of-contents__link : hover , /*Right sidebar links (table of contents) */
501
- a [class ^= "sidebarItemLink" ]: hover /* The docs sidebar links do not have its own class */ {
500
+ a .navbar__link : hover ,
501
+ /* Top bar navigation links */
502
+ a .table-of-contents__link : hover ,
503
+ /*Right sidebar links (table of contents) */
504
+ a [class ^= "sidebarItemLink" ]: hover
505
+
506
+ /* The docs sidebar links do not have its own class */
507
+ {
502
508
/*text-decoration: underline;
503
509
text-decoration-thickness: var(--pydata-link-hover-decoration-thickness);
504
510
text-decoration-skip-ink: none;
505
511
text-decoration-skip: none;*/
506
512
}
513
+
507
514
a : active ,
508
515
a .navbar__link : active ,
509
516
a .table-of-contents__link : active ,
@@ -513,13 +520,15 @@ a[class^="sidebarItemLink"]:active {
513
520
514
521
/* In some cases, we override the underlines because there are other elements that
515
522
already report the state (e.g. borders, background colors, etc) */
516
- a [class ^= "sidebarItemLink" ][aria-current = "page" ], /* No underline if this is the current page */
523
+ a [class ^= "sidebarItemLink" ][aria-current = "page" ],
524
+ /* No underline if this is the current page */
517
525
a .navbar__link ,
518
526
.navbar-sidebar__item ,
519
527
.menu a ,
520
528
.navbar__items--right a ,
521
529
.pagination-nav__link ,
522
- a .card , /* These cards are used in index-like documentation pages */
530
+ a .card ,
531
+ /* These cards are used in index-like documentation pages */
523
532
a .card : hover {
524
533
text-decoration : none;
525
534
}
@@ -532,6 +541,7 @@ a.menu__link:active {
532
541
background : white;
533
542
color : # 000 ;
534
543
}
544
+
535
545
[data-theme = "dark" ] .pagination-nav__link : active ,
536
546
[data-theme = "dark" ] a .card : active ,
537
547
[data-theme = "dark" ] a .menu__link : active {
@@ -551,10 +561,11 @@ a.menu__link:active {
551
561
.contact {
552
562
background-color : var (--ifm-color-primary-p1 );
553
563
color : var (--ifm-color-text-on-primary-p1 );
564
+ font-size : 14px ;
554
565
border-radius : 4px ;
555
566
font-weight : bolder;
556
567
font-style : normal;
557
- margin : var (--ifm-navbar-item-padding-vertical ) 8 px ;
568
+ margin : var (--ifm-navbar-item-padding-vertical ) 2 px ;
558
569
}
559
570
560
571
.contact : hover {
@@ -563,10 +574,12 @@ a.menu__link:active {
563
574
564
575
.fundable_projects {
565
576
background-color : var (--ifm-color-secondary-s1 );
577
+ font-size : 14px ;
566
578
color : black;
567
579
border-radius : 4px ;
580
+ font-weight : bolder;
568
581
font-style : normal;
569
- margin : var (--ifm-navbar-item-padding-vertical ) 8 px ;
582
+ margin : var (--ifm-navbar-item-padding-vertical ) 2 px ;
570
583
}
571
584
572
585
.fundable_projects : hover {
@@ -609,8 +622,8 @@ a.menu__link:active {
609
622
background : url(@site / static/img/socialmedias/RSS.svg);
610
623
content : "" ;
611
624
display : flex;
612
- height : 36 px ;
613
- width : 36 px ;
625
+ height : 32 px ;
626
+ width : 32 px ;
614
627
background-repeat : no-repeat;
615
628
}
616
629
@@ -622,8 +635,8 @@ a.menu__link:active {
622
635
background : url(@site / static/img/socialmedias/GH.svg);
623
636
content : "" ;
624
637
display : flex;
625
- height : 36 px ;
626
- width : 37 px ;
638
+ height : 32 px ;
639
+ width : 32 px ;
627
640
background-repeat : no-repeat;
628
641
}
629
642
@@ -635,8 +648,8 @@ a.menu__link:active {
635
648
background : url(@site / static/img/socialmedias/LinkedIn.svg);
636
649
content : "" ;
637
650
display : flex;
638
- height : 36 px ;
639
- width : 37 px ;
651
+ height : 32 px ;
652
+ width : 32 px ;
640
653
background-repeat : no-repeat;
641
654
}
642
655
@@ -648,8 +661,8 @@ a.menu__link:active {
648
661
background : url(@site / static/img/socialmedias/Bluesky.svg);
649
662
content : "" ;
650
663
display : flex;
651
- height : 36 px ;
652
- width : 37 px ;
664
+ height : 32 px ;
665
+ width : 32 px ;
653
666
background-repeat : no-repeat;
654
667
}
655
668
@@ -661,8 +674,8 @@ a.menu__link:active {
661
674
background : url(@site / static/img/socialmedias/Mastodon.svg);
662
675
content : "" ;
663
676
display : flex;
664
- height : 36 px ;
665
- width : 37 px ;
677
+ height : 32 px ;
678
+ width : 32 px ;
666
679
background-repeat : no-repeat;
667
680
}
668
681
@@ -703,9 +716,11 @@ ul.row {
703
716
.items-list {
704
717
list-style-type : none;
705
718
}
719
+
706
720
.custom-progress-bar ::-webkit-progress-value {
707
721
background-color : var (--ifm-color-primary-p1 );
708
722
}
723
+
709
724
.custom-progress-bar ::-webkit-progress-bar {
710
725
background-color : # eee ;
711
- }
726
+ }
0 commit comments