jekyll-theme-so-simple 3.1.0 → 3.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (126) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +16 -0
  3. data/LICENSE +49 -49
  4. data/README.md +15 -2
  5. data/_data/authors.yml +16 -16
  6. data/_data/navigation.yml +16 -14
  7. data/_data/text.yml +36 -36
  8. data/_includes/disqus-comments.html +19 -19
  9. data/_includes/documents-collection.html +19 -19
  10. data/_includes/entry-date.html +6 -6
  11. data/_includes/entry.html +41 -39
  12. data/_includes/footer-custom.html +3 -3
  13. data/_includes/footer.html +24 -24
  14. data/_includes/google-analytics.html +9 -9
  15. data/_includes/head-custom.html +5 -5
  16. data/_includes/head-feed.html +1 -1
  17. data/_includes/head-seo.html +1 -1
  18. data/_includes/head.html +50 -50
  19. data/_includes/lunr-search-scripts.html +106 -106
  20. data/_includes/masthead.html +13 -13
  21. data/_includes/navigation.html +17 -17
  22. data/_includes/page-author.html +37 -37
  23. data/_includes/page-categories.html +14 -14
  24. data/_includes/page-date.html +4 -4
  25. data/_includes/page-image.html +14 -14
  26. data/_includes/page-pagination.html +19 -19
  27. data/_includes/page-tags.html +14 -14
  28. data/_includes/posts-all.html +3 -3
  29. data/_includes/posts-category.html +3 -3
  30. data/_includes/posts-paginated.html +74 -74
  31. data/_includes/posts-tag.html +3 -3
  32. data/_includes/read-time.html +16 -16
  33. data/_includes/responsive-embed +16 -16
  34. data/_includes/scripts.html +1 -3
  35. data/_includes/skip-links.html +8 -8
  36. data/_includes/social-share.html +6 -6
  37. data/_includes/toc +9 -9
  38. data/_layouts/categories.html +48 -48
  39. data/_layouts/category.html +9 -9
  40. data/_layouts/collection.html +9 -9
  41. data/_layouts/default.html +1 -1
  42. data/_layouts/home.html +17 -17
  43. data/_layouts/page.html +30 -30
  44. data/_layouts/post.html +41 -41
  45. data/_layouts/posts.html +29 -29
  46. data/_layouts/search.html +1 -1
  47. data/_layouts/tag.html +9 -9
  48. data/_layouts/tags.html +48 -48
  49. data/_sass/so-simple.scss +1 -1
  50. data/_sass/so-simple/_author.scss +45 -45
  51. data/_sass/so-simple/_base.scss +112 -112
  52. data/_sass/so-simple/_buttons.scss +92 -92
  53. data/_sass/so-simple/_entries.scss +182 -182
  54. data/_sass/so-simple/_functions.scss +4 -4
  55. data/_sass/so-simple/_global.scss +393 -393
  56. data/_sass/so-simple/_icons.scss +43 -43
  57. data/_sass/so-simple/_mixins.scss +5 -5
  58. data/_sass/so-simple/_notices.scss +93 -93
  59. data/_sass/so-simple/_page.scss +287 -282
  60. data/_sass/so-simple/_reset.scss +523 -523
  61. data/_sass/so-simple/_syntax-highlighting.scss +334 -334
  62. data/_sass/so-simple/_tables.scss +34 -34
  63. data/_sass/so-simple/_utilities.scss +7 -7
  64. data/_sass/so-simple/_variables.scss +132 -132
  65. data/_sass/so-simple/functions/_color.scss +21 -21
  66. data/_sass/so-simple/functions/_em.scss +7 -7
  67. data/_sass/so-simple/functions/_fluid-type.scss +33 -33
  68. data/_sass/so-simple/functions/_yiq.scss +38 -38
  69. data/_sass/so-simple/mixins/_clearfix.scss +32 -32
  70. data/_sass/so-simple/mixins/_float.scss +15 -15
  71. data/_sass/so-simple/mixins/_image.scss +38 -38
  72. data/_sass/so-simple/mixins/_lists.scss +9 -9
  73. data/_sass/so-simple/mixins/_text-truncate.scss +10 -10
  74. data/_sass/so-simple/utilities/_accessibility.scss +43 -43
  75. data/_sass/so-simple/utilities/_align.scss +60 -60
  76. data/_sass/so-simple/utilities/_animations.scss +99 -99
  77. data/_sass/so-simple/utilities/_clearfix.scss +7 -7
  78. data/_sass/so-simple/utilities/_float.scss +7 -7
  79. data/_sass/so-simple/utilities/_responsive-embed.scss +66 -66
  80. data/_sass/so-simple/utilities/_text.scss +48 -48
  81. data/_sass/so-simple/vendor/breakpoint/_breakpoint.scss +114 -114
  82. data/_sass/so-simple/vendor/breakpoint/_context.scss +94 -94
  83. data/_sass/so-simple/vendor/breakpoint/_helpers.scss +151 -151
  84. data/_sass/so-simple/vendor/breakpoint/_legacy-settings.scss +49 -49
  85. data/_sass/so-simple/vendor/breakpoint/_no-query.scss +15 -15
  86. data/_sass/so-simple/vendor/breakpoint/_parsers.scss +215 -215
  87. data/_sass/so-simple/vendor/breakpoint/_respond-to.scss +82 -82
  88. data/_sass/so-simple/vendor/breakpoint/_settings.scss +70 -70
  89. data/_sass/so-simple/vendor/breakpoint/parsers/_double.scss +33 -33
  90. data/_sass/so-simple/vendor/breakpoint/parsers/_query.scss +82 -82
  91. data/_sass/so-simple/vendor/breakpoint/parsers/_resolution.scss +31 -31
  92. data/_sass/so-simple/vendor/breakpoint/parsers/_single.scss +26 -26
  93. data/_sass/so-simple/vendor/breakpoint/parsers/_triple.scss +36 -36
  94. data/_sass/so-simple/vendor/breakpoint/parsers/double/_default-pair.scss +21 -21
  95. data/_sass/so-simple/vendor/breakpoint/parsers/double/_default.scss +22 -22
  96. data/_sass/so-simple/vendor/breakpoint/parsers/double/_double-string.scss +21 -21
  97. data/_sass/so-simple/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -60
  98. data/_sass/so-simple/vendor/breakpoint/parsers/single/_default.scss +13 -13
  99. data/_sass/so-simple/vendor/breakpoint/parsers/triple/_default.scss +18 -18
  100. data/_sass/so-simple/vendor/lity/_lity.scss +221 -221
  101. data/assets/css/main.scss +7 -7
  102. data/assets/js/lunr/lunr.da.min.js +17 -17
  103. data/assets/js/lunr/lunr.de.min.js +17 -17
  104. data/assets/js/lunr/lunr.du.min.js +17 -17
  105. data/assets/js/lunr/lunr.es.min.js +17 -17
  106. data/assets/js/lunr/lunr.fi.min.js +17 -17
  107. data/assets/js/lunr/lunr.fr.min.js +17 -17
  108. data/assets/js/lunr/lunr.hu.min.js +17 -17
  109. data/assets/js/lunr/lunr.it.min.js +17 -17
  110. data/assets/js/lunr/lunr.jp.min.js +1 -1
  111. data/assets/js/lunr/lunr.min.js +6 -6
  112. data/assets/js/lunr/lunr.no.min.js +17 -17
  113. data/assets/js/lunr/lunr.pt.min.js +17 -17
  114. data/assets/js/lunr/lunr.ro.min.js +17 -17
  115. data/assets/js/lunr/lunr.ru.min.js +17 -17
  116. data/assets/js/lunr/lunr.sv.min.js +17 -17
  117. data/assets/js/lunr/lunr.tr.min.js +17 -17
  118. data/assets/js/main.js +17 -15
  119. data/assets/js/main.min.js +2 -2
  120. data/assets/js/plugins/jquery.smooth-scroll.js +358 -358
  121. data/assets/js/plugins/jquery.smooth-scroll.min.js +8 -8
  122. data/assets/js/plugins/lity.js +655 -655
  123. data/assets/js/plugins/lity.min.js +4 -4
  124. data/assets/js/plugins/table-of-contents.js +59 -59
  125. data/assets/js/search-data.json +43 -27
  126. metadata +3 -3
