@@ -18,23 +18,6 @@ button::after.icon-circle {
18
18
font-display : swap;
19
19
}
20
20
21
- : root {
22
- --sidebar-gap : var (--vspace );
23
- /* --sidebar-side-minwidth: 0; */
24
- --sidebar-main-minwidth : 50% ;
25
-
26
- font-family : Inter, sans-serif;
27
- font-feature-settings :
28
- "liga" 1 ,
29
- "calt" 1 ;
30
- /* fix for Chrome */
31
- }
32
-
33
- @supports (font-variation-settings : normal) {
34
- : root {
35
- font-family : InterVariable, sans-serif;
36
- }
37
- }
38
21
39
22
body {
40
23
position : relative;
48
31
font-weight : 600 ;
49
32
}
50
33
51
- h2 {
52
- font-family : "Soria" ;
53
- font-weight : normal;
54
- text-transform : none;
55
- }
34
+ /* h2 { */
35
+ /* font-family: "Soria"; */
36
+ /* font-weight: normal; */
37
+ /* text-transform: none; */
38
+ /* } */
56
39
40
+ .inline_form ,
57
41
form .inline {
58
42
display : inline-block;
59
43
@@ -81,10 +65,11 @@ header > .header-icon {
81
65
}
82
66
83
67
.svg-ico {
84
- margin-top : var (--vspace );
68
+ margin-top : var (--vspace-0 );
85
69
display : inline;
86
70
vertical-align : middle;
87
71
height : 4em ;
72
+ /* margin-bottom: var(--vspace-2); */
88
73
/* height: 2em; */
89
74
/* width: 2em; */
90
75
}
@@ -108,52 +93,6 @@ header > .header-icon {
108
93
/* max-width: calc(1.3 * var(--max-width)); */
109
94
/* } */
110
95
111
- .with-sidebar {
112
- display : flex;
113
- flex-wrap : wrap;
114
- gap : var (--sidebar-gap );
115
- }
116
-
117
- .with-sidebar > : first-child {
118
- /* sidebar */
119
- /* ↓ The width when the sidebar _is_ a sidebar */
120
- /* flex-basis: 30%; */
121
- flex-basis : var (--sidebar-minwidth );
122
- flex-grow : 1 ;
123
- }
124
-
125
- .with-sidebar > : last-child {
126
- /* not-sidebar (main) */
127
- /* ↓ Grow from nothing and take up all available space */
128
- flex-basis : 0 ;
129
- flex-grow : 999 ;
130
- /* ↓ Wrap when the elements are of equal width */
131
- min-inline-size : 50% ;
132
- }
133
-
134
- .with-sidebar > div > nav ul ,
135
- .with-sidebar > div > nav ol {
136
- /* align-content: space-around; */
137
- display : flex;
138
- flex-direction : column;
139
- justify-content : start;
140
- list-style-type : none;
141
- flex-wrap : wrap;
142
- padding : 0 ;
143
- }
144
-
145
- /* List items are inline elements, make them behave more like blocks */
146
- .with-sidebar > div > nav ul li ,
147
- .with-sidebar > div > nav ol li {
148
- display : inline-block;
149
- }
150
-
151
- .with-sidebar > div > nav a ,
152
- .with-sidebar > div > nav a : visited {
153
- display : inline-block;
154
- padding : 0.1rem 1rem ;
155
- }
156
-
157
96
main > ul {
158
97
padding : 0 ;
159
98
}
@@ -238,7 +177,7 @@ main > ul > li {
238
177
}
239
178
240
179
.tasks > li : not (: last-child ) {
241
- margin-bottom : var (--vspace-4 );
180
+ margin-bottom : var (--vspace--1 );
242
181
}
243
182
244
183
/* .column { */
@@ -282,17 +221,17 @@ main > ul > li {
282
221
position : sticky;
283
222
top : 0 ;
284
223
background : var (--color-bg );
285
- padding-top : var (--vspace-3 );
286
- padding-bottom : var (--vspace-4 );
224
+ padding-top : var (--vspace--1 );
225
+ padding-bottom : var (--vspace--2 );
287
226
}
288
227
289
228
.sticky-bottom {
290
229
/* use together with .top or .bottom */
291
230
position : sticky;
292
231
bottom : 0 ;
293
232
background : var (--color-bg );
294
- padding-top : var (--vspace-4 );
295
- padding-bottom : var (--vspace-3 );
233
+ padding-top : var (--vspace--2 );
234
+ padding-bottom : var (--vspace--1 );
296
235
}
297
236
298
237
/* lists table */
@@ -312,10 +251,10 @@ main > ul > li {
312
251
.lists > : is (thead , tbody ) > tr > : is (th , td ) {
313
252
overflow : hidden;
314
253
text-overflow : ellipsis;
315
- padding-bottom : var (--vspace-4 );
254
+ padding-bottom : var (--vspace--2 );
316
255
317
256
& : first-child {
318
- padding-top : var (--vspace-4 );
257
+ padding-top : var (--vspace--2 );
319
258
}
320
259
}
321
260
0 commit comments