minimal-mistakes-jekyll 4.8.0 → 4.8.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (141) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +15 -2
  3. data/LICENSE.txt +59 -59
  4. data/README.md +1 -3
  5. data/_data/navigation.yml +11 -11
  6. data/_data/ui-text.yml +977 -932
  7. data/_includes/analytics-providers/custom.html +2 -2
  8. data/_includes/analytics-providers/google-universal.html +9 -9
  9. data/_includes/analytics-providers/google.html +10 -10
  10. data/_includes/analytics.html +11 -11
  11. data/_includes/archive-single.html +37 -37
  12. data/_includes/author-profile-custom-links.html +6 -6
  13. data/_includes/author-profile.html +266 -249
  14. data/_includes/base_path +4 -4
  15. data/_includes/breadcrumbs.html +39 -39
  16. data/_includes/browser-upgrade.html +3 -3
  17. data/_includes/category-list.html +25 -25
  18. data/_includes/comment.html +22 -22
  19. data/_includes/comments-providers/custom.html +2 -2
  20. data/_includes/comments-providers/discourse.html +13 -13
  21. data/_includes/comments-providers/facebook.html +7 -7
  22. data/_includes/comments-providers/google-plus.html +1 -1
  23. data/_includes/comments-providers/staticman.html +41 -41
  24. data/_includes/comments-providers/staticman_v2.html +41 -41
  25. data/_includes/feature_row +49 -49
  26. data/_includes/figure +12 -12
  27. data/_includes/footer.html +25 -25
  28. data/_includes/footer/custom.html +2 -2
  29. data/_includes/gallery +46 -46
  30. data/_includes/group-by-array +46 -46
  31. data/_includes/head.html +42 -42
  32. data/_includes/head/custom.html +4 -4
  33. data/_includes/masthead.html +32 -32
  34. data/_includes/nav_list +46 -46
  35. data/_includes/page__hero_video.html +4 -4
  36. data/_includes/page__taxonomy.html +6 -6
  37. data/_includes/paginator.html +69 -69
  38. data/_includes/post_pagination.html +13 -13
  39. data/_includes/read-time.html +14 -14
  40. data/_includes/scripts.html +20 -20
  41. data/_includes/search_form.html +3 -3
  42. data/_includes/seo.html +162 -162
  43. data/_includes/sidebar.html +22 -22
  44. data/_includes/social-share.html +13 -13
  45. data/_includes/tag-list.html +25 -25
  46. data/_includes/toc +6 -6
  47. data/_includes/toc.html +74 -74
  48. data/_includes/video +11 -11
  49. data/_layouts/archive-taxonomy.html +14 -14
  50. data/_layouts/compress.html +10 -10
  51. data/_layouts/default.html +1 -1
  52. data/_layouts/home.html +11 -11
  53. data/_layouts/search.html +32 -32
  54. data/_layouts/single.html +92 -92
  55. data/_layouts/splash.html +21 -21
  56. data/_sass/minimal-mistakes.scss +1 -1
  57. data/_sass/minimal-mistakes/_animations.scss +20 -20
  58. data/_sass/minimal-mistakes/_archive.scss +310 -310
  59. data/_sass/minimal-mistakes/_base.scss +360 -360
  60. data/_sass/minimal-mistakes/_buttons.scss +97 -97
  61. data/_sass/minimal-mistakes/_footer.scss +82 -82
  62. data/_sass/minimal-mistakes/_masthead.scss +83 -83
  63. data/_sass/minimal-mistakes/_mixins.scss +91 -91
  64. data/_sass/minimal-mistakes/_navigation.scss +540 -540
  65. data/_sass/minimal-mistakes/_notices.scss +99 -99
  66. data/_sass/minimal-mistakes/_page.scss +426 -426
  67. data/_sass/minimal-mistakes/_search.scss +107 -107
  68. data/_sass/minimal-mistakes/_sidebar.scss +267 -262
  69. data/_sass/minimal-mistakes/_tables.scss +36 -36
  70. data/_sass/minimal-mistakes/_utilities.scss +516 -516
  71. data/_sass/minimal-mistakes/_variables.scss +137 -137
  72. data/_sass/minimal-mistakes/skins/_air.scss +22 -22
  73. data/_sass/minimal-mistakes/skins/_aqua.scss +29 -29
  74. data/_sass/minimal-mistakes/skins/_contrast.scss +33 -33
  75. data/_sass/minimal-mistakes/skins/_dark.scss +23 -23
  76. data/_sass/minimal-mistakes/skins/_default.scss +5 -5
  77. data/_sass/minimal-mistakes/skins/_dirt.scss +14 -14
  78. data/_sass/minimal-mistakes/skins/_mint.scss +22 -22
  79. data/_sass/minimal-mistakes/skins/_sunrise.scss +25 -25
  80. data/_sass/minimal-mistakes/vendor/breakpoint/_breakpoint.scss +114 -114
  81. data/_sass/minimal-mistakes/vendor/breakpoint/_context.scss +94 -94
  82. data/_sass/minimal-mistakes/vendor/breakpoint/_helpers.scss +151 -151
  83. data/_sass/minimal-mistakes/vendor/breakpoint/_legacy-settings.scss +49 -49
  84. data/_sass/minimal-mistakes/vendor/breakpoint/_no-query.scss +15 -15
  85. data/_sass/minimal-mistakes/vendor/breakpoint/_parsers.scss +215 -215
  86. data/_sass/minimal-mistakes/vendor/breakpoint/_respond-to.scss +82 -82
  87. data/_sass/minimal-mistakes/vendor/breakpoint/_settings.scss +70 -70
  88. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_double.scss +33 -33
  89. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_query.scss +82 -82
  90. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_resolution.scss +31 -31
  91. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_single.scss +26 -26
  92. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_triple.scss +36 -36
  93. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default-pair.scss +21 -21
  94. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default.scss +22 -22
  95. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_double-string.scss +21 -21
  96. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -60
  97. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/single/_default.scss +13 -13
  98. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/triple/_default.scss +18 -18
  99. data/_sass/minimal-mistakes/vendor/font-awesome/_animated.scss +34 -34
  100. data/_sass/minimal-mistakes/vendor/font-awesome/_bordered-pulled.scss +25 -25
  101. data/_sass/minimal-mistakes/vendor/font-awesome/_core.scss +12 -12
  102. data/_sass/minimal-mistakes/vendor/font-awesome/_fixed-width.scss +6 -6
  103. data/_sass/minimal-mistakes/vendor/font-awesome/_font-awesome.scss +18 -18
  104. data/_sass/minimal-mistakes/vendor/font-awesome/_icons.scss +789 -789
  105. data/_sass/minimal-mistakes/vendor/font-awesome/_larger.scss +13 -13
  106. data/_sass/minimal-mistakes/vendor/font-awesome/_list.scss +19 -19
  107. data/_sass/minimal-mistakes/vendor/font-awesome/_mixins.scss +60 -60
  108. data/_sass/minimal-mistakes/vendor/font-awesome/_path.scss +15 -15
  109. data/_sass/minimal-mistakes/vendor/font-awesome/_rotated-flipped.scss +20 -20
  110. data/_sass/minimal-mistakes/vendor/font-awesome/_screen-reader.scss +5 -5
  111. data/_sass/minimal-mistakes/vendor/font-awesome/_stacked.scss +20 -20
  112. data/_sass/minimal-mistakes/vendor/font-awesome/_variables.scss +800 -800
  113. data/_sass/minimal-mistakes/vendor/magnific-popup/_magnific-popup.scss +649 -649
  114. data/_sass/minimal-mistakes/vendor/magnific-popup/_settings.scss +45 -45
  115. data/_sass/minimal-mistakes/vendor/susy/_susy-prefix.scss +13 -13
  116. data/_sass/minimal-mistakes/vendor/susy/_susy.scss +5 -5
  117. data/_sass/minimal-mistakes/vendor/susy/plugins/_svg-grid.scss +5 -5
  118. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_prefix.scss +7 -7
  119. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -114
  120. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -67
  121. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -14
  122. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -18
  123. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -133
  124. data/_sass/minimal-mistakes/vendor/susy/susy/_api.scss +318 -318
  125. data/_sass/minimal-mistakes/vendor/susy/susy/_normalize.scss +261 -261
  126. data/_sass/minimal-mistakes/vendor/susy/susy/_parse.scss +163 -163
  127. data/_sass/minimal-mistakes/vendor/susy/susy/_settings.scss +329 -329
  128. data/_sass/minimal-mistakes/vendor/susy/susy/_su-math.scss +441 -441
  129. data/_sass/minimal-mistakes/vendor/susy/susy/_su-validate.scss +213 -213
  130. data/_sass/minimal-mistakes/vendor/susy/susy/_syntax-helpers.scss +191 -191
  131. data/_sass/minimal-mistakes/vendor/susy/susy/_unprefix.scss +56 -56
  132. data/_sass/minimal-mistakes/vendor/susy/susy/_utilities.scss +167 -167
  133. data/assets/css/main.scss +7 -7
  134. data/assets/fonts/fontawesome-webfont.svg +2671 -2671
  135. data/assets/js/_main.js +85 -85
  136. data/assets/js/lunr-en.js +104 -93
  137. data/assets/js/lunr.min.js +2977 -7
  138. data/assets/js/main.min.js +5 -5
  139. data/assets/js/plugins/jquery.fitvids.js +81 -81
  140. data/assets/js/plugins/jquery.greedy-navigation.js +83 -83
  141. metadata +3 -3
