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,146 +1,286 @@
|
|
1
|
-
/* ==========================================================================
|
2
|
-
Syntax highlighting
|
3
|
-
========================================================================== */
|
4
|
-
|
5
|
-
div.highlighter-rouge,
|
6
|
-
figure.highlight {
|
7
|
-
position: relative;
|
8
|
-
margin-bottom: 1em;
|
9
|
-
font-family: $monospace;
|
10
|
-
font-size: $type-size-6;
|
11
|
-
line-height: 1.8;
|
12
|
-
border: 1px solid $border-color;
|
13
|
-
border-radius: $border-radius;
|
14
|
-
background-color: $code-background-color;
|
15
|
-
box-shadow: $box-shadow;
|
16
|
-
|
17
|
-
&:before {
|
18
|
-
position: absolute;
|
19
|
-
top: 0;
|
20
|
-
right: 0;
|
21
|
-
padding: 0.5em;
|
22
|
-
background-color: $border-color;
|
23
|
-
content: "\f121";
|
24
|
-
font-family: "fontawesome" !important;
|
25
|
-
line-height: 1;
|
26
|
-
text-transform: none;
|
27
|
-
speak: none;
|
28
|
-
}
|
29
|
-
|
30
|
-
.highlight {
|
31
|
-
margin: 0;
|
32
|
-
padding: 1em;
|
33
|
-
}
|
34
|
-
}
|
35
|
-
|
36
|
-
figure.highlight {
|
37
|
-
padding-left: 1em;
|
38
|
-
padding-right: 1em;
|
39
|
-
}
|
40
|
-
|
41
|
-
.highlight table {
|
42
|
-
font-size: 1em;
|
43
|
-
border: 0;
|
44
|
-
|
45
|
-
td {
|
46
|
-
padding: 5px;
|
47
|
-
border: 0;
|
48
|
-
|
49
|
-
/* line numbers*/
|
50
|
-
&.gutter {
|
51
|
-
padding-right: 1em;
|
52
|
-
color: rgba($muted-text-color, 0.5);
|
53
|
-
}
|
54
|
-
}
|
55
|
-
|
56
|
-
pre {
|
57
|
-
margin: 0;
|
58
|
-
}
|
59
|
-
}
|
60
|
-
|
61
|
-
.highlight pre {
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
.highlight .
|
82
|
-
|
83
|
-
|
84
|
-
.highlight .
|
85
|
-
|
86
|
-
|
87
|
-
.highlight .
|
88
|
-
|
89
|
-
|
90
|
-
.highlight .
|
91
|
-
|
92
|
-
|
93
|
-
.highlight .
|
94
|
-
|
95
|
-
|
96
|
-
.highlight .
|
97
|
-
|
98
|
-
|
99
|
-
.highlight .
|
100
|
-
|
101
|
-
|
102
|
-
.highlight .
|
103
|
-
|
104
|
-
|
105
|
-
.highlight .
|
106
|
-
|
107
|
-
|
108
|
-
.highlight .
|
109
|
-
|
110
|
-
|
111
|
-
.highlight .
|
112
|
-
|
113
|
-
|
114
|
-
.highlight .
|
115
|
-
|
116
|
-
|
117
|
-
.highlight .
|
118
|
-
|
119
|
-
|
120
|
-
.highlight .
|
121
|
-
|
122
|
-
|
123
|
-
.highlight .
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
.highlight .
|
128
|
-
|
129
|
-
|
130
|
-
.highlight .
|
131
|
-
|
132
|
-
|
133
|
-
.highlight .
|
134
|
-
|
135
|
-
|
136
|
-
.highlight .
|
137
|
-
|
138
|
-
|
139
|
-
.highlight .
|
140
|
-
|
141
|
-
|
142
|
-
.highlight .
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
.highlight .
|
1
|
+
/* ==========================================================================
|
2
|
+
Syntax highlighting
|
3
|
+
========================================================================== */
|
4
|
+
|
5
|
+
div.highlighter-rouge,
|
6
|
+
figure.highlight {
|
7
|
+
position: relative;
|
8
|
+
margin-bottom: 1em;
|
9
|
+
font-family: $monospace;
|
10
|
+
font-size: $type-size-6;
|
11
|
+
line-height: 1.8;
|
12
|
+
border: 1px solid $border-color;
|
13
|
+
border-radius: $border-radius;
|
14
|
+
background-color: $code-background-color;
|
15
|
+
box-shadow: $box-shadow;
|
16
|
+
|
17
|
+
&:before {
|
18
|
+
position: absolute;
|
19
|
+
top: 0;
|
20
|
+
right: 0;
|
21
|
+
padding: 0.5em;
|
22
|
+
background-color: $border-color;
|
23
|
+
content: "\f121";
|
24
|
+
font-family: "fontawesome" !important;
|
25
|
+
line-height: 1;
|
26
|
+
text-transform: none;
|
27
|
+
speak: none;
|
28
|
+
}
|
29
|
+
|
30
|
+
pre.highlight {
|
31
|
+
margin: 0;
|
32
|
+
padding: 1em;
|
33
|
+
}
|
34
|
+
}
|
35
|
+
|
36
|
+
figure.highlight {
|
37
|
+
padding-left: 1em;
|
38
|
+
padding-right: 1em;
|
39
|
+
}
|
40
|
+
|
41
|
+
.highlight table {
|
42
|
+
font-size: 1em;
|
43
|
+
border: 0;
|
44
|
+
|
45
|
+
td {
|
46
|
+
padding: 5px;
|
47
|
+
border: 0;
|
48
|
+
|
49
|
+
/* line numbers*/
|
50
|
+
&.gutter {
|
51
|
+
padding-right: 1em;
|
52
|
+
color: rgba($muted-text-color, 0.5);
|
53
|
+
}
|
54
|
+
}
|
55
|
+
|
56
|
+
pre {
|
57
|
+
margin: 0;
|
58
|
+
}
|
59
|
+
}
|
60
|
+
|
61
|
+
.highlight pre {
|
62
|
+
width: 100%;
|
63
|
+
}
|
64
|
+
|
65
|
+
/*
|
66
|
+
Solarized Light
|
67
|
+
http://ethanschoonover.com/solarized
|
68
|
+
|
69
|
+
SOLARIZED HEX ROLE
|
70
|
+
--------- -------- ------------------------------------------
|
71
|
+
base01 #586e75 body text / default code / primary content
|
72
|
+
base1 #93a1a1 comments / secondary content
|
73
|
+
base3 #fdf6e3 background
|
74
|
+
orange #cb4b16 constants
|
75
|
+
red #dc322f regex, special keywords
|
76
|
+
blue #22b3eb reserved keywords
|
77
|
+
cyan #2aa198 strings, numbers
|
78
|
+
green #859900 operators, other keywords
|
79
|
+
========================================================================== */
|
80
|
+
|
81
|
+
.highlight .c {
|
82
|
+
color: #93a1a1;
|
83
|
+
} /* Comment */
|
84
|
+
.highlight .err {
|
85
|
+
color: #586e75;
|
86
|
+
} /* Error */
|
87
|
+
.highlight .g {
|
88
|
+
color: #586e75;
|
89
|
+
} /* Generic */
|
90
|
+
.highlight .k {
|
91
|
+
color: #859900;
|
92
|
+
} /* Keyword */
|
93
|
+
.highlight .l {
|
94
|
+
color: #586e75;
|
95
|
+
} /* Literal */
|
96
|
+
.highlight .n {
|
97
|
+
color: #586e75;
|
98
|
+
} /* Name */
|
99
|
+
.highlight .o {
|
100
|
+
color: #859900;
|
101
|
+
} /* Operator */
|
102
|
+
.highlight .x {
|
103
|
+
color: #cb4b16;
|
104
|
+
} /* Other */
|
105
|
+
.highlight .p {
|
106
|
+
color: #586e75;
|
107
|
+
} /* Punctuation */
|
108
|
+
.highlight .cm {
|
109
|
+
color: #93a1a1;
|
110
|
+
} /* Comment.Multiline */
|
111
|
+
.highlight .cp {
|
112
|
+
color: #859900;
|
113
|
+
} /* Comment.Preproc */
|
114
|
+
.highlight .c1 {
|
115
|
+
color: #93a1a1;
|
116
|
+
} /* Comment.Single */
|
117
|
+
.highlight .cs {
|
118
|
+
color: #859900;
|
119
|
+
} /* Comment.Special */
|
120
|
+
.highlight .gd {
|
121
|
+
color: #2aa198;
|
122
|
+
} /* Generic.Deleted */
|
123
|
+
.highlight .ge {
|
124
|
+
color: #586e75;
|
125
|
+
font-style: italic;
|
126
|
+
} /* Generic.Emph */
|
127
|
+
.highlight .gr {
|
128
|
+
color: #dc322f;
|
129
|
+
} /* Generic.Error */
|
130
|
+
.highlight .gh {
|
131
|
+
color: #cb4b16;
|
132
|
+
} /* Generic.Heading */
|
133
|
+
.highlight .gi {
|
134
|
+
color: #859900;
|
135
|
+
} /* Generic.Inserted */
|
136
|
+
.highlight .go {
|
137
|
+
color: #586e75;
|
138
|
+
} /* Generic.Output */
|
139
|
+
.highlight .gp {
|
140
|
+
color: #586e75;
|
141
|
+
} /* Generic.Prompt */
|
142
|
+
.highlight .gs {
|
143
|
+
color: #586e75;
|
144
|
+
font-weight: bold;
|
145
|
+
} /* Generic.Strong */
|
146
|
+
.highlight .gu {
|
147
|
+
color: #cb4b16;
|
148
|
+
} /* Generic.Subheading */
|
149
|
+
.highlight .gt {
|
150
|
+
color: #586e75;
|
151
|
+
} /* Generic.Traceback */
|
152
|
+
.highlight .kc {
|
153
|
+
color: #cb4b16;
|
154
|
+
} /* Keyword.Constant */
|
155
|
+
.highlight .kd {
|
156
|
+
color: #22b3eb;
|
157
|
+
} /* Keyword.Declaration */
|
158
|
+
.highlight .kn {
|
159
|
+
color: #859900;
|
160
|
+
} /* Keyword.Namespace */
|
161
|
+
.highlight .kp {
|
162
|
+
color: #859900;
|
163
|
+
} /* Keyword.Pseudo */
|
164
|
+
.highlight .kr {
|
165
|
+
color: #22b3eb;
|
166
|
+
} /* Keyword.Reserved */
|
167
|
+
.highlight .kt {
|
168
|
+
color: #dc322f;
|
169
|
+
} /* Keyword.Type */
|
170
|
+
.highlight .ld {
|
171
|
+
color: #586e75;
|
172
|
+
} /* Literal.Date */
|
173
|
+
.highlight .m {
|
174
|
+
color: #2aa198;
|
175
|
+
} /* Literal.Number */
|
176
|
+
.highlight .s {
|
177
|
+
color: #2aa198;
|
178
|
+
} /* Literal.String */
|
179
|
+
.highlight .na {
|
180
|
+
color: #586e75;
|
181
|
+
} /* Name.Attribute */
|
182
|
+
.highlight .nb {
|
183
|
+
color: #b58900;
|
184
|
+
} /* Name.Builtin */
|
185
|
+
.highlight .nc {
|
186
|
+
color: #22b3eb;
|
187
|
+
} /* Name.Class */
|
188
|
+
.highlight .no {
|
189
|
+
color: #cb4b16;
|
190
|
+
} /* Name.Constant */
|
191
|
+
.highlight .nd {
|
192
|
+
color: #22b3eb;
|
193
|
+
} /* Name.Decorator */
|
194
|
+
.highlight .ni {
|
195
|
+
color: #cb4b16;
|
196
|
+
} /* Name.Entity */
|
197
|
+
.highlight .ne {
|
198
|
+
color: #cb4b16;
|
199
|
+
} /* Name.Exception */
|
200
|
+
.highlight .nf {
|
201
|
+
color: #22b3eb;
|
202
|
+
} /* Name.Function */
|
203
|
+
.highlight .nl {
|
204
|
+
color: #586e75;
|
205
|
+
} /* Name.Label */
|
206
|
+
.highlight .nn {
|
207
|
+
color: #586e75;
|
208
|
+
} /* Name.Namespace */
|
209
|
+
.highlight .nx {
|
210
|
+
color: #586e75;
|
211
|
+
} /* Name.Other */
|
212
|
+
.highlight .py {
|
213
|
+
color: #586e75;
|
214
|
+
} /* Name.Property */
|
215
|
+
.highlight .nt {
|
216
|
+
color: #22b3eb;
|
217
|
+
} /* Name.Tag */
|
218
|
+
.highlight .nv {
|
219
|
+
color: #22b3eb;
|
220
|
+
} /* Name.Variable */
|
221
|
+
.highlight .ow {
|
222
|
+
color: #859900;
|
223
|
+
} /* Operator.Word */
|
224
|
+
.highlight .w {
|
225
|
+
color: #586e75;
|
226
|
+
} /* Text.Whitespace */
|
227
|
+
.highlight .mf {
|
228
|
+
color: #2aa198;
|
229
|
+
} /* Literal.Number.Float */
|
230
|
+
.highlight .mh {
|
231
|
+
color: #2aa198;
|
232
|
+
} /* Literal.Number.Hex */
|
233
|
+
.highlight .mi {
|
234
|
+
color: #2aa198;
|
235
|
+
} /* Literal.Number.Integer */
|
236
|
+
.highlight .mo {
|
237
|
+
color: #2aa198;
|
238
|
+
} /* Literal.Number.Oct */
|
239
|
+
.highlight .sb {
|
240
|
+
color: #93a1a1;
|
241
|
+
} /* Literal.String.Backtick */
|
242
|
+
.highlight .sc {
|
243
|
+
color: #2aa198;
|
244
|
+
} /* Literal.String.Char */
|
245
|
+
.highlight .sd {
|
246
|
+
color: #586e75;
|
247
|
+
} /* Literal.String.Doc */
|
248
|
+
.highlight .s2 {
|
249
|
+
color: #2aa198;
|
250
|
+
} /* Literal.String.Double */
|
251
|
+
.highlight .se {
|
252
|
+
color: #cb4b16;
|
253
|
+
} /* Literal.String.Escape */
|
254
|
+
.highlight .sh {
|
255
|
+
color: #586e75;
|
256
|
+
} /* Literal.String.Heredoc */
|
257
|
+
.highlight .si {
|
258
|
+
color: #2aa198;
|
259
|
+
} /* Literal.String.Interpol */
|
260
|
+
.highlight .sx {
|
261
|
+
color: #2aa198;
|
262
|
+
} /* Literal.String.Other */
|
263
|
+
.highlight .sr {
|
264
|
+
color: #dc322f;
|
265
|
+
} /* Literal.String.Regex */
|
266
|
+
.highlight .s1 {
|
267
|
+
color: #2aa198;
|
268
|
+
} /* Literal.String.Single */
|
269
|
+
.highlight .ss {
|
270
|
+
color: #2aa198;
|
271
|
+
} /* Literal.String.Symbol */
|
272
|
+
.highlight .bp {
|
273
|
+
color: #22b3eb;
|
274
|
+
} /* Name.Builtin.Pseudo */
|
275
|
+
.highlight .vc {
|
276
|
+
color: #22b3eb;
|
277
|
+
} /* Name.Variable.Class */
|
278
|
+
.highlight .vg {
|
279
|
+
color: #22b3eb;
|
280
|
+
} /* Name.Variable.Global */
|
281
|
+
.highlight .vi {
|
282
|
+
color: #22b3eb;
|
283
|
+
} /* Name.Variable.Instance */
|
284
|
+
.highlight .il {
|
285
|
+
color: #2aa198;
|
286
|
+
} /* Literal.Number.Integer.Long */
|
@@ -1,37 +1,37 @@
|
|
1
|
-
/* ==========================================================================
|
2
|
-
TABLES
|
3
|
-
========================================================================== */
|
4
|
-
|
5
|
-
table {
|
6
|
-
margin-bottom: 1em;
|
7
|
-
width: 100%;
|
8
|
-
font-family: $global-font-family;
|
9
|
-
font-size: $type-size-6;
|
10
|
-
border-collapse: collapse;
|
11
|
-
|
12
|
-
& + table {
|
13
|
-
margin-top: 1em;
|
14
|
-
}
|
15
|
-
}
|
16
|
-
|
17
|
-
thead {
|
18
|
-
background-color: $border-color;
|
19
|
-
border-bottom: 2px solid mix(#000, $border-color, 25%);
|
20
|
-
}
|
21
|
-
|
22
|
-
th {
|
23
|
-
padding: 0.5em;
|
24
|
-
font-weight: bold;
|
25
|
-
text-align: left;
|
26
|
-
}
|
27
|
-
|
28
|
-
td {
|
29
|
-
padding: 0.5em;
|
30
|
-
border-bottom: 1px solid mix(#000, $border-color, 25%);
|
31
|
-
}
|
32
|
-
|
33
|
-
tr,
|
34
|
-
td,
|
35
|
-
th {
|
36
|
-
vertical-align: middle;
|
1
|
+
/* ==========================================================================
|
2
|
+
TABLES
|
3
|
+
========================================================================== */
|
4
|
+
|
5
|
+
table {
|
6
|
+
margin-bottom: 1em;
|
7
|
+
width: 100%;
|
8
|
+
font-family: $global-font-family;
|
9
|
+
font-size: $type-size-6;
|
10
|
+
border-collapse: collapse;
|
11
|
+
|
12
|
+
& + table {
|
13
|
+
margin-top: 1em;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
thead {
|
18
|
+
background-color: $border-color;
|
19
|
+
border-bottom: 2px solid mix(#000, $border-color, 25%);
|
20
|
+
}
|
21
|
+
|
22
|
+
th {
|
23
|
+
padding: 0.5em;
|
24
|
+
font-weight: bold;
|
25
|
+
text-align: left;
|
26
|
+
}
|
27
|
+
|
28
|
+
td {
|
29
|
+
padding: 0.5em;
|
30
|
+
border-bottom: 1px solid mix(#000, $border-color, 25%);
|
31
|
+
}
|
32
|
+
|
33
|
+
tr,
|
34
|
+
td,
|
35
|
+
th {
|
36
|
+
vertical-align: middle;
|
37
37
|
}
|