domain-jekyll 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,351 +1,308 @@
1
1
  /* ==========================================================================
2
2
  Normalize
3
3
  ========================================================================== */
4
- /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
5
-
6
- /* Document
4
+ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
5
+ /* Document
7
6
  ========================================================================== */
8
-
9
- /**
7
+ /**
10
8
  * 1. Correct the line height in all browsers.
11
9
  * 2. Prevent adjustments of font size after orientation changes in iOS.
12
10
  */
13
-
14
- html {
15
- line-height: 1.15; /* 1 */
16
- -webkit-text-size-adjust: 100%; /* 2 */
17
- }
18
-
19
- /* Sections
11
+ html {
12
+ line-height: 1.15;
13
+ /* 1 */
14
+ -webkit-text-size-adjust: 100%;
15
+ /* 2 */
16
+ }
17
+ /* Sections
20
18
  ========================================================================== */
21
-
22
- /**
19
+ /**
23
20
  * Remove the margin in all browsers.
24
21
  */
25
-
26
- body {
27
- margin: 0;
28
- }
29
-
30
- /**
22
+ body {
23
+ margin: 0;
24
+ }
25
+ /**
31
26
  * Render the `main` element consistently in IE.
32
27
  */
33
-
34
- main {
35
- display: block;
36
- }
37
-
38
- /**
28
+ main {
29
+ display: block;
30
+ }
31
+ /**
39
32
  * Correct the font size and margin on `h1` elements within `section` and
40
33
  * `article` contexts in Chrome, Firefox, and Safari.
41
34
  */
42
-
43
- h1 {
44
- font-size: 2em;
45
- margin: 0.67em 0;
46
- }
47
-
48
- /* Grouping content
35
+ h1 {
36
+ font-size: 2em;
37
+ margin: 0.67em 0;
38
+ }
39
+ /* Grouping content
49
40
  ========================================================================== */
50
-
51
- /**
41
+ /**
52
42
  * 1. Add the correct box sizing in Firefox.
53
43
  * 2. Show the overflow in Edge and IE.
54
44
  */
55
-
56
- hr {
57
- box-sizing: content-box; /* 1 */
58
- overflow: visible; /* 2 */
59
- }
60
-
61
- /**
45
+ hr {
46
+ box-sizing: content-box;
47
+ /* 1 */
48
+ overflow: visible;
49
+ /* 2 */
50
+ }
51
+ /**
62
52
  * 1. Correct the inheritance and scaling of font size in all browsers.
63
53
  * 2. Correct the odd `em` font sizing in all browsers.
64
54
  */
65
-
66
- pre {
67
- font-family: monospace, monospace; /* 1 */
68
- font-size: 1em; /* 2 */
69
- }
70
-
71
- /* Text-level semantics
55
+ pre {
56
+ font-family: monospace, monospace;
57
+ /* 1 */
58
+ font-size: 1em;
59
+ /* 2 */
60
+ }
61
+ /* Text-level semantics
72
62
  ========================================================================== */
73
-
74
- /**
63
+ /**
75
64
  * Remove the gray background on active links in IE 10.
76
65
  */
77
-
78
- a {
79
- background-color: transparent;
80
- }
81
-
82
- /**
66
+ a {
67
+ background-color: transparent;
68
+ }
69
+ /**
83
70
  * 1. Remove the bottom border in Chrome 57-
84
71
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
85
72
  */
86
-
87
- abbr[title] {
88
- border-bottom: none; /* 1 */
89
- text-decoration: underline; /* 2 */
90
- text-decoration: underline dotted; /* 2 */
91
- }
92
-
93
- /**
73
+ abbr[title] {
74
+ border-bottom: none;
75
+ /* 1 */
76
+ text-decoration: underline;
77
+ /* 2 */
78
+ text-decoration: underline dotted;
79
+ /* 2 */
80
+ }
81
+ /**
94
82
  * Add the correct font weight in Chrome, Edge, and Safari.
95
83
  */
96
-
97
- b,
98
- strong {
99
- font-weight: bolder;
100
- }
101
-
102
- /**
84
+ b,
85
+ strong {
86
+ font-weight: bolder;
87
+ }
88
+ /**
103
89
  * 1. Correct the inheritance and scaling of font size in all browsers.
104
90
  * 2. Correct the odd `em` font sizing in all browsers.
105
91
  */
