-
Notifications
You must be signed in to change notification settings - Fork 126
/
Juridico.css
366 lines (315 loc) · 6.4 KB
/
Juridico.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
/*
This document has been created with Marked.app <http://marked2app.com>, Copyright 2013 Brett Terpstra
Content is property of the document author
Please leave this notice in place, along with any additional credits below.
---------------------------------------------------------------
Title: Juridico
Author: Anonymous
Description: Clean, Swiss typography with no frills.
*/
body {
-webkit-font-smoothing: antialiased;
font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
font-size: 100%;
text-align: justify;
font-weight: 200;
line-height: 1.5;
margin: 72.1259842750000075pt 36.6929134pt 36.6929134pt 72.1259842750000075pt;
padding: 0;
background: white;
}
li {
font-size: 100%;
}
li li {
font-size: 10px;
}
li p {
font-size: 100%;
margin: .5em 0;
}
h1 {
color: black;
margin: 0;
font-size: 13px;
line-height: 2em;
margin-bottom: 1em;
font-weight: 700;
text-transform: uppercase;
text-align: center;
}
h2 {
color: #000000;
margin: 0;
font-size: 12px;
font-weight: 700;
text-align: justify;
text-transform: uppercase;
line-height: 1.5;
}
h3 {
color: #000000;
margin: 0;
font-size: 12px;
text-decoration: underline;
text-align: justify;
line-height: 1.5;
margin-bottom: 1.5em;
}
h4 {
color: #000000;
margin: 0;
font-size: 11px;
line-height: 1.1666666666666667em;
margin-bottom: 1.1666666666666667em;
}
h5 {
color: #000000;
font-size: 11px;
line-height: 1.3em;
margin: 1.3em 0;
}
h6 {
font-size: 1em;
line-height: 1.5em;
margin: 1.5em 0;
}
body, p, td, div {
color: #000000;
font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
word-wrap: break-word;
line-height: 1.5;
}
a {
color: #0d6ea1;
text-decoration: none;
-webkit-transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
-ms-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
a:hover {
color: #3593d9;
}
.footnote {
color: #0d6ea1;
font-size: .8em;
vertical-align: super;
}
#wrapper img {
max-width: 100%;
height: auto;
}
dd {
margin-bottom: 1em;
}
li > p:first-child {
margin: 0;
}
ul ul, ul ol {
margin-bottom: .4em;
}
caption, col, colgroup, table, tbody, td, tfoot, th, thead, tr {
border-spacing: 0;
}
table {
border: 1px solid rgba(0, 0, 0, 0.25);
border-collapse: collapse;
display: table;
empty-cells: hide;
margin: -1px 0 1.3125em;
padding: 0;
table-layout: fixed;
}
caption {
display: table-caption;
font-weight: 700;
}
col {
display: table-column;
}
colgroup {
display: table-column-group;
}
tbody {
display: table-row-group;
}
tfoot {
display: table-footer-group;
}
thead {
display: table-header-group;
}
td, th {
display: table-cell;
}
tr {
display: table-row;
}
table th, table td {
font-size: 1.1em;
line-height: 23px;
padding: 0 1em;
}
table thead {
background: rgba(0, 0, 0, 0.15);
border: 1px solid rgba(0, 0, 0, 0.15);
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
table tbody {
background: rgba(0, 0, 0, 0.05);
}
table tfoot {
background: rgba(0, 0, 0, 0.15);
border: 1px solid rgba(0, 0, 0, 0.15);
border-top: 1px solid rgba(0, 0, 0, 0.2);
}
figure {
display: inline-block;
position: relative;
margin: 1em 0 2em;
}
figcaption {
font-style: italic;
text-align: center;
background: white;
color: #666666;
position: absolute;
left: 0;
bottom: -24px;
width: 98%;
padding: 1%;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
figure:hover > figcaption {
/* background: rgba(0,0,0,1) */
}
.poetry pre {
display: block;
font-family: Georgia, Garamond, serif !important;
font-size: 110% !important;
font-style: italic;
line-height: 1.6em;
margin-left: 1em;
}
.poetry pre code {
font-family: Georgia, Garamond, serif !important;
word-break: break-all;
word-break: break-word;
/* Non standard for webkit */
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
white-space: pre-wrap;
}
blockquote p {
font-size: 9px;
line-height: 1.5;
text-align: justify;
margin-left: 1.5em;
margin-right: 0;
}
sup, sub, a.footnote {
font-size: 1.4ex;
height: 0;
line-height: 1;
position: relative;
vertical-align: super;
}
sub {
vertical-align: sub;
top: -1px;
}
p, h5 {
font-size: 10px;
line-height: 1.5em;
margin: 1.5em 0;
}
dt, th {
font-weight: 700;
}
table tr:nth-child(odd), table th:nth-child(odd), table td:nth-child(odd) {
background: rgba(255, 255, 255, 0.06);
}
table tr:nth-child(even), table td:nth-child(even) {
background: rgba(200, 200, 200, 0.25);
}
@media print {
body {
overflow: auto;
}
img, pre, table, figure, p {
page-break-inside: avoid;
}
#wrapper {
background: white;
color: #000000;
padding: 10px;
position: relative;
text-indent: 0;
}
}
@media screen {
.inverted {
background: #252a2a;
}
.inverted #wrapper {
background: #252a2a;
color: #eeeeee;
}
.inverted hr {
border-color: #333f40 !important;
}
.inverted p, .inverted td, .inverted li, .inverted h1, .inverted h2, .inverted h3, .inverted h4, .inverted h5, .inverted h6, .inverted th, .inverted .math, .inverted caption, .inverted dt, .inverted dd {
color: #eeeeee;
}
.inverted pre {
background: #ccc;
}
.inverted pre code {
color: #111;
}
.inverted table {
background: none;
}
.inverted table tr:nth-child(odd), .inverted table td:nth-child(odd) {
background: none;
}
.inverted a {
color: #acd1d5;
}
::selection {
background: rgba(157, 193, 200, 0.5);
}
h1::selection {
background-color: rgba(45, 156, 208, 0.3);
}
h2::selection {
background-color: rgba(90, 182, 224, 0.3);
}
h3::selection, h4::selection, h5::selection, h6::selection, li::selection, ol::selection {
background-color: rgba(133, 201, 232, 0.3);
}
code::selection {
background-color: rgba(0, 0, 0, 0.7);
color: #eee;
}
code span::selection {
background-color: rgba(0, 0, 0, 0.7) !important;
color: #eee !important;
}
a::selection {
background-color: rgba(255, 230, 102, 0.2);
}
.inverted a::selection {
background-color: rgba(255, 230, 102, 0.6);
}
td::selection, th::selection, caption::selection {
background-color: rgba(180, 237, 95, 0.5);
}
}