-
Notifications
You must be signed in to change notification settings - Fork 29
/
epub.css
50 lines (43 loc) · 1.16 KB
/
epub.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
body {
text-align: left;
margin: 5%;
font-size: medium;
line-height: 1.4;
font-family: sans-serif;
}
h1 { text-align: left; }
h2 { text-align: left; }
h3 { text-align: left; }
h4 { text-align: left; }
h5 { text-align: left; }
h6 { text-align: left; }
nav#toc ol,
nav#landmarks ol { padding: 0; margin-left: 1em; }
nav#toc ol li,
nav#landmarks ol li { list-style-type: none; margin: 0; padding: 0; }
a.footnote-ref { vertical-align: super; }
em, em em em, em em em em em { font-style: italic;}
em em, em em em em { font-style: normal; }
span.smallcaps { font-variant: small-caps; }
span.underline { text-decoration: underline; }
div.column { display: inline-block; vertical-align: top; width: 50%; }
div.hanging-indent { margin-left: 1.5em; text-indent: -1.5em;}
code {
font-family: "DejaVuSansMono", monospace;
font-size: 0.9em;
background-color: #f5f5f5;
border-radius: 3px;
white-space: pre-wrap;
}
pre {
font-family: "DejaVuSansMono", monospace;
background-color: #f5f5f5;
border-radius: 3px;
font-size: 0.9em;
padding: 10px;
white-space: pre-wrap;
}
@font-face {
font-family: "DejaVuSansMono";
src: url(DejaVuSansMono.ttf) format("truetype");
}