git.fiddlerwoaroof.com
Browse code

chore: prettify

fiddlerwoaroof authored on 21/06/2020 18:33:41
Showing 1 changed files
... ...
@@ -50,16 +50,16 @@
50 50
 }
51 51
 
52 52
 * {
53
-    box-sizing: border-box;
54
-    transition: font-size 0.2s ease;
53
+  box-sizing: border-box;
54
+  transition: font-size 0.2s ease;
55 55
 }
56 56
 
57 57
 body {
58
-    margin: 0px;
59
-    font-family: 'Lato', 'Alegreya Sans', sans-serif;
58
+  margin: 0px;
59
+  font-family: "Lato", "Alegreya Sans", sans-serif;
60 60
   background: var(--zenburn-bg);
61 61
   color: var(--zenburn-fg);
62
-    font-weight: 300;
62
+  font-weight: 300;
63 63
 }
64 64
 
65 65
 .current {
... ...
@@ -67,29 +67,29 @@ body {
67 67
   color: var(--zenburn-fg-plus-1);
68 68
 }
69 69
 
70
-
71 70
 #container {
72
-    opacity: 1;
73
-    transition: 0.1s ease opacity;
71
+  opacity: 1;
72
+  transition: 0.1s ease opacity;
74 73
 }
75 74
 
76 75
 #container[v-cloak] {
77
-    opacity: 0;
76
+  opacity: 0;
78 77
 }
79 78
 
80 79
 a {
81 80
   color: var(--zenburn-fg);
82
-    border: thin solid transparent;
81
+  border: thin solid transparent;
83 82
   cursor: pointer;
84 83
 }
85 84
 
86
-.current_feed a, .feeds a {
87
-    display: inline-block;
88
-    vertical-align: middle;
89
-    text-decoration: none;
90
-    cursor: pointer;
91
-    margin-right: 1em;
92
-    width: 100%;
85
+.current_feed a,
86
+.feeds a {
87
+  display: inline-block;
88
+  vertical-align: middle;
89
+  text-decoration: none;
90
+  cursor: pointer;
91
+  margin-right: 1em;
92
+  width: 100%;
93 93
 }
94 94
 
95 95
 a:hover {
... ...
@@ -98,149 +98,158 @@ a:hover {
98 98
 }
99 99
 
100 100
 a:focus {
101
-    text-decoration: underline;
101
+  text-decoration: underline;
102 102
 }
103 103
 
104 104
 header * {
105
-    padding: 0;
106
-    margin: 0;
105
+  padding: 0;
106
+  margin: 0;
107 107
 }
108 108
 
109 109
 #container > .left,
110 110
 #container > .right {
111
-    top: 7em;
111
+  top: 7em;
112 112
 }
113 113
 
114 114
 #container > .left.collapsed,
115 115
 #container > .right.v-expand {
116
-    top: 3em;
116
+  top: 3em;
117 117
 }
118 118
 
119 119
 #container > .right.v-expand .article-title {
120
-    font-size: 0.75rem;
121
-
120
+  font-size: 0.75rem;
122 121
 }
123 122
 
124 123
 #container > header {
125
-    height: 7em;
124
+  height: 7em;
126 125
 }
127 126
 
128 127
 #container > header.v-collapse {
129
-    height: 3em;
128
+  height: 3em;
130 129
 }
131 130
 
132 131
 #container > header.v-collapse .general-info {
133
-    line-height: 3em;
132
+  line-height: 3em;
134 133
 }
135 134
 
136 135
 #container > header {
137
-    width: 100vw;
136
+  width: 100vw;
138 137
   background: var(--zenburn-bg);
139 138
   border-bottom: 4px double var(--zenburn-green);
140
-    box-sizing: border-box;
141
-    position: absolute;
142
-    display: block;
143
-    right: 0;
144
-    font-size: 16px;
145
-    line-height: 1.25;
146
-    transition: height 0.2s ease, line-height 0.2s ease;
147
-    overflow: hidden;
148
-    z-index: 1000;
139
+  box-sizing: border-box;
140
+  position: absolute;
141
+  display: block;
142
+  right: 0;
143
+  font-size: 16px;
144
+  line-height: 1.25;
145
+  transition: height 0.2s ease, line-height 0.2s ease;
146
+  overflow: hidden;
147
+  z-index: 1000;
149 148
 }
150 149
 
151 150
 #container > header > * {
152
-    vertical-align: middle;
151
+  vertical-align: middle;
153 152
 }
154 153
 
155 154
 #container > header > .general-info {
156
-    width: 24vw;
157
-    height: 100%;
158
-    line-height: 6rem;
159
-    display: block;
160
-    float: left;
161
-    text-align: right;
162
-    padding-right: 1em;
155
+  width: 24vw;
156
+  height: 100%;
157
+  line-height: 6rem;
158
+  display: block;
159
+  float: left;
160
+  text-align: right;
161
+  padding-right: 1em;
163 162
   border-right: 3px var(--zenburn-green) double;
