generated from webmural/love
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtext.css
74 lines (62 loc) · 937 Bytes
/
text.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
:any-link {
text-decoration-style: wavy;
}
:focus {
outline: thick dotted;
text-decoration-style: dotted;
}
html {
font-family: monospace;
font-size: calc(1em + 1vmin + 2vmax);
line-height: 1.618;
}
@media (orientation: portrait) {
html {
font-family: sans-serif;
}
}
body {
contain: layout;
display: flex;
flex-flow: column;
margin: auto;
padding: 1em;
}
dl {
contain: layout;
display: flow-root;
margin-block: 3ex;
padding: 0;
}
dt {
clear: both;
float: inline-start;
margin: 0;
}
dd {
float: inline-start;
margin: 0;
margin-inline-start: 1ex;
}
menu { padding: 0 }
li { margin-block: 1ex }
dfn,
mark {
border-radius: 1ex;
display: inline-block;
font: inherit;
padding-inline-start: 1ex;
padding-inline-end: 1ex;
margin-block-end: 1ex;
}
h1 {
display: inline;
font: inherit;
}
h2 {
font: inherit;
margin: 0;
}
.simp {
font-size: max(16pt, 0.666em);
}