aemi 1.0.2 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/aemi/_base.scss +123 -53
- data/_sass/aemi/_layout.scss +1 -0
- data/_sass/aemi/_syntax-highlighting.scss +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9552b0679f9850fcac1ac258563399e30913d5f9b536b6dea3bb5c6344a98765
|
4
|
+
data.tar.gz: 7f79bc7071a78c030e4c7e7d7ee4c0249ec4a95a405bf17e52cc5fb169f8886d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb55a4ae1419c2d02b1a41aa4912e2ac9eb03f9988b174d6ec922becb8e175a54c52ebd0844a5302cd857998065ac89b9bd1a8a2be80a80f6a2f231f0cd136b1
|
7
|
+
data.tar.gz: e2115d967be1761ab9ad17a01640dce48208e719058e6f79efc6a15ffe85a4f45004661c9985b19815643cfa1eb1013743826a5966d095b62f341d2962c0c659
|
data/_sass/aemi/_base.scss
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
.screen-reader-text {
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
5
|
+
clip-path: polygon(0 0, 1px 0, 1px 1px, 0 1px);
|
6
|
+
display: block;
|
7
|
+
height: 1px !important;
|
8
|
+
opacity: 0;
|
9
|
+
overflow: hidden;
|
10
|
+
position: absolute !important;
|
11
|
+
width: 1px !important;
|
12
|
+
word-wrap: normal !important;
|
13
13
|
}
|
14
14
|
|
15
15
|
/**
|
@@ -17,12 +17,18 @@
|
|
17
17
|
*/
|
18
18
|
body,
|
19
19
|
.h0,
|
20
|
-
h1,
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
20
|
+
h1,
|
21
|
+
.h1,
|
22
|
+
h2,
|
23
|
+
.h2,
|
24
|
+
h3,
|
25
|
+
.h3,
|
26
|
+
h4,
|
27
|
+
.h4,
|
28
|
+
h5,
|
29
|
+
.h5,
|
30
|
+
h6,
|
31
|
+
.h6,
|
26
32
|
.h7,
|
27
33
|
p,
|
28
34
|
blockquote,
|
@@ -58,12 +64,18 @@ body {
|
|
58
64
|
* Set `margin-bottom` to maintain vertical rhythm
|
59
65
|
*/
|
60
66
|
.h0,
|
61
|
-
h1,
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
+
h1,
|
68
|
+
.h1,
|
69
|
+
h2,
|
70
|
+
.h2,
|
71
|
+
h3,
|
72
|
+
.h3,
|
73
|
+
h4,
|
74
|
+
.h4,
|
75
|
+
h5,
|
76
|
+
.h5,
|
77
|
+
h6,
|
78
|
+
.h6,
|
67
79
|
.h7,
|
68
80
|
p,
|
69
81
|
blockquote,
|
@@ -92,18 +104,30 @@ main {
|
|
92
104
|
/**
|
93
105
|
* Images
|
94
106
|
*/
|
95
|
-
img
|
107
|
+
img,
|
108
|
+
video {
|
109
|
+
display: block;
|
96
110
|
max-width: 100%;
|
97
111
|
vertical-align: middle;
|
98
112
|
}
|
99
113
|
|
114
|
+
:not(figure, a) {
|
115
|
+
> img,
|
116
|
+
> video {
|
117
|
+
margin-top: var(--half-spacing-unit);
|
118
|
+
margin-bottom: var(--half-spacing-unit);
|
119
|
+
}
|
120
|
+
}
|
100
121
|
|
101
122
|
|
102
123
|
/**
|
103
124
|
* Figures
|
104
125
|
*/
|
105
|
-
figure
|
106
|
-
|
126
|
+
figure {
|
127
|
+
> img,
|
128
|
+
> video {
|
129
|
+
display: block;
|
130
|
+
}
|
107
131
|
}
|
108
132
|
|
109
133
|
figcaption {
|
@@ -134,12 +158,18 @@ li {
|
|
134
158
|
* Headings
|
135
159
|
*/
|
136
160
|
.h0,
|
137
|
-
h1,
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
161
|
+
h1,
|
162
|
+
.h1,
|
163
|
+
h2,
|
164
|
+
.h2,
|
165
|
+
h3,
|
166
|
+
.h3,
|
167
|
+
h4,
|
168
|
+
.h4,
|
169
|
+
h5,
|
170
|
+
.h5,
|
171
|
+
h6,
|
172
|
+
.h6,
|
143
173
|
.h7 {
|
144
174
|
font-family: $head-font-family;
|
145
175
|
font-weight: $heading-font-weight;
|
@@ -152,55 +182,55 @@ h6, .h6,
|
|
152
182
|
.h0 {
|
153
183
|
font-size: 3em;
|
154
184
|
letter-spacing: -0.033em;
|
155
|
-
line-height: 1;
|
185
|
+
line-height: 1;
|
156
186
|
}
|
157
187
|
|
158
188
|
h1,
|
159
189
|
.h1 {
|
160
|
-
|
161
|
-
|
162
|
-
|
190
|
+
font-size: 2.5em;
|
191
|
+
letter-spacing: -0.027em;
|
192
|
+
line-height: 1.05;
|
163
193
|
}
|
164
194
|
|
165
195
|
h2,
|
166
196
|
.h2 {
|
167
|
-
|
168
|
-
|
169
|
-
|
197
|
+
font-size: 2em;
|
198
|
+
letter-spacing: -0.022em;
|
199
|
+
line-height: 1.1;
|
170
200
|
}
|
171
201
|
|
172
202
|
h3,
|
173
203
|
.h3 {
|
174
|
-
|
175
|
-
|
176
|
-
|
204
|
+
font-size: 1.5em;
|
205
|
+
letter-spacing: -0.019em;
|
206
|
+
line-height: 1.15;
|
177
207
|
}
|
178
208
|
|
179
209
|
h4,
|
180
210
|
.h4 {
|
181
|
-
|
182
|
-
|
183
|
-
|
211
|
+
font-size: 1.17em;
|
212
|
+
letter-spacing: -0.015em;
|
213
|
+
line-height: 1.2;
|
184
214
|
}
|
185
215
|
|
186
216
|
h5,
|
187
217
|
.h5 {
|
188
|
-
|
189
|
-
|
190
|
-
|
218
|
+
font-size: 1em;
|
219
|
+
letter-spacing: -0.011em;
|
220
|
+
line-height: 1.4;
|
191
221
|
}
|
192
222
|
|
193
223
|
h6,
|
194
224
|
.h6 {
|
195
|
-
|
196
|
-
|
197
|
-
|
225
|
+
font-size: 0.83em;
|
226
|
+
letter-spacing: -0.004em;
|
227
|
+
line-height: 1.45;
|
198
228
|
}
|
199
229
|
|
200
230
|
.h7 {
|
201
|
-
|
202
|
-
|
203
|
-
|
231
|
+
font-size: 0.75rem;
|
232
|
+
letter-spacing: 0;
|
233
|
+
line-height: 1.5;
|
204
234
|
}
|
205
235
|
|
206
236
|
|
@@ -236,6 +266,25 @@ p {
|
|
236
266
|
text-align-last: left;
|
237
267
|
}
|
238
268
|
|
269
|
+
small {
|
270
|
+
font-size: 0.75em;
|
271
|
+
letter-spacing: 0em;
|
272
|
+
}
|
273
|
+
|
274
|
+
big {
|
275
|
+
font-size: 1.25em;
|
276
|
+
letter-spacing: -0.017em;
|
277
|
+
}
|
278
|
+
|
279
|
+
b,
|
280
|
+
strong {
|
281
|
+
font-weight: bolder;
|
282
|
+
}
|
283
|
+
|
284
|
+
cite br {
|
285
|
+
display: none;
|
286
|
+
}
|
287
|
+
|
239
288
|
|
240
289
|
/**
|
241
290
|
* Blockquotes
|
@@ -284,7 +333,7 @@ code {
|
|
284
333
|
padding: 1px 5px;
|
285
334
|
}
|
286
335
|
|
287
|
-
:not(pre)
|
336
|
+
:not(pre)>code {
|
288
337
|
white-space: normal;
|
289
338
|
word-break: break-all;
|
290
339
|
}
|
@@ -293,7 +342,7 @@ pre {
|
|
293
342
|
padding: 8px 12px;
|
294
343
|
overflow-x: auto;
|
295
344
|
|
296
|
-
>
|
345
|
+
>code {
|
297
346
|
background: unset;
|
298
347
|
border: 0;
|
299
348
|
font-size: 1rem;
|
@@ -303,6 +352,27 @@ pre {
|
|
303
352
|
}
|
304
353
|
|
305
354
|
|
355
|
+
sub,
|
356
|
+
sup {
|
357
|
+
font-size: 0.75em;
|
358
|
+
letter-spacing: 0;
|
359
|
+
line-height: 0;
|
360
|
+
position: relative;
|
361
|
+
vertical-align: baseline;
|
362
|
+
}
|
363
|
+
|
364
|
+
sub {
|
365
|
+
bottom: -0.25em;
|
366
|
+
}
|
367
|
+
|
368
|
+
sup {
|
369
|
+
top: -0.5em;
|
370
|
+
}
|
371
|
+
|
372
|
+
template {
|
373
|
+
display: none;
|
374
|
+
}
|
375
|
+
|
306
376
|
|
307
377
|
/**
|
308
378
|
* Wrapper
|
data/_sass/aemi/_layout.scss
CHANGED