blob: 6c71408b5b1a0ba4370f721adcdf1a97f18aee52 (
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
|
body
{
padding: 1em;
line-height: 1.3em;
}
h1
{
font-size: 1.7em;
}
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;
}
.section
{
padding-top: 3em;
}
.sub
{
text-indent: 2em;
}
.center
{
text-align: center;
}
p
{
margin: 1em 0em;
widows: 2 !important;
orphans: 2 !important;
}
.initial
{
font-size: 150%;
font-weight: bold;
display: inline;
}
.sansserif
{
font-family: sans-serif;
}
.dedication
{
font-size: 0.9em;
font-style: italic;
padding-top: 9em;
padding-bottom: 3em;
text-align: center;
}
.spaced
{
letter-spacing: 0.125em;
}
.inhalt-entry,
.index-entry
{
line-height: 1.6em;
}
a
{
text-decoration: underline;
}
|