@@ -1,43 +1,43 @@
1
- /* ==========================================================================
2
- Icons
3
- ========================================================================== */
4
-
5
- .icon {
6
- display: inline-block;
7
- position: relative;
8
- top: -0.05em; /* fine-tune alignment */
9
- width: 1em;
10
- height: 1em;
11
- line-height: 1;
12
- vertical-align: middle;
13
- fill: currentColor;
14
-
15
- $icons: (
16
- (bitbucket, #205081),
17
- (codepen, #000),
18
- (dribbble, #ea4c89),
19
- (email, #000),
20
- (facebook, #3b5998),
21
- (flickr, #0063dc),
22
- (github, #181717),
23
- (gitlab, #e24329),
24
- (googleplus, #dc4e41),
25
- (instagram, #e4405f),
26
- (lastfm, #d51007),
27
- (linkedin, #0077b5),
28
- (pinterest, #bd081c),
29
- (rss, #ffa500),
30
- (soundcloud, #f30),
31
- (stackoverflow, #fe7a16),
32
- (tumblr, #36465d),
33
- (twitter, #1da1f2),
34
- (xing, #005a5f),
35
- (youtube, #cd201f)
36
- );
37
-
38
- @each $icon, $color in $icons {
39
- &--#{$icon} {
40
- fill: $color;
41
- }
42
- }
43
- }
1
+ /* ==========================================================================
2
+ Icons
3
+ ========================================================================== */
4
+
5
+ .icon {
6
+ display: inline-block;
7
+ position: relative;
8
+ top: -0.05em; /* fine-tune alignment */
9
+ width: 1em;
10
+ height: 1em;
11
+ line-height: 1;
12
+ vertical-align: middle;
13
+ fill: currentColor;
14
+
15
+ $icons: (
16
+ (bitbucket, #205081),
17
+ (codepen, #000),
18
+ (dribbble, #ea4c89),
19
+ (email, #000),
20
+ (facebook, #3b5998),
21
+ (flickr, #0063dc),
22
+ (github, #181717),
23
+ (gitlab, #e24329),
24
+ (googleplus, #dc4e41),
25
+ (instagram, #e4405f),
26
+ (lastfm, #d51007),
27
+ (linkedin, #0077b5),
28
+ (pinterest, #bd081c),
29
+ (rss, #ffa500),
30
+ (soundcloud, #f30),
31
+ (stackoverflow, #fe7a16),
32
+ (tumblr, #36465d),
33
+ (twitter, #1da1f2),
34
+ (xing, #005a5f),
35
+ (youtube, #cd201f)
36
+ );
37
+
38
+ @each $icon, $color in $icons {
39
+ &--#{$icon} {
40
+ fill: $color;
41
+ }
42
+ }
43
+ }
@@ -1,5 +1,5 @@
1
- @import "mixins/clearfix";
2
- @import "mixins/float";
3
- @import "mixins/image";
4
- @import "mixins/lists";
5
- @import "mixins/text-truncate";
1
+ @import "mixins/clearfix";
2
+ @import "mixins/float";
3
+ @import "mixins/image";
4
+ @import "mixins/lists";
5
+ @import "mixins/text-truncate";
@@ -1,93 +1,93 @@
1
- /* ==========================================================================
2
- NOTICE TEXT BLOCKS
3
- ========================================================================== */
4
-
5
- /**
6
- * Default Kramdown usage (no indents!):
7
- * <div class="notice" markdown="1">
8
- * #### Headline for the Notice
9
- * Text for the notice
10
- * </div>
11
- */
12
-
13
- @mixin notice($notice-color) {
14
- margin: 2em 0 !important; /* override*/
15
- padding: 1em;
16
- @include yiq-contrasted($notice-color);
17
- border-radius: $border-radius;
18
- -webkit-box-shadow: 0 1px 1px rgba($notice-color, 0.25);
19
- box-shadow: 0 1px 1px rgba($notice-color, 0.25);
20
-
21
- h4 {
22
- margin-top: 0 !important; /* override*/
23
- margin-bottom: 0.75em;
24
- }
25
-
26
- @at-root .page__content #{&} h4 {
27
- /* using at-root to override .page-content h4 font size*/
28
- margin-bottom: 0;
29
- font-size: 1em;
30
- }
31
-
32
- p {
33
- &:last-child {
34
- margin-bottom: 0 !important; /* override*/
35
- }
36
- }
37
-
38
- h4 + p {
39
- /* remove space above paragraphs that appear directly after notice headline*/
40
- margin-top: 0;
41
- padding-top: 0;
42
- }
43
-
44
- a {
45
- color: mix(#000, $notice-color, 75%);
46
-
47
- &:hover {
48
- color: mix(#000, $notice-color, 60%);
49
- }
50
- }
51
-
52
- ul {
53
- &:last-child {
54
- margin-bottom: 0; /* override*/
55
- }
56
- }
57
- }
58
-
59
- /* Default notice */
60
-
61
- .notice {
62
- @include notice(lighten($base-color, 90%));
63
- }
64
-
65
- /* Primary notice */
66
-
67
- .notice--primary {
68
- @include notice(mix(#fff, $primary-color, 70%));
69
- }
70
-
71
- /* Info notice */
72
-
73
- .notice--info {
74
- @include notice(mix(#fff, $info-color, 70%));
75
- }
76
-
77
- /* Warning notice */
78
-
79
- .notice--warning {
80
- @include notice(mix(#fff, $warning-color, 70%));
81
- }
82
-
83
- /* Success notice */
84
-
85
- .notice--success {
86
- @include notice(mix(#fff, $success-color, 70%));
87
- }
88
-
89
- /* Danger notice */
90
-
91
- .notice--danger {
92
- @include notice(mix(#fff, $danger-color, 70%));
93
- }
1
+ /* ==========================================================================
2
+ NOTICE TEXT BLOCKS
3
+ ========================================================================== */
4
+
5
+ /**
6
+ * Default Kramdown usage (no indents!):
7
+ * <div class="notice" markdown="1">
8
+ * #### Headline for the Notice
9
+ * Text for the notice
10
+ * </div>
11
+ */
12
+
13
+ @mixin notice($notice-color) {
14
+ margin: 2em 0 !important; /* override*/
15
+ padding: 1em;
16
+ @include yiq-contrasted($notice-color);
17
+ border-radius: $border-radius;
18
+ -webkit-box-shadow: 0 1px 1px rgba($notice-color, 0.25);
19
+ box-shadow: 0 1px 1px rgba($notice-color, 0.25);
20
+
21
+ h4 {
22
+ margin-top: 0 !important; /* override*/
23
+ margin-bottom: 0.75em;
24
+ }
25
+
26
+ @at-root .page__content #{&} h4 {
27
+ /* using at-root to override .page-content h4 font size*/
28
+ margin-bottom: 0;
29
+ font-size: 1em;
30
+ }
31
+
32
+ p {
33
+ &:last-child {
34
+ margin-bottom: 0 !important; /* override*/
35
+ }
36
+ }
37
+
38
+ h4 + p {
39
+ /* remove space above paragraphs that appear directly after notice headline*/
40
+ margin-top: 0;
41
+ padding-top: 0;
42
+ }
43
+
44
+ a {
45
+ color: mix(#000, $notice-color, 75%);
46
+
47
+ &:hover {
48
+ color: mix(#000, $notice-color, 60%);
49
+ }
50
+ }
51
+
52
+ ul {
53
+ &:last-child {
54
+ margin-bottom: 0; /* override*/
55
+ }
56
+ }
57
+ }
58
+
59
+ /* Default notice */
60
+
61
+ .notice {
62
+ @include notice(lighten($base-color, 90%));
63
+ }
64
+
65
+ /* Primary notice */
66
+
67
+ .notice--primary {
68
+ @include notice(mix(#fff, $primary-color, 70%));
69
+ }
70
+
71
+ /* Info notice */
72
+
73
+ .notice--info {
74
+ @include notice(mix(#fff, $info-color, 70%));
75
+ }
76
+
77
+ /* Warning notice */
78
+
79
+ .notice--warning {
80
+ @include notice(mix(#fff, $warning-color, 70%));
81
+ }
82
+
83
+ /* Success notice */
84
+
85
+ .notice--success {
86
+ @include notice(mix(#fff, $success-color, 70%));
87
+ }
88
+
89
+ /* Danger notice */
90
+
91
+ .notice--danger {
92
+ @include notice(mix(#fff, $danger-color, 70%));
93
+ }
@@ -1,282 +1,287 @@
1
- /* ==========================================================================
2
- Page
3
- ========================================================================== */
4
-
5
- .page-wrapper {
6
- margin: 0 auto;
7
- padding-left: 1em;
8
- padding-right: 1em;
9
- max-width: $main-sidebar-max-width;
10
- }
11
-
12
- .page-title {
13
- @include fluid-type($min-vw, $max-vw, 48px, 60px);
14
- margin-bottom: 0.5em;
15
- font-family: $title-font-family;
16
- font-weight: $page-title-weight;
17
- font-style: italic;
18
- letter-spacing: -2px;
19
- }
20
-
21
- .page-image {
22
- position: relative;
23
- margin-top: (-1 * $site-logo-height) / 2;
24
- margin-bottom: 2em;
25
- z-index: 1;
26
-
27
- @include breakpoint($medium) {
28
- margin-top: (-1.5 * $site-logo-height) / 2;
29
- }
30
-
31
- @include breakpoint($large) {
32
- margin-top: (-2 * $site-logo-height) / 2;
33
- }
34
- }
35
-
36
- .page-image-caption {
37
- position: absolute;
38
- bottom: 0;
39
- right: 0;
40
- margin: 0 auto;
41
- padding: 0.25em 0.5em;
42
- color: #fff;
43
- font-size: 0.75em;
44
- background: #000;
45
- text-align: right;
46
- z-index: 5;
47
- opacity: 0.5;
48
- border-radius: 4px 0 0 0;
49
-
50
- > * {
51
- margin: 0;
52
- padding: 0;
53
- }
54
-
55
- a {
56
- color: #fff;
57
- }
58
- }
59
-
60
- .page-sidebar {
61
- font-size: 0.75em;
62
-
63
- @include breakpoint($large) {
64
- text-align: center;
65
- }
66
-
67
- .page-date,
68
- .read-time {
69
- font-family: $meta-font-family;
70
- font-style: italic;
71
- white-space: nowrap;
72
- }
73
-
74
- .read-time {
75
- @include breakpoint($large) {
76
- display: block;
77
- }
78
- }
79
-
80
- .read-time + .page-date::before {
81
- content: "\2022";
82
- padding: 0 0.5em;
83
-
84
- @include breakpoint($large) {
85
- content: "";
86
- padding: 0;
87
- }
88
- }
89
- }
90
-
91
- .page-author {
92
- @include clearfix;
93
- display: -webkit-box;
94
- display: -ms-flexbox;
95
- display: flex;
96
- -webkit-box-align: center;
97
- -ms-flex-align: center;
98
- align-items: center;
99
- margin-bottom: 1em;
100
-
101
- @include breakpoint($large) {
102
- display: block;
103
- }
104
- }
105
-
106
- .page-taxonomies-title {
107
- display: inline;
108
- padding-right: 0.5em;
109
- font-size: 1em;
110
- font-weight: normal;
111
- text-transform: uppercase;
112
-
113
- @include breakpoint($large) {
114
- display: inline-block;
115
- margin: 1.5em 0 0.5em;
116
- padding: 0;
117
- font-size: 0.75em;
118
- font-weight: normal;
119
- text-transform: uppercase;
120
- }
121
- }
122
-
123
- .page-taxonomies {
124
- display: inline;
125
- margin-right: 1em;
126
- padding: 0;
127
- list-style: none;
128
-
129
- @include breakpoint($large) {
130
- display: block;
131
- margin: 0 0 1.5em 0;
132
- }
133
- }
134
-
135
- .page-taxonomy {
136
- display: inline;
137
-
138
- &:not(:last-child)::after {
139
- content: ", ";
140
- }
141
- }
142
-
143
- .page-share {
144
- margin-top: 2em;
145
- margin-bottom: 2em;
146
- }
147
-
148
- .page-comments {
149
- margin-bottom: 2em;
150
- }
151
-
152
- .page-pagination {
153
- margin: 2em 0 1em;
154
- clear: both;
155
-
156
- @include breakpoint($large) {
157
- display: -webkit-box;
158
- display: -ms-flexbox;
159
- display: flex;
160
- }
161
- }
162
-
163
- .page-previous,
164
- .page-next {
165
- display: block;
166
- -webkit-box-flex: 1;
167
- -ms-flex: 1;
168
- flex: 1;
169
- text-decoration: none;
170
- color: $text-color;
171
- }
172
-
173
- .page-next {
174
- margin-top: 1em;
175
-
176
- @include breakpoint($large) {
177
- margin-top: 0;
178
- text-align: right;
179
- }
180
- }
181
-
182
- .page-pagination-label {
183
- margin: 0;
184
- padding: 0;
185
- font-size: 1em;
186
- }
187
-
188
- .page-pagination-title {
189
- margin: 0;
190
- padding: 0;
191
- font-family: $meta-font-family;
192
- font-size: 0.9em;
193
- font-style: italic;
194
- }
195
-
196
- /*
197
- Wide Layout Overrides
198
- ========================================================================== */
199
-
200
- .layout--home,
201
- .layout--posts,
202
- .layout--categories,
203
- .layout--tags,
204
- .layout--category,
205
- .layout--tag,
206
- .layout--collection,
207
- .layout--search {
208
- .page-wrapper {
209
- max-width: $main-max-width;
210
- }
211
-
212
- .page-title {
213
- text-align: center;
214
- }
215
- }
216
-
217
- .layout--post {
218
- .page-wrapper {
219
- @include breakpoint($large) {
220
- display: grid;
221
- grid-column-gap: 3em;
222
- grid-row-gap: 0;
223
- grid-template-columns: 175px 1fr;
224
- -webkit-box-pack: justify;
225
- -ms-flex-pack: justify;
226
- justify-content: space-between;
227
- }
228
- }
229
-
230
- .page-header {
231
- @include breakpoint($large) {
232
- grid-column: 1 / -1;
233
- clear: both; // needed for floated layout
234
- }
235
- }
236
-
237
- .page-sidebar {
238
- margin-bottom: 1em;
239
-
240
- @include breakpoint($large) {
241
- float: left; // display: grid fallback
242
- width: 18%; // display: grid fallback
243
- }
244
-
245
- @supports (display: grid) {
246
- width: auto;
247
- }
248
-
249
- a {
250
- color: inherit;
251
- text-decoration: none;
252
-
253
- &:hover {
254
- text-decoration: underline;
255
- }
256
- }
257
- }
258
-
259
- .page-content {
260
- @include breakpoint($large) {
261
- float: right; // display: grid fallback
262
- width: 78%; // display: grid fallback
263
- min-width: 0;
264
- }
265
-
266
- @supports (display: grid) {
267
- width: auto;
268
- margin: 0;
269
- }
270
- }
271
-
272
- .page-share {
273
- // display: grid fallback
274
- clear: both;
275
- }
276
- }
277
-
278
- .page--wide {
279
- .page-wrapper {
280
- max-width: $main-sidebar-max-width;
281
- }
282
- }
1
+ /* ==========================================================================
2
+ Page
3
+ ========================================================================== */
4
+
5
+ .page-wrapper {
6
+ margin: 0 auto;
7
+ padding-left: 1em;
8
+ padding-right: 1em;
9
+ max-width: $main-sidebar-max-width;
10
+ }
11
+
12
+ .page-title {
13
+ @include fluid-type($min-vw, $max-vw, 48px, 60px);
14
+ margin-bottom: 0.5em;
15
+ font-family: $title-font-family;
16
+ font-weight: $page-title-weight;
17
+ font-style: italic;
18
+ letter-spacing: -2px;
19
+ }
20
+
21
+ .page-image {
22
+ position: relative;
23
+ text-align: center;
24
+ margin-top: (-1 * $site-logo-height) / 2;
25
+ margin-bottom: 2em;
26
+ z-index: 1;
27
+
28
+ @include breakpoint($medium) {
29
+ margin-top: (-1.5 * $site-logo-height) / 2;
30
+ }
31
+
32
+ @include breakpoint($large) {
33
+ margin-top: (-2 * $site-logo-height) / 2;
34
+ }
35
+
36
+ img {
37
+ width: 100%;
38
+ }
39
+ }
40
+
41
+ .page-image-caption {
42
+ position: absolute;
43
+ bottom: 0;
44
+ right: 0;
45
+ margin: 0 auto;
46
+ padding: 0.25em 0.5em;
47
+ color: #fff;
48
+ font-size: 0.75em;
49
+ background: #000;
50
+ text-align: right;
51
+ z-index: 5;
52
+ opacity: 0.5;
53
+ border-radius: 4px 0 0 0;
54
+
55
+ > * {
56
+ margin: 0;
57
+ padding: 0;
58
+ }
59
+
60
+ a {
61
+ color: #fff;
62
+ }
63
+ }
64
+
65
+ .page-sidebar {
66
+ font-size: 0.75em;
67
+
68
+ @include breakpoint($large) {
69
+ text-align: center;
70
+ }
71
+
72
+ .page-date,
73
+ .read-time {
74
+ font-family: $meta-font-family;
75
+ font-style: italic;
76
+ white-space: nowrap;
77
+ }
78
+
79
+ .read-time {
80
+ @include breakpoint($large) {
81
+ display: block;
82
+ }
83
+ }
84
+
85
+ .read-time + .page-date::before {
86
+ content: "\2022";
87
+ padding: 0 0.5em;
88
+
89
+ @include breakpoint($large) {
90
+ content: "";
91
+ padding: 0;
92
+ }
93
+ }
94
+ }
95
+
96
+ .page-author {
97
+ @include clearfix;
98
+ display: -webkit-box;
99
+ display: -ms-flexbox;
100
+ display: flex;
101
+ -webkit-box-align: center;
102
+ -ms-flex-align: center;
103
+ align-items: center;
104
+ margin-bottom: 1em;
105
+
106
+ @include breakpoint($large) {
107
+ display: block;
108
+ }
109
+ }
110
+
111
+ .page-taxonomies-title {
112
+ display: inline;
113
+ padding-right: 0.5em;
114
+ font-size: 1em;
115
+ font-weight: normal;
116
+ text-transform: uppercase;
117
+
118
+ @include breakpoint($large) {
119
+ display: inline-block;
120
+ margin: 1.5em 0 0.5em;
121
+ padding: 0;
122
+ font-size: 0.75em;
123
+ font-weight: normal;
124
+ text-transform: uppercase;
125
+ }
126
+ }
127
+
128
+ .page-taxonomies {
129
+ display: inline;
130
+ margin-right: 1em;
131
+ padding: 0;
132
+ list-style: none;
133
+
134
+ @include breakpoint($large) {
135
+ display: block;
136
+ margin: 0 0 1.5em 0;
137
+ }
138
+ }
139
+
140
+ .page-taxonomy {
141
+ display: inline;
142
+
143
+ &:not(:last-child)::after {
144
+ content: ", ";
145
+ }
146
+ }
147
+
148
+ .page-share {
149
+ margin-top: 2em;
150
+ margin-bottom: 2em;
151
+ }
152
+
153
+ .page-comments {
154
+ margin-bottom: 2em;
155
+ }
156
+
157
+ .page-pagination {
158
+ margin: 2em 0 1em;
159
+ clear: both;
160
+
161
+ @include breakpoint($large) {
162
+ display: -webkit-box;
163
+ display: -ms-flexbox;
164
+ display: flex;
165
+ }
166
+ }
167
+
168
+ .page-previous,
169
+ .page-next {
170
+ display: block;
171
+ -webkit-box-flex: 1;
172
+ -ms-flex: 1;
173
+ flex: 1;
174
+ text-decoration: none;
175
+ color: $text-color;
176
+ }
177
+
178
+ .page-next {
179
+ margin-top: 1em;
180
+
181
+ @include breakpoint($large) {
182
+ margin-top: 0;
183
+ text-align: right;
184
+ }
185
+ }
186
+
187
+ .page-pagination-label {
188
+ margin: 0;
189
+ padding: 0;
190
+ font-size: 1em;
191
+ }
192
+
193
+ .page-pagination-title {
194
+ margin: 0;
195
+ padding: 0;
196
+ font-family: $meta-font-family;
197
+ font-size: 0.9em;
198
+ font-style: italic;
199
+ }
200
+
201
+ /*
202
+ Wide Layout Overrides
203
+ ========================================================================== */
204
+
205
+ .layout--home,
206
+ .layout--posts,
207
+ .layout--categories,
208
+ .layout--tags,
209
+ .layout--category,
210
+ .layout--tag,
211
+ .layout--collection,
212
+ .layout--search {
213
+ .page-wrapper {
214
+ max-width: $main-max-width;
215
+ }
216
+
217
+ .page-title {
218
+ text-align: center;
219
+ }
220
+ }
221
+
222
+ .layout--post {
223
+ .page-wrapper {
224
+ @include breakpoint($large) {
225
+ display: grid;
226
+ grid-column-gap: 3em;
227
+ grid-row-gap: 0;
228
+ grid-template-columns: 175px 1fr;
229
+ -webkit-box-pack: justify;
230
+ -ms-flex-pack: justify;
231
+ justify-content: space-between;
232
+ }
233
+ }
234
+
235
+ .page-header {
236
+ @include breakpoint($large) {
237
+ grid-column: 1 / -1;
238
+ clear: both; // needed for floated layout
239
+ }
240
+ }
241
+
242
+ .page-sidebar {
243
+ margin-bottom: 1em;
244
+
245
+ @include breakpoint($large) {
246
+ float: left; // display: grid fallback
247
+ width: 18%; // display: grid fallback
248
+ }
249
+
250
+ @supports (display: grid) {
251
+ width: auto;
252
+ }
253
+
254
+ a {
255
+ color: inherit;
256
+ text-decoration: none;
257
+
258
+ &:hover {
259
+ text-decoration: underline;
260
+ }
261
+ }
262
+ }
263
+
264
+ .page-content {
265
+ @include breakpoint($large) {
266
+ float: right; // display: grid fallback
267
+ width: 78%; // display: grid fallback
268
+ min-width: 0;
269
+ }
270
+
271
+ @supports (display: grid) {
272
+ width: auto;
273
+ margin: 0;
274
+ }
275
+ }
276
+
277
+ .page-share {
278
+ // display: grid fallback
279
+ clear: both;
280
+ }
281
+ }
282
+
283
+ .page--wide {
284
+ .page-wrapper {
285
+ max-width: $main-sidebar-max-width;
286
+ }
287
+ }