about summary refs log tree commit diff
path: root/pkgs/profpatsch/profpatsch.de/main.css
blob: f3c862ddd88f7cb7918790109279a3d8a63dae23 (plain) (blame)
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
@import url(http://fonts.googleapis.com/css?family=Quattrocento|Open+Sans:400,300);

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

main {
    margin: 0 auto;
    width: 500px;
}

#title {
    text-align: center;
}
#title h1 {
    font-size: 4em;
    font-weight: 300;
    margin-bottom: 0em;
}
#title h2 {
    font-size: 1.5em;
    font-weight: 300;
    margin-top: 0;
}
#title h2 a {
    color: #000;
    text-decoration: none;
}
#title h2 a:hover {
    color: #333;
}
#title hr {
    width: 100px;
    border: 1px solid grey;
    margin-bottom: 2em;
}

p {
    font-family: 'Quattrocento', serif;
    text-align: justify;
    line-height: 1.5em;
}

#codeblock {
    text-align: center;
    font-family: monospace;
    font-size: 16px;
}