106
-
107
- code,
108
- kbd,
109
- samp {
110
- font-family: monospace, monospace; /* 1 */
111
- font-size: 1em; /* 2 */
112
- }
113
-
114
- /**
92
+ code,
93
+ kbd,
94
+ samp {
95
+ font-family: monospace, monospace;
96
+ /* 1 */
97
+ font-size: 1em;
98
+ /* 2 */
99
+ }
100
+ /**
115
101
  * Add the correct font size in all browsers.
116
102
  */
117
-
118
- small {
119
- font-size: 80%;
120
- }
121
-
122
- /**
103
+ small {
104
+ font-size: 80%;
105
+ }
106
+ /**
123
107
  * Prevent `sub` and `sup` elements from affecting the line height in
124
108
  * all browsers.
125
109
  */
126
-
127
- sub,
128
- sup {
129
- font-size: 75%;
130
- line-height: 0;
131
- position: relative;
132
- vertical-align: baseline;
133
- }
134
-
135
- sub {
136
- bottom: -0.25em;
137
- }
138
-
139
- sup {
140
- top: -0.5em;
141
- }
142
-
143
- /* Embedded content
110
+ sub,
111
+ sup {
112
+ font-size: 75%;
113
+ line-height: 0;
114
+ position: relative;
115
+ vertical-align: baseline;
116
+ }
117
+
118
+ sub {
119
+ bottom: -0.25em;
120
+ }
121
+
122
+ sup {
123
+ top: -0.5em;
124
+ }
125
+ /* Embedded content
144
126
  ========================================================================== */
145
-
146
- /**
127
+ /**
147
128
  * Remove the border on images inside links in IE 10.
148
129
  */
149
-
150
- img {
151
- border-style: none;
152
- }
153
-
154
- /* Forms
130
+ img {
131
+ border-style: none;
132
+ }
133
+ /* Forms
155
134
  ========================================================================== */
156
-
157
- /**
135
+ /**
158
136
  * 1. Change the font styles in all browsers.
159
137
  * 2. Remove the margin in Firefox and Safari.
160
138
  */
161
-
162
- button,
163
- input,
164
- optgroup,
165
- select,
166
- textarea {
167
- font-family: inherit; /* 1 */
168
- font-size: 100%; /* 1 */
169
- line-height: 1.15; /* 1 */
170
- margin: 0; /* 2 */
171
- }
172
-
173
- /**
139
+ button,
140
+ input,
141
+ optgroup,
142
+ select,
143
+ textarea {
144
+ font-family: inherit;
145
+ /* 1 */
146
+ font-size: 100%;
147
+ /* 1 */
148
+ line-height: 1.15;
149
+ /* 1 */
150
+ margin: 0;
151
+ /* 2 */
152
+ }
153
+ /**
174
154
  * Show the overflow in IE.
175
155
  * 1. Show the overflow in Edge.
176
156
  */
177
-
178
- button,
179
- input { /* 1 */
180
- overflow: visible;
181
- }
182
-
183
- /**
157
+ button,
158
+ input {
159
+ /* 1 */
160
+ overflow: visible;
161
+ }
162
+ /**
184
163
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
185
164
  * 1. Remove the inheritance of text transform in Firefox.
186
165
  */
187
-
188
- button,
189
- select { /* 1 */
190
- text-transform: none;
191
- }
192
-
193
- /**
166
+ button,
167
+ select {
168
+ /* 1 */
169
+ text-transform: none;
170
+ }
171
+ /**
194
172
  * Correct the inability to style clickable types in iOS and Safari.
195
173
  */
196
-
197
- button,
198
- [type="button"],
199
- [type="reset"],
200
- [type="submit"] {
201
- -webkit-appearance: button;
202
- }
203
-
204
- /**
174
+ [type="button"],
175
+ [type="reset"],
176
+ [type="submit"],
177
+ button {
178
+ -webkit-appearance: button;
179
+ }
180
+ /**
205
181
  * Remove the inner border and padding in Firefox.
206
182
  */
207
-
208
- button::-moz-focus-inner,
209
- [type="button"]::-moz-focus-inner,
210
- [type="reset"]::-moz-focus-inner,
211
- [type="submit"]::-moz-focus-inner {
212
- border-style: none;
213
- padding: 0;
214
- }
215
-
216
- /**
183
+ [type="button"]::-moz-focus-inner,
184
+ [type="reset"]::-moz-focus-inner,
185
+ [type="submit"]::-moz-focus-inner,
186
+ button::-moz-focus-inner {
187
+ border-style: none;
188
+ padding: 0;
189
+ }
190
+ /**
217
191
  * Restore the focus styles unset by the previous rule.
218
192
  */
