-
Notifications
You must be signed in to change notification settings - Fork 0
/
mystyle.css
59 lines (51 loc) · 842 Bytes
/
mystyle.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
.nebeneinander {
display: block;
width: 300px;
float: left;
}
.clear {
clear: left;
}
.section-number-2:after {
content: ".";
}
html {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1.5em;
margin-left: 3em;
margin-right: 3em;
}
.title {
text-align: left;
font-size: 150%;
margin-top: 20px;
padding-bottom: 0.5em;
border-bottom: 1px solid;
}
h2 {
font-size: 130%;
}
h3 {
font-size: 120%;
}
#table-of-contents {
float: right;
width: 200px;
margin-left: 1em;
border: 1px solid;
padding: 1em;
background-color: #eee;
}
div.figure {
padding: 0.5em;
}
div.figure p {
text-align: center;
font-style: italic;
}
#postamble {
font-size: 90%;
border-top: 1px solid;
margin-top: 20px;
}