jekyll-theme-basically-basic 1.3.1 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (160) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +18 -0
  3. data/README.md +150 -42
  4. data/_includes/author +30 -30
  5. data/_includes/contact-list.html +27 -27
  6. data/_includes/cv/awards.html +23 -23
  7. data/_includes/cv/basics.html +68 -68
  8. data/_includes/cv/education.html +36 -36
  9. data/_includes/cv/interests.html +19 -19
  10. data/_includes/cv/intro.html +18 -18
  11. data/_includes/cv/languages.html +19 -19
  12. data/_includes/cv/publications.html +29 -29
  13. data/_includes/cv/references.html +23 -23
  14. data/_includes/cv/volunteer.html +46 -46
  15. data/_includes/cv/work.html +46 -46
  16. data/_includes/disqus_comments.html +16 -16
  17. data/_includes/documents-collection.html +19 -0
  18. data/_includes/entry.html +37 -29
  19. data/_includes/footer.html +11 -9
  20. data/_includes/google-analytics.html +8 -8
  21. data/_includes/head.html +35 -35
  22. data/_includes/icon-bitbucket.html +4 -4
  23. data/_includes/icon-codepen.html +4 -4
  24. data/_includes/icon-dribbble.html +4 -4
  25. data/_includes/icon-facebook.html +4 -4
  26. data/_includes/icon-flickr.html +4 -4
  27. data/_includes/icon-github.html +4 -4
  28. data/_includes/icon-gitlab.html +4 -4
  29. data/_includes/icon-googleplus.html +4 -4
  30. data/_includes/icon-instagram.html +4 -4
  31. data/_includes/icon-lastfm.html +4 -4
  32. data/_includes/icon-linkedin.html +4 -4
  33. data/_includes/icon-pinterest.html +4 -4
  34. data/_includes/icon-soundcloud.html +4 -4
  35. data/_includes/icon-stackoverflow.html +4 -4
  36. data/_includes/icon-tumblr.html +4 -4
  37. data/_includes/icon-twitter.html +4 -4
  38. data/_includes/icon-xing.html +4 -4
  39. data/_includes/icon-youtube.html +4 -4
  40. data/_includes/masthead.html +27 -27
  41. data/_includes/navigation.html +25 -25
  42. data/_includes/page-intro.html +42 -42
  43. data/_includes/page-tags.html +14 -0
  44. data/_includes/posts-all.html +2 -2
  45. data/_includes/posts-category.html +3 -0
  46. data/_includes/posts-paginated.html +15 -15
  47. data/_includes/posts-tag.html +3 -0
  48. data/_includes/read-time.html +13 -13
  49. data/_includes/search-form.html +14 -13
  50. data/_includes/search/algolia-search-scripts.html +52 -52
  51. data/_includes/search/lunr-search-scripts.html +1 -1
  52. data/_includes/skip-links.html +8 -8
  53. data/_layouts/about.html +0 -2
  54. data/_layouts/categories.html +48 -0
  55. data/_layouts/category.html +9 -0
  56. data/_layouts/collection.html +9 -0
  57. data/_layouts/cv.html +28 -28
  58. data/_layouts/default.html +2 -1
  59. data/_layouts/home.html +28 -30
  60. data/_layouts/page.html +15 -17
  61. data/_layouts/post.html +18 -20
  62. data/_layouts/posts.html +29 -0
  63. data/_layouts/tag.html +9 -0
  64. data/_layouts/tags.html +48 -0
  65. data/_sass/basically-basic.scss +1 -1
  66. data/_sass/basically-basic/_base.scss +116 -118
  67. data/_sass/basically-basic/_contact-lists.scss +11 -11
  68. data/_sass/basically-basic/_entries.scss +230 -152
  69. data/_sass/basically-basic/_footer.scss +37 -13
  70. data/_sass/basically-basic/_functions.scss +2 -2
  71. data/_sass/basically-basic/_global.scss +116 -42
  72. data/_sass/basically-basic/_icons.scss +43 -43
  73. data/_sass/basically-basic/_intro.scss +3 -1
  74. data/_sass/basically-basic/_layout.scss +188 -188
  75. data/_sass/basically-basic/_mixins.scss +5 -5
  76. data/_sass/basically-basic/_navicons.scss +148 -148
  77. data/_sass/basically-basic/_navigation.scss +66 -66
  78. data/_sass/basically-basic/_print.scss +252 -252
  79. data/_sass/basically-basic/_reset.scss +522 -522
  80. data/_sass/basically-basic/_responsive-embed.scss +70 -70
  81. data/_sass/basically-basic/_search.scss +101 -101
  82. data/_sass/basically-basic/_sidebar.scss +166 -166
  83. data/_sass/basically-basic/_tables.scss +34 -34
  84. data/_sass/basically-basic/_utilities.scss +6 -6
  85. data/_sass/basically-basic/_variables.scss +3 -0
  86. data/_sass/basically-basic/functions/_color.scss +21 -21
  87. data/_sass/basically-basic/functions/_fluid-type.scss +33 -33
  88. data/_sass/basically-basic/mixins/_clearfix.scss +11 -11
  89. data/_sass/basically-basic/mixins/_float.scss +15 -15
  90. data/_sass/basically-basic/mixins/_image.scss +38 -38
  91. data/_sass/basically-basic/mixins/_lists.scss +9 -9
  92. data/_sass/basically-basic/mixins/_text-truncate.scss +10 -10
  93. data/_sass/basically-basic/themes/_default.scss +5 -5
  94. data/_sass/basically-basic/themes/_night.scss +12 -12
  95. data/_sass/basically-basic/themes/_plum.scss +12 -12
  96. data/_sass/basically-basic/themes/_sea.scss +12 -12
  97. data/_sass/basically-basic/utilities/_accessibility.scss +43 -43
  98. data/_sass/basically-basic/utilities/_align.scss +62 -62
  99. data/_sass/basically-basic/utilities/_clearfix.scss +7 -7
  100. data/_sass/basically-basic/utilities/_float.scss +7 -7
  101. data/_sass/basically-basic/utilities/_text.scss +28 -28
  102. data/_sass/basically-basic/utilities/_visibility.scss +32 -32
  103. data/_sass/basically-basic/vendor/breakpoint/_breakpoint.scss +114 -114
  104. data/_sass/basically-basic/vendor/breakpoint/_context.scss +94 -94
  105. data/_sass/basically-basic/vendor/breakpoint/_helpers.scss +151 -151
  106. data/_sass/basically-basic/vendor/breakpoint/_legacy-settings.scss +49 -49
  107. data/_sass/basically-basic/vendor/breakpoint/_no-query.scss +15 -15
  108. data/_sass/basically-basic/vendor/breakpoint/_parsers.scss +215 -215
  109. data/_sass/basically-basic/vendor/breakpoint/_respond-to.scss +82 -82
  110. data/_sass/basically-basic/vendor/breakpoint/_settings.scss +70 -70
  111. data/_sass/basically-basic/vendor/breakpoint/parsers/_double.scss +33 -33
  112. data/_sass/basically-basic/vendor/breakpoint/parsers/_query.scss +82 -82
  113. data/_sass/basically-basic/vendor/breakpoint/parsers/_resolution.scss +31 -31
  114. data/_sass/basically-basic/vendor/breakpoint/parsers/_single.scss +26 -26
  115. data/_sass/basically-basic/vendor/breakpoint/parsers/_triple.scss +36 -36
  116. data/_sass/basically-basic/vendor/breakpoint/parsers/double/_default-pair.scss +21 -21
  117. data/_sass/basically-basic/vendor/breakpoint/parsers/double/_default.scss +22 -22
  118. data/_sass/basically-basic/vendor/breakpoint/parsers/double/_double-string.scss +21 -21
  119. data/_sass/basically-basic/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -60
  120. data/_sass/basically-basic/vendor/breakpoint/parsers/single/_default.scss +13 -13
  121. data/_sass/basically-basic/vendor/breakpoint/parsers/triple/_default.scss +18 -18
  122. data/_sass/basically-basic/vendor/susy/_su.scss +4 -4
  123. data/_sass/basically-basic/vendor/susy/_susy-prefix.scss +13 -13
  124. data/_sass/basically-basic/vendor/susy/_susy.scss +5 -5
  125. data/_sass/basically-basic/vendor/susy/plugins/_svg-grid.scss +5 -5
  126. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_prefix.scss +7 -7
  127. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -114
  128. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -67
  129. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -14
  130. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -18
  131. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -133
  132. data/_sass/basically-basic/vendor/susy/susy/_api.scss +318 -318
  133. data/_sass/basically-basic/vendor/susy/susy/_normalize.scss +261 -261
  134. data/_sass/basically-basic/vendor/susy/susy/_parse.scss +163 -163
  135. data/_sass/basically-basic/vendor/susy/susy/_settings.scss +329 -329
  136. data/_sass/basically-basic/vendor/susy/susy/_su-math.scss +441 -441
  137. data/_sass/basically-basic/vendor/susy/susy/_su-validate.scss +213 -213
  138. data/_sass/basically-basic/vendor/susy/susy/_syntax-helpers.scss +191 -191
  139. data/_sass/basically-basic/vendor/susy/susy/_unprefix.scss +56 -56
  140. data/_sass/basically-basic/vendor/susy/susy/_utilities.scss +167 -167
  141. data/assets/javascripts/lunr/lunr.da.min.js +17 -17
  142. data/assets/javascripts/lunr/lunr.de.min.js +17 -17
  143. data/assets/javascripts/lunr/lunr.du.min.js +17 -17
  144. data/assets/javascripts/lunr/lunr.es.min.js +17 -17
  145. data/assets/javascripts/lunr/lunr.fi.min.js +17 -17
  146. data/assets/javascripts/lunr/lunr.fr.min.js +17 -17
  147. data/assets/javascripts/lunr/lunr.hu.min.js +17 -17
  148. data/assets/javascripts/lunr/lunr.it.min.js +17 -17
  149. data/assets/javascripts/lunr/lunr.jp.min.js +1 -1
  150. data/assets/javascripts/lunr/lunr.min.js +6 -6
  151. data/assets/javascripts/lunr/lunr.no.min.js +17 -17
  152. data/assets/javascripts/lunr/lunr.pt.min.js +17 -17
  153. data/assets/javascripts/lunr/lunr.ro.min.js +17 -17
  154. data/assets/javascripts/lunr/lunr.ru.min.js +17 -17
  155. data/assets/javascripts/lunr/lunr.sv.min.js +17 -17
  156. data/assets/javascripts/lunr/lunr.tr.min.js +17 -17
  157. data/assets/javascripts/main.js +12 -12
  158. data/assets/javascripts/search-data.json +43 -27
  159. data/assets/stylesheets/main.scss +9 -9
  160. metadata +21 -5