164
-    transition: width 0.2s ease, padding 0.2s ease;
165
-    overflow: hidden;
163
+  transition: width 0.2s ease, padding 0.2s ease;
164
+  overflow: hidden;
166 165
 }
167 166
 
168 167
 .collapsed + .right > .article-container {
169
-    width: 38em;
168
+  width: 38em;
170 169
 }
171 170
 
172 171
 #container > header > .general-info.collapsed {
173
-    padding-right: 0em;
172
+  padding-right: 0em;
174 173
 }
175 174
 
176 175
 #container > header > .feed-info {
177
-    width: 75vw;
178
-    height: 100%;
179
-    line-height: 2rem;
180
-    display: block;
181
-    float: right;
176
+  width: 75vw;
177
+  height: 100%;
178
+  line-height: 2rem;
179
+  display: block;
180
+  float: right;
182 181
 }
183 182
 
184
-header h1, header h2, header h3, header h4, header h5, header h6 {
185
-    max-height: 1.2em;
186
-    width: auto;
187
-    border: none;
188
-    margin: 0.1em 0;
183
+header h1,
184
+header h2,
185
+header h3,
186
+header h4,
187
+header h5,
188
+header h6 {
189
+  max-height: 1.2em;
190
+  width: auto;
191
+  border: none;
192
+  margin: 0.1em 0;
189 193
 }
190 194
 
191 195
 #container > header > .general-info.collapsed + .feed-info .description {
192
-    display: none;
196
+  display: none;
193 197
 }
194
-    
198
+
195 199
 #container > header.v-collapse > .feed-info h2,
196 200
 #container > header.v-collapse > .feed-info h3 {
197
-    display: inline-block;
198
-    font-size: 1rem;
201
+  display: inline-block;
202
+  font-size: 1rem;
199 203
 }
200 204
 
201 205
 #container > .right {
202
-    overflow-y: auto;
203
-    width: 50vw;
204
-    box-sizing: border-box;
205
-    position: absolute;
206
-    display: block;
207
-    bottom: 0;
208
-    right: 0;
209
-    font-size: 16px;
210
-    line-height: 1.25;
206
+  overflow-y: auto;
207
+  width: 50vw;
208
+  box-sizing: border-box;
209
+  position: absolute;
210
+  display: block;
211
+  bottom: 0;
212
+  right: 0;
213
+  font-size: 16px;
214
+  line-height: 1.25;
211 215
 }
212 216
 
213
-h1, h2, h3, h4, h5, h6 {
214
-    border-bottom: 3px #28b0b1 double;
217
+h1,
218
+h2,
219
+h3,
220
+h4,
221
+h5,
222
+h6 {
223
+  border-bottom: 3px #28b0b1 double;
215 224
 }
216 225
 
217
-
218
-#container > *, #container > .left > * {
219
-    transition: width 0.2s ease, top 0.2s ease;
226
+#container > *,
227
+#container > .left > * {
228
+  transition: width 0.2s ease, top 0.2s ease;
220 229
 }
221 230
 
222 231
 .article-container {
223
-    width: 30em;
224
-    margin: auto;
225
-    transition: width 0.2s ease;
226
-    letter-spacing: +0.25px;
227
-    line-height: 1.5;
232
+  width: 30em;
233
+  margin: auto;
234
+  transition: width 0.2s ease;
235
+  letter-spacing: +0.25px;
236
+  line-height: 1.5;
228 237
 }
229 238
 
230 239
 .article-title {
231
-    padding: 0.5em 1em;
232
-    position: relative;
240
+  padding: 0.5em 1em;
241
+  position: relative;
233 242
 }
234 243
 
235 244
 .article-title a {
236
-    display: block;
245
+  display: block;
237 246
 }
238 247
 
239 248
 .article-title button {
240
-    font-family: 'Source Code Pro', 'Courier New', monospace;
241
-    position: absolute;
242
-    right: 1em;
243
-    bottom: 0.5em;
249
+  font-family: "Source Code Pro", "Courier New", monospace;
250
+  position: absolute;
251
+  right: 1em;
252
+  bottom: 0.5em;
244 253
 }
245 254
 
