blob: 24d6aa2fa8f235d0906b2cfb393df81333aba020 (
plain)
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
body {
padding: 1em;
line-height: 1.3em;
}
h1 {
font-size: 1.7em;
line-height: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.3em;
}
h4 {
font-size: 1.1em;
}
h5 {
font-size: 1.1em;
}
.subtitle,
.subheading {
font-size: 0.9em;
}
h2.section {
text-align: center;
}
.section {
padding-top: 1em;
}
.sub {
text-indent: 2em;
}
.center {
text-align: center;
}
.rightofcenter {
margin-left: 50%;
}
.lower {
padding-top: 10%;
}
p {
margin: 1em 0em;
widows: 2 !important;
orphans: 2 !important;
}
.indent {
padding-left: 2em;
}
.initial {
font-size: 150%;
font-weight: bold;
display: inline;
}
.sansserif {
font-family: sans-serif;
}
.dedication,
.source {
font-size: 0.9em;
font-style: italic;
}
.bookdedication {
font-size: 1.3em;
}
.footnote {
font-size: 0.8em;
}
.smallcaps {
font-variant: small-caps;
}
.spaced {
letter-spacing: 0.125em;
}
.inhalt-entry,
.index-entry {
line-height: 1.6em;
}
a {
text-decoration: underline;
}
.right {
text-align: right;
}
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
|