219
-
220
- button:-moz-focusring,
221
- [type="button"]:-moz-focusring,
222
- [type="reset"]:-moz-focusring,
223
- [type="submit"]:-moz-focusring {
224
- outline: 1px dotted ButtonText;
225
- }
226
-
227
- /**
193
+ [type="button"]:-moz-focusring,
194
+ [type="reset"]:-moz-focusring,
195
+ [type="submit"]:-moz-focusring,
196
+ button:-moz-focusring {
197
+ outline: 1px dotted ButtonText;
198
+ }
199
+ /**
228
200
  * Correct the padding in Firefox.
229
201
  */
230
-
231
- fieldset {
232
- padding: 0.35em 0.75em 0.625em;
233
- }
234
-
235
- /**
202
+ fieldset {
203
+ padding: 0.35em 0.75em 0.625em;
204
+ }
205
+ /**
236
206
  * 1. Correct the text wrapping in Edge and IE.
237
207
  * 2. Correct the color inheritance from `fieldset` elements in IE.
238
208
  * 3. Remove the padding so developers are not caught out when they zero out
239
209
  * `fieldset` elements in all browsers.
240
210
  */
241
-
242
- legend {
243
- box-sizing: border-box; /* 1 */
244
- color: inherit; /* 2 */
245
- display: table; /* 1 */
246
- max-width: 100%; /* 1 */
247
- padding: 0; /* 3 */
248
- white-space: normal; /* 1 */
249
- }
250
-
251
- /**
211
+ legend {
212
+ box-sizing: border-box;
213
+ /* 1 */
214
+ color: inherit;
215
+ /* 2 */
216
+ display: table;
217
+ /* 1 */
218
+ max-width: 100%;
219
+ /* 1 */
220
+ padding: 0;
221
+ /* 3 */
222
+ white-space: normal;
223
+ /* 1 */
224
+ }
225
+ /**
252
226
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
253
227
  */
254
-
255
- progress {
256
- vertical-align: baseline;
257
- }
258
-
259
- /**
228
+ progress {
229
+ vertical-align: baseline;
230
+ }
231
+ /**
260
232
  * Remove the default vertical scrollbar in IE 10+.
261
233
  */
262
-
263
- textarea {
264
- overflow: auto;
265
- }
266
-
267
- /**
234
+ textarea {
235
+ overflow: auto;
236
+ }
237
+ /**
268
238
  * 1. Add the correct box sizing in IE 10.
269
239
  * 2. Remove the padding in IE 10.
270
240
  */
271
-
272
- [type="checkbox"],
273
- [type="radio"] {
274
- box-sizing: border-box; /* 1 */
275
- padding: 0; /* 2 */
276
- }
277
-
278
- /**
241
+ [type="checkbox"],
242
+ [type="radio"] {
243
+ box-sizing: border-box;
244
+ /* 1 */
245
+ padding: 0;
246
+ /* 2 */
247
+ }
248
+ /**
279
249
  * Correct the cursor style of increment and decrement buttons in Chrome.
280
250
  */
281
-
282
- [type="number"]::-webkit-inner-spin-button,
283
- [type="number"]::-webkit-outer-spin-button {
284
- height: auto;
285
- }
286
-
287
- /**
251
+ [type="number"]::-webkit-inner-spin-button,
252
+ [type="number"]::-webkit-outer-spin-button {
253
+ height: auto;
254
+ }
255
+ /**
288
256
  * 1. Correct the odd appearance in Chrome and Safari.
289
257
  * 2. Correct the outline style in Safari.
290
258
  */
291
-
292
- [type="search"] {
293
- -webkit-appearance: textfield; /* 1 */
294
- outline-offset: -2px; /* 2 */
295
- }
296
-
297
- /**
259
+ [type="search"] {
260
+ -webkit-appearance: textfield;
261
+ /* 1 */
262
+ outline-offset: -2px;
263
+ /* 2 */
264
+ }
265
+ /**
298
266
  * Remove the inner padding in Chrome and Safari on macOS.
299
267
  */
300
-
301
- [type="search"]::-webkit-search-decoration {
302
- -webkit-appearance: none;
303
- }
304
-
305
- /**
268
+ [type="search"]::-webkit-search-decoration {
269
+ -webkit-appearance: none;
270
+ }
271
+ /**
306
272
  * 1. Correct the inability to style clickable types in iOS and Safari.
307
273
  * 2. Change font properties to `inherit` in Safari.
308
274
  */
