-
Notifications
You must be signed in to change notification settings - Fork 1
/
lilium.css
73 lines (58 loc) · 1.07 KB
/
lilium.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
/* update: 2012-05-20 */
html {
font-size: 16px;
line-height: 2.0;
_background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAO0lEQVRYCe3XwQ0AIBACMDXuvyOTnHEKPmUBSH/smVnNnGb57zaAAAECBAgQIECAAAECBAjUBW6S6j9/DTQG4UxvMa0AAAAASUVORK5CYII=");
}
body {
margin: 0;
padding: 0 64px 4em;
max-width: 60em;
}
h1, h2, h3 {
font-weight: normal;
margin: 2em 0 1em;
}
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.5rem;
}
p, table {
margin: 2em 0;
}
table {
border-collapse: collapse;
border: none;
}
th, td {
padding: 0 .5em;
border: none;
}
td:not(:empty) {
border-left: 1px dashed #ccc;
}
.XXX { outline: 3px solid crimson }
.note:before {
content: "Note: ";
font-weight: bold;
font-variant: small-caps;
}
.stab { color: #999 }
figure img {
max-width: 100%;
}
figcaption:before {
content: "Figure: ";
font-weight: bold;
font-variant: small-caps;
}
footer {
border-top: 1px dotted #ddd;
margin-top: 4em;
padding-top: 1em;
}
:lang(en) { line-height: 1.5 }
blockquote p { margin: 1em 0; }
.update { margin: 0 }