minimal-mistakes-jekyll 4.6.0 → 4.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +26 -0
- data/LICENSE.txt +59 -21
- data/README.md +217 -160
- data/_data/navigation.yml +11 -11
- data/_data/ui-text.yml +931 -888
- data/_includes/analytics-providers/custom.html +2 -2
- data/_includes/analytics-providers/google-universal.html +9 -9
- data/_includes/analytics-providers/google.html +10 -10
- data/_includes/analytics.html +11 -11
- data/_includes/archive-single.html +37 -37
- data/_includes/author-profile-custom-links.html +6 -6
- data/_includes/author-profile.html +249 -249
- data/_includes/base_path +4 -4
- data/_includes/breadcrumbs.html +39 -39
- data/_includes/browser-upgrade.html +2 -2
- data/_includes/category-list.html +25 -25
- data/_includes/comment.html +22 -22
- data/_includes/comments-providers/custom.html +2 -2
- data/_includes/comments-providers/discourse.html +13 -13
- data/_includes/comments-providers/facebook.html +7 -7
- data/_includes/comments-providers/google-plus.html +1 -1
- data/_includes/comments-providers/scripts.html +17 -15
- data/_includes/comments-providers/staticman.html +41 -41
- data/_includes/comments-providers/staticman_v2.html +42 -0
- data/_includes/comments.html +168 -96
- data/_includes/feature_row +49 -49
- data/_includes/figure +12 -12
- data/_includes/footer.html +25 -25
- data/_includes/footer/custom.html +2 -2
- data/_includes/gallery +46 -46
- data/_includes/group-by-array +46 -46
- data/_includes/head.html +42 -42
- data/_includes/head/custom.html +4 -4
- data/_includes/masthead.html +23 -20
- data/_includes/nav_list +46 -46
- data/_includes/page__hero_video.html +4 -4
- data/_includes/page__taxonomy.html +6 -6
- data/_includes/paginator.html +69 -69
- data/_includes/post_pagination.html +13 -13
- data/_includes/read-time.html +14 -14
- data/_includes/scripts.html +15 -15
- data/_includes/seo.html +162 -147
- data/_includes/sidebar.html +22 -22
- data/_includes/social-share.html +13 -13
- data/_includes/tag-list.html +25 -25
- data/_includes/toc +6 -6
- data/_includes/toc.html +75 -0
- data/_includes/video +11 -11
- data/_layouts/archive-taxonomy.html +14 -14
- data/_layouts/archive.html +25 -25
- data/_layouts/compress.html +10 -10
- data/_layouts/default.html +1 -1
- data/_layouts/home.html +11 -11
- data/_layouts/single.html +92 -84
- data/_layouts/splash.html +21 -21
- data/_sass/minimal-mistakes.scss +1 -1
- data/_sass/minimal-mistakes/_animations.scss +20 -20
- data/_sass/minimal-mistakes/_archive.scss +317 -317
- data/_sass/minimal-mistakes/_base.scss +315 -315
- data/_sass/minimal-mistakes/_buttons.scss +97 -97
- data/_sass/minimal-mistakes/_footer.scss +82 -82
- data/_sass/minimal-mistakes/_forms.scss +399 -389
- data/_sass/minimal-mistakes/_masthead.scss +82 -82
- data/_sass/minimal-mistakes/_mixins.scss +91 -91
- data/_sass/minimal-mistakes/_navigation.scss +552 -552
- data/_sass/minimal-mistakes/_notices.scss +99 -99
- data/_sass/minimal-mistakes/_page.scss +430 -430
- data/_sass/minimal-mistakes/_reset.scss +186 -186
- data/_sass/minimal-mistakes/_sidebar.scss +262 -262
- data/_sass/minimal-mistakes/_syntax.scss +286 -146
- data/_sass/minimal-mistakes/_tables.scss +36 -36
- data/_sass/minimal-mistakes/_utilities.scss +519 -519
- data/_sass/minimal-mistakes/_variables.scss +137 -137
- data/_sass/minimal-mistakes/skins/_air.scss +22 -22
- data/_sass/minimal-mistakes/skins/_aqua.scss +30 -0
- data/_sass/minimal-mistakes/skins/_contrast.scss +33 -33
- data/_sass/minimal-mistakes/skins/_dark.scss +23 -23
- data/_sass/minimal-mistakes/skins/_default.scss +5 -5
- data/_sass/minimal-mistakes/skins/_dirt.scss +14 -14
- data/_sass/minimal-mistakes/skins/_mint.scss +22 -22
- data/_sass/minimal-mistakes/skins/_neon.scss +35 -0
- data/_sass/minimal-mistakes/skins/_plum.scss +42 -0
- data/_sass/minimal-mistakes/skins/_sunrise.scss +25 -25
- data/_sass/minimal-mistakes/vendor/breakpoint/_breakpoint.scss +114 -114
- data/_sass/minimal-mistakes/vendor/breakpoint/_context.scss +94 -94
- data/_sass/minimal-mistakes/vendor/breakpoint/_helpers.scss +151 -151
- data/_sass/minimal-mistakes/vendor/breakpoint/_legacy-settings.scss +49 -49
- data/_sass/minimal-mistakes/vendor/breakpoint/_no-query.scss +15 -15
- data/_sass/minimal-mistakes/vendor/breakpoint/_parsers.scss +215 -215
- data/_sass/minimal-mistakes/vendor/breakpoint/_respond-to.scss +82 -82
- data/_sass/minimal-mistakes/vendor/breakpoint/_settings.scss +70 -70
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_double.scss +33 -33
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_query.scss +82 -82
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_resolution.scss +31 -31
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_single.scss +26 -26
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_triple.scss +36 -36
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default-pair.scss +21 -21
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default.scss +22 -22
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_double-string.scss +21 -21
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -60
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/single/_default.scss +13 -13
- data/_sass/minimal-mistakes/vendor/breakpoint/parsers/triple/_default.scss +18 -18
- data/_sass/minimal-mistakes/vendor/font-awesome/_animated.scss +34 -34
- data/_sass/minimal-mistakes/vendor/font-awesome/_bordered-pulled.scss +25 -25
- data/_sass/minimal-mistakes/vendor/font-awesome/_core.scss +12 -12
- data/_sass/minimal-mistakes/vendor/font-awesome/_fixed-width.scss +6 -6
- data/_sass/minimal-mistakes/vendor/font-awesome/_font-awesome.scss +18 -18
- data/_sass/minimal-mistakes/vendor/font-awesome/_icons.scss +789 -789
- data/_sass/minimal-mistakes/vendor/font-awesome/_larger.scss +13 -13
- data/_sass/minimal-mistakes/vendor/font-awesome/_list.scss +19 -19
- data/_sass/minimal-mistakes/vendor/font-awesome/_mixins.scss +60 -60
- data/_sass/minimal-mistakes/vendor/font-awesome/_path.scss +15 -15
- data/_sass/minimal-mistakes/vendor/font-awesome/_rotated-flipped.scss +20 -20
- data/_sass/minimal-mistakes/vendor/font-awesome/_screen-reader.scss +5 -5
- data/_sass/minimal-mistakes/vendor/font-awesome/_stacked.scss +20 -20
- data/_sass/minimal-mistakes/vendor/font-awesome/_variables.scss +800 -800
- data/_sass/minimal-mistakes/vendor/magnific-popup/_magnific-popup.scss +649 -649
- data/_sass/minimal-mistakes/vendor/magnific-popup/_settings.scss +45 -45
- data/_sass/minimal-mistakes/vendor/susy/_susy-prefix.scss +13 -13
- data/_sass/minimal-mistakes/vendor/susy/_susy.scss +5 -5
- data/_sass/minimal-mistakes/vendor/susy/plugins/_svg-grid.scss +5 -5
- data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_prefix.scss +7 -7
- data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -114
- data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -67
- data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -14
- data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -18
- data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -133
- data/_sass/minimal-mistakes/vendor/susy/susy/_api.scss +318 -318
- data/_sass/minimal-mistakes/vendor/susy/susy/_normalize.scss +261 -261
- data/_sass/minimal-mistakes/vendor/susy/susy/_parse.scss +163 -163
- data/_sass/minimal-mistakes/vendor/susy/susy/_settings.scss +329 -329
- data/_sass/minimal-mistakes/vendor/susy/susy/_su-math.scss +441 -441
- data/_sass/minimal-mistakes/vendor/susy/susy/_su-validate.scss +213 -213
- data/_sass/minimal-mistakes/vendor/susy/susy/_syntax-helpers.scss +191 -191
- data/_sass/minimal-mistakes/vendor/susy/susy/_unprefix.scss +56 -56
- data/_sass/minimal-mistakes/vendor/susy/susy/_utilities.scss +167 -167
- data/assets/css/main.scss +7 -7
- data/assets/fonts/fontawesome-webfont.svg +2671 -2671
- data/assets/js/_main.js +72 -72
- data/assets/js/main.min.js +1 -1
- data/assets/js/plugins/jquery.fitvids.js +81 -81
- data/assets/js/plugins/jquery.greedy-navigation.js +77 -77
- metadata +8 -3
@@ -1,316 +1,316 @@
|
|
1
|
-
/* ==========================================================================
|
2
|
-
BASE ELEMENTS
|
3
|
-
========================================================================== */
|
4
|
-
|
5
|
-
html {
|
6
|
-
/* sticky footer fix */
|
7
|
-
position: relative;
|
8
|
-
min-height: 100%;
|
9
|
-
}
|
10
|
-
|
11
|
-
body {
|
12
|
-
margin: 0;
|
13
|
-
padding: 0;
|
14
|
-
color: $text-color;
|
15
|
-
font-family: $global-font-family;
|
16
|
-
line-height: 1.5;
|
17
|
-
|
18
|
-
&.overflow--hidden {
|
19
|
-
/* when primary navigation is visible, the content in the background won't scroll */
|
20
|
-
overflow: hidden;
|
21
|
-
}
|
22
|
-
}
|
23
|
-
|
24
|
-
h1, h2, h3, h4, h5, h6 {
|
25
|
-
margin: 2em 0 0.5em;
|
26
|
-
line-height: 1.2;
|
27
|
-
font-family: $header-font-family;
|
28
|
-
font-weight: bold;
|
29
|
-
}
|
30
|
-
|
31
|
-
h1 {
|
32
|
-
margin-top: 0;
|
33
|
-
font-size: $type-size-3;
|
34
|
-
}
|
35
|
-
|
36
|
-
h2 {
|
37
|
-
font-size: $type-size-4;
|
38
|
-
}
|
39
|
-
|
40
|
-
h3 {
|
41
|
-
font-size: $type-size-5;
|
42
|
-
}
|
43
|
-
|
44
|
-
h4 {
|
45
|
-
font-size: $type-size-6;
|
46
|
-
}
|
47
|
-
|
48
|
-
h5 {
|
49
|
-
font-size: $type-size-6;
|
50
|
-
}
|
51
|
-
|
52
|
-
h6 {
|
53
|
-
font-size: $type-size-6;
|
54
|
-
}
|
55
|
-
|
56
|
-
small, .small {
|
57
|
-
font-size: $type-size-6;
|
58
|
-
}
|
59
|
-
|
60
|
-
p {
|
61
|
-
margin-bottom: 1.3em;
|
62
|
-
}
|
63
|
-
|
64
|
-
u,
|
65
|
-
ins {
|
66
|
-
text-decoration: none;
|
67
|
-
border-bottom: 1px solid $text-color;
|
68
|
-
a {
|
69
|
-
color: inherit;
|
70
|
-
}
|
71
|
-
}
|
72
|
-
|
73
|
-
del a {
|
74
|
-
color: inherit;
|
75
|
-
}
|
76
|
-
|
77
|
-
/* reduce orphans and widows when printing */
|
78
|
-
|
79
|
-
p, pre, blockquote, ul, ol, dl, figure, table, fieldset {
|
80
|
-
orphans: 3;
|
81
|
-
widows: 3;
|
82
|
-
}
|
83
|
-
|
84
|
-
/* abbreviations */
|
85
|
-
|
86
|
-
abbr[title],
|
87
|
-
abbr[data-original-title] {
|
88
|
-
text-decoration: none;
|
89
|
-
cursor: help;
|
90
|
-
border-bottom: 1px dotted $text-color;
|
91
|
-
}
|
92
|
-
|
93
|
-
/* blockquotes */
|
94
|
-
|
95
|
-
blockquote {
|
96
|
-
margin: 2em 1em 2em 0;
|
97
|
-
padding-left: 1em;
|
98
|
-
padding-right: 1em;
|
99
|
-
font-style: italic;
|
100
|
-
border-left: 0.25em solid $primary-color;
|
101
|
-
|
102
|
-
cite {
|
103
|
-
font-style: italic;
|
104
|
-
|
105
|
-
&:before {
|
106
|
-
content: "\2014";
|
107
|
-
padding-right: 5px;
|
108
|
-
}
|
109
|
-
}
|
110
|
-
}
|
111
|
-
|
112
|
-
/* links */
|
113
|
-
|
114
|
-
a {
|
115
|
-
&:focus {
|
116
|
-
@extend %tab-focus;
|
117
|
-
}
|
118
|
-
|
119
|
-
&:hover,
|
120
|
-
&:active {
|
121
|
-
color: $link-color-hover;
|
122
|
-
outline: 0;
|
123
|
-
}
|
124
|
-
|
125
|
-
&:visited {
|
126
|
-
color: $link-color-visited;
|
127
|
-
}
|
128
|
-
}
|
129
|
-
|
130
|
-
/* code */
|
131
|
-
|
132
|
-
tt, code, kbd, samp, pre {
|
133
|
-
font-family: $monospace;
|
134
|
-
}
|
135
|
-
|
136
|
-
pre {
|
137
|
-
overflow-x: auto; /* add scrollbars to wide code blocks*/
|
138
|
-
}
|
139
|
-
|
140
|
-
p > code,
|
141
|
-
a > code,
|
142
|
-
li > code,
|
143
|
-
figcaption > code,
|
144
|
-
td > code {
|
145
|
-
padding-top: 0.1rem;
|
146
|
-
padding-bottom: 0.1rem;
|
147
|
-
font-size: $type-size-6;
|
148
|
-
background: $code-background-color;
|
149
|
-
border: 1px solid $border-color;
|
150
|
-
border-radius: $border-radius;
|
151
|
-
box-shadow: $box-shadow;
|
152
|
-
|
153
|
-
&:before, &:after {
|
154
|
-
letter-spacing: -0.2em;
|
155
|
-
content: "\00a0"; /* non-breaking space*/
|
156
|
-
}
|
157
|
-
}
|
158
|
-
|
159
|
-
/* horizontal rule */
|
160
|
-
|
161
|
-
hr {
|
162
|
-
display: block;
|
163
|
-
margin: 1em 0;
|
164
|
-
border: 0;
|
165
|
-
border-top: 1px solid $border-color;
|
166
|
-
}
|
167
|
-
|
168
|
-
/* lists */
|
169
|
-
|
170
|
-
ul li,
|
171
|
-
ol li {
|
172
|
-
margin-bottom: 0.5em;
|
173
|
-
}
|
174
|
-
|
175
|
-
li ul,
|
176
|
-
li ol {
|
177
|
-
margin-top: 0.5em;
|
178
|
-
}
|
179
|
-
|
180
|
-
/*
|
181
|
-
Media and embeds
|
182
|
-
========================================================================== */
|
183
|
-
|
184
|
-
/* Figures and images */
|
185
|
-
|
186
|
-
figure {
|
187
|
-
display: -webkit-box;
|
188
|
-
display: flex;
|
189
|
-
-webkit-box-pack: justify;
|
190
|
-
justify-content: space-between;
|
191
|
-
-webkit-box-align: start;
|
192
|
-
align-items: flex-start;
|
193
|
-
flex-wrap: wrap;
|
194
|
-
margin: 2em 0;
|
195
|
-
|
196
|
-
img,
|
197
|
-
iframe,
|
198
|
-
.fluid-width-video-wrapper {
|
199
|
-
margin-bottom: 1em;
|
200
|
-
}
|
201
|
-
|
202
|
-
img {
|
203
|
-
width: 100%;
|
204
|
-
border-radius: $border-radius;
|
205
|
-
-webkit-transition: $global-transition;
|
206
|
-
transition: $global-transition;
|
207
|
-
}
|
208
|
-
|
209
|
-
> a {
|
210
|
-
display: block;
|
211
|
-
}
|
212
|
-
|
213
|
-
&.half {
|
214
|
-
> a,
|
215
|
-
> img {
|
216
|
-
@include breakpoint($small) {
|
217
|
-
width: calc(50% - 0.5em);
|
218
|
-
}
|
219
|
-
}
|
220
|
-
|
221
|
-
figcaption {
|
222
|
-
width: 100%;
|
223
|
-
}
|
224
|
-
}
|
225
|
-
|
226
|
-
&.third {
|
227
|
-
> a,
|
228
|
-
> img {
|
229
|
-
@include breakpoint($small) {
|
230
|
-
width: calc(33.3333% - 0.5em);
|
231
|
-
}
|
232
|
-
}
|
233
|
-
|
234
|
-
figcaption {
|
235
|
-
width: 100%;
|
236
|
-
}
|
237
|
-
}
|
238
|
-
}
|
239
|
-
|
240
|
-
/* Figure captions */
|
241
|
-
|
242
|
-
figcaption {
|
243
|
-
margin-bottom: 0.5em;
|
244
|
-
color: $muted-text-color;
|
245
|
-
font-family: $caption-font-family;
|
246
|
-
font-size: $type-size-6;
|
247
|
-
|
248
|
-
a {
|
249
|
-
-webkit-transition: $global-transition;
|
250
|
-
transition: $global-transition;
|
251
|
-
|
252
|
-
&:hover {
|
253
|
-
color: $link-color-hover;
|
254
|
-
}
|
255
|
-
}
|
256
|
-
}
|
257
|
-
|
258
|
-
|
259
|
-
/* Fix IE9 SVG bug */
|
260
|
-
|
261
|
-
svg:not(:root) {
|
262
|
-
overflow: hidden;
|
263
|
-
}
|
264
|
-
|
265
|
-
|
266
|
-
/*
|
267
|
-
Navigation lists
|
268
|
-
========================================================================== */
|
269
|
-
|
270
|
-
/**
|
271
|
-
* Removes margins, padding, and bullet points from navigation lists
|
272
|
-
*
|
273
|
-
* Example usage:
|
274
|
-
* <nav>
|
275
|
-
* <ul>
|
276
|
-
* <li><a href="#link-1">Link 1</a></li>
|
277
|
-
* <li><a href="#link-2">Link 2</a></li>
|
278
|
-
* <li><a href="#link-3">Link 3</a></li>
|
279
|
-
* </ul>
|
280
|
-
* </nav>
|
281
|
-
*/
|
282
|
-
|
283
|
-
nav {
|
284
|
-
ul {
|
285
|
-
margin: 0;
|
286
|
-
padding: 0;
|
287
|
-
}
|
288
|
-
|
289
|
-
li {
|
290
|
-
list-style: none;
|
291
|
-
}
|
292
|
-
|
293
|
-
a {
|
294
|
-
text-decoration: none;
|
295
|
-
}
|
296
|
-
|
297
|
-
/* override white-space for nested lists */
|
298
|
-
ul li,
|
299
|
-
ol li {
|
300
|
-
margin-bottom: 0;
|
301
|
-
}
|
302
|
-
|
303
|
-
li ul,
|
304
|
-
li ol {
|
305
|
-
margin-top: 0;
|
306
|
-
}
|
307
|
-
}
|
308
|
-
|
309
|
-
/*
|
310
|
-
Global animation transition
|
311
|
-
========================================================================== */
|
312
|
-
|
313
|
-
b, i, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, a, tr, td, form button, input[type="submit"], .btn, .highlight, .archive__item-teaser {
|
314
|
-
-webkit-transition: $global-transition;
|
315
|
-
transition: $global-transition;
|
1
|
+
/* ==========================================================================
|
2
|
+
BASE ELEMENTS
|
3
|
+
========================================================================== */
|
4
|
+
|
5
|
+
html {
|
6
|
+
/* sticky footer fix */
|
7
|
+
position: relative;
|
8
|
+
min-height: 100%;
|
9
|
+
}
|
10
|
+
|
11
|
+
body {
|
12
|
+
margin: 0;
|
13
|
+
padding: 0;
|
14
|
+
color: $text-color;
|
15
|
+
font-family: $global-font-family;
|
16
|
+
line-height: 1.5;
|
17
|
+
|
18
|
+
&.overflow--hidden {
|
19
|
+
/* when primary navigation is visible, the content in the background won't scroll */
|
20
|
+
overflow: hidden;
|
21
|
+
}
|
22
|
+
}
|
23
|
+
|
24
|
+
h1, h2, h3, h4, h5, h6 {
|
25
|
+
margin: 2em 0 0.5em;
|
26
|
+
line-height: 1.2;
|
27
|
+
font-family: $header-font-family;
|
28
|
+
font-weight: bold;
|
29
|
+
}
|
30
|
+
|
31
|
+
h1 {
|
32
|
+
margin-top: 0;
|
33
|
+
font-size: $type-size-3;
|
34
|
+
}
|
35
|
+
|
36
|
+
h2 {
|
37
|
+
font-size: $type-size-4;
|
38
|
+
}
|
39
|
+
|
40
|
+
h3 {
|
41
|
+
font-size: $type-size-5;
|
42
|
+
}
|
43
|
+
|
44
|
+
h4 {
|
45
|
+
font-size: $type-size-6;
|
46
|
+
}
|
47
|
+
|
48
|
+
h5 {
|
49
|
+
font-size: $type-size-6;
|
50
|
+
}
|
51
|
+
|
52
|
+
h6 {
|
53
|
+
font-size: $type-size-6;
|
54
|
+
}
|
55
|
+
|
56
|
+
small, .small {
|
57
|
+
font-size: $type-size-6;
|
58
|
+
}
|
59
|
+
|
60
|
+
p {
|
61
|
+
margin-bottom: 1.3em;
|
62
|
+
}
|
63
|
+
|
64
|
+
u,
|
65
|
+
ins {
|
66
|
+
text-decoration: none;
|
67
|
+
border-bottom: 1px solid $text-color;
|
68
|
+
a {
|
69
|
+
color: inherit;
|
70
|
+
}
|
71
|
+
}
|
72
|
+
|
73
|
+
del a {
|
74
|
+
color: inherit;
|
75
|
+
}
|
76
|
+
|
77
|
+
/* reduce orphans and widows when printing */
|
78
|
+
|
79
|
+
p, pre, blockquote, ul, ol, dl, figure, table, fieldset {
|
80
|
+
orphans: 3;
|
81
|
+
widows: 3;
|
82
|
+
}
|
83
|
+
|
84
|
+
/* abbreviations */
|
85
|
+
|
86
|
+
abbr[title],
|
87
|
+
abbr[data-original-title] {
|
88
|
+
text-decoration: none;
|
89
|
+
cursor: help;
|
90
|
+
border-bottom: 1px dotted $text-color;
|
91
|
+
}
|
92
|
+
|
93
|
+
/* blockquotes */
|
94
|
+
|
95
|
+
blockquote {
|
96
|
+
margin: 2em 1em 2em 0;
|
97
|
+
padding-left: 1em;
|
98
|
+
padding-right: 1em;
|
99
|
+
font-style: italic;
|
100
|
+
border-left: 0.25em solid $primary-color;
|
101
|
+
|
102
|
+
cite {
|
103
|
+
font-style: italic;
|
104
|
+
|
105
|
+
&:before {
|
106
|
+
content: "\2014";
|
107
|
+
padding-right: 5px;
|
108
|
+
}
|
109
|
+
}
|
110
|
+
}
|
111
|
+
|
112
|
+
/* links */
|
113
|
+
|
114
|
+
a {
|
115
|
+
&:focus {
|
116
|
+
@extend %tab-focus;
|
117
|
+
}
|
118
|
+
|
119
|
+
&:hover,
|
120
|
+
&:active {
|
121
|
+
color: $link-color-hover;
|
122
|
+
outline: 0;
|
123
|
+
}
|
124
|
+
|
125
|
+
&:visited {
|
126
|
+
color: $link-color-visited;
|
127
|
+
}
|
128
|
+
}
|
129
|
+
|
130
|
+
/* code */
|
131
|
+
|
132
|
+
tt, code, kbd, samp, pre {
|
133
|
+
font-family: $monospace;
|
134
|
+
}
|
135
|
+
|
136
|
+
pre {
|
137
|
+
overflow-x: auto; /* add scrollbars to wide code blocks*/
|
138
|
+
}
|
139
|
+
|
140
|
+
p > code,
|
141
|
+
a > code,
|
142
|
+
li > code,
|
143
|
+
figcaption > code,
|
144
|
+
td > code {
|
145
|
+
padding-top: 0.1rem;
|
146
|
+
padding-bottom: 0.1rem;
|
147
|
+
font-size: $type-size-6;
|
148
|
+
background: $code-background-color;
|
149
|
+
border: 1px solid $border-color;
|
150
|
+
border-radius: $border-radius;
|
151
|
+
box-shadow: $box-shadow;
|
152
|
+
|
153
|
+
&:before, &:after {
|
154
|
+
letter-spacing: -0.2em;
|
155
|
+
content: "\00a0"; /* non-breaking space*/
|
156
|
+
}
|
157
|
+
}
|
158
|
+
|
159
|
+
/* horizontal rule */
|
160
|
+
|
161
|
+
hr {
|
162
|
+
display: block;
|
163
|
+
margin: 1em 0;
|
164
|
+
border: 0;
|
165
|
+
border-top: 1px solid $border-color;
|
166
|
+
}
|
167
|
+
|
168
|
+
/* lists */
|
169
|
+
|
170
|
+
ul li,
|
171
|
+
ol li {
|
172
|
+
margin-bottom: 0.5em;
|
173
|
+
}
|
174
|
+
|
175
|
+
li ul,
|
176
|
+
li ol {
|
177
|
+
margin-top: 0.5em;
|
178
|
+
}
|
179
|
+
|
180
|
+
/*
|
181
|
+
Media and embeds
|
182
|
+
========================================================================== */
|
183
|
+
|
184
|
+
/* Figures and images */
|
185
|
+
|
186
|
+
figure {
|
187
|
+
display: -webkit-box;
|
188
|
+
display: flex;
|
189
|
+
-webkit-box-pack: justify;
|
190
|
+
justify-content: space-between;
|
191
|
+
-webkit-box-align: start;
|
192
|
+
align-items: flex-start;
|
193
|
+
flex-wrap: wrap;
|
194
|
+
margin: 2em 0;
|
195
|
+
|
196
|
+
img,
|
197
|
+
iframe,
|
198
|
+
.fluid-width-video-wrapper {
|
199
|
+
margin-bottom: 1em;
|
200
|
+
}
|
201
|
+
|
202
|
+
img {
|
203
|
+
width: 100%;
|
204
|
+
border-radius: $border-radius;
|
205
|
+
-webkit-transition: $global-transition;
|
206
|
+
transition: $global-transition;
|
207
|
+
}
|
208
|
+
|
209
|
+
> a {
|
210
|
+
display: block;
|
211
|
+
}
|
212
|
+
|
213
|
+
&.half {
|
214
|
+
> a,
|
215
|
+
> img {
|
216
|
+
@include breakpoint($small) {
|
217
|
+
width: calc(50% - 0.5em);
|
218
|
+
}
|
219
|
+
}
|
220
|
+
|
221
|
+
figcaption {
|
222
|
+
width: 100%;
|
223
|
+
}
|
224
|
+
}
|
225
|
+
|
226
|
+
&.third {
|
227
|
+
> a,
|
228
|
+
> img {
|
229
|
+
@include breakpoint($small) {
|
230
|
+
width: calc(33.3333% - 0.5em);
|
231
|
+
}
|
232
|
+
}
|
233
|
+
|
234
|
+
figcaption {
|
235
|
+
width: 100%;
|
236
|
+
}
|
237
|
+
}
|
238
|
+
}
|
239
|
+
|
240
|
+
/* Figure captions */
|
241
|
+
|
242
|
+
figcaption {
|
243
|
+
margin-bottom: 0.5em;
|
244
|
+
color: $muted-text-color;
|
245
|
+
font-family: $caption-font-family;
|
246
|
+
font-size: $type-size-6;
|
247
|
+
|
248
|
+
a {
|
249
|
+
-webkit-transition: $global-transition;
|
250
|
+
transition: $global-transition;
|
251
|
+
|
252
|
+
&:hover {
|
253
|
+
color: $link-color-hover;
|
254
|
+
}
|
255
|
+
}
|
256
|
+
}
|
257
|
+
|
258
|
+
|
259
|
+
/* Fix IE9 SVG bug */
|
260
|
+
|
261
|
+
svg:not(:root) {
|
262
|
+
overflow: hidden;
|
263
|
+
}
|
264
|
+
|
265
|
+
|
266
|
+
/*
|
267
|
+
Navigation lists
|
268
|
+
========================================================================== */
|
269
|
+
|
270
|
+
/**
|
271
|
+
* Removes margins, padding, and bullet points from navigation lists
|
272
|
+
*
|
273
|
+
* Example usage:
|
274
|
+
* <nav>
|
275
|
+
* <ul>
|
276
|
+
* <li><a href="#link-1">Link 1</a></li>
|
277
|
+
* <li><a href="#link-2">Link 2</a></li>
|
278
|
+
* <li><a href="#link-3">Link 3</a></li>
|
279
|
+
* </ul>
|
280
|
+
* </nav>
|
281
|
+
*/
|
282
|
+
|
283
|
+
nav {
|
284
|
+
ul {
|
285
|
+
margin: 0;
|
286
|
+
padding: 0;
|
287
|
+
}
|
288
|
+
|
289
|
+
li {
|
290
|
+
list-style: none;
|
291
|
+
}
|
292
|
+
|
293
|
+
a {
|
294
|
+
text-decoration: none;
|
295
|
+
}
|
296
|
+
|
297
|
+
/* override white-space for nested lists */
|
298
|
+
ul li,
|
299
|
+
ol li {
|
300
|
+
margin-bottom: 0;
|
301
|
+
}
|
302
|
+
|
303
|
+
li ul,
|
304
|
+
li ol {
|
305
|
+
margin-top: 0;
|
306
|
+
}
|
307
|
+
}
|
308
|
+
|
309
|
+
/*
|
310
|
+
Global animation transition
|
311
|
+
========================================================================== */
|
312
|
+
|
313
|
+
b, i, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, a, tr, td, form button, input[type="submit"], .btn, .highlight, .archive__item-teaser {
|
314
|
+
-webkit-transition: $global-transition;
|
315
|
+
transition: $global-transition;
|
316
316
|
}
|