blob: 91997eb455516e9c00d0bb579596bcc3c40a6c2f (
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
|
body
{
padding: 1em;
}
h1.toc_id_1,
h1.toc_id_2
{
font-size: 2em;
}
h1
{
font-size: 1.7em;
}
h2
{
font-size: 1.3em;
}
p
{
margin: 0.5em 0em;
widows: 2;
orphans: 2;
}
#note
{
font-size: 0.8em;
margin-top: 2em;
font-style: italic;
}
#widmung
{
font-size: 0.9em;
font-style: italic;
}
div.toc-title
{
font-size: 2em;
font-face: bold;
margin-bottom: 1em;
text-align: center;
}
div.toc-level-1
{
margin-bottom: 0.5em;
margin-top: 0.5em
}
div.toc-level-2 { margin-left: 2em; }
div.toc-level-3 { margin-left: 2em; }
div.toc-level-4 { margin-left: 2em; }
div.toc-level-5 { margin-left: 2em; }
div.toc-level-6 { margin-left: 2em; }
.anhang
{
padding-top: 1em;
}
|