minimal-jekyll-theme 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +1 -0
  3. data/LICENSE.txt +5 -0
  4. data/README.md +54 -0
  5. data/_includes/author_bio.html +39 -0
  6. data/_includes/category_tag_list.html +20 -0
  7. data/_includes/disqus_comments.html +17 -0
  8. data/_includes/figure +12 -0
  9. data/_includes/footer.html +20 -0
  10. data/_includes/head.html +46 -0
  11. data/_includes/header.html +38 -0
  12. data/_includes/navigation.html +26 -0
  13. data/_includes/newsletter.html +19 -0
  14. data/_includes/post_meta.html +49 -0
  15. data/_includes/read_time.html +18 -0
  16. data/_includes/share_icons.html +30 -0
  17. data/_includes/sidebar.html +17 -0
  18. data/_includes/video +3 -0
  19. data/_layouts/default.html +17 -0
  20. data/_layouts/home.html +40 -0
  21. data/_layouts/page.html +25 -0
  22. data/_layouts/post.html +50 -0
  23. data/_sass/_custom.scss +137 -0
  24. data/_sass/_tachyons.scss +94 -0
  25. data/_sass/_variables.scss +38 -0
  26. data/_sass/scss/_aspect-ratios.scss +142 -0
  27. data/_sass/scss/_background-position.scss +133 -0
  28. data/_sass/scss/_background-size.scss +41 -0
  29. data/_sass/scss/_border-colors.scss +93 -0
  30. data/_sass/scss/_border-radius.scss +134 -0
  31. data/_sass/scss/_border-style.scss +55 -0
  32. data/_sass/scss/_border-widths.scss +81 -0
  33. data/_sass/scss/_borders.scss +65 -0
  34. data/_sass/scss/_box-shadow.scss +48 -0
  35. data/_sass/scss/_box-sizing.scss +50 -0
  36. data/_sass/scss/_clears.scss +47 -0
  37. data/_sass/scss/_code.scss +18 -0
  38. data/_sass/scss/_colors.scss +84 -0
  39. data/_sass/scss/_coordinates.scss +153 -0
  40. data/_sass/scss/_debug-children.scss +21 -0
  41. data/_sass/scss/_debug-grid.scss +33 -0
  42. data/_sass/scss/_debug.scss +127 -0
  43. data/_sass/scss/_debug_children.scss +18 -0
  44. data/_sass/scss/_display.scss +111 -0
  45. data/_sass/scss/_flexbox.scss +229 -0
  46. data/_sass/scss/_floats.scss +56 -0
  47. data/_sass/scss/_font-family.scss +107 -0
  48. data/_sass/scss/_font-style.scss +36 -0
  49. data/_sass/scss/_font-weight.scss +87 -0
  50. data/_sass/scss/_forms.scss +23 -0
  51. data/_sass/scss/_gradients.scss +29 -0
  52. data/_sass/scss/_heights.scss +131 -0
  53. data/_sass/scss/_hovers.scss +166 -0
  54. data/_sass/scss/_images.scss +18 -0
  55. data/_sass/scss/_letter-spacing.scss +40 -0
  56. data/_sass/scss/_line-height.scss +41 -0
  57. data/_sass/scss/_links.scss +34 -0
  58. data/_sass/scss/_lists.scss +15 -0
  59. data/_sass/scss/_max-widths.scss +105 -0
  60. data/_sass/scss/_media-queries.scss +43 -0
  61. data/_sass/scss/_module-template.scss +29 -0
  62. data/_sass/scss/_negative-margins.scss +206 -0
  63. data/_sass/scss/_nested.scss +64 -0
  64. data/_sass/scss/_normalize.scss +434 -0
  65. data/_sass/scss/_opacity.scss +27 -0
  66. data/_sass/scss/_outlines.scss +39 -0
  67. data/_sass/scss/_overflow.scss +82 -0
  68. data/_sass/scss/_position.scss +44 -0
  69. data/_sass/scss/_rotations.scss +50 -0
  70. data/_sass/scss/_skins-pseudo.scss +243 -0
  71. data/_sass/scss/_skins.scss +143 -0
  72. data/_sass/scss/_spacing.scss +956 -0
  73. data/_sass/scss/_styles.scss +15 -0
  74. data/_sass/scss/_tables.scss +42 -0
  75. data/_sass/scss/_text-align.scss +49 -0
  76. data/_sass/scss/_text-decoration.scss +42 -0
  77. data/_sass/scss/_text-transform.scss +53 -0
  78. data/_sass/scss/_type-scale.scss +102 -0
  79. data/_sass/scss/_typography.scss +129 -0
  80. data/_sass/scss/_utilities.scss +48 -0
  81. data/_sass/scss/_vertical-align.scss +43 -0
  82. data/_sass/scss/_visibility.scss +58 -0
  83. data/_sass/scss/_white-space.scss +41 -0
  84. data/_sass/scss/_widths.scss +150 -0
  85. data/_sass/scss/_word-break.scss +43 -0
  86. data/_sass/scss/_z-index.scss +60 -0
  87. data/assets/css/minimal.scss +20 -0
  88. metadata +91 -5