246 255
 .like_button {
... ...
@@ -249,72 +258,75 @@ h1, h2, h3, h4, h5, h6 {
249 258
 
250 259
 #container > .left {
251 260
   border-right: 4px var(--zenburn-blue) double;
252
-    width: 50vw;
253
-    overflow: hidden;
254
-    box-sizing: border-box;
255
-    position: absolute;
256
-    display: block;
257
-    left: 0;
258
-    bottom: 0;
261
+  width: 50vw;
262
+  overflow: hidden;
263
+  box-sizing: border-box;
264
+  position: absolute;
265
+  display: block;
266
+  left: 0;
267
+  bottom: 0;
259 268
 }
260 269
 
261 270
 div.description {
262
-    line-height: 1em;
263
-    margin-top: 0.5em;
271
+  line-height: 1em;
272
+  margin-top: 0.5em;
264 273
 }
265 274
 
266 275
 #container > .right img {
267
-    max-width: 95%;
268
-    height: auto;
269
-    display: block;
270
-    margin: auto;
276
+  max-width: 95%;
277
+  height: auto;
278
+  display: block;
279
+  margin: auto;
271 280
 }
272 281
 
273
-.current_feed, .feeds {
274
-    overflow-x: hidden;
275
-    overflow-y: scroll;
282
+.current_feed,
283
+.feeds {
284
+  overflow-x: hidden;
285
+  overflow-y: scroll;
276 286
 }
277 287
 
278 288
 .current_feed {
279
-    height: 100%;
280
-    width: 25vw;
281
-    float: right;
289
+  height: 100%;
290
+  width: 25vw;
291
+  float: right;
282 292
 }
283 293
 
284 294
 .feeds {
285
-    height: 100%;
286
-    width: 24vw;
287
-    float: left;
288
-    padding: 1em;
289
-    border-right: 3px #28b0b1 double;
295
+  height: 100%;
296
+  width: 24vw;
297
+  float: left;
298
+  padding: 1em;
299
+  border-right: 3px var(--zenburn-blue) double;
290 300
 }
291 301
 
292
-.feeds .title, .feeds .url {
293
-    white-space: nowrap;
302
+.feeds .title,
303
+.feeds .url {
304
+  white-space: nowrap;
294 305
 }
295 306
 
296 307
 .feeds .title {
297
-    font-size: 120%;
308
+  font-size: 120%;
298 309
 }
299 310
 
300 311
 .feeds .url {
301
-    font-size: 75%;
302
-    padding-left: 2.5em;
303
-    margin-bottom: 0.5em;
312
+  font-size: 75%;
313
+  padding-left: 2.5em;
314
+  margin-bottom: 0.5em;
304 315
 }
305 316
 
306 317
 .collapsed {
307
-    width: 0vw !important;
308
-    overflow: hidden;
318
+  width: 0vw !important;
319
+  overflow: hidden;
309 320
 }
310 321
 
311 322
 .collapsed > * {
312
-    width: 0vw !important;
313
-    overflow: hidden;
323
+  width: 0vw !important;
324
+  overflow: hidden;
314 325
 }
315 326
 
316
-.collapsed + .right, .collapsed + .top {
317
-    width: 100vw !important;
327
+.collapsed + .right,
328
+.collapsed + .top {
329
+  width: 100vw !important;
318 330
 }
319 331
 
320 332
 .collapse-toggle {
... ...
@@ -326,40 +338,46 @@ div.description {
326 338
     border-radius: 0.3em;
327 339
 }
328 340
 
329
-
330
-.code, code, pre {
331
-    white-space: pre;
332
-    font-family: 'Source Code Pro', monospace;
341
+.code,
342
+code,
343
+pre {
344
+  white-space: pre;
333 345
   background: var(--zenburn-bg-2);
334 346
   border: 1px solid var(--zenburn-fg);
335
-    font-size: 10px;
347
+  font-family: "Source Code Pro", monospace;
348
+  font-size: 10px;
336 349
 }
337 350
 
338 351
 code {
339
-    padding: 0 0.5em;
352
+  padding: 0 0.5em;
340 353
 }
341 354
 
342 355
 pre {
343
-    padding: 1em;
356
+  padding: 1em;
344 357
 }
345 358
 
346
-.code pre, code .code, pre code,
347
-.code .code, code code, pre pre,
348
-.code code, code pre, pre .code
349
-{
350
-    background: transparent;
351
-    padding: 0;
352
-    border: none;
359
+.code pre,
360
+code .code,
361
+pre code,
362
+.code .code,
363
+code code,
364
+pre pre,
365
+.code code,
366
+code pre,
367
+pre .code {
368
+  background: transparent;
369
+  padding: 0;
370
+  border: none;
353 371
 }
354 372
 
355 373
 .current_feed ul {
356
-    padding: 0;
357
-    list-style: none;
374
+  padding: 0;
375
+  list-style: none;
358 376
 }
359 377
 
360 378
 .current_feed ul > li {
361
-    padding: 0.25em 0.25em;
379
+  padding: 0.25em 0.25em;
362 380
 }
363 381
 .current_feed ul a {
364
-    padding: 0.1em 0.25em;
382
+  padding: 0.1em 0.25em;
365 383
 }