fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
067d9fd0d79604be935be3f7c968c6948b8fabe2
[wolnelektury.git]
/
wolnelektury
/
static
/
css
/
base.css
1
html {
2
margin: 0;
3
padding: 0;
4
}
5
6
body {
7
margin: 0;
8
background: #f7f7f7;
9
font-size: .9em;
10
line-height: 1.4em;
11
}
12
13
14
a {
15
color: #02adb7;
16
text-decoration: none;
17
}
18
19
h2 {
20
margin: 0;
21
font-size: 1em;
22
font-weight: normal;
23
}
24
25
26
.grid-line {
27
height: 2.6em;
28
padding-top: 1.4em;
29
padding-bottom: 0;
30
}
31
32
.mono, .mono-small {
33
font-family: "Lucida Sans Typewriter", courier;
34
font-size: .9em;
35
}
36
37
38
.clearboth {
39
clear: both;
40
}
41
42
#header-content, div#main-content, div#half-header-content {
43
width: 75em;
44
margin: auto;
45
}
46
47
48
49
50
#footer {
51
font-size: .75em;
52
color: #777;
53
border-top: 1px solid #ddd;
54
margin-top: 2.5em;
55
}