-
Notifications
You must be signed in to change notification settings - Fork 126
/
Copy pathKult.css
395 lines (354 loc) · 7.29 KB
/
Kult.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
/*
This document has been created with Marked.app <http://marked2app.com>
Please leave this notice in place, along with any additional credits below.
---------------------------------------------------------------
Title: Kult
Author: Peter Sziebig - @bigpe
Description: Easy to read
*/
@font-face {
font-family: "Ubuntu";
font-style: normal;
font-weight: 300;
src: local("Ubuntu Light"), local("Ubuntu-Light"), url("https://themes.googleusercontent.com/static/fonts/ubuntu/v4/WtcvfJHWXKxx4x0kuS1kobO3LdcAZYWl9Si6vvxL-qU.woff") format("woff");
}
@font-face {
font-family: "Ubuntu";
font-style: normal;
font-weight: 400;
src: local("Ubuntu"), url("https://themes.googleusercontent.com/static/fonts/ubuntu/v4/CGXpU_uR_FUfdeyCjAWgZ-vvDin1pK8aKteLpeZ5c0A.woff") format("woff");
}
@font-face {
font-family: "Ubuntu";
font-style: normal;
font-weight: 500;
src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url("https://themes.googleusercontent.com/static/fonts/ubuntu/v4/gMhvhm-nVj1086DvGgmzB7O3LdcAZYWl9Si6vvxL-qU.woff") format("woff");
}
@font-face {
font-family: "Ubuntu";
font-style: normal;
font-weight: 700;
src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url("https://themes.googleusercontent.com/static/fonts/ubuntu/v4/nsLtvfQoT-rVwGTHHnkeJrO3LdcAZYWl9Si6vvxL-qU.woff") format("woff");
}
@font-face {
font-family: "Ubuntu";
font-style: italic;
font-weight: 300;
src: local("Ubuntu Light Italic"), local("Ubuntu-LightItalic"), url("https://themes.googleusercontent.com/static/fonts/ubuntu/v4/DZ_YjBPqZ88vcZCcIXm6VqfTCPadK0KLfdEfFtGWCYw.woff") format("woff");
}
html {
font-size: 100%;
font-family: sans-serif;
}
button, input, select, textarea {
font-family: sans-serif;
}
body, button, input, select, textarea {
color: #57534A;
font-family: "Ubuntu","Myriad Pro","Myriad",sans-serif;
font-size: 18px;
font-weight: 300;
}
body {
margin: 0 auto;
background-color: #fff;
line-height: 1.4;
}
body.inverted {
background-color: #333;
color: #fafafa;
}
textarea {
line-height: 1.4;
}
body {
padding-left: 6rem;
padding-right: 6rem;
margin-left: auto;
margin-right: auto;
display: block;
}
body:after {
clear: both;
content: "";
display: table;
}
h1, h2, h3, dt {
color: #423F37;
font-weight: 700;
}
.inverted h1, .inverted h2, .inverted h3, .inverted dt {
color: #fafafa;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
h2, .article-list .article-title {
font-size: 1.5em;
margin: 0.83em 0;
}
h3, dt {
font-size: 1.17em;
margin: 1em 0;
}
h4 {
font-size: 1em;
margin: 1.33em 0;
}
h5 {
font-size: 0.83em;
margin: 1.67em 0;
}
h6 {
font-size: 0.75em;
margin: 2.33em 0;
}
a {
color: #8DB359;
cursor: pointer;
outline: 0 none;
text-decoration: underline;
}
a:hover {
outline: 0 none;
color: #739544;
}
p, pre {
margin: 1em 0;
}
code, kbd, pre, samp {
font-family: monospace,serif;
font-size: 1em;
margin: 0;
padding: 0;
}
pre {
white-space: pre-wrap;
word-wrap: break-word;
background-color: #f2f2f2;
font-size: 0.7rem;
overflow-x: auto;
padding: 1.3rem;
position: relative;
white-space: pre;
word-wrap: normal;
margin: 0;
}
.inverted pre {
background-color: #404040;
}
code, kbd, samp {
margin: 0;
}
code, kbd, pre, samp {
font-family: monospace,serif;
}
code {
color: #57534A;
}
.inverted code {
color: #fafafa;
}
aside {
display: block;
float: right;
width: 390px;
}
b, strong {
font-weight: bold;
color: #57534A;
font-weight: 700;
}
.inverted b, .inverted strong {
color: #fafafa;
}
blockquote {
color: #57534A;
font-size: 1.25em;
font-weight: 700;
margin: 1em 40px;
margin-bottom: 2em;
margin-top: 2em;
}
.inverted blockquote {
color: #fafafa;
}
figure {
margin-left: -4.5rem;
margin-right: -4.5rem;
margin-bottom: 2em;
margin-top: 2em;
}
hr {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: -moz-use-text-color -moz-use-text-color #ECE6DA;
border-image: none;
border-style: none none solid;
border-width: medium medium 1px;
margin: 3em 6em;
}
img {
max-width: 100%;
display: block;
border: 0 none;
}
ol > li:before {
color: #57534A;
content: counter(ol,decimal) ".";
counter-increment: ol;
font-weight: 700;
margin-right: 0.333em;
position: absolute;
right: 100%;
}
.inverted ol > li:before {
color: #fafafa;
}
ul > li:before {
background-color: #57534A;
border-radius: 14px 14px 14px 14px;
content: "";
height: 6px;
margin-right: 0.333em;
margin-top: 0.55em;
position: absolute;
right: 100%;
width: 6px;
}
.inverted ul > li:before {
color: #fafafa;
}
ol, ul, dl {
margin-left: 2rem;
padding: 0;
}
ol {
counter-reset: ol;
}
li + li, dd + dt {
margin-top: 0.5em;
}
ul > li, ol > li {
position: relative;
}
li {
list-style: none outside none;
}
figure > figcaption {
margin-top: 0.5em;
}
small, dd, figcaption {
display: block;
font-size: 0.8rem;
font-style: italic;
line-height: 1.2;
}
tbody {
display: table-row-group;
}
tfoot {
display: table-footer-group;
}
table {
margin-bottom: 2em;
font-size: 0.8em;
padding: 0;
border-collapse: collapse;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
width: 80%;
margin: 0 auto 2em auto;
border: 1px solid #ddd;
border-collapse: separate;
*border-collapse: collapse;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
table th, table td {
padding: 10px 10px 9px;
line-height: 18px;
text-align: left;
}
table th {
padding-top: 9px !important;
text-transform: uppercase;
vertical-align: middle;
}
table td {
vertical-align: top;
border-top: 1px solid #ddd;
}
.inverted table td {
border-color: #aaa;
}
table tbody th {
border-top: 1px solid #ddd;
vertical-align: top;
}
.inverted table tbody th {
border-color: #aaa;
}
table th + th, table td + td, table th + td {
border-left: 1px solid #ddd;
}
.inverted table th + th, .inverted table td + td, .inverted table th + td {
border-color: #aaa;
}
table thead tr:first-child th:first-child, table tbody tr:first-child td:first-child {
-webkit-border-radius: 4px 0 0 0;
-moz-border-radius: 4px 0 0 0;
border-radius: 4px 0 0 0;
}
table thead tr:first-child th:last-child {
-webkit-border-radius: 0 4px 0 0;
-moz-border-radius: 0 4px 0 0;
border-radius: 0 4px 0 0;
}
table tbody tr:first-child td:last-child {
-webkit-border-radius: 0 4px 0 0;
-moz-border-radius: 0 4px 0 0;
border-radius: 0 4px 0 0;
}
table tbody tr:last-child td:first-child {
-webkit-border-radius: 0 0 0 4px;
-moz-border-radius: 0 0 0 4px;
border-radius: 0 0 0 4px;
}
table tbody tr:last-child td:last-child {
-webkit-border-radius: 0 0 4px 0;
-moz-border-radius: 0 0 4px 0;
border-radius: 0 0 4px 0;
}
tbody tr:nth-child(odd) {
background-color: rgba(0, 0, 0, 0.03);
}
caption {
background: rgba(0, 0, 0, 0.75);
border-radius: 4px;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
color: #57534A;
display: table-caption;
font-size: 1.3em;
font-weight: 300;
letter-spacing: 2px;
margin: 4px 0;
padding: 4px;
text-transform: uppercase;
word-spacing: .2em;
}
.inverted caption {
color: #fafafa;
}
/* grey out placeholders */
:-moz-placeholder, ::-webkit-input-placeholder {
color: #bfbfbf;
}
.article-date {
color: #C7C2B8;
display: block;
font-size: 0.8rem;
}