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