@@ -1,107 +1,107 @@
1
- /* ==========================================================================
2
- SEARCH
3
- ========================================================================== */
4
-
5
- .layout--search {
6
- .archive__item-teaser {
7
- margin-bottom: 0.25em;
8
- }
9
- }
10
-
11
- .search__toggle {
12
- margin-left: 1rem;
13
- margin-right: 1rem;
14
- border: 0;
15
- outline: none;
16
- color: $muted-text-color;
17
- background-color: transparent;
18
- cursor: pointer;
19
- -webkit-transition: 0.2s;
20
- transition: 0.2s;
21
-
22
- &:hover {
23
- color: $text-color;
24
- }
25
- }
26
-
27
- .search-icon {
28
- width: 100%;
29
- height: 100%;
30
- }
31
-
32
- .search-content {
33
- display: none;
34
- visibility: hidden;
35
- padding-top: 1em;
36
- padding-bottom: 1em;
37
-
38
- &__inner-wrap {
39
- width: 100%;
40
- margin-left: auto;
41
- margin-right: auto;
42
- padding-left: 1em;
43
- padding-right: 1em;
44
- -webkit-animation: $intro-transition;
45
- animation: $intro-transition;
46
- -webkit-animation-delay: 0.15s;
47
- animation-delay: 0.15s;
48
-
49
- @include breakpoint($x-large) {
50
- max-width: $x-large;
51
- }
52
- }
53
-
54
- .search-input {
55
- display: block;
56
- margin-bottom: 0;
57
- padding: 0;
58
- border: none;
59
- outline: none;
60
- box-shadow: none;
61
- background-color: transparent;
62
- font-size: $type-size-3;
63
-
64
- @include breakpoint($large) {
65
- font-size: $type-size-2;
66
- }
67
-
68
- @include breakpoint($x-large) {
69
- font-size: $type-size-1;
70
- }
71
- }
72
-
73
- &.is--visible {
74
- display: block;
75
- visibility: visible;
76
-
77
- &::after {
78
- content: "";
79
- display: block;
80
- }
81
- }
82
-
83
- .results__found {
84
- margin-top: 0.5em;
85
- font-size: $type-size-6;
86
- }
87
-
88
- .archive__item {
89
- margin-bottom: 2em;
90
-
91
- @include breakpoint($large) {
92
- width: 75%;
93
- }
94
-
95
- @include breakpoint($x-large) {
96
- width: 50%;
97
- }
98
- }
99
-
100
- .archive__item-title {
101
- margin-top: 0;
102
- }
103
-
104
- .archive__item-excerpt {
105
- margin-bottom: 0;
106
- }
107
- }
1
+ /* ==========================================================================
2
+ SEARCH
3
+ ========================================================================== */
4
+
5
+ .layout--search {
6
+ .archive__item-teaser {
7
+ margin-bottom: 0.25em;
8
+ }
9
+ }
10
+
11
+ .search__toggle {
12
+ margin-left: 1rem;
13
+ margin-right: 1rem;
14
+ border: 0;
15
+ outline: none;
16
+ color: $muted-text-color;
17
+ background-color: transparent;
18
+ cursor: pointer;
19
+ -webkit-transition: 0.2s;
20
+ transition: 0.2s;
21
+
22
+ &:hover {
23
+ color: $text-color;
24
+ }
25
+ }
26
+
27
+ .search-icon {
28
+ width: 100%;
29
+ height: 100%;
30
+ }
31
+
32
+ .search-content {
33
+ display: none;
34
+ visibility: hidden;
35
+ padding-top: 1em;
36
+ padding-bottom: 1em;
37
+
38
+ &__inner-wrap {
39
+ width: 100%;
40
+ margin-left: auto;
41
+ margin-right: auto;
42
+ padding-left: 1em;
43
+ padding-right: 1em;
44
+ -webkit-animation: $intro-transition;
45
+ animation: $intro-transition;
46
+ -webkit-animation-delay: 0.15s;
47
+ animation-delay: 0.15s;
48
+
49
+ @include breakpoint($x-large) {
50
+ max-width: $x-large;
51
+ }
52
+ }
53
+
54
+ .search-input {
55
+ display: block;
56
+ margin-bottom: 0;
57
+ padding: 0;
58
+ border: none;
59
+ outline: none;
60
+ box-shadow: none;
61
+ background-color: transparent;
62
+ font-size: $type-size-3;
63
+
64
+ @include breakpoint($large) {
65
+ font-size: $type-size-2;
66
+ }
67
+
68
+ @include breakpoint($x-large) {
69
+ font-size: $type-size-1;
70
+ }
71
+ }
72
+
73
+ &.is--visible {
74
+ display: block;
75
+ visibility: visible;
76
+
77
+ &::after {
78
+ content: "";
79
+ display: block;
80
+ }
81
+ }
82
+
83
+ .results__found {
84
+ margin-top: 0.5em;
85
+ font-size: $type-size-6;
86
+ }
87
+
88
+ .archive__item {
89
+ margin-bottom: 2em;
90
+
91
+ @include breakpoint($large) {
92
+ width: 75%;
93
+ }
94
+
95
+ @include breakpoint($x-large) {
96
+ width: 50%;
97
+ }
98
+ }
99
+
100
+ .archive__item-title {
101
+ margin-top: 0;
102
+ }
103
+
104
+ .archive__item-excerpt {
105
+ margin-bottom: 0;
106
+ }
107
+ }
@@ -1,263 +1,268 @@
1
- /* ==========================================================================
2
- SIDEBAR
3
- ========================================================================== */
4
-
5
- /*
6
- Default
7
- ========================================================================== */
8
-
9
- .sidebar {
10
- @include clearfix();
11
- margin-bottom: 1em;
12
- -webkit-transform: translate3d(0, 0 , 0);
13
- transform: translate3d(0, 0 , 0);
14
-
15
- @include breakpoint(max-width $large) {
16
- /* fix z-index order of follow links */
17
- position: relative;
18
- z-index: 10;
19
- }
20
-
21
- @include breakpoint($large) {
22
- float: left;
23
- width: calc(#{$right-sidebar-width-narrow} - 1em);
24
- opacity: 0.75;
25
- -webkit-transition: opacity 0.2s ease-in-out;
26
- transition: opacity 0.2s ease-in-out;
27
-
28
- &:hover {
29
- opacity: 1;
30
- }
31
-
32
- &.sticky {
33
- overflow-y: auto;
34
- /* calculate height of nav list */
35
- height: calc(100vh - 90px - 2em); // viewport height - approx. masthead height - main content top margin
36
- }
37
- }
38
-
39
- @include breakpoint($x-large) {
40
- width: calc(#{$right-sidebar-width} - 1em);
41
- }
42
-
43
- h2, h3, h4, h5, h6 {
44
- margin-bottom: 0;
45
- font-family: $sans-serif-narrow;
46
- }
47
-
48
- p, li {
49
- font-family: $sans-serif;
50
- font-size: $type-size-6;
51
- line-height: 1.5;
52
- }
53
-
54
- img {
55
- width: 100%;
56
- }
57
- }
58
-
59
- .sidebar__right {
60
- margin-bottom: 1em;
61
-
62
- @include breakpoint($large) {
63
- position: absolute;
64
- top: 0;
65
- right: 0;
66
- width: $right-sidebar-width-narrow;
67
- margin-right: -1 * $right-sidebar-width-narrow;
68
- padding-left: 1em;
69
- z-index: 10;
70
- }
71
-
72
- @include breakpoint($x-large) {
73
- width: $right-sidebar-width;
74
- margin-right: -1 * $right-sidebar-width;
75
- }
76
- }
77
-
78
- .splash .sidebar__right {
79
-
80
- @include breakpoint($large) {
81
- position: relative;
82
- float: right;
83
- margin-right: 0;
84
- }
85
-
86
- @include breakpoint($x-large) {
87
- margin-right: 0;
88
- }
89
- }
90
-
91
- /*
92
- Author profile and links
93
- ========================================================================== */
94
-
95
- .author__avatar {
96
- display: table-cell;
97
- vertical-align: top;
98
- width: 36px;
99
- height: 36px;
100
-
101
- @include breakpoint($large) {
102
- display: block;
103
- width: auto;
104
- height: auto;
105
- }
106
-
107
- img {
108
- max-width: 110px;
109
- border-radius: 50%;
110
-
111
- @include breakpoint($large) {
112
- padding: 5px;
113
- border: 1px solid $border-color;
114
- }
115
- }
116
- }
117
-
118
- .author__content {
119
- display: table-cell;
120
- vertical-align: top;
121
- padding-left: 15px;
122
- padding-right: 25px;
123
- line-height: 1;
124
-
125
- @include breakpoint($large) {
126
- display: block;
127
- width: 100%;
128
- padding-left: 0;
129
- padding-right: 0;
130
- }
131
- }
132
-
133
- .author__name {
134
- margin: 0;
135
-
136
- @include breakpoint($large) {
137
- margin-top: 10px;
138
- margin-bottom: 10px;
139
- }
140
- }
141
- .sidebar .author__name {
142
- font-family: $sans-serif;
143
- font-size: $type-size-5;
144
- }
145
-
146
- .author__bio {
147
- margin: 0;
148
-
149
- @include breakpoint($large) {
150
- margin-top: 10px;
151
- margin-bottom: 20px;
152
- }
153
- }
154
-
155
- .author__urls-wrapper {
156
- position: relative;
157
- display: table-cell;
158
- vertical-align: middle;
159
- font-family: $sans-serif;
160
- z-index: 10;
161
- position: relative;
162
- cursor: pointer;
163
-
164
- li:last-child {
165
- a {
166
- margin-bottom: 0;
167
- }
168
- }
169
-
170
- @include breakpoint($large) {
171
- display: block;
172
- }
173
-
174
- button {
175
- margin-bottom: 0;
176
-
177
- @include breakpoint($large) {
178
- display: none;
179
- }
180
- }
181
- }
182
-
183
- .author__urls {
184
- display: none;
185
- position: absolute;
186
- right: 0;
187
- margin-top: 15px;
188
- padding: 10px;
189
- list-style-type: none;
190
- border: 1px solid $border-color;
191
- border-radius: $border-radius;
192
- background: $background-color;
193
- z-index: -1;
194
- box-shadow: 0 2px 4px 0 rgba(#000, 0.16), 0 2px 10px 0 rgba(#000, 0.12);
195
- cursor: default;
196
-
197
- &.is--visible {
198
- display: block;
199
- }
200
-
201
- @include breakpoint($large) {
202
- display: block;
203
- position: relative;
204
- margin: 0;
205
- padding: 0;
206
- border: 0;
207
- background: transparent;
208
- box-shadow: none;
209
- }
210
-
211
- &:before {
212
- display: block;
213
- content: "";
214
- position: absolute;
215
- top: -11px;
216
- left: calc(50% - 10px);
217
- width: 0;
218
- border-style: solid;
219
- border-width: 0 10px 10px;
220
- border-color: $border-color transparent;
221
- z-index: 0;
222
-
223
- @include breakpoint($large) {
224
- display: none;
225
- }
226
- }
227
-
228
- &:after {
229
- display: block;
230
- content: "";
231
- position: absolute;
232
- top: -10px;
233
- left: calc(50% - 10px);
234
- width: 0;
235
- border-style: solid;
236
- border-width: 0 10px 10px;
237
- border-color: $background-color transparent;
238
- z-index: 1;
239
-
240
- @include breakpoint($large) {
241
- display: none;
242
- }
243
- }
244
-
245
- li {
246
- white-space: nowrap;
247
- }
248
-
249
- a {
250
- display: block;
251
- margin-bottom: 5px;
252
- padding-right: 5px;
253
- padding-top: 2px;
254
- padding-bottom: 2px;
255
- color: inherit;
256
- font-size: $type-size-5;
257
- text-decoration: none;
258
-
259
- &:hover {
260
- text-decoration: underline;
261
- }
262
- }
1
+ /* ==========================================================================
2
+ SIDEBAR
3
+ ========================================================================== */
4
+
5
+ /*
6
+ Default
7
+ ========================================================================== */
8
+
9
+ .sidebar {
10
+ @include clearfix();
11
+ margin-bottom: 1em;
12
+ -webkit-transform: translate3d(0, 0 , 0);
13
+ transform: translate3d(0, 0 , 0);
14
+
15
+ @include breakpoint(max-width $large) {
16
+ /* fix z-index order of follow links */
17
+ position: relative;
18
+ z-index: 10;
19
+ }
20
+
21
+ @include breakpoint($large) {
22
+ float: left;
23
+ width: calc(#{$right-sidebar-width-narrow} - 1em);
24
+ opacity: 0.75;
25
+ -webkit-transition: opacity 0.2s ease-in-out;
26
+ transition: opacity 0.2s ease-in-out;
27
+
28
+ &:hover {
29
+ opacity: 1;
30
+ }
31
+
32
+ &.sticky {
33
+ overflow-y: auto;
34
+ /* calculate height of nav list */
35
+ height: calc(100vh - 90px - 2em); // viewport height - approx. masthead height - main content top margin
36
+ }
37
+ }
38
+
39
+ @include breakpoint($x-large) {
40
+ width: calc(#{$right-sidebar-width} - 1em);
41
+ }
42
+
43
+ h2, h3, h4, h5, h6 {
44
+ margin-bottom: 0;
45
+ font-family: $sans-serif-narrow;
46
+ }
47
+
48
+ p, li {
49
+ font-family: $sans-serif;
50
+ font-size: $type-size-6;
51
+ line-height: 1.5;
52
+ }
53
+
54
+ img {
55
+ width: 100%;
56
+ }
57
+ }
58
+
59
+ .sidebar__right {
60
+ margin-bottom: 1em;
61
+
62
+ @include breakpoint($large) {
63
+ position: absolute;
64
+ top: 0;
65
+ right: 0;
66
+ width: $right-sidebar-width-narrow;
67
+ margin-right: -1 * $right-sidebar-width-narrow;
68
+ padding-left: 1em;
69
+ z-index: 10;
70
+ }
71
+
72
+ @include breakpoint($x-large) {
73
+ width: $right-sidebar-width;
74
+ margin-right: -1 * $right-sidebar-width;
75
+ }
76
+ }
77
+
78
+ .splash .sidebar__right {
79
+
80
+ @include breakpoint($large) {
81
+ position: relative;
82
+ float: right;
83
+ margin-right: 0;
84
+ }
85
+
86
+ @include breakpoint($x-large) {
87
+ margin-right: 0;
88
+ }
89
+ }
90
+
91
+ /*
92
+ Author profile and links
93
+ ========================================================================== */
94
+
95
+ .author__avatar {
96
+ display: table-cell;
97
+ vertical-align: top;
98
+ width: 36px;
99
+ height: 36px;
100
+
101
+ @include breakpoint($large) {
102
+ display: block;
103
+ width: auto;
104
+ height: auto;
105
+ }
106
+
107
+ img {
108
+ max-width: 110px;
109
+ border-radius: 50%;
110
+
111
+ @include breakpoint($large) {
112
+ padding: 5px;
113
+ border: 1px solid $border-color;
114
+ }
115
+ }
116
+ }
117
+
118
+ .author__content {
119
+ display: table-cell;
120
+ vertical-align: top;
121
+ padding-left: 15px;
122
+ padding-right: 25px;
123
+ line-height: 1;
124
+
125
+ @include breakpoint($large) {
126
+ display: block;
127
+ width: 100%;
128
+ padding-left: 0;
129
+ padding-right: 0;
130
+ }
131
+
132
+ a {
133
+ color: inherit;
134
+ text-decoration: none;
135
+ }
136
+ }
137
+
138
+ .author__name {
139
+ margin: 0;
140
+
141
+ @include breakpoint($large) {
142
+ margin-top: 10px;
143
+ margin-bottom: 10px;
144
+ }
145
+ }
146
+ .sidebar .author__name {
147
+ font-family: $sans-serif;
148
+ font-size: $type-size-5;
149
+ }
150
+
151
+ .author__bio {
152
+ margin: 0;
153
+
154
+ @include breakpoint($large) {
155
+ margin-top: 10px;
156
+ margin-bottom: 20px;
157
+ }
158
+ }
159
+
160
+ .author__urls-wrapper {
161
+ position: relative;
162
+ display: table-cell;
163
+ vertical-align: middle;
164
+ font-family: $sans-serif;
165
+ z-index: 10;
166
+ position: relative;
167
+ cursor: pointer;
168
+
169
+ li:last-child {
170
+ a {
171
+ margin-bottom: 0;
172
+ }
173
+ }
174
+
175
+ @include breakpoint($large) {
176
+ display: block;
177
+ }
178
+
179
+ button {
180
+ margin-bottom: 0;
181
+
182
+ @include breakpoint($large) {
183
+ display: none;
184
+ }
185
+ }
186
+ }
187
+
188
+ .author__urls {
189
+ display: none;
190
+ position: absolute;
191
+ right: 0;
192
+ margin-top: 15px;
193
+ padding: 10px;
194
+ list-style-type: none;
195
+ border: 1px solid $border-color;
196
+ border-radius: $border-radius;
197
+ background: $background-color;
198
+ z-index: -1;
199
+ box-shadow: 0 2px 4px 0 rgba(#000, 0.16), 0 2px 10px 0 rgba(#000, 0.12);
200
+ cursor: default;
201
+
202
+ &.is--visible {
203
+ display: block;
204
+ }
205
+
206
+ @include breakpoint($large) {
207
+ display: block;
208
+ position: relative;
209
+ margin: 0;
210
+ padding: 0;
211
+ border: 0;
212
+ background: transparent;
213
+ box-shadow: none;
214
+ }
215
+
216
+ &:before {
217
+ display: block;
218
+ content: "";
219
+ position: absolute;
220
+ top: -11px;
221
+ left: calc(50% - 10px);
222
+ width: 0;
223
+ border-style: solid;
224
+ border-width: 0 10px 10px;
225
+ border-color: $border-color transparent;
226
+ z-index: 0;
227
+
228
+ @include breakpoint($large) {
229
+ display: none;
230
+ }
231
+ }
232
+
233
+ &:after {
234
+ display: block;
235
+ content: "";
236
+ position: absolute;
237
+ top: -10px;
238
+ left: calc(50% - 10px);
239
+ width: 0;
240
+ border-style: solid;
241
+ border-width: 0 10px 10px;
242
+ border-color: $background-color transparent;
243
+ z-index: 1;
244
+
245
+ @include breakpoint($large) {
246
+ display: none;
247
+ }
248
+ }
249
+
250
+ li {
251
+ white-space: nowrap;
252
+ }
253
+
254
+ a {
255
+ display: block;
256
+ margin-bottom: 5px;
257
+ padding-right: 5px;
258
+ padding-top: 2px;
259
+ padding-bottom: 2px;
260
+ color: inherit;
261
+ font-size: $type-size-5;
262
+ text-decoration: none;
263
+
264
+ &:hover {
265
+ text-decoration: underline;
266
+ }
267
+ }
263
268
  }