@@ -3,66 +3,122 @@ $link-color: $primary !default;
3
3
$link-hover-color : lighten ($link-color , 15% ) !default ;
4
4
5
5
/* Bootstrap imports */
6
- @import ' ~ bootstrap/scss/_functions' ;
7
- @import ' ~ bootstrap/scss/_variables' ;
6
+ @import ' bootstrap/scss/_functions' ;
7
+ @import ' bootstrap/scss/_variables' ;
8
8
9
-
10
- @import ' ~bootstrap/scss/_mixins' ;
11
- @import ' ~bootstrap/scss/_root' ;
12
- @import ' ~bootstrap/scss/_reboot' ;
13
- @import ' ~bootstrap/scss/_type' ;
9
+ @import ' bootstrap/scss/_mixins' ;
10
+ @import ' bootstrap/scss/_root' ;
11
+ @import ' bootstrap/scss/_reboot' ;
12
+ @import ' bootstrap/scss/_type' ;
14
13
/*
15
- @import '~ bootstrap/scss/_images';
16
- @import '~ bootstrap/scss/_code';
14
+ @import 'bootstrap/scss/_images';
15
+ @import 'bootstrap/scss/_code';
17
16
*/
18
- @import ' ~ bootstrap/scss/_grid' ;
19
- @import ' ~ bootstrap/scss/_tables' ;
20
- @import ' ~ bootstrap/scss/_forms' ;
21
- @import ' ~ bootstrap/scss/_buttons' ;
17
+ @import ' bootstrap/scss/_grid' ;
18
+ @import ' bootstrap/scss/_tables' ;
19
+ @import ' bootstrap/scss/_forms' ;
20
+ @import ' bootstrap/scss/_buttons' ;
22
21
/*
23
- @import '~ bootstrap/scss/_transitions';
24
- @import '~ bootstrap/scss/_dropdown';
22
+ @import 'bootstrap/scss/_transitions';
23
+ @import 'bootstrap/scss/_dropdown';
25
24
*/
26
- @import ' ~ bootstrap/scss/_button-group' ;
25
+ @import ' bootstrap/scss/_button-group' ;
27
26
/*
28
- @import '~ bootstrap/scss/_input-group';
27
+ @import 'bootstrap/scss/_input-group';
29
28
*/
30
- @import ' ~ bootstrap/scss/_custom-forms' ;
31
- @import ' ~ bootstrap/scss/_nav' ;
29
+ @import ' bootstrap/scss/_custom-forms' ;
30
+ @import ' bootstrap/scss/_nav' ;
32
31
/*
33
- @import '~ bootstrap/scss/_navbar';
32
+ @import 'bootstrap/scss/_navbar';
34
33
*/
35
- @import ' ~ bootstrap/scss/_card' ;
34
+ @import ' bootstrap/scss/_card' ;
36
35
/*
37
- @import '~ bootstrap/scss/_breadcrumb';
36
+ @import 'bootstrap/scss/_breadcrumb';
38
37
*/
39
- @import ' ~ bootstrap/scss/_pagination' ;
40
- @import ' ~ bootstrap/scss/_badge' ;
38
+ @import ' bootstrap/scss/_pagination' ;
39
+ @import ' bootstrap/scss/_badge' ;
41
40
/*
42
- @import '~ bootstrap/scss/_jumbotron';
43
- @import '~ bootstrap/scss/_alert';
44
- @import '~ bootstrap/scss/_progress';
45
- @import '~ bootstrap/scss/_media';
46
- @import '~ bootstrap/scss/_list-group';
47
- @import '~ bootstrap/scss/_close';
48
- @import '~ bootstrap/scss/_toasts';
49
- @import '~ bootstrap/scss/_modal';
50
- @import '~ bootstrap/scss/_tooltip';
51
- @import '~ bootstrap/scss/_popover';
52
- @import '~ bootstrap/scss/_carousel';
53
- @import '~ bootstrap/scss/_spinners';
41
+ @import 'bootstrap/scss/_jumbotron';
42
+ @import 'bootstrap/scss/_alert';
43
+ @import 'bootstrap/scss/_progress';
44
+ @import 'bootstrap/scss/_media';
45
+ @import 'bootstrap/scss/_list-group';
46
+ @import 'bootstrap/scss/_close';
47
+ @import 'bootstrap/scss/_toasts';
48
+ @import 'bootstrap/scss/_modal';
49
+ @import 'bootstrap/scss/_tooltip';
50
+ @import 'bootstrap/scss/_popover';
51
+ @import 'bootstrap/scss/_carousel';
52
+ @import 'bootstrap/scss/_spinners';
54
53
*/
55
- @import ' ~ bootstrap/scss/_utilities' ;
54
+ @import ' bootstrap/scss/_utilities' ;
56
55
/*
57
- @import '~ bootstrap/scss/_print';
56
+ @import 'bootstrap/scss/_print';
58
57
*/
59
58
60
59
/* Max-widths */
61
- .mw1 {max-width : 35px !important ;} .mw2 {max-width : 90px !important ;} .mw3 {max-width : 145px !important ;} .mw4 {max-width : 200px !important ;} .mw5 {max-width : 255px !important ;} .mw6 {max-width : 310px !important ;} .mw7 {max-width : 365px !important ;} .mw8 {max-width : 420px !important ;} .mw9 {max-width : 475px !important ;} .mw10 {max-width : 530px !important ;} .mw11 {max-width : 585px !important ;} .mw12 {max-width : 640px !important ;} .mw13 {max-width : 695px !important ;} .mw14 {max-width : 750px !important ;} .mw15 {max-width : 805px !important ;} .mw16 {max-width : 860px !important ;} .mw17 {max-width : 915px !important ;} .mw18 {max-width : 970px !important ;}
62
- blockquote p {color : #777 ;}
60
+ .mw1 {
61
+ max-width : 35px !important ;
62
+ }
63
+ .mw2 {
64
+ max-width : 90px !important ;
65
+ }
66
+ .mw3 {
67
+ max-width : 145px !important ;
68
+ }
69
+ .mw4 {
70
+ max-width : 200px !important ;
71
+ }
72
+ .mw5 {
73
+ max-width : 255px !important ;
74
+ }
75
+ .mw6 {
76
+ max-width : 310px !important ;
77
+ }
78
+ .mw7 {
79
+ max-width : 365px !important ;
80
+ }
81
+ .mw8 {
82
+ max-width : 420px !important ;
83
+ }
84
+ .mw9 {
85
+ max-width : 475px !important ;
86
+ }
87
+ .mw10 {
88
+ max-width : 530px !important ;
89
+ }
90
+ .mw11 {
91
+ max-width : 585px !important ;
92
+ }
93
+ .mw12 {
94
+ max-width : 640px !important ;
95
+ }
96
+ .mw13 {
97
+ max-width : 695px !important ;
98
+ }
99
+ .mw14 {
100
+ max-width : 750px !important ;
101
+ }
102
+ .mw15 {
103
+ max-width : 805px !important ;
104
+ }
105
+ .mw16 {
106
+ max-width : 860px !important ;
107
+ }
108
+ .mw17 {
109
+ max-width : 915px !important ;
110
+ }
111
+ .mw18 {
112
+ max-width : 970px !important ;
113
+ }
114
+ blockquote p {
115
+ color : #777 ;
116
+ }
63
117
64
118
/* Font sizes */
65
- .font-16 { font-size : 16px ; }
119
+ .font-16 {
120
+ font-size : 16px ;
121
+ }
66
122
67
123
/* Browsers support table */
68
124
#browsers-support + table .icon.outbound {
@@ -96,16 +152,17 @@ blockquote p {color: #777;}
96
152
}
97
153
98
154
/* Fix margin-bottom for headers */
99
- .theme-container .theme-default-content :not (.custom ) h2 ,
100
- .theme-container .theme-default-content :not (.custom ) h3 ,
101
- .theme-container .theme-default-content :not (.custom ) h4 ,
102
- .theme-container .theme-default-content :not (.custom ) h5 ,
155
+ .theme-container .theme-default-content :not (.custom ) h2 ,
156
+ .theme-container .theme-default-content :not (.custom ) h3 ,
157
+ .theme-container .theme-default-content :not (.custom ) h4 ,
158
+ .theme-container .theme-default-content :not (.custom ) h5 ,
103
159
.theme-container .theme-default-content :not (.custom ) h6 {
104
160
margin-bottom : 1rem ;
105
161
}
106
162
107
163
/* Fix footer nav links */
108
- .page-nav .nav-link , .page-meta .nav-link {
164
+ .page-nav .nav-link ,
165
+ .page-meta .nav-link {
109
166
display : inline ;
110
167
padding : 0 ;
111
168
}
@@ -125,13 +182,13 @@ blockquote p {color: #777;}
125
182
}
126
183
127
184
/* Fix card titles */
128
- .theme-container .theme-default-content :not (.custom ) .card > .card-body > h5 .card-title ,
185
+ .theme-container .theme-default-content :not (.custom ) .card > .card-body > h5 .card-title ,
129
186
.theme-container .theme-default-content :not (.custom ) .card > .card-body > h6 {
130
187
margin : 0px ;
131
188
padding : 0px ;
132
189
}
133
190
134
- .theme-container .theme-default-content :not (.custom ) .card > .card-body h3 {
191
+ .theme-container .theme-default-content :not (.custom ) .card > .card-body h3 {
135
192
margin : 0px 0px 8px 0px ;
136
193
padding : 0px ;
137
194
}
@@ -152,4 +209,20 @@ h3 {
152
209
/* Fix code blocks */
153
210
code {
154
211
font-family : inherit ;
155
- }
212
+ }
213
+
214
+ /* Fix Dataset pagination links */
215
+ .theme-default-content ul .pagination li a {
216
+ text-decoration : none ;
217
+ }
218
+
219
+ /* Fix Dataset card title spacing */
220
+ .theme-default-content h5 .card-title {
221
+ position : relative ;
222
+ padding-top : 3rem ;
223
+ }
224
+
225
+ /* Fix navbar item hover */
226
+ .vp-navbar-item > a :hover {
227
+ border-bottom : none ;
228
+ }
0 commit comments