jasper2 0.1.0
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 +7 -0
- data/LICENSE +21 -0
- data/README.md +113 -0
- data/_data/authors.yml +76 -0
- data/_data/tags.yml +16 -0
- data/_includes/analytics.html +11 -0
- data/_includes/author_pagination.html +13 -0
- data/_includes/dynamic_tag_info.html +8 -0
- data/_includes/dynamic_title.html +16 -0
- data/_includes/facebook.html +1 -0
- data/_includes/floating-header.html +28 -0
- data/_includes/ghost-logo.html +1 -0
- data/_includes/head.html +69 -0
- data/_includes/infinity.html +1 -0
- data/_includes/location.html +1 -0
- data/_includes/navigation.html +6 -0
- data/_includes/page-scripts.html +6 -0
- data/_includes/point.html +3 -0
- data/_includes/post-card-error.html +59 -0
- data/_includes/post-card-next.html +53 -0
- data/_includes/post-card-previous.html +53 -0
- data/_includes/post-card.html +55 -0
- data/_includes/post-scripts.html +63 -0
- data/_includes/post_pagination.html +13 -0
- data/_includes/rss.html +1 -0
- data/_includes/site-nav.html +27 -0
- data/_includes/subscribe-form.html +9 -0
- data/_includes/tag_pagination.html +13 -0
- data/_includes/twitter.html +1 -0
- data/_includes/website.html +1 -0
- data/_layouts/author.html +64 -0
- data/_layouts/default.html +139 -0
- data/_layouts/error.html +1 -0
- data/_layouts/feed.xml +113 -0
- data/_layouts/page.html +48 -0
- data/_layouts/post.html +196 -0
- data/_layouts/tag.html +42 -0
- data/_plugins/jekyll-autgenerator.rb +76 -0
- data/_plugins/jekyll-capitalize-all.rb +11 -0
- data/_plugins/jekyll-tagsgenerator.rb +70 -0
- data/_posts/1863-11-19-gettysburg-address.md +18 -0
- data/_posts/1865-11-26-down-the-rabbit-hole.md +62 -0
- data/_posts/1871-03-18-looking-glass-house.md +41 -0
- data/_posts/1912-07-24-out-to-sea.md +88 -0
- data/_posts/1948-12-12-the-purpose-of-education.md +26 -0
- data/_posts/1963-08-28-i-have-a-dream.md +103 -0
- data/_posts/2012-09-01-a-full-and-comprehensive-style-test.html +424 -0
- data/_posts/2014-08-12-the-businessman-and-fisherman.md +48 -0
- data/_posts/2017-07-27-advanced-markdown.html +57 -0
- data/_posts/2017-07-27-managing-users.html +24 -0
- data/_posts/2017-07-27-private-sites.html +19 -0
- data/_posts/2017-07-27-the-editor.html +55 -0
- data/_posts/2017-07-27-themes.html +30 -0
- data/_posts/2017-07-27-using-tags.html +41 -0
- data/_posts/2017-07-27-welcome.md +28 -0
- data/about/index.md +17 -0
- data/assets/built/global.css +2 -0
- data/assets/built/global.css.map +1 -0
- data/assets/built/screen.css +2 -0
- data/assets/built/screen.css.map +1 -0
- data/assets/built/screen.edited.css +2 -0
- data/assets/built/screen.edited.css.map +1 -0
- data/assets/built/syntax.css +2 -0
- data/assets/built/syntax.css.map +1 -0
- data/assets/css/.csscomb.json +237 -0
- data/assets/css/csscomb.json +240 -0
- data/assets/css/global.css +491 -0
- data/assets/css/screen.css +1928 -0
- data/assets/css/screen.edited.css +152 -0
- data/assets/css/syntax.css +66 -0
- data/assets/images/abraham.jpg +0 -0
- data/assets/images/advanced.jpg +0 -0
- data/assets/images/bear.jpg +0 -0
- data/assets/images/blog-cover.jpg +0 -0
- data/assets/images/blog-icon.png +0 -0
- data/assets/images/bus.jpg +0 -0
- data/assets/images/design.jpg +0 -0
- data/assets/images/edgar.gif +0 -0
- data/assets/images/fables.jpg +0 -0
- data/assets/images/favicon.png +0 -0
- data/assets/images/ghost-logo.svg +1 -0
- data/assets/images/ghost.png +0 -0
- data/assets/images/grapes.jpg +0 -0
- data/assets/images/hannah-cover.jpg +0 -0
- data/assets/images/hannah.jpg +0 -0
- data/assets/images/john.jpg +0 -0
- data/assets/images/lewis.jpeg +0 -0
- data/assets/images/locked.jpg +0 -0
- data/assets/images/martin.jpg +0 -0
- data/assets/images/piano.jpg +0 -0
- data/assets/images/sky.jpg +0 -0
- data/assets/images/speeches.jpg +0 -0
- data/assets/images/summit.jpg +0 -0
- data/assets/images/tags.jpg +0 -0
- data/assets/images/team.jpg +0 -0
- data/assets/images/water.jpg +0 -0
- data/assets/images/waves.jpg +0 -0
- data/assets/images/welcome.jpg +0 -0
- data/assets/images/writing.jpg +0 -0
- data/assets/js/infinitescroll.js +83 -0
- data/assets/js/jquery.fitvids.js +89 -0
- data/assets/screenshot-desktop.jpg +0 -0
- data/assets/screenshot-mobile.jpg +0 -0
- metadata +222 -0
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
{
|
|
2
|
+
"remove-empty-rulesets": true,
|
|
3
|
+
"always-semicolon": true,
|
|
4
|
+
"color-case": "lower",
|
|
5
|
+
"block-indent": " ",
|
|
6
|
+
"color-shorthand": true,
|
|
7
|
+
"element-case": "lower",
|
|
8
|
+
"eof-newline": true,
|
|
9
|
+
"leading-zero": true,
|
|
10
|
+
"quotes": "double",
|
|
11
|
+
"space-before-colon": "",
|
|
12
|
+
"space-after-colon": " ",
|
|
13
|
+
"space-before-combinator": " ",
|
|
14
|
+
"space-after-combinator": " ",
|
|
15
|
+
"space-between-declarations": "\n",
|
|
16
|
+
"space-before-opening-brace": " ",
|
|
17
|
+
"space-after-opening-brace": "\n",
|
|
18
|
+
"space-after-selector-delimiter": "\n",
|
|
19
|
+
"space-before-selector-delimiter": "",
|
|
20
|
+
"space-before-closing-brace": "\n",
|
|
21
|
+
"strip-spaces": true,
|
|
22
|
+
"tab-size": 4,
|
|
23
|
+
"unitless-zero": true,
|
|
24
|
+
"sort-order": [ [
|
|
25
|
+
"content",
|
|
26
|
+
"visibility",
|
|
27
|
+
"position",
|
|
28
|
+
"top",
|
|
29
|
+
"right",
|
|
30
|
+
"bottom",
|
|
31
|
+
"left",
|
|
32
|
+
"z-index",
|
|
33
|
+
"order",
|
|
34
|
+
"flex",
|
|
35
|
+
"flex-grow",
|
|
36
|
+
"flex-shrink",
|
|
37
|
+
"flex-basis",
|
|
38
|
+
"align-self",
|
|
39
|
+
"display",
|
|
40
|
+
"flex-flow",
|
|
41
|
+
"flex-direction",
|
|
42
|
+
"justify-content",
|
|
43
|
+
"align-items",
|
|
44
|
+
"align-content",
|
|
45
|
+
"flex-wrap",
|
|
46
|
+
"flex-order",
|
|
47
|
+
"flex-pack",
|
|
48
|
+
"flex-align",
|
|
49
|
+
"float",
|
|
50
|
+
"clear",
|
|
51
|
+
"box-sizing",
|
|
52
|
+
"width",
|
|
53
|
+
"height",
|
|
54
|
+
"min-width",
|
|
55
|
+
"min-height",
|
|
56
|
+
"max-width",
|
|
57
|
+
"max-height",
|
|
58
|
+
"overflow",
|
|
59
|
+
"overflow-x",
|
|
60
|
+
"overflow-y",
|
|
61
|
+
"clip",
|
|
62
|
+
"margin",
|
|
63
|
+
"margin-top",
|
|
64
|
+
"margin-right",
|
|
65
|
+
"margin-bottom",
|
|
66
|
+
"margin-left",
|
|
67
|
+
"padding",
|
|
68
|
+
"padding-top",
|
|
69
|
+
"padding-right",
|
|
70
|
+
"padding-bottom",
|
|
71
|
+
"padding-left",
|
|
72
|
+
"outline",
|
|
73
|
+
"outline-width",
|
|
74
|
+
"outline-style",
|
|
75
|
+
"outline-color",
|
|
76
|
+
"outline-offset",
|
|
77
|
+
"border",
|
|
78
|
+
"border-spacing",
|
|
79
|
+
"border-collapse",
|
|
80
|
+
"border-width",
|
|
81
|
+
"border-style",
|
|
82
|
+
"border-color",
|
|
83
|
+
"border-top",
|
|
84
|
+
"border-top-width",
|
|
85
|
+
"border-top-style",
|
|
86
|
+
"border-top-color",
|
|
87
|
+
"border-right",
|
|
88
|
+
"border-right-width",
|
|
89
|
+
"border-right-style",
|
|
90
|
+
"border-right-color",
|
|
91
|
+
"border-bottom",
|
|
92
|
+
"border-bottom-width",
|
|
93
|
+
"border-bottom-style",
|
|
94
|
+
"border-bottom-color",
|
|
95
|
+
"border-left",
|
|
96
|
+
"border-left-width",
|
|
97
|
+
"border-left-style",
|
|
98
|
+
"border-left-color",
|
|
99
|
+
"border-image",
|
|
100
|
+
"border-image-source",
|
|
101
|
+
"border-image-slice",
|
|
102
|
+
"border-image-width",
|
|
103
|
+
"border-image-outset",
|
|
104
|
+
"border-image-repeat",
|
|
105
|
+
"border-top-image",
|
|
106
|
+
"border-right-image",
|
|
107
|
+
"border-bottom-image",
|
|
108
|
+
"border-left-image",
|
|
109
|
+
"border-corner-image",
|
|
110
|
+
"border-top-left-image",
|
|
111
|
+
"border-top-right-image",
|
|
112
|
+
"border-bottom-right-image",
|
|
113
|
+
"border-bottom-left-image",
|
|
114
|
+
"table-layout",
|
|
115
|
+
"caption-side",
|
|
116
|
+
"empty-cells",
|
|
117
|
+
"list-style",
|
|
118
|
+
"list-style-position",
|
|
119
|
+
"list-style-type",
|
|
120
|
+
"list-style-image",
|
|
121
|
+
"quotes",
|
|
122
|
+
"counter-increment",
|
|
123
|
+
"counter-reset",
|
|
124
|
+
"vertical-align",
|
|
125
|
+
"stroke",
|
|
126
|
+
"fill",
|
|
127
|
+
"stroke-width",
|
|
128
|
+
"stroke-opacity",
|
|
129
|
+
"color",
|
|
130
|
+
"font",
|
|
131
|
+
"font-family",
|
|
132
|
+
"font-size",
|
|
133
|
+
"line-height",
|
|
134
|
+
"font-weight",
|
|
135
|
+
"font-style",
|
|
136
|
+
"font-variant",
|
|
137
|
+
"font-size-adjust",
|
|
138
|
+
"font-stretch",
|
|
139
|
+
"text-rendering",
|
|
140
|
+
"font-feature-settings",
|
|
141
|
+
"letter-spacing",
|
|
142
|
+
"hyphens",
|
|
143
|
+
"text-align",
|
|
144
|
+
"text-align-last",
|
|
145
|
+
"text-decoration",
|
|
146
|
+
"text-emphasis",
|
|
147
|
+
"text-emphasis-position",
|
|
148
|
+
"text-emphasis-style",
|
|
149
|
+
"text-emphasis-color",
|
|
150
|
+
"text-indent",
|
|
151
|
+
"text-justify",
|
|
152
|
+
"text-outline",
|
|
153
|
+
"text-transform",
|
|
154
|
+
"text-wrap",
|
|
155
|
+
"text-overflow",
|
|
156
|
+
"text-overflow-ellipsis",
|
|
157
|
+
"text-overflow-mode",
|
|
158
|
+
"text-shadow",
|
|
159
|
+
"white-space",
|
|
160
|
+
"word-spacing",
|
|
161
|
+
"word-wrap",
|
|
162
|
+
"word-break",
|
|
163
|
+
"tab-size",
|
|
164
|
+
"user-select",
|
|
165
|
+
"src",
|
|
166
|
+
"resize",
|
|
167
|
+
"cursor",
|
|
168
|
+
"nav-index",
|
|
169
|
+
"nav-up",
|
|
170
|
+
"nav-right",
|
|
171
|
+
"nav-down",
|
|
172
|
+
"nav-left",
|
|
173
|
+
"background",
|
|
174
|
+
"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader",
|
|
175
|
+
"background-color",
|
|
176
|
+
"background-image",
|
|
177
|
+
"background-size",
|
|
178
|
+
"background-attachment",
|
|
179
|
+
"background-position",
|
|
180
|
+
"background-position-x",
|
|
181
|
+
"background-position-y",
|
|
182
|
+
"background-clip",
|
|
183
|
+
"background-origin",
|
|
184
|
+
"background-repeat",
|
|
185
|
+
"border-radius",
|
|
186
|
+
"border-top-left-radius",
|
|
187
|
+
"border-top-right-radius",
|
|
188
|
+
"border-bottom-right-radius",
|
|
189
|
+
"border-bottom-left-radius",
|
|
190
|
+
"box-decoration-break",
|
|
191
|
+
"box-shadow",
|
|
192
|
+
"opacity",
|
|
193
|
+
"filter:progid:DXImageTransform.Microsoft.Alpha(Opacity",
|
|
194
|
+
"filter",
|
|
195
|
+
"transition",
|
|
196
|
+
"transition-delay",
|
|
197
|
+
"transition-timing-function",
|
|
198
|
+
"transition-duration",
|
|
199
|
+
"transition-property",
|
|
200
|
+
"transform",
|
|
201
|
+
"transform-origin",
|
|
202
|
+
"animation",
|
|
203
|
+
"animation-name",
|
|
204
|
+
"animation-duration",
|
|
205
|
+
"animation-play-state",
|
|
206
|
+
"animation-timing-function",
|
|
207
|
+
"animation-delay",
|
|
208
|
+
"animation-iteration-count",
|
|
209
|
+
"animation-direction",
|
|
210
|
+
"animation-fill-mode",
|
|
211
|
+
"pointer-events",
|
|
212
|
+
"unicode-bidi",
|
|
213
|
+
"direction",
|
|
214
|
+
"columns",
|
|
215
|
+
"column-span",
|
|
216
|
+
"column-width",
|
|
217
|
+
"column-count",
|
|
218
|
+
"column-fill",
|
|
219
|
+
"column-gap",
|
|
220
|
+
"column-rule",
|
|
221
|
+
"column-rule-width",
|
|
222
|
+
"column-rule-style",
|
|
223
|
+
"column-rule-color",
|
|
224
|
+
"break-before",
|
|
225
|
+
"break-inside",
|
|
226
|
+
"break-after",
|
|
227
|
+
"page-break-before",
|
|
228
|
+
"page-break-inside",
|
|
229
|
+
"page-break-after",
|
|
230
|
+
"orphans",
|
|
231
|
+
"widows",
|
|
232
|
+
"zoom",
|
|
233
|
+
"max-zoom",
|
|
234
|
+
"min-zoom",
|
|
235
|
+
"user-zoom",
|
|
236
|
+
"orientation",
|
|
237
|
+
"-webkit-overflow-scrolling",
|
|
238
|
+
"-ms-overflow-scrolling"
|
|
239
|
+
] ]
|
|
240
|
+
}
|
|
@@ -0,0 +1,491 @@
|
|
|
1
|
+
/* Variables
|
|
2
|
+
/* ---------------------------------------------------------- */
|
|
3
|
+
|
|
4
|
+
:root {
|
|
5
|
+
/* Colours */
|
|
6
|
+
--blue: #3eb0ef;
|
|
7
|
+
--green: #a4d037;
|
|
8
|
+
--purple: #ad26b4;
|
|
9
|
+
--yellow: #fecd35;
|
|
10
|
+
--red: #f05230;
|
|
11
|
+
--darkgrey: #15171A;
|
|
12
|
+
--midgrey: #738a94;
|
|
13
|
+
--lightgrey: #c5d2d9;
|
|
14
|
+
--whitegrey: #e5eff5;
|
|
15
|
+
--pink: #fa3a57;
|
|
16
|
+
--brown: #a3821a;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/* Reset
|
|
20
|
+
/* ---------------------------------------------------------- */
|
|
21
|
+
|
|
22
|
+
html,
|
|
23
|
+
body,
|
|
24
|
+
div,
|
|
25
|
+
span,
|
|
26
|
+
applet,
|
|
27
|
+
object,
|
|
28
|
+
iframe,
|
|
29
|
+
h1,
|
|
30
|
+
h2,
|
|
31
|
+
h3,
|
|
32
|
+
h4,
|
|
33
|
+
h5,
|
|
34
|
+
h6,
|
|
35
|
+
p,
|
|
36
|
+
blockquote,
|
|
37
|
+
pre,
|
|
38
|
+
a,
|
|
39
|
+
abbr,
|
|
40
|
+
acronym,
|
|
41
|
+
address,
|
|
42
|
+
big,
|
|
43
|
+
cite,
|
|
44
|
+
code,
|
|
45
|
+
del,
|
|
46
|
+
dfn,
|
|
47
|
+
em,
|
|
48
|
+
img,
|
|
49
|
+
ins,
|
|
50
|
+
kbd,
|
|
51
|
+
q,
|
|
52
|
+
s,
|
|
53
|
+
samp,
|
|
54
|
+
small,
|
|
55
|
+
strike,
|
|
56
|
+
strong,
|
|
57
|
+
sub,
|
|
58
|
+
sup,
|
|
59
|
+
tt,
|
|
60
|
+
var,
|
|
61
|
+
dl,
|
|
62
|
+
dt,
|
|
63
|
+
dd,
|
|
64
|
+
ol,
|
|
65
|
+
ul,
|
|
66
|
+
li,
|
|
67
|
+
fieldset,
|
|
68
|
+
form,
|
|
69
|
+
label,
|
|
70
|
+
legend,
|
|
71
|
+
table,
|
|
72
|
+
caption,
|
|
73
|
+
tbody,
|
|
74
|
+
tfoot,
|
|
75
|
+
thead,
|
|
76
|
+
tr,
|
|
77
|
+
th,
|
|
78
|
+
td,
|
|
79
|
+
article,
|
|
80
|
+
aside,
|
|
81
|
+
canvas,
|
|
82
|
+
details,
|
|
83
|
+
embed,
|
|
84
|
+
figure,
|
|
85
|
+
figcaption,
|
|
86
|
+
footer,
|
|
87
|
+
header,
|
|
88
|
+
hgroup,
|
|
89
|
+
menu,
|
|
90
|
+
nav,
|
|
91
|
+
output,
|
|
92
|
+
ruby,
|
|
93
|
+
section,
|
|
94
|
+
summary,
|
|
95
|
+
time,
|
|
96
|
+
mark,
|
|
97
|
+
audio,
|
|
98
|
+
video {
|
|
99
|
+
margin: 0;
|
|
100
|
+
padding: 0;
|
|
101
|
+
border: 0;
|
|
102
|
+
font: inherit;
|
|
103
|
+
font-size: 100%;
|
|
104
|
+
vertical-align: baseline;
|
|
105
|
+
}
|
|
106
|
+
body {
|
|
107
|
+
line-height: 1;
|
|
108
|
+
}
|
|
109
|
+
ol,
|
|
110
|
+
ul {
|
|
111
|
+
list-style: none;
|
|
112
|
+
}
|
|
113
|
+
blockquote,
|
|
114
|
+
q {
|
|
115
|
+
quotes: none;
|
|
116
|
+
}
|
|
117
|
+
blockquote:before,
|
|
118
|
+
blockquote:after,
|
|
119
|
+
q:before,
|
|
120
|
+
q:after {
|
|
121
|
+
content: "";
|
|
122
|
+
content: none;
|
|
123
|
+
}
|
|
124
|
+
table {
|
|
125
|
+
border-spacing: 0;
|
|
126
|
+
border-collapse: collapse;
|
|
127
|
+
}
|
|
128
|
+
img {
|
|
129
|
+
max-width: 100%;
|
|
130
|
+
}
|
|
131
|
+
html {
|
|
132
|
+
box-sizing: border-box;
|
|
133
|
+
font-family: sans-serif;
|
|
134
|
+
|
|
135
|
+
-ms-text-size-adjust: 100%;
|
|
136
|
+
-webkit-text-size-adjust: 100%;
|
|
137
|
+
}
|
|
138
|
+
*,
|
|
139
|
+
*:before,
|
|
140
|
+
*:after {
|
|
141
|
+
box-sizing: inherit;
|
|
142
|
+
}
|
|
143
|
+
a {
|
|
144
|
+
background-color: transparent;
|
|
145
|
+
}
|
|
146
|
+
a:active,
|
|
147
|
+
a:hover {
|
|
148
|
+
outline: 0;
|
|
149
|
+
}
|
|
150
|
+
b,
|
|
151
|
+
strong {
|
|
152
|
+
font-weight: bold;
|
|
153
|
+
}
|
|
154
|
+
i,
|
|
155
|
+
em,
|
|
156
|
+
dfn {
|
|
157
|
+
font-style: italic;
|
|
158
|
+
}
|
|
159
|
+
h1 {
|
|
160
|
+
margin: 0.67em 0;
|
|
161
|
+
font-size: 2em;
|
|
162
|
+
}
|
|
163
|
+
small {
|
|
164
|
+
font-size: 80%;
|
|
165
|
+
}
|
|
166
|
+
sub,
|
|
167
|
+
sup {
|
|
168
|
+
position: relative;
|
|
169
|
+
font-size: 75%;
|
|
170
|
+
line-height: 0;
|
|
171
|
+
vertical-align: baseline;
|
|
172
|
+
}
|
|
173
|
+
sup {
|
|
174
|
+
top: -0.5em;
|
|
175
|
+
}
|
|
176
|
+
sub {
|
|
177
|
+
bottom: -0.25em;
|
|
178
|
+
}
|
|
179
|
+
img {
|
|
180
|
+
border: 0;
|
|
181
|
+
}
|
|
182
|
+
svg:not(:root) {
|
|
183
|
+
overflow: hidden;
|
|
184
|
+
}
|
|
185
|
+
mark {
|
|
186
|
+
background-color: #fdffb6;
|
|
187
|
+
}
|
|
188
|
+
code,
|
|
189
|
+
kbd,
|
|
190
|
+
pre,
|
|
191
|
+
samp {
|
|
192
|
+
font-family: monospace, monospace;
|
|
193
|
+
font-size: 1em;
|
|
194
|
+
}
|
|
195
|
+
button,
|
|
196
|
+
input,
|
|
197
|
+
optgroup,
|
|
198
|
+
select,
|
|
199
|
+
textarea {
|
|
200
|
+
margin: 0; /* 3 */
|
|
201
|
+
color: inherit; /* 1 */
|
|
202
|
+
font: inherit; /* 2 */
|
|
203
|
+
}
|
|
204
|
+
button {
|
|
205
|
+
overflow: visible;
|
|
206
|
+
border: none;
|
|
207
|
+
}
|
|
208
|
+
button,
|
|
209
|
+
select {
|
|
210
|
+
text-transform: none;
|
|
211
|
+
}
|
|
212
|
+
button,
|
|
213
|
+
html input[type="button"],
|
|
214
|
+
/* 1 */
|
|
215
|
+
input[type="reset"],
|
|
216
|
+
input[type="submit"] {
|
|
217
|
+
cursor: pointer; /* 3 */
|
|
218
|
+
|
|
219
|
+
-webkit-appearance: button; /* 2 */
|
|
220
|
+
}
|
|
221
|
+
button[disabled],
|
|
222
|
+
html input[disabled] {
|
|
223
|
+
cursor: default;
|
|
224
|
+
}
|
|
225
|
+
button::-moz-focus-inner,
|
|
226
|
+
input::-moz-focus-inner {
|
|
227
|
+
padding: 0;
|
|
228
|
+
border: 0;
|
|
229
|
+
}
|
|
230
|
+
input {
|
|
231
|
+
line-height: normal;
|
|
232
|
+
}
|
|
233
|
+
input:focus {
|
|
234
|
+
outline: none;
|
|
235
|
+
}
|
|
236
|
+
input[type="checkbox"],
|
|
237
|
+
input[type="radio"] {
|
|
238
|
+
box-sizing: border-box; /* 1 */
|
|
239
|
+
padding: 0; /* 2 */
|
|
240
|
+
}
|
|
241
|
+
input[type="number"]::-webkit-inner-spin-button,
|
|
242
|
+
input[type="number"]::-webkit-outer-spin-button {
|
|
243
|
+
height: auto;
|
|
244
|
+
}
|
|
245
|
+
input[type="search"] {
|
|
246
|
+
box-sizing: content-box; /* 2 */
|
|
247
|
+
|
|
248
|
+
-webkit-appearance: textfield; /* 1 */
|
|
249
|
+
}
|
|
250
|
+
input[type="search"]::-webkit-search-cancel-button,
|
|
251
|
+
input[type="search"]::-webkit-search-decoration {
|
|
252
|
+
-webkit-appearance: none;
|
|
253
|
+
}
|
|
254
|
+
legend {
|
|
255
|
+
padding: 0; /* 2 */
|
|
256
|
+
border: 0; /* 1 */
|
|
257
|
+
}
|
|
258
|
+
textarea {
|
|
259
|
+
overflow: auto;
|
|
260
|
+
}
|
|
261
|
+
table {
|
|
262
|
+
border-spacing: 0;
|
|
263
|
+
border-collapse: collapse;
|
|
264
|
+
}
|
|
265
|
+
td,
|
|
266
|
+
th {
|
|
267
|
+
padding: 0;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
/* ==========================================================================
|
|
272
|
+
Base styles: opinionated defaults
|
|
273
|
+
========================================================================== */
|
|
274
|
+
|
|
275
|
+
html {
|
|
276
|
+
overflow-x: hidden;
|
|
277
|
+
overflow-y: scroll;
|
|
278
|
+
font-size: 62.5%;
|
|
279
|
+
|
|
280
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
281
|
+
}
|
|
282
|
+
body {
|
|
283
|
+
overflow-x: hidden;
|
|
284
|
+
color: color(var(--midgrey) l(-25%));
|
|
285
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
286
|
+
font-size: 1.5rem;
|
|
287
|
+
line-height: 1.6em;
|
|
288
|
+
font-weight: 400;
|
|
289
|
+
font-style: normal;
|
|
290
|
+
letter-spacing: 0;
|
|
291
|
+
text-rendering: optimizeLegibility;
|
|
292
|
+
background: #fff;
|
|
293
|
+
|
|
294
|
+
-webkit-font-smoothing: antialiased;
|
|
295
|
+
-moz-osx-font-smoothing: grayscale;
|
|
296
|
+
-moz-font-feature-settings: "liga" on;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
::selection {
|
|
300
|
+
text-shadow: none;
|
|
301
|
+
background: color(var(--blue) lightness(+30%));
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
hr {
|
|
305
|
+
position: relative;
|
|
306
|
+
display: block;
|
|
307
|
+
width: 100%;
|
|
308
|
+
margin: 2.5em 0 3.5em;
|
|
309
|
+
padding: 0;
|
|
310
|
+
height: 1px;
|
|
311
|
+
border: 0;
|
|
312
|
+
border-top: 1px solid color(var(--lightgrey) l(+10%));
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
audio,
|
|
316
|
+
canvas,
|
|
317
|
+
iframe,
|
|
318
|
+
img,
|
|
319
|
+
svg,
|
|
320
|
+
video {
|
|
321
|
+
vertical-align: middle;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
fieldset {
|
|
325
|
+
margin: 0;
|
|
326
|
+
padding: 0;
|
|
327
|
+
border: 0;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
textarea {
|
|
331
|
+
resize: vertical;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
p,
|
|
335
|
+
ul,
|
|
336
|
+
ol,
|
|
337
|
+
dl,
|
|
338
|
+
blockquote {
|
|
339
|
+
margin: 0 0 1.5em 0;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
ol,
|
|
343
|
+
ul {
|
|
344
|
+
padding-left: 1.3em;
|
|
345
|
+
padding-right: 1.5em;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
ol ol,
|
|
349
|
+
ul ul,
|
|
350
|
+
ul ol,
|
|
351
|
+
ol ul {
|
|
352
|
+
margin: 0.5em 0 1em;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
ul {
|
|
356
|
+
list-style: disc;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
ol {
|
|
360
|
+
list-style: decimal;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
li {
|
|
364
|
+
margin: 0.5em 0;
|
|
365
|
+
padding-left: 0.3em;
|
|
366
|
+
line-height: 1.6em;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
dt {
|
|
370
|
+
float: left;
|
|
371
|
+
margin: 0 20px 0 0;
|
|
372
|
+
width: 120px;
|
|
373
|
+
color: var(--darkgrey);
|
|
374
|
+
font-weight: 500;
|
|
375
|
+
text-align: right;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
dd {
|
|
379
|
+
margin: 0 0 5px 0;
|
|
380
|
+
text-align: left;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
blockquote {
|
|
384
|
+
margin: 1.5em 0;
|
|
385
|
+
padding: 0 1.6em 0 1.6em;
|
|
386
|
+
border-left: var(--whitegrey) 0.5em solid;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
blockquote p {
|
|
390
|
+
margin: 0.8em 0;
|
|
391
|
+
font-size: 1.2em;
|
|
392
|
+
font-weight: 300;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
blockquote small {
|
|
396
|
+
display: inline-block;
|
|
397
|
+
margin: 0.8em 0 0.8em 1.5em;
|
|
398
|
+
font-size: 0.9em;
|
|
399
|
+
opacity: 0.8;
|
|
400
|
+
}
|
|
401
|
+
/* Quotation marks */
|
|
402
|
+
blockquote small:before {
|
|
403
|
+
content: "\2014 \00A0";
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
blockquote cite {
|
|
407
|
+
font-weight: bold;
|
|
408
|
+
}
|
|
409
|
+
blockquote cite a {
|
|
410
|
+
font-weight: normal;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
a {
|
|
414
|
+
color: color(var(--blue) l(-5%));
|
|
415
|
+
text-decoration: none;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
a:hover {
|
|
419
|
+
text-decoration: underline;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
h1,
|
|
423
|
+
h2,
|
|
424
|
+
h3,
|
|
425
|
+
h4,
|
|
426
|
+
h5,
|
|
427
|
+
h6 {
|
|
428
|
+
margin-top: 0;
|
|
429
|
+
line-height: 1.15;
|
|
430
|
+
font-weight: 700;
|
|
431
|
+
text-rendering: optimizeLegibility;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
h1 {
|
|
435
|
+
margin: 0 0 0.5em 0;
|
|
436
|
+
font-size: 5rem;
|
|
437
|
+
font-weight: 700;
|
|
438
|
+
}
|
|
439
|
+
@media (max-width: 500px) {
|
|
440
|
+
h1 {
|
|
441
|
+
font-size: 2.2rem;
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
h2 {
|
|
446
|
+
margin: 1.5em 0 0.5em 0;
|
|
447
|
+
font-size: 2rem;
|
|
448
|
+
}
|
|
449
|
+
@media (max-width: 500px) {
|
|
450
|
+
h2 {
|
|
451
|
+
font-size: 1.8rem;
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
h3 {
|
|
456
|
+
margin: 1.5em 0 0.5em 0;
|
|
457
|
+
font-size: 1.8rem;
|
|
458
|
+
font-weight: 500;
|
|
459
|
+
}
|
|
460
|
+
@media (max-width: 500px) {
|
|
461
|
+
h3 {
|
|
462
|
+
font-size: 1.7rem;
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
h4 {
|
|
467
|
+
margin: 1.5em 0 0.5em 0;
|
|
468
|
+
font-size: 1.6rem;
|
|
469
|
+
font-weight: 500;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
h5 {
|
|
473
|
+
margin: 1.5em 0 0.5em 0;
|
|
474
|
+
font-size: 1.4rem;
|
|
475
|
+
font-weight: 500;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
h6 {
|
|
479
|
+
margin: 1.5em 0 0.5em 0;
|
|
480
|
+
font-size: 1.4rem;
|
|
481
|
+
font-weight: 500;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
@media all and (-ms-high-contrast: none), (-ms-high-contrast:active) {
|
|
485
|
+
p, ol, ul{
|
|
486
|
+
width: 100%;
|
|
487
|
+
}
|
|
488
|
+
blockquote {
|
|
489
|
+
width: 100%;
|
|
490
|
+
}
|
|
491
|
+
}
|