aboutsummaryrefslogtreecommitdiff
path: root/OEBPS/Styles/style.css
blob: 8be84ceda6f839a18e1ba5cd9f3710571a939e5a (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
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;
}

.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;
}

.footnote
{
  font-size: 0.8em;
}

.spaced
{
  letter-spacing: 0.125em;
}

.inhalt-entry,
.index-entry
{
  line-height: 1.6em;
}

a
{
  text-decoration: underline;
}