File tree Expand file tree Collapse file tree 10 files changed +32
-32
lines changed
Expand file tree Collapse file tree 10 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 44 opacity : 0 ;
55 visibility : hidden;
66 bottom : 25px ;
7- margin : 0 25 px 0 0 ;
7+ margin : 0 1.563 rem 0 0 ;
88 z-index : 9999 ;
99 transition : 0.35s ;
1010 transform : scale (0.7 );
3434 transition : all 0.3s ;
3535 border-radius : 50% ;
3636 text-align : center;
37- font-size : 26 px ;
37+ font-size : 1.625 rem ;
3838}
3939body # backtotop a {
4040 outline : none;
Original file line number Diff line number Diff line change 99 flex-basis : 70em ;
1010 flex-shrink : 1 ;
1111 flex-direction : column;
12- margin : 0 30 px ;
12+ margin : 0 1.875 rem ;
1313 padding : 1rem ;
1414
1515 /* Handle code cells overflowing */
Original file line number Diff line number Diff line change 1010}
1111
1212# footer-logo-column {
13- padding : 20 px 5vw ;
13+ padding : 1.25 rem 5vw ;
1414 font-size : 1rem ;
1515}
1616
2323}
2424
2525.footer-column {
26- padding-left : 0 px ;
27- margin-top : 20 px ;
26+ padding-left : 0 ;
27+ margin-top : 1.25 rem ;
2828 flex-basis : 0 ;
2929 flex-grow : 1 ;
3030 flex-shrink : 1 ;
4040
4141.footer-actions {
4242 max-width : 25vw ;
43- margin : 20 px 25 px ;
43+ margin : 1.25 rem 1.563 rem ;
4444}
4545
4646.footer-actions > p {
104104}
105105
106106.copyright {
107- font-size : 12 px ;
107+ font-size : 0.75 rem ;
108108 color : var (--colorSecondary );
109109}
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ dl.field-list {
66dl .field-list > dt {
77 font-weight : bold;
88 word-break : break-word;
9- padding-left : 0.5 em ;
10- padding-right : 5 px ;
9+ padding-left : 0.5 rem ;
10+ padding-right : 0.313 rem ;
1111}
1212
1313dl .field-list > dd {
14- padding-left : 0.5 em ;
15- margin-top : 0 em ;
16- margin-left : 0 em ;
17- margin-bottom : 0 em ;
14+ padding-left : 0.5 rem ;
15+ margin-top : 0 ;
16+ margin-left : 0 ;
17+ margin-bottom : 0 ;
1818}
Original file line number Diff line number Diff line change 2020.news-title {
2121 display : flex;
2222 letter-spacing : 1.5px ;
23- font-size : 27 px ;
23+ font-size : 1.688 rem ;
2424 font-weight : bold;
25- margin : 10 px ;
26- margin-right : 20 px ;
25+ margin : 0.625 rem ;
26+ margin-right : 1.25 rem ;
2727}
2828
2929@media only screen and (max-width : 1300px ) {
3939@media only screen and (max-width : 1090px ) {
4040 .news-container {
4141 flex-direction : column;
42- padding : 30 px ;
42+ padding : 1.875 rem ;
4343 }
4444
4545 .news-date {
Original file line number Diff line number Diff line change 9999}
100100
101101.tag-cloud-title {
102- font-size : 32 px ;
103- margin-top : 60 px ;
104- padding-bottom : 10 px ;
102+ font-size : 2 rem ;
103+ margin-top : 3.75 rem ;
104+ padding-bottom : 0.625 rem ;
105105}
Original file line number Diff line number Diff line change 1010}
1111
1212# shortcuts {
13- margin-top : 10 px ;
13+ margin-top : 0.625 rem ;
1414 font-size : 0.9rem ;
1515}
1616
2020}
2121
2222# shortcuts > div : not (.active ) {
23- margin-left : 2 px ;
23+ margin-left : 0.125 rem ;
2424 border-left : 1px solid var (--pst-color-text-base );
2525 opacity : 0.75 ;
2626}
3232}
3333
3434.shortcuts-H2 {
35- padding : 5 px 5 px 0 15 px ;
35+ padding : 0.313 rem 0.313 rem 0 0.938 rem ;
3636 font-size : 95% ;
3737 cursor : pointer;
3838}
3939
4040.shortcuts-H3 {
41- padding : 5 px 5 px 0 25 px ;
41+ padding : 0.313 rem 0.313 rem 0 1.563 rem ;
4242 font-size : 90% ;
4343 cursor : pointer;
4444}
4545
4646.shortcuts-H4 {
47- padding : 5 px 5 px 0 35 px ;
47+ padding : 0.313 rem 0.313 rem 0 2.188 rem ;
4848 font-size : 85% ;
4949 cursor : pointer;
5050}
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ a > code {
109109
110110@media only screen and (max-width : 600px ) {
111111 .flex-column {
112- margin : 0 30 px ;
112+ margin : 0 1.875 rem ;
113113 }
114114}
115115
@@ -130,7 +130,7 @@ svg.icon {
130130}
131131
132132.chroma {
133- padding : 10 px ;
133+ padding : 0.625 rem ;
134134}
135135
136136/* reboot stuff needed for pydata-sphinx-theme */
Original file line number Diff line number Diff line change 77 display : flex;
88 flex-flow : row wrap;
99 row-gap : 0.25rem ;
10- margin-bottom : 0 px ;
11- padding-bottom : 0 px ;
10+ margin-bottom : 0 ;
11+ padding-bottom : 0 ;
1212}
1313
1414/* The tab is the clickable element that selects between tabpanels (see below) */
4848[role = "tabpanel" ] {
4949 border-top : 1px solid var (--pst-color-border );
5050 border-bottom : 1px solid var (--pst-color-border );
51- margin-top : 1 px ;
51+ margin-top : 0.063 rem ;
5252 padding-top : 0.5rem ;
5353 padding-bottom : 0.5rem ;
5454 width : 100% ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ iframe {
1313 max-width : 100% ;
1414 height : 360px ;
1515 margin-top : 1rem ;
16- margin-bottom : 0 rem ;
16+ margin-bottom : 0 ;
1717}
1818
1919.youtube .video-meta {
You can’t perform that action at this time.
0 commit comments