minimal-mistakes-jekyll 4.5.1 → 4.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +27 -2
- data/README.md +3 -3
- data/_data/ui-text.yml +2 -2
- data/_includes/category-list.html +1 -1
- data/_includes/comments-providers/disqus.html +15 -16
- data/_includes/comments.html +41 -39
- data/_includes/feature_row +1 -1
- data/_includes/gallery +1 -1
- data/_includes/group-by-array +1 -1
- data/_includes/head.html +32 -34
- data/_includes/tag-list.html +1 -1
- data/_layouts/default.html +2 -2
- data/_layouts/single.html +11 -1
- data/_sass/minimal-mistakes.scss +1 -1
- data/_sass/minimal-mistakes/_archive.scss +2 -0
- data/_sass/minimal-mistakes/_navigation.scss +552 -552
- data/_sass/minimal-mistakes/_print.scss +251 -237
- data/_sass/minimal-mistakes/_sidebar.scss +262 -262
- data/_sass/minimal-mistakes/_syntax.scss +145 -145
- data/_sass/minimal-mistakes/_tables.scss +36 -36
- data/_sass/minimal-mistakes/_variables.scss +130 -130
- data/assets/js/main.min.js +1 -1
- metadata +2 -2
|
@@ -1,238 +1,252 @@
|
|
|
1
|
-
/* ==========================================================================
|
|
2
|
-
PRINT STYLES
|
|
3
|
-
========================================================================== */
|
|
4
|
-
|
|
5
|
-
@media print {
|
|
6
|
-
|
|
7
|
-
[hidden] {
|
|
8
|
-
display: none;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
* {
|
|
12
|
-
-moz-box-sizing: border-box;
|
|
13
|
-
-webkit-box-sizing: border-box;
|
|
14
|
-
box-sizing: border-box;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
html {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
background: #fff !important;
|
|
27
|
-
color: #000 !important;
|
|
28
|
-
font-size: 1rem;
|
|
29
|
-
line-height: 1.5;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
margin-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
a
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
border
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
margin
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
page-break-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
page-break-
|
|
168
|
-
page-break-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
a[href^='
|
|
178
|
-
a[href^='
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.page
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
.
|
|
236
|
-
|
|
237
|
-
|
|
1
|
+
/* ==========================================================================
|
|
2
|
+
PRINT STYLES
|
|
3
|
+
========================================================================== */
|
|
4
|
+
|
|
5
|
+
@media print {
|
|
6
|
+
|
|
7
|
+
[hidden] {
|
|
8
|
+
display: none;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
* {
|
|
12
|
+
-moz-box-sizing: border-box;
|
|
13
|
+
-webkit-box-sizing: border-box;
|
|
14
|
+
box-sizing: border-box;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
html {
|
|
18
|
+
margin: 0;
|
|
19
|
+
padding: 0;
|
|
20
|
+
min-height: auto !important;
|
|
21
|
+
font-size: 16px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
body {
|
|
25
|
+
margin: 0 auto;
|
|
26
|
+
background: #fff !important;
|
|
27
|
+
color: #000 !important;
|
|
28
|
+
font-size: 1rem;
|
|
29
|
+
line-height: 1.5;
|
|
30
|
+
-moz-osx-font-smoothing: grayscale;
|
|
31
|
+
-webkit-font-smoothing: antialiased;
|
|
32
|
+
text-rendering: optimizeLegibility;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
h1,
|
|
36
|
+
h2,
|
|
37
|
+
h3,
|
|
38
|
+
h4,
|
|
39
|
+
h5,
|
|
40
|
+
h6 {
|
|
41
|
+
color: #000;
|
|
42
|
+
line-height: 1.2;
|
|
43
|
+
margin-bottom: 0.75rem;
|
|
44
|
+
margin-top: 0;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
h1 {
|
|
48
|
+
font-size: 2.5rem;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
h2 {
|
|
52
|
+
font-size: 2rem;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
h3 {
|
|
56
|
+
font-size: 1.75rem;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
h4 {
|
|
60
|
+
font-size: 1.5rem;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
h5 {
|
|
64
|
+
font-size: 1.25rem;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
h6 {
|
|
68
|
+
font-size: 1rem;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
a,
|
|
72
|
+
a:visited {
|
|
73
|
+
color: #000;
|
|
74
|
+
text-decoration: underline;
|
|
75
|
+
word-wrap: break-word;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
table {
|
|
79
|
+
border-collapse: collapse;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
thead {
|
|
83
|
+
display: table-header-group;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
table,
|
|
87
|
+
th,
|
|
88
|
+
td {
|
|
89
|
+
border-bottom: 1px solid #000;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
td,
|
|
93
|
+
th {
|
|
94
|
+
padding: 8px 16px;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
img {
|
|
98
|
+
border: 0;
|
|
99
|
+
display: block;
|
|
100
|
+
max-width: 100% !important;
|
|
101
|
+
vertical-align: middle;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
hr {
|
|
105
|
+
border: 0;
|
|
106
|
+
border-bottom: 2px solid #bbb;
|
|
107
|
+
height: 0;
|
|
108
|
+
margin: 2.25rem 0;
|
|
109
|
+
padding: 0;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
dt {
|
|
113
|
+
font-weight: bold;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
dd {
|
|
117
|
+
margin: 0;
|
|
118
|
+
margin-bottom: 0.75rem;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
abbr[title],
|
|
122
|
+
acronym[title] {
|
|
123
|
+
border: 0;
|
|
124
|
+
text-decoration: none;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
table,
|
|
128
|
+
blockquote,
|
|
129
|
+
pre,
|
|
130
|
+
code,
|
|
131
|
+
figure,
|
|
132
|
+
li,
|
|
133
|
+
hr,
|
|
134
|
+
ul,
|
|
135
|
+
ol,
|
|
136
|
+
a,
|
|
137
|
+
tr {
|
|
138
|
+
page-break-inside: avoid;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
h2,
|
|
142
|
+
h3,
|
|
143
|
+
h4,
|
|
144
|
+
p,
|
|
145
|
+
a {
|
|
146
|
+
orphans: 3;
|
|
147
|
+
widows: 3;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
h1,
|
|
151
|
+
h2,
|
|
152
|
+
h3,
|
|
153
|
+
h4,
|
|
154
|
+
h5,
|
|
155
|
+
h6 {
|
|
156
|
+
page-break-after: avoid;
|
|
157
|
+
page-break-inside: avoid;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
h1 + p,
|
|
161
|
+
h2 + p,
|
|
162
|
+
h3 + p {
|
|
163
|
+
page-break-before: avoid;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
img {
|
|
167
|
+
page-break-after: auto;
|
|
168
|
+
page-break-before: auto;
|
|
169
|
+
page-break-inside: avoid;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
pre {
|
|
173
|
+
white-space: pre-wrap !important;
|
|
174
|
+
word-wrap: break-word;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
a[href^='http://']:after,
|
|
178
|
+
a[href^='https://']:after,
|
|
179
|
+
a[href^='ftp://']:after {
|
|
180
|
+
content: " (" attr(href) ")";
|
|
181
|
+
font-size: 80%;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
abbr[title]:after,
|
|
185
|
+
acronym[title]:after {
|
|
186
|
+
content: " (" attr(title) ")";
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
#main {
|
|
190
|
+
max-width: 100%;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.page {
|
|
194
|
+
margin: 0;
|
|
195
|
+
padding: 0;
|
|
196
|
+
width: 100%;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.page-break,
|
|
200
|
+
.page-break-before {
|
|
201
|
+
page-break-before: always;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.page-break-after {
|
|
205
|
+
page-break-after: always;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.no-print {
|
|
209
|
+
display: none;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
a.no-reformat:after {
|
|
213
|
+
content: '';
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
abbr[title].no-reformat:after,
|
|
217
|
+
acronym[title].no-reformat:after {
|
|
218
|
+
content: '';
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.page__hero-caption {
|
|
222
|
+
color: #000 !important;
|
|
223
|
+
background: #fff !important;
|
|
224
|
+
opacity: 1;
|
|
225
|
+
|
|
226
|
+
a {
|
|
227
|
+
color: #000 !important;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
/*
|
|
232
|
+
Hide the following elements on print
|
|
233
|
+
========================================================================== */
|
|
234
|
+
|
|
235
|
+
.masthead,
|
|
236
|
+
.toc,
|
|
237
|
+
.page__share,
|
|
238
|
+
.page__related,
|
|
239
|
+
.pagination,
|
|
240
|
+
.ads,
|
|
241
|
+
.page__footer,
|
|
242
|
+
.page__comments-form,
|
|
243
|
+
.author__avatar,
|
|
244
|
+
.author__content,
|
|
245
|
+
.author__urls-wrapper,
|
|
246
|
+
.nav__list,
|
|
247
|
+
.sidebar,
|
|
248
|
+
.adsbygoogle {
|
|
249
|
+
display: none !important;
|
|
250
|
+
height: 1px !important;
|
|
251
|
+
}
|
|
238
252
|
}
|