@@ -0,0 +1,29 @@
1
+
2
+ // Converted Variables
3
+
4
+
5
+ // Custom Media Query Variables
6
+
7
+
8
+ /*
9
+
10
+ MODULE NAME
11
+
12
+ Use this scaffolding to create or extend your own modules with tachyons
13
+ style architecture.
14
+
15
+ */
16
+
17
+
18
+ @media #{$breakpoint-not-small} {
19
+
20
+ }
21
+
22
+ @media #{$breakpoint-medium} {
23
+
24
+ }
25
+
26
+ @media #{$breakpoint-large} {
27
+
28
+ }
29
+
@@ -0,0 +1,206 @@
1
+
2
+ // Converted Variables
3
+
4
+
5
+ // Custom Media Query Variables
6
+
7
+
8
+ /*
9
+ NEGATIVE MARGINS
10
+
11
+ Base:
12
+ n = negative
13
+
14
+ Modifiers:
15
+ a = all
16
+ t = top
17
+ r = right
18
+ b = bottom
19
+ l = left
20
+
21
+ 1 = 1st step in spacing scale
22
+ 2 = 2nd step in spacing scale
23
+ 3 = 3rd step in spacing scale
24
+ 4 = 4th step in spacing scale
25
+ 5 = 5th step in spacing scale
26
+ 6 = 6th step in spacing scale
27
+ 7 = 7th step in spacing scale
28
+
29
+ Media Query Extensions:
30
+ -ns = not-small
31
+ -m = medium
32
+ -l = large
33
+
34
+ */
35
+
36
+
37
+
38
+ .na1 { margin: -$spacing-extra-small; }
39
+ .na2 { margin: -$spacing-small; }
40
+ .na3 { margin: -$spacing-medium; }
41
+ .na4 { margin: -$spacing-large; }
42
+ .na5 { margin: -$spacing-extra-large; }
43
+ .na6 { margin: -$spacing-extra-extra-large; }
44
+ .na7 { margin: -$spacing-extra-extra-extra-large; }
45
+
46
+ .nl1 { margin-left: -$spacing-extra-small; }
47
+ .nl2 { margin-left: -$spacing-small; }
48
+ .nl3 { margin-left: -$spacing-medium; }
49
+ .nl4 { margin-left: -$spacing-large; }
50
+ .nl5 { margin-left: -$spacing-extra-large; }
51
+ .nl6 { margin-left: -$spacing-extra-extra-large; }
52
+ .nl7 { margin-left: -$spacing-extra-extra-extra-large; }
53
+
54
+ .nr1 { margin-right: -$spacing-extra-small; }
55
+ .nr2 { margin-right: -$spacing-small; }
56
+ .nr3 { margin-right: -$spacing-medium; }
57
+ .nr4 { margin-right: -$spacing-large; }
58
+ .nr5 { margin-right: -$spacing-extra-large; }
59
+ .nr6 { margin-right: -$spacing-extra-extra-large; }
60
+ .nr7 { margin-right: -$spacing-extra-extra-extra-large; }
61
+
62
+ .nb1 { margin-bottom: -$spacing-extra-small; }
63
+ .nb2 { margin-bottom: -$spacing-small; }
64
+ .nb3 { margin-bottom: -$spacing-medium; }
65
+ .nb4 { margin-bottom: -$spacing-large; }
66
+ .nb5 { margin-bottom: -$spacing-extra-large; }
67
+ .nb6 { margin-bottom: -$spacing-extra-extra-large; }
68
+ .nb7 { margin-bottom: -$spacing-extra-extra-extra-large; }
69
+
70
+ .nt1 { margin-top: -$spacing-extra-small; }
71
+ .nt2 { margin-top: -$spacing-small; }
72
+ .nt3 { margin-top: -$spacing-medium; }
73
+ .nt4 { margin-top: -$spacing-large; }
74
+ .nt5 { margin-top: -$spacing-extra-large; }
75
+ .nt6 { margin-top: -$spacing-extra-extra-large; }
76
+ .nt7 { margin-top: -$spacing-extra-extra-extra-large; }
77
+
78
+ @media #{$breakpoint-not-small} {
79
+
80
+ .na1-ns { margin: -$spacing-extra-small; }
81
+ .na2-ns { margin: -$spacing-small; }
82
+ .na3-ns { margin: -$spacing-medium; }
83
+ .na4-ns { margin: -$spacing-large; }
84
+ .na5-ns { margin: -$spacing-extra-large; }
85
+ .na6-ns { margin: -$spacing-extra-extra-large; }
86
+ .na7-ns { margin: -$spacing-extra-extra-extra-large; }
87
+
88
+ .nl1-ns { margin-left: -$spacing-extra-small; }
89
+ .nl2-ns { margin-left: -$spacing-small; }
90
+ .nl3-ns { margin-left: -$spacing-medium; }
91
+ .nl4-ns { margin-left: -$spacing-large; }
92
+ .nl5-ns { margin-left: -$spacing-extra-large; }
93
+ .nl6-ns { margin-left: -$spacing-extra-extra-large; }
94
+ .nl7-ns { margin-left: -$spacing-extra-extra-extra-large; }
95
+
96
+ .nr1-ns { margin-right: -$spacing-extra-small; }
97
+ .nr2-ns { margin-right: -$spacing-small; }
98
+ .nr3-ns { margin-right: -$spacing-medium; }
99
+ .nr4-ns { margin-right: -$spacing-large; }
100
+ .nr5-ns { margin-right: -$spacing-extra-large; }
101
+ .nr6-ns { margin-right: -$spacing-extra-extra-large; }
102
+ .nr7-ns { margin-right: -$spacing-extra-extra-extra-large; }
103
+
104
+ .nb1-ns { margin-bottom: -$spacing-extra-small; }
105
+ .nb2-ns { margin-bottom: -$spacing-small; }
106
+ .nb3-ns { margin-bottom: -$spacing-medium; }
107
+ .nb4-ns { margin-bottom: -$spacing-large; }
108
+ .nb5-ns { margin-bottom: -$spacing-extra-large; }
109
+ .nb6-ns { margin-bottom: -$spacing-extra-extra-large; }
110
+ .nb7-ns { margin-bottom: -$spacing-extra-extra-extra-large; }
111
+
112
+ .nt1-ns { margin-top: -$spacing-extra-small; }
113
+ .nt2-ns { margin-top: -$spacing-small; }
114
+ .nt3-ns { margin-top: -$spacing-medium; }
115
+ .nt4-ns { margin-top: -$spacing-large; }
116
+ .nt5-ns { margin-top: -$spacing-extra-large; }
117
+ .nt6-ns { margin-top: -$spacing-extra-extra-large; }
118
+ .nt7-ns { margin-top: -$spacing-extra-extra-extra-large; }
119
+
120
+ }
121
+
122
+ @media #{$breakpoint-medium} {
123
+ .na1-m { margin: -$spacing-extra-small; }
124
+ .na2-m { margin: -$spacing-small; }
125
+ .na3-m { margin: -$spacing-medium; }
126
+ .na4-m { margin: -$spacing-large; }
127
+ .na5-m { margin: -$spacing-extra-large; }
128
+ .na6-m { margin: -$spacing-extra-extra-large; }
129
+ .na7-m { margin: -$spacing-extra-extra-extra-large; }
130
+
131
+ .nl1-m { margin-left: -$spacing-extra-small; }
132
+ .nl2-m { margin-left: -$spacing-small; }
133
+ .nl3-m { margin-left: -$spacing-medium; }
134
+ .nl4-m { margin-left: -$spacing-large; }
135
+ .nl5-m { margin-left: -$spacing-extra-large; }
136
+ .nl6-m { margin-left: -$spacing-extra-extra-large; }
137
+ .nl7-m { margin-left: -$spacing-extra-extra-extra-large; }
138
+
139
+ .nr1-m { margin-right: -$spacing-extra-small; }
140
+ .nr2-m { margin-right: -$spacing-small; }
141
+ .nr3-m { margin-right: -$spacing-medium; }
142
+ .nr4-m { margin-right: -$spacing-large; }
143
+ .nr5-m { margin-right: -$spacing-extra-large; }
144
+ .nr6-m { margin-right: -$spacing-extra-extra-large; }
145
+ .nr7-m { margin-right: -$spacing-extra-extra-extra-large; }
146
+
147
+ .nb1-m { margin-bottom: -$spacing-extra-small; }
148
+ .nb2-m { margin-bottom: -$spacing-small; }
149
+ .nb3-m { margin-bottom: -$spacing-medium; }
150
+ .nb4-m { margin-bottom: -$spacing-large; }
151
+ .nb5-m { margin-bottom: -$spacing-extra-large; }
152
+ .nb6-m { margin-bottom: -$spacing-extra-extra-large; }
153
+ .nb7-m { margin-bottom: -$spacing-extra-extra-extra-large; }
154
+
155
+ .nt1-m { margin-top: -$spacing-extra-small; }
156
+ .nt2-m { margin-top: -$spacing-small; }
157
+ .nt3-m { margin-top: -$spacing-medium; }
158
+ .nt4-m { margin-top: -$spacing-large; }
159
+ .nt5-m { margin-top: -$spacing-extra-large; }
160
+ .nt6-m { margin-top: -$spacing-extra-extra-large; }
161
+ .nt7-m { margin-top: -$spacing-extra-extra-extra-large; }
162
+
163
+ }
164
+
165
+ @media #{$breakpoint-large} {
166
+ .na1-l { margin: -$spacing-extra-small; }
167
+ .na2-l { margin: -$spacing-small; }
168
+ .na3-l { margin: -$spacing-medium; }
169
+ .na4-l { margin: -$spacing-large; }
170
+ .na5-l { margin: -$spacing-extra-large; }
171
+ .na6-l { margin: -$spacing-extra-extra-large; }
172
+ .na7-l { margin: -$spacing-extra-extra-extra-large; }
173
+
174
+ .nl1-l { margin-left: -$spacing-extra-small; }
175
+ .nl2-l { margin-left: -$spacing-small; }
176
+ .nl3-l { margin-left: -$spacing-medium; }
177
+ .nl4-l { margin-left: -$spacing-large; }
178
+ .nl5-l { margin-left: -$spacing-extra-large; }
179
+ .nl6-l { margin-left: -$spacing-extra-extra-large; }
180
+ .nl7-l { margin-left: -$spacing-extra-extra-extra-large; }
181
+
182
+ .nr1-l { margin-right: -$spacing-extra-small; }
183
+ .nr2-l { margin-right: -$spacing-small; }
184
+ .nr3-l { margin-right: -$spacing-medium; }
185
+ .nr4-l { margin-right: -$spacing-large; }
186
+ .nr5-l { margin-right: -$spacing-extra-large; }
187
+ .nr6-l { margin-right: -$spacing-extra-extra-large; }
188
+ .nr7-l { margin-right: -$spacing-extra-extra-extra-large; }
189
+
190
+ .nb1-l { margin-bottom: -$spacing-extra-small; }
191
+ .nb2-l { margin-bottom: -$spacing-small; }
192
+ .nb3-l { margin-bottom: -$spacing-medium; }
193
+ .nb4-l { margin-bottom: -$spacing-large; }
194
+ .nb5-l { margin-bottom: -$spacing-extra-large; }
195
+ .nb6-l { margin-bottom: -$spacing-extra-extra-large; }
196
+ .nb7-l { margin-bottom: -$spacing-extra-extra-extra-large; }
197
+
198
+ .nt1-l { margin-top: -$spacing-extra-small; }
199
+ .nt2-l { margin-top: -$spacing-small; }
200
+ .nt3-l { margin-top: -$spacing-medium; }
201
+ .nt4-l { margin-top: -$spacing-large; }
202
+ .nt5-l { margin-top: -$spacing-extra-large; }
203
+ .nt6-l { margin-top: -$spacing-extra-extra-large; }
204
+ .nt7-l { margin-top: -$spacing-extra-extra-extra-large; }
205
+ }
206
+
@@ -0,0 +1,64 @@
1
+
2
+ // Converted Variables
3
+
4
+
5
+ // Custom Media Query Variables
6
+
7
+
8
+ /*
9
+
10
+ NESTED
11
+ Tachyons module for styling nested elements
12
+ that are generated by a cms.
13
+
14
+ */
15
+
16
+ .nested-copy-line-height p,
17
+ .nested-copy-line-height ul,
18
+ .nested-copy-line-height ol {
19
+ line-height: 1.5;
20
+ }
21
+
22
+ .nested-headline-line-height h1,
23
+ .nested-headline-line-height h2,
24
+ .nested-headline-line-height h3,
25
+ .nested-headline-line-height h4,
26
+ .nested-headline-line-height h5,
27
+ .nested-headline-line-height h6 {
28
+ line-height: 1.25;
29
+ }
30
+
31
+ .nested-list-reset ul,
32
+ .nested-list-reset ol {
33
+ padding-left: 0;
34
+ margin-left: 0;
35
+ list-style-type: none;
36
+ }
37
+
38
+ .nested-copy-indent p+p {
39
+ text-indent: 1em;
40
+ margin-top: 0;
41
+ margin-bottom: 0;
42
+ }
43
+
44
+ .nested-copy-seperator p+p {
45
+ margin-top: 1.5em;
46
+ }
47
+
48
+ .nested-img img {
49
+ width: 100%;
50
+ max-width: 100%;
51
+ display: block;
52
+ }
53
+
54
+ .nested-links a {
55
+ color: $blue;
56
+ transition: color .15s ease-in;
57
+ }
58
+
59
+ .nested-links a:hover,
60
+ .nested-links a:focus {
61
+ color: $light-blue;
62
+ transition: color .15s ease-in;
63
+ }
64
+
@@ -0,0 +1,434 @@
1
+
2
+ // Converted Variables
3
+
4
+
5
+ // Custom Media Query Variables
6
+
7
+
8
+ /*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
9
+
10
+ /* Document
11
+ ========================================================================== */
12
+
13
+ /**
14
+ * 1. Correct the line height in all browsers.
15
+ * 2. Prevent adjustments of font size after orientation changes in
16
+ * IE on Windows Phone and in iOS.
17
+ */
18
+
19
+ html {
20
+ line-height: 1.15; /* 1 */
21
+ -ms-text-size-adjust: 100%; /* 2 */
22
+ -webkit-text-size-adjust: 100%; /* 2 */
23
+ }
24
+
25
+ /* Sections
26
+ ========================================================================== */
27
+
28
+ /**
29
+ * Add the correct display in IE 9-.
30
+ */
31
+
32
+ article,
33
+ aside,
34
+ footer,
35
+ header,
36
+ nav,
37
+ section {
38
+ display: block;
39
+ }
40
+
41
+ /**
42
+ * Correct the font size and margin on `h1` elements within `section` and
43
+ * `article` contexts in Chrome, Firefox, and Safari.
44
+ */
45
+
46
+ h1 {
47
+ font-size: 2em;
48
+ margin: 0.67em 0;
49
+ }
50
+
51
+ /* Grouping content
52
+ ========================================================================== */
53
+
54
+ /**
55
+ * Add the correct display in IE 9-.
56
+ * 1. Add the correct display in IE.
57
+ */
58
+
59
+ figcaption,
60
+ figure,
61
+ main { /* 1 */
62
+ display: block;
63
+ }
64
+
65
+ /**
66
+ * Add the correct margin in IE 8.
67
+ */
68
+
69
+ figure {
70
+ margin: 1em 40px;
71
+ }
72
+
73
+ /**
74
+ * 1. Add the correct box sizing in Firefox.
75
+ * 2. Show the overflow in Edge and IE.
76
+ */
77
+
78
+ hr {
79
+ box-sizing: content-box; /* 1 */
80
+ height: 0; /* 1 */
81
+ overflow: visible; /* 2 */
82
+ }
83
+
84
+ /**
85
+ * 1. Correct the inheritance and scaling of font size in all browsers.
86
+ * 2. Correct the odd `em` font sizing in all browsers.
87
+ */
88
+
89
+ pre {
90
+ font-family: monospace, monospace; /* 1 */
91
+ font-size: 1em; /* 2 */
92
+ }
93
+
94
+ /* Text-level semantics
95
+ ========================================================================== */
96
+
97
+ /**
98
+ * 1. Remove the gray background on active links in IE 10.
99
+ * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
100
+ */
101
+
102
+ a {
103
+ background-color: transparent; /* 1 */
104
+ -webkit-text-decoration-skip: objects; /* 2 */
105
+ }
106
+
107
+ /**
108
+ * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
109
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
110
+ */
111
+
112
+ abbr[title] {
113
+ border-bottom: none; /* 1 */
114
+ text-decoration: underline; /* 2 */
115
+ text-decoration: underline dotted; /* 2 */
116
+ }
117
+
118
+ /**
119
+ * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
120
+ */
121
+
122
+ b,
123
+ strong {
124
+ font-weight: inherit;
125
+ }
126
+
127
+ /**
128
+ * Add the correct font weight in Chrome, Edge, and Safari.
129
+ */
130
+
131
+ b,
132
+ strong {
133
+ font-weight: bolder;
134
+ }
135
+
136
+ /**
137
+ * 1. Correct the inheritance and scaling of font size in all browsers.
138
+ * 2. Correct the odd `em` font sizing in all browsers.
139
+ */
140
+
141
+ code,
142
+ kbd,
143
+ samp {
144
+ font-family: monospace, monospace; /* 1 */
145
+ font-size: 1em; /* 2 */
146
+ }
147
+
148
+ /**
149
+ * Add the correct font style in Android 4.3-.
150
+ */
151
+
152
+ dfn {
153
+ font-style: italic;
154
+ }
155
+
156
+ /**
157
+ * Add the correct background and color in IE 9-.
158
+ */
159
+
160
+ mark {
161
+ background-color: #ff0;
162
+ color: #000;
163
+ }
164
+
165
+ /**
166
+ * Add the correct font size in all browsers.
167
+ */
168
+
169
+ small {
170
+ font-size: 80%;
171
+ }
172
+
173
+ /**
174
+ * Prevent `sub` and `sup` elements from affecting the line height in
175
+ * all browsers.
176
+ */
177
+
178
+ sub,
179
+ sup {
180
+ font-size: 75%;
181
+ line-height: 0;
182
+ position: relative;
183
+ vertical-align: baseline;
184
+ }
185
+
186
+ sub {
187
+ bottom: -0.25em;
188
+ }
189
+
190
+ sup {
191
+ top: -0.5em;
192
+ }
193
+
194
+ /* Embedded content
195
+ ========================================================================== */
196
+
197
+ /**
198
+ * Add the correct display in IE 9-.
199
+ */
200
+
201
+ audio,
202
+ video {
203
+ display: inline-block;
204
+ }
205
+
206
+ /**
207
+ * Add the correct display in iOS 4-7.
208
+ */
209
+
210
+ audio:not([controls]) {
211
+ display: none;
212
+ height: 0;
213
+ }
214
+
215
+ /**
216
+ * Remove the border on images inside links in IE 10-.
217
+ */
218
+
219
+ img {
220
+ border-style: none;
221
+ }
222
+
223
+ /**
224
+ * Hide the overflow in IE.
225
+ */
226
+
227
+ svg:not(:root) {
228
+ overflow: hidden;
229
+ }
230
+
231
+ /* Forms
232
+ ========================================================================== */
233
+
234
+ /**
235
+ * Remove the margin in Firefox and Safari.
236
+ */
237
+
238
+ button,
239
+ input,
240
+ optgroup,
241
+ select,
242
+ textarea {
243
+ margin: 0;
244
+ }
245
+
246
+ /**
247
+ * Show the overflow in IE.
248
+ * 1. Show the overflow in Edge.
249
+ */
250
+
251
+ button,
252
+ input { /* 1 */
253
+ overflow: visible;
254
+ }
255
+
256
+ /**
257
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
258
+ * 1. Remove the inheritance of text transform in Firefox.
259
+ */
260
+
261
+ button,
262
+ select { /* 1 */
263
+ text-transform: none;
264
+ }
265
+
266
+ /**
267
+ * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
268
+ * controls in Android 4.
269
+ * 2. Correct the inability to style clickable types in iOS and Safari.
270
+ */
271
+
272
+ button,
273
+ html [type="button"], /* 1 */
274
+ [type="reset"],
275
+ [type="submit"] {
276
+ -webkit-appearance: button; /* 2 */
277
+ }
278
+
279
+ /**
280
+ * Remove the inner border and padding in Firefox.
281
+ */
282
+
283
+ button::-moz-focus-inner,
284
+ [type="button"]::-moz-focus-inner,
285
+ [type="reset"]::-moz-focus-inner,
286
+ [type="submit"]::-moz-focus-inner {
287
+ border-style: none;
288
+ padding: 0;
289
+ }
290
+
291
+ /**
292
+ * Restore the focus styles unset by the previous rule.
293
+ */
294
+
295
+ button:-moz-focusring,
296
+ [type="button"]:-moz-focusring,
297
+ [type="reset"]:-moz-focusring,
298
+ [type="submit"]:-moz-focusring {
299
+ outline: 1px dotted ButtonText;
300
+ }
301
+
302
+ /**
303
+ * 1. Correct the text wrapping in Edge and IE.
304
+ * 2. Correct the color inheritance from `fieldset` elements in IE.
305
+ * 3. Remove the padding so developers are not caught out when they zero out
306
+ * `fieldset` elements in all browsers.
307
+ */
308
+
309
+ legend {
310
+ box-sizing: border-box; /* 1 */
311
+ color: inherit; /* 2 */
312
+ display: table; /* 1 */
313
+ max-width: 100%; /* 1 */
314
+ padding: 0; /* 3 */
315
+ white-space: normal; /* 1 */
316
+ }
317
+
318
+ /**
319
+ * 1. Add the correct display in IE 9-.
320
+ * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
321
+ */
322
+
323
+ progress {
324
+ display: inline-block; /* 1 */
325
+ vertical-align: baseline; /* 2 */
326
+ }
327
+
328
+ /**
329
+ * Remove the default vertical scrollbar in IE.
330
+ */
331
+
332
+ textarea {
333
+ overflow: auto;
334
+ }
335
+
336
+ /**
337
+ * 1. Add the correct box sizing in IE 10-.
338
+ * 2. Remove the padding in IE 10-.
339
+ */
340
+
341
+ [type="checkbox"],
342
+ [type="radio"] {
343
+ box-sizing: border-box; /* 1 */
344
+ padding: 0; /* 2 */
345
+ }
346
+
347
+ /**
348
+ * Correct the cursor style of increment and decrement buttons in Chrome.
349
+ */
350
+
351
+ [type="number"]::-webkit-inner-spin-button,
352
+ [type="number"]::-webkit-outer-spin-button {
353
+ height: auto;
354
+ }
355
+
356
+ /**
357
+ * 1. Correct the odd appearance in Chrome and Safari.
358
+ * 2. Correct the outline style in Safari.
359
+ */
360
+
361
+ [type="search"] {
362
+ -webkit-appearance: textfield; /* 1 */
363
+ outline-offset: -2px; /* 2 */
364
+ }
365
+
366
+ /**
367
+ * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
368
+ */
369
+
370
+ [type="search"]::-webkit-search-cancel-button,
371
+ [type="search"]::-webkit-search-decoration {
372
+ -webkit-appearance: none;
373
+ }
374
+
375
+ /**
376
+ * 1. Correct the inability to style clickable types in iOS and Safari.
377
+ * 2. Change font properties to `inherit` in Safari.
378
+ */
379
+
380
+ ::-webkit-file-upload-button {
381
+ -webkit-appearance: button; /* 1 */
382
+ font: inherit; /* 2 */
383
+ }
384
+
385
+ /* Interactive
386
+ ========================================================================== */
387
+
388
+ /*
389
+ * Add the correct display in IE 9-.
390
+ * 1. Add the correct display in Edge, IE, and Firefox.
391
+ */
392
+
393
+ details, /* 1 */
394
+ menu {
395
+ display: block;
396
+ }
397
+
398
+ /*
399
+ * Add the correct display in all browsers.
400
+ */
401
+
402
+ summary {
403
+ display: list-item;
404
+ }
405
+
406
+ /* Scripting
407
+ ========================================================================== */
408
+
409
+ /**
410
+ * Add the correct display in IE 9-.
411
+ */
412
+
413
+ canvas {
414
+ display: inline-block;
415
+ }
416
+
417
+ /**
418
+ * Add the correct display in IE.
419
+ */
420
+
421
+ template {
422
+ display: none;
423
+ }
424
+
425
+ /* Hidden
426
+ ========================================================================== */
427
+
428
+ /**
429
+ * Add the correct display in IE 10-.
430
+ */
431
+
432
+ [hidden] {
433
+ display: none;
434
+ }