-
Notifications
You must be signed in to change notification settings - Fork 0
/
unGNUify.css
83 lines (69 loc) · 1.12 KB
/
unGNUify.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
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
/*
THE BEER-WARE LICENSE" (Revision 42):
<abraham@aprz.de> schrieb diese Datei. Solange Sie diesen Vermerk nicht entfernen, können
Sie mit dem Material machen, was Sie möchten. Wenn wir uns eines Tages treffen und Sie
denken, das Material ist es wert, können Sie mir dafür ein Bier ausgeben.
Abraham Przewodnik
*/
body {
width: 700px;
margin: 60px auto;
font-family: sans-serif;
line-height: 1.5;
color: #555;
font-size: 18px;
font-weight: lighter;
}
h1, h2, h3, h4, h5 {
color: #000;
font-weight: normal;
line-height: 1.2;
margin: 40px 0px 30px 0px;
}
h1 {
padding-top: 150px;
font-size: 400%;
}
h2 {
font-size: 220%;
}
h3 {
font-size: 200%;
}
h4 {
font-size: 180%;
}
p {
text-align: justify;
margin: 20px 0px;
}
dd {
text-align: justify;
margin-bottom: 20px;
}
li {
line-height: 1.3;
margin-bottom: 10px;
}
code {
color: #000;
}
pre {
background: #000;
color: #ccc;
padding: 10px 10px;
/*white-space: normal;*/
border-radius: 4px;
overflow: auto;
}
hr {
border: none;
border-bottom: 1px dotted #000;
margin-right: 1px;
}
div.node {
font-size: 13px;
}
div.node p {
margin-bottom: 0px;
}