File tree Expand file tree Collapse file tree 3 files changed +24
-45
lines changed Expand file tree Collapse file tree 3 files changed +24
-45
lines changed Original file line number Diff line number Diff line change 2
2
padding : 30px ;
3
3
}
4
4
5
- .casestudies a : hover {
6
- text-decoration : none;
7
- color : black
8
- }
9
-
10
5
.casestudies-title {
11
6
display : flex;
12
7
justify-content : center;
28
23
border-radius : 3px ;
29
24
}
30
25
31
- .casestudies a {
32
- color : var (--colorPrimaryDark ) !important ;
33
- }
34
-
35
26
.casestudies-box-title {
36
27
margin : 15px ;
37
28
font-size : 16px ;
58
49
59
50
.casestudies-underline {
60
51
display : inline-block;
61
- vertical-align : middle;
62
52
-webkit-transform : perspective (1px ) translateZ (0 );
63
53
transform : perspective (1px ) translateZ (0 );
64
- /* Black, with 10% opacity */
65
- box-shadow : 0 px 8 px 15 px rgba ( 0 , 0 , 0 , 0.1 );
54
+ border : .02 em solid var ( --pst-color-border );
55
+ box-shadow : 0 .2 rem .5 rem var ( --pst-color-shadow ) , 0 0 .0625 rem var ( --pst-color-shadow );
66
56
position : relative;
67
57
overflow : hidden;
68
58
}
74
64
left : 0 ;
75
65
right : 100% ;
76
66
bottom : 0 ;
77
- background : var (--colorPrimaryDark );
78
67
height : 4px ;
79
68
-webkit-transition-property : right;
80
69
transition-property : right;
Original file line number Diff line number Diff line change 1
1
.hero-right {
2
2
display : flex;
3
3
flex-direction : column;
4
- /* Black, with 10% opacity */
5
- box-shadow : 0px 8px 15px rgba (0 , 0 , 0 , 0.1 );
6
- background : rgb (238 , 238 , 238 );
7
4
padding : 15px ;
5
+ background : var (--pst-color-surface );
8
6
}
9
7
10
8
.numpy-shell-canvas {
24
22
25
23
.numpy-shell {
26
24
flex : 2 ;
27
- padding : 0 15 px ;
25
+ border : 1 px solid var ( --pst-color-border ) ;
28
26
}
29
27
30
28
.shell-title-container {
48
46
}
49
47
50
48
.shell-lesson .highlight pre {
49
+ background-color : var (--pst-gray-800 );
51
50
height : 100% ;
52
51
}
53
52
53
+ .shell-lesson .highlight pre code {
54
+ color : # f3c7ee ;
55
+ }
56
+
54
57
.shell-lesson > p {
55
58
margin : 2px 0 2px 0 ;
56
59
}
Original file line number Diff line number Diff line change 1
- .uikit-tab-wrapper-mobile {
2
- display : flex;
3
- flex-direction : row;
1
+ [role = "tablist" ] {
2
+ justify-content : center;
3
+ }
4
+
5
+ blockquote footer ::before {
6
+ content : "— " ;
7
+ }
8
+
9
+ table td : not ([align ]), table th : not ([align ]) {
10
+ text-align : inherit;
11
+ }
12
+
13
+ table td , table th {
14
+ vertical-align : top;
4
15
}
5
16
6
17
.tabs-section {
26
37
margin : 15px auto;
27
38
}
28
39
29
- .uk-tab > li {
30
- padding : 0 10px ;
31
- }
32
-
33
- .uk-nav > li > a {
34
- height : 35px ;
35
- font-size : 13px ;
36
- text-transform : uppercase;
37
- letter-spacing : 1.5px ;
38
- font-weight : 500 ;
39
- color : rgb (108 , 122 , 137 );
40
- }
41
-
42
- # tabs-content > li {
43
- width : 90vw ;
44
- max-width : 900px ;
45
- margin : 50px auto;
46
- }
47
-
48
40
@media only screen and (max-width : 1200px ) {
49
41
.tabs-section {
50
42
margin : 30px 10px ;
@@ -112,10 +104,6 @@ td.bold-text {
112
104
min-width : 120px ;
113
105
}
114
106
115
- .scientific-domains td .bold-text {
116
- color : var (--colorPrimaryDark );
117
- }
118
-
119
107
img .cell-layout {
120
108
border-radius : 10px ;
121
109
width : 50px ;
@@ -139,7 +127,6 @@ td.full-center-text {
139
127
td .lastrow-center-text {
140
128
text-align : center;
141
129
line-height : 35% ;
142
- border-bottom : 1px solid rgb (255 , 255 , 255 );
143
130
}
144
131
145
132
/* Array Libraries */
@@ -151,4 +138,4 @@ img.first-column-layout {
151
138
152
139
td .left-text {
153
140
vertical-align : middle;
154
- }
141
+ }
You can’t perform that action at this time.
0 commit comments