@@ -1,522 +1,522 @@
1
- /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
2
-
3
- /**
4
- * 1. Change the default font family in all browsers (opinionated).
5
- * 2. Prevent adjustments of font size after orientation changes in
6
- * IE on Windows Phone and in iOS.
7
- */
8
-
9
- /* Document
10
- ========================================================================== */
11
-
12
- html {
13
- font-family: $base-font-family; /* 1 */
14
- box-sizing: border-box;
15
- -ms-text-size-adjust: 100%; /* 2 */
16
- -webkit-text-size-adjust: 100%; /* 2 */
17
- }
18
-
19
- *,
20
- *::before,
21
- *::after {
22
- box-sizing: inherit;
23
- }
24
-
25
- /* Sections
26
- ========================================================================== */
27
-
28
- /**
29
- * Remove the margin in all browsers (opinionated).
30
- */
31
-
32
- body {
33
- margin: 0;
34
- line-height: 1.5;
35
- }
36
-
37
- /**
38
- * Add the correct display in IE 9-.
39
- */
40
-
41
- article,
42
- aside,
43
- footer,
44
- header,
45
- nav,
46
- section {
47
- display: block;
48
- }
49
-
50
- /**
51
- * Remove margin padding.
52
- *
53
- */
54
-
55
- h1,
56
- h2,
57
- h3,
58
- h4,
59
- h5,
60
- h6,
61
- p,
62
- pre,
63
- blockquote,
64
- dl,
65
- table,
66
- address {
67
- margin-top: 0;
68
- margin-bottom: 1.5rem;
69
- }
70
-
71
- /**
72
- * Correct the font size and margin on `h1` elements within `section` and
73
- * `article` contexts in Chrome, Firefox, and Safari.
74
- */
75
-
76
- h1 {
77
- font-size: 2em;
78
- }
79
-
80
- /**
81
- * Adjust heading line-height
82
- *
83
- */
84
-
85
- h1,
86
- h2,
87
- h3,
88
- h4 {
89
- line-height: 1.2;
90
- }
91
-
92
- /* Grouping content
93
- ========================================================================== */
94
-
95
- /**
96
- * Add the correct display in IE 9-.
97
- * 1. Add the correct display in IE.
98
- */
99
-
100
- figcaption,
101
- figure,
102
- main { /* 1 */
103
- display: block;
104
- }
105
-
106
- /**
107
- * Reset the margins.
108
- */
109
-
110
- figure {
111
- margin: 1rem 0 1.5rem;
112
- }
113
-
114
- /**
115
- * 1. Add the correct box sizing in Firefox.
116
- * 2. Show the overflow in Edge and IE.
117
- */
118
-
119
- hr {
120
- height: 0; /* 1 */
121
- overflow: visible; /* 2 */
122
- box-sizing: content-box; /* 1 */
123
- }
124
-
125
- /**
126
- * 1. Correct the inheritance and scaling of font size in all browsers.
127
- * 2. Correct the odd `em` font sizing in all browsers.
128
- * 3. Add scrollbars to wide code blocks.
129
- */
130
-
131
- pre {
132
- font-family: monospace, monospace; /* 1 */
133
- font-size: 1em; /* 2 */
134
- overflow-x: auto; /* 3 */
135
- }
136
-
137
- /* Text-level semantics
138
- ========================================================================== */
139
-
140
- /**
141
- * 1. Remove the gray background on active links in IE 10.
142
- * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
143
- */
144
-
145
- a {
146
- background-color: transparent; /* 1 */
147
- -webkit-text-decoration-skip: objects; /* 2 */
148
- }
149
-
150
- /**
151
- * Remove the outline on focused links when they are also active or hovered
152
- * in all browsers (opinionated).
153
- */
154
-
155
- a:active,
156
- a:hover {
157
- outline-width: 0;
158
- }
159
-
160
- /**
161
- * 1. Remove the bottom border in Firefox 39-.
162
- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
163
- */
164
-
165
- abbr[title] {
166
- border-bottom: none; /* 1 */
167
- text-decoration: underline; /* 2 */
168
- text-decoration: underline dotted; /* 2 */
169
- }
170
-
171
- /**
172
- * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
173
- */
174
-
175
- b,
176
- strong {
177
- font-weight: inherit;
178
- font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari. */
179
- }
180
-
181
- /**
182
- * 1. Correct the inheritance and scaling of font size in all browsers.
183
- * 2. Correct the odd `em` font sizing in all browsers.
184
- */
185
-
186
- code,
187
- kbd,
188
- samp {
189
- font-family: monospace, monospace; /* 1 */
190
- font-size: 1em; /* 2 */
191
- }
192
-
193
- /**
194
- * Add the correct font style in Android 4.3-.
195
- */
196
-
197
- dfn {
198
- font-style: italic;
199
- }
200
-
201
- /**
202
- * Add the correct background and color in IE 9-.
203
- */
204
-
205
- mark {
206
- background-color: #ff0;
207
- color: #000;
208
- }
209
-
210
- /**
211
- * Add the correct font size in all browsers.
212
- */
213
-
214
- small {
215
- font-size: 80%;
216
- }
217
-
218
- /**
219
- * Change the margin and padding and add a line rule on the left-side in all
220
- * browsers (opinionated).
221
- */
222
-
223
- blockquote {
224
- margin-right: 0;
225
- margin-left: 0;
226
- padding: 0 1rem;
227
- border-left: solid 0.25rem;
228
-
229
- *:last-child {
230
- margin-bottom: 0;
231
- }
232
- }
233
-
234
- /**
235
- * Prevent `sub` and `sup` elements from affecting the line height in
236
- * all browsers.
237
- */
238
-
239
- sub,
240
- sup {
241
- position: relative;
242
- font-size: 75%;
243
- line-height: 0;
244
- vertical-align: baseline;
245
- }
246
-
247
- sub {
248
- bottom: -0.25em;
249
- }
250
-
251
- sup {
252
- top: -0.5em;
253
- }
254
-
255
- /**
256
- * Remove margin
257
- */
258
-
259
- ul,
260
- ol {
261
- margin-top: 0;
262
- }
263
-
264
- /* Embedded content
265
- ========================================================================== */
266
-
267
- /**
268
- * Add the correct display in IE 9-.
269
- */
270
-
271
- audio,
272
- video {
273
- display: inline-block;
274
- }
275
-
276
- /**
277
- * Add the correct display in iOS 4-7.
278
- */
279
-
280
- audio:not([controls]) {
281
- display: none;
282
- height: 0;
283
- }
284
-
285
- img {
286
- /* Responsive images (ensure images don't scale beyond their parents) */
287
- max-width: 100%; /* part 1: Set a maximum relative to the parent*/
288
- width: auto\9; /* IE7-8 need help adjusting responsive images*/
289
- height: auto; /* part 2: Scale the height according to the width, otherwise you get stretching*/
290
-
291
- border-style: none; /* Remove the border on images inside links in IE 10-.*/
292
-
293
- vertical-align: middle;
294
- -ms-interpolation-mode: bicubic;
295
- }
296
-
297
- /**
298
- * Hide the overflow in IE.
299
- */
300
-
301
- svg:not(:root) {
302
- overflow: hidden;
303
- }
304
-
305
- /* Forms
306
- ========================================================================== */
307
-
308
- /**
309
- * 1. Change the font styles in all browsers (opinionated).
310
- * 2. Remove the margin in Firefox and Safari.
311
- */
312
-
313
- button,
314
- input,
315
- optgroup,
316
- select,
317
- textarea {
318
- margin: 0; /* 2 */
319
- font-family: $base-font-family; /* 1 */
320
- font-size: 100%; /* 1 */
321
- line-height: 1.15; /* 1 */
322
- }
323
-
324
- /**
325
- * Show the overflow in IE.
326
- * 1. Show the overflow in Edge.
327
- */
328
-
329
- button,
330
- input { /* 1 */
331
- overflow: visible;
332
- }
333
-
334
- /**
335
- * Remove the inheritance of text transform in Edge, Firefox, and IE.
336
- * 1. Remove the inheritance of text transform in Firefox.
337
- */
338
-
339
- button,
340
- select { /* 1 */
341
- text-transform: none;
342
- }
343
-
344
- /**
345
- * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
346
- * controls in Android 4.
347
- * 2. Correct the inability to style clickable types in iOS and Safari.
348
- */
349
-
350
- button,
351
- html [type="button"], /* 1 */
352
- [type="reset"],
353
- [type="submit"] {
354
- -webkit-appearance: button; /* 2 */
355
- }
356
-
357
- /**
358
- * Remove the inner border and padding in Firefox.
359
- */
360
-
361
- button::-moz-focus-inner,
362
- [type="button"]::-moz-focus-inner,
363
- [type="reset"]::-moz-focus-inner,
364
- [type="submit"]::-moz-focus-inner {
365
- padding: 0;
366
- border-style: none;
367
- }
368
-
369
- /**
370
- * Restore the focus styles unset by the previous rule.
371
- */
372
-
373
- button:-moz-focusring,
374
- [type="button"]:-moz-focusring,
375
- [type="reset"]:-moz-focusring,
376
- [type="submit"]:-moz-focusring {
377
- outline: 1px dotted ButtonText;
378
- }
379
-
380
- /**
381
- * Change the border, margin, and padding in all browsers (opinionated).
382
- */
383
-
384
- fieldset {
385
- margin: 0 2px;
386
- padding: 0.35em 0.625em 0.75em;
387
- border: 1px solid #c0c0c0;
388
- }
389
-
390
- /**
391
- * 1. Correct the text wrapping in Edge and IE.
392
- * 2. Correct the color inheritance from `fieldset` elements in IE.
393
- * 3. Remove the padding so developers are not caught out when they zero out
394
- * `fieldset` elements in all browsers.
395
- */
396
-
397
- legend {
398
- display: table; /* 1 */
399
- max-width: 100%; /* 1 */
400
- padding: 0; /* 3 */
401
- color: inherit; /* 2 */
402
- white-space: normal; /* 1 */
403
- box-sizing: border-box; /* 1 */
404
- }
405
-
406
- /**
407
- * 1. Add the correct display in IE 9-.
408
- * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
409
- */
410
-
411
- progress {
412
- display: inline-block; /* 1 */
413
- vertical-align: baseline; /* 2 */
414
- }
415
-
416
- /**
417
- * Remove the default vertical scrollbar in IE.
418
- */
419
-
420
- textarea {
421
- overflow: auto;
422
- }
423
-
424
- /**
425
- * 1. Add the correct box sizing in IE 10-.
426
- * 2. Remove the padding in IE 10-.
427
- */
428
-
429
- [type="checkbox"],
430
- [type="radio"] {
431
- padding: 0; /* 2 */
432
- box-sizing: border-box; /* 1 */
433
- }
434
-
435
- /**
436
- * Correct the cursor style of increment and decrement buttons in Chrome.
437
- */
438
-
439
- [type="number"]::-webkit-inner-spin-button,
440
- [type="number"]::-webkit-outer-spin-button {
441
- height: auto;
442
- }
443
-
444
- /**
445
- * 1. Correct the odd appearance in Chrome and Safari.
446
- * 2. Correct the outline style in Safari.
447
- */
448
-
449
- [type="search"] {
450
- outline-offset: -2px; /* 2 */
451
- -webkit-appearance: textfield; /* 1 */
452
- }
453
-
454
- /**
455
- * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
456
- */
457
-
458
- [type="search"]::-webkit-search-cancel-button,
459
- [type="search"]::-webkit-search-decoration {
460
- -webkit-appearance: none;
461
- }
462
-
463
- /**
464
- * 1. Correct the inability to style clickable types in iOS and Safari.
465
- * 2. Change font properties to `inherit` in Safari.
466
- */
467
-
468
- ::-webkit-file-upload-button {
469
- font: inherit; /* 2 */
470
- -webkit-appearance: button; /* 1 */
471
- }
472
-
473
- /* Interactive
474
- ========================================================================== */
475
-
476
- /*
477
- * Add the correct display in IE 9-.
478
- * 1. Add the correct display in Edge, IE, and Firefox.
479
- */
480
-
481
- details, /* 1 */
482
- menu {
483
- display: block;
484
- }
485
-
486
- /*
487
- * Add the correct display in all browsers.
488
- */
489
-
490
- summary {
491
- display: list-item;
492
- }
493
-
494
- /* Scripting
495
- ========================================================================== */
496
-
497
- /**
498
- * Add the correct display in IE 9-.
499
- */
500
-
501
- canvas {
502
- display: inline-block;
503
- }
504
-
505
- /**
506
- * Add the correct display in IE.
507
- */
508
-
509
- template {
510
- display: none;
511
- }
512
-
513
- /* Hidden
514
- ========================================================================== */
515
-
516
- /**
517
- * Add the correct display in IE 10-.
518
- */
519
-
520
- [hidden] {
521
- display: none;
522
- }
1
+ /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
2
+
3
+ /**
4
+ * 1. Change the default font family in all browsers (opinionated).
5
+ * 2. Prevent adjustments of font size after orientation changes in
6
+ * IE on Windows Phone and in iOS.
7
+ */
8
+
9
+ /* Document
10
+ ========================================================================== */
11
+
12
+ html {
13
+ font-family: $base-font-family; /* 1 */
14
+ box-sizing: border-box;
15
+ -ms-text-size-adjust: 100%; /* 2 */
16
+ -webkit-text-size-adjust: 100%; /* 2 */
17
+ }
18
+
19
+ *,
20
+ *::before,
21
+ *::after {
22
+ box-sizing: inherit;
23
+ }
24
+
25
+ /* Sections
26
+ ========================================================================== */
27
+
28
+ /**
29
+ * Remove the margin in all browsers (opinionated).
30
+ */
31
+
32
+ body {
33
+ margin: 0;
34
+ line-height: 1.5;
35
+ }
36
+
37
+ /**
38
+ * Add the correct display in IE 9-.
39
+ */
40
+
41
+ article,
42
+ aside,
43
+ footer,
44
+ header,
45
+ nav,
46
+ section {
47
+ display: block;
48
+ }
49
+
50
+ /**
51
+ * Remove margin padding.
52
+ *
53
+ */
54
+
55
+ h1,
56
+ h2,
57
+ h3,
58
+ h4,
59
+ h5,
60
+ h6,
61
+ p,
62
+ pre,
63
+ blockquote,
64
+ dl,
65
+ table,
66
+ address {
67
+ margin-top: 0;
68
+ margin-bottom: 1.5rem;
69
+ }
70
+
71
+ /**
72
+ * Correct the font size and margin on `h1` elements within `section` and
73
+ * `article` contexts in Chrome, Firefox, and Safari.
74
+ */
75
+
76
+ h1 {
77
+ font-size: 2em;
78
+ }
79
+
80
+ /**
81
+ * Adjust heading line-height
82
+ *
83
+ */
84
+
85
+ h1,
86
+ h2,
87
+ h3,
88
+ h4 {
89
+ line-height: 1.2;
90
+ }
91
+
92
+ /* Grouping content
93
+ ========================================================================== */
94
+
95
+ /**
96
+ * Add the correct display in IE 9-.
97
+ * 1. Add the correct display in IE.
98
+ */
99
+
100
+ figcaption,
101
+ figure,
102
+ main { /* 1 */
103
+ display: block;
104
+ }
105
+
106
+ /**
107
+ * Reset the margins.
108
+ */
109
+
110
+ figure {
111
+ margin: 1rem 0 1.5rem;
112
+ }
113
+
114
+ /**
115
+ * 1. Add the correct box sizing in Firefox.
116
+ * 2. Show the overflow in Edge and IE.
117
+ */
118
+
119
+ hr {
120
+ height: 0; /* 1 */
121
+ overflow: visible; /* 2 */
122
+ box-sizing: content-box; /* 1 */
123
+ }
124
+
125
+ /**
126
+ * 1. Correct the inheritance and scaling of font size in all browsers.
127
+ * 2. Correct the odd `em` font sizing in all browsers.
128
+ * 3. Add scrollbars to wide code blocks.
129
+ */
130
+
131
+ pre {
132
+ font-family: monospace, monospace; /* 1 */
133
+ font-size: 1em; /* 2 */
134
+ overflow-x: auto; /* 3 */
135
+ }
136
+
137
+ /* Text-level semantics
138
+ ========================================================================== */
139
+
140
+ /**
141
+ * 1. Remove the gray background on active links in IE 10.
142
+ * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
143
+ */
144
+
145
+ a {
146
+ background-color: transparent; /* 1 */
147
+ -webkit-text-decoration-skip: objects; /* 2 */
148
+ }
149
+
150
+ /**
151
+ * Remove the outline on focused links when they are also active or hovered
152
+ * in all browsers (opinionated).
153
+ */
154
+
155
+ a:active,
156
+ a:hover {
157
+ outline-width: 0;
158
+ }
159
+
160
+ /**
161
+ * 1. Remove the bottom border in Firefox 39-.
162
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
163
+ */
164
+
165
+ abbr[title] {
166
+ border-bottom: none; /* 1 */
167
+ text-decoration: underline; /* 2 */
168
+ text-decoration: underline dotted; /* 2 */
169
+ }
170
+
171
+ /**
172
+ * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
173
+ */
174
+
175
+ b,
176
+ strong {
177
+ font-weight: inherit;
178
+ font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari. */
179
+ }
180
+
181
+ /**
182
+ * 1. Correct the inheritance and scaling of font size in all browsers.
183
+ * 2. Correct the odd `em` font sizing in all browsers.
184
+ */
185
+
186
+ code,
187
+ kbd,
188
+ samp {
189
+ font-family: monospace, monospace; /* 1 */
190
+ font-size: 1em; /* 2 */
191
+ }
192
+
193
+ /**
194
+ * Add the correct font style in Android 4.3-.
195
+ */
196
+
197
+ dfn {
198
+ font-style: italic;
199
+ }
200
+
201
+ /**
202
+ * Add the correct background and color in IE 9-.
203
+ */
204
+
205
+ mark {
206
+ background-color: #ff0;
207
+ color: #000;
208
+ }
209
+
210
+ /**
211
+ * Add the correct font size in all browsers.
212
+ */
213
+
214
+ small {
215
+ font-size: 80%;
216
+ }
217
+
218
+ /**
219
+ * Change the margin and padding and add a line rule on the left-side in all
220
+ * browsers (opinionated).
221
+ */
222
+
223
+ blockquote {
224
+ margin-right: 0;
225
+ margin-left: 0;
226
+ padding: 0 1rem;
227
+ border-left: solid 0.25rem;
228
+
229
+ *:last-child {
230
+ margin-bottom: 0;
231
+ }
232
+ }
233
+
234
+ /**
235
+ * Prevent `sub` and `sup` elements from affecting the line height in
236
+ * all browsers.
237
+ */
238
+
239
+ sub,
240
+ sup {
241
+ position: relative;
242
+ font-size: 75%;
243
+ line-height: 0;
244
+ vertical-align: baseline;
245
+ }
246
+
247
+ sub {
248
+ bottom: -0.25em;
249
+ }
250
+
251
+ sup {
252
+ top: -0.5em;
253
+ }
254
+
255
+ /**
256
+ * Remove margin
257
+ */
258
+
259
+ ul,
260
+ ol {
261
+ margin-top: 0;
262
+ }
263
+
264
+ /* Embedded content
265
+ ========================================================================== */
266
+
267
+ /**
268
+ * Add the correct display in IE 9-.
269
+ */
270
+
271
+ audio,
272
+ video {
273
+ display: inline-block;
274
+ }
275
+
276
+ /**
277
+ * Add the correct display in iOS 4-7.
278
+ */
279
+
280
+ audio:not([controls]) {
281
+ display: none;
282
+ height: 0;
283
+ }
284
+
285
+ img {
286
+ /* Responsive images (ensure images don't scale beyond their parents) */
287
+ max-width: 100%; /* part 1: Set a maximum relative to the parent*/
288
+ width: auto\9; /* IE7-8 need help adjusting responsive images*/
289
+ height: auto; /* part 2: Scale the height according to the width, otherwise you get stretching*/
290
+
291
+ border-style: none; /* Remove the border on images inside links in IE 10-.*/
292
+
293
+ vertical-align: middle;
294
+ -ms-interpolation-mode: bicubic;
295
+ }
296
+
297
+ /**
298
+ * Hide the overflow in IE.
299
+ */
300
+
301
+ svg:not(:root) {
302
+ overflow: hidden;
303
+ }
304
+
305
+ /* Forms
306
+ ========================================================================== */
307
+
308
+ /**
309
+ * 1. Change the font styles in all browsers (opinionated).
310
+ * 2. Remove the margin in Firefox and Safari.
311
+ */
312
+
313
+ button,
314
+ input,
315
+ optgroup,
316
+ select,
317
+ textarea {
318
+ margin: 0; /* 2 */
319
+ font-family: $base-font-family; /* 1 */
320
+ font-size: 100%; /* 1 */
321
+ line-height: 1.15; /* 1 */
322
+ }
323
+
324
+ /**
325
+ * Show the overflow in IE.
326
+ * 1. Show the overflow in Edge.
327
+ */
328
+
329
+ button,
330
+ input { /* 1 */
331
+ overflow: visible;
332
+ }
333
+
334
+ /**
335
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
336
+ * 1. Remove the inheritance of text transform in Firefox.
337
+ */
338
+
339
+ button,
340
+ select { /* 1 */
341
+ text-transform: none;
342
+ }
343
+
344
+ /**
345
+ * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
346
+ * controls in Android 4.
347
+ * 2. Correct the inability to style clickable types in iOS and Safari.
348
+ */
349
+
350
+ button,
351
+ html [type="button"], /* 1 */
352
+ [type="reset"],
353
+ [type="submit"] {
354
+ -webkit-appearance: button; /* 2 */
355
+ }
356
+
357
+ /**
358
+ * Remove the inner border and padding in Firefox.
359
+ */
360
+
361
+ button::-moz-focus-inner,
362
+ [type="button"]::-moz-focus-inner,
363
+ [type="reset"]::-moz-focus-inner,
364
+ [type="submit"]::-moz-focus-inner {
365
+ padding: 0;
366
+ border-style: none;
367
+ }
368
+
369
+ /**
370
+ * Restore the focus styles unset by the previous rule.
371
+ */
372
+
373
+ button:-moz-focusring,
374
+ [type="button"]:-moz-focusring,
375
+ [type="reset"]:-moz-focusring,
376
+ [type="submit"]:-moz-focusring {
377
+ outline: 1px dotted ButtonText;
378
+ }
379
+
380
+ /**
381
+ * Change the border, margin, and padding in all browsers (opinionated).
382
+ */
383
+
384
+ fieldset {
385
+ margin: 0 2px;
386
+ padding: 0.35em 0.625em 0.75em;
387
+ border: 1px solid #c0c0c0;
388
+ }
389
+
390
+ /**
391
+ * 1. Correct the text wrapping in Edge and IE.
392
+ * 2. Correct the color inheritance from `fieldset` elements in IE.
393
+ * 3. Remove the padding so developers are not caught out when they zero out
394
+ * `fieldset` elements in all browsers.
395
+ */
396
+
397
+ legend {
398
+ display: table; /* 1 */
399
+ max-width: 100%; /* 1 */
400
+ padding: 0; /* 3 */
401
+ color: inherit; /* 2 */
402
+ white-space: normal; /* 1 */
403
+ box-sizing: border-box; /* 1 */
404
+ }
405
+
406
+ /**
407
+ * 1. Add the correct display in IE 9-.
408
+ * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
409
+ */
410
+
411
+ progress {
412
+ display: inline-block; /* 1 */
413
+ vertical-align: baseline; /* 2 */
414
+ }
415
+
416
+ /**
417
+ * Remove the default vertical scrollbar in IE.
418
+ */
419
+
420
+ textarea {
421
+ overflow: auto;
422
+ }
423
+
424
+ /**
425
+ * 1. Add the correct box sizing in IE 10-.
426
+ * 2. Remove the padding in IE 10-.
427
+ */
428
+
429
+ [type="checkbox"],
430
+ [type="radio"] {
431
+ padding: 0; /* 2 */
432
+ box-sizing: border-box; /* 1 */
433
+ }
434
+
435
+ /**
436
+ * Correct the cursor style of increment and decrement buttons in Chrome.
437
+ */
438
+
439
+ [type="number"]::-webkit-inner-spin-button,
440
+ [type="number"]::-webkit-outer-spin-button {
441
+ height: auto;
442
+ }
443
+
444
+ /**
445
+ * 1. Correct the odd appearance in Chrome and Safari.
446
+ * 2. Correct the outline style in Safari.
447
+ */
448
+
449
+ [type="search"] {
450
+ outline-offset: -2px; /* 2 */
451
+ -webkit-appearance: textfield; /* 1 */
452
+ }
453
+
454
+ /**
455
+ * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
456
+ */
457
+
458
+ [type="search"]::-webkit-search-cancel-button,
459
+ [type="search"]::-webkit-search-decoration {
460
+ -webkit-appearance: none;
461
+ }
462
+
463
+ /**
464
+ * 1. Correct the inability to style clickable types in iOS and Safari.
465
+ * 2. Change font properties to `inherit` in Safari.
466
+ */
467
+
468
+ ::-webkit-file-upload-button {
469
+ font: inherit; /* 2 */
470
+ -webkit-appearance: button; /* 1 */
471
+ }
472
+
473
+ /* Interactive
474
+ ========================================================================== */
475
+
476
+ /*
477
+ * Add the correct display in IE 9-.
478
+ * 1. Add the correct display in Edge, IE, and Firefox.
479
+ */
480
+
481
+ details, /* 1 */
482
+ menu {
483
+ display: block;
484
+ }
485
+
486
+ /*
487
+ * Add the correct display in all browsers.
488
+ */
489
+
490
+ summary {
491
+ display: list-item;
492
+ }
493
+
494
+ /* Scripting
495
+ ========================================================================== */
496
+
497
+ /**
498
+ * Add the correct display in IE 9-.
499
+ */
500
+
501
+ canvas {
502
+ display: inline-block;
503
+ }
504
+
505
+ /**
506
+ * Add the correct display in IE.
507
+ */
508
+
509
+ template {
510
+ display: none;
511
+ }
512
+
513
+ /* Hidden
514
+ ========================================================================== */
515
+
516
+ /**
517
+ * Add the correct display in IE 10-.
518
+ */
519
+
520
+ [hidden] {
521
+ display: none;
522
+ }