-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathsrfi.css
More file actions
61 lines (60 loc) · 1.04 KB
/
srfi.css
File metadata and controls
61 lines (60 loc) · 1.04 KB
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
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@font-face {
font-display: "optional";
font-family: "Noto Sans", sans-serif;
}
a {
hyphens: auto;
overflow-wrap: break-word;
word-break: break-word;
word-wrap: break-word;
}
a.eponymous {
font-family: Monaco, Courier, monospace;
overflow-wrap: break-word;
word-break: break-all;
word-wrap: break-word;
}
body {
font-family: "Noto Sans", sans-serif;
font-size: 18px;
margin: 1em auto;
max-width: 46em;
}
body h1:first-child {
font-size: 150%;
margin: 0;
}
.erratum:target {
position: relative;
}
.erratum:target::before {
color: #999;
content: attr(id) "→";
margin-right: 0.5em;
position: absolute;
right: 100%;
white-space: nowrap;
}
h1, h2, h3, h4, h5, h6 {
text-wrap: balance;
}
img.srfi-logo {
margin-right: 0.5em;
vertical-align: middle;
width: 4em;
}
span.antispam {
display: none;
}
pre {
white-space: pre-wrap;
}
td, th {
vertical-align: top;
}
.todo {
color: red;
font-family: monospace;
font-weight: bold;
}