309
-
310
- ::-webkit-file-upload-button {
311
- -webkit-appearance: button; /* 1 */
312
- font: inherit; /* 2 */
313
- }
314
-
315
- /* Interactive
275
+ ::-webkit-file-upload-button {
276
+ -webkit-appearance: button;
277
+ /* 1 */
278
+ font: inherit;
279
+ /* 2 */
280
+ }
281
+ /* Interactive
316
282
  ========================================================================== */
317
-
318
- /*
283
+ /*
319
284
  * Add the correct display in Edge, IE 10+, and Firefox.
320
285
  */
321
-
322
- details {
323
- display: block;
324
- }
325
-
326
- /*
286
+ details {
287
+ display: block;
288
+ }
289
+ /*
327
290
  * Add the correct display in all browsers.
328
291
  */
329
-
330
- summary {
331
- display: list-item;
332
- }
333
-
334
- /* Misc
292
+ summary {
293
+ display: list-item;
294
+ }
295
+ /* Misc
335
296
  ========================================================================== */
336
-
337
- /**
297
+ /**
338
298
  * Add the correct display in IE 10+.
339
299
  */
340
-
341
- template {
342
- display: none;
343
- }
344
-
345
- /**
300
+ template {
301
+ display: none;
302
+ }
303
+ /**
346
304
  * Add the correct display in IE 10.
347
305
  */
348
-
349
- [hidden] {
350
- display: none;
351
- }
306
+ [hidden] {
307
+ display: none;
308
+ }
@@ -1,18 +1,20 @@
1
1
  /* ==========================================================================
2
2
  Pagination
3
3
  ========================================================================== */
4
- /* pagination */
5
- .pagination-link{
6
- padding:15px;
7
- text-decoration: none;
8
- }
9
- .pagination-link a:hover{
10
- text-decoration: none;
11
- }
12
- .pagination {
13
- display: -ms-flexbox;
14
- display: flex;
15
- padding-left: 0;
16
- list-style: none;
17
- border-radius: .25rem;
18
- }
4
+ /* pagination */
5
+ .pagination-link {
6
+ padding: 15px;
7
+ text-decoration: none;
8
+ }
9
+
10
+ .pagination-link a:hover {
11
+ text-decoration: none;
12
+ }
13
+
14
+ .pagination {
15
+ display: -ms-flexbox;
16
+ display: flex;
17
+ padding-left: 0;
18
+ list-style: none;
19
+ border-radius: 0.25rem;
20
+ }
@@ -1,7 +1,6 @@
1
1
  /* ==========================================================================
2
2
  Search
3
3
  ========================================================================== */
4
-
5
4
  .searchbar input[type="text"] {
6
5
  position: relative;
7
6
  padding-left: 50px;
@@ -206,7 +205,6 @@
206
205
  opacity: 1;
207
206
  transition: opacity ease 400ms, width 0s, height 0s;
208
207
  }
209
-
210
208
  //Buttons
211
209
  /* Blogposts: Post-heading, Post-subheading, Post-content, Related Posts*/
212
210
  .main-site-subheader {
@@ -92,11 +92,11 @@ li .sn-right {
92
92
  width: 40%;
93
93
  text-align: left;
94
94
  }
95
+
95
96
  .popup {
96
97
  position: absolute;
97
98
  display: none;
98
99
  }
99
-
100
100
  @media screen and (max-width: 1200px) {
101
101
  .box {
102
102
  width: 100%;
@@ -1,14 +1,15 @@
1
1
  /* ==========================================================================
2
2
  Tag
3
3
  ========================================================================== */
4
-
5
4
  .tags {
6
5
  margin: 0;
7
6
  padding: 10px;
7
+
8
8
  li {
9
9
  display: inline-block;
10
10
  margin: 5px;
11
11
  list-style: none;
12
+
12
13
  a {
13
14
  text-decoration: none;
14
15
  color: $primary-text-color;
@@ -16,7 +17,8 @@
16
17
  padding: 5px 10px;
17
18
  border: 1px solid $secondary-border-color;
18
19
  background-color: $secondary-bg-color;
19
- transition: all .3s;
20
+ transition: all 0.3s;
21
+
20
22
  &:hover {
21
23
  background-color: $quaternary-bg-color;
22
24
  }