forked from anima-wg/voucher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.style.css
78 lines (69 loc) · 1.17 KB
/
.style.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
@viewport {
zoom: 1.0;
width: extend-to-zoom;
}
@-ms-viewport {
width: extend-to-zoom;
zoom: 1.0;
}
body {
font: 11pt cambria, helvetica, arial, sans-serif;
font-size-adjust: 0.5;
line-height: 130%;
margin: 1em auto;
max-width: 700px;
}
.title, .filename, h1, h2, h3, h4 {
font-family: candara, helvetica, arial, sans-serif;
font-size-adjust: 0.5;
}
.title { font-size: 150%; }
h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3, h4 { font-size: 110%; }
ul.toc >li { font-size: 95%; }
ul.toc >li >ul, .figure, caption { font-size: 90%; }
table {
margin-left: 0em;
}
table.header {
width: 100%;
}
table.header td {
background-color: inherit;
color: black;
}
samp, tt, code, pre {
font: 11pt consolas, monospace;
font-size-adjust: none;
}
pre.text, pre.text2 {
width: 90%;
}
dt {
float: left; clear: left;
margin: 0.5em 0.5em 0 0;
}
dt:first-child {
margin-top: 0;
}
dd {
margin: 0.5em 0 0 2em;
}
dd p, dd ul {
margin-top: 0; margin-bottom: 0;
}
dd *+p {
margin-top: 0.5em;
}
ol, ul {
padding: 0;
margin: 0.5em 0 0.5em 2em;
}
ul.toc, ul.toc ul {
margin: 0 0 0 1.5em;
}
ul.toc a:first-child {
display: inline-block;
min-width: 1.2em;
}