fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
use jsonfield from upstream, pip version is too buggy
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
static
/
css
/
simple.css
1
html {
2
margin: 0;
3
}
4
5
body {
6
margin: 0;
7
padding: 1em;
8
color: #2F4110;
9
background: #FFF url(/static/img/bg.png) repeat-x;
10
font-size: .75em;
11
font-family: Verdana,Arial,Helvetica,sans-serif;
12
}
13
14
15
16
#body {
17
margin-top: 2em;
18
/*
19
max-width: 900px;
20
margin:auto;
21
*/
22
margin-left: 400px;
23
}
24
25
#logo {
26
float: left;
27
margin-left: 100px;
28
margin-top: 4em;
29
}
30
31
h1 {
32
font: bold 2.2em Arial,sans-serif;
33
padding-top: .7em;
34
margin-bottom: .2em;
35
}
36
37
38
h2 {
39
font-size: 1.1em;
40
margin:0;
41
}
42
43
a {
44
color: #295158;
45
text-decoration: none;
46
}
47
48
49
.plain li {
50
list-style: none;
51
}
52
53
li {
54
margin: 1em;
55
}
56
57
.clr {
58
clear: both;
59
}
60
61
62
.more {
63
text-align: right;
64
}
65
66
table {
67
margin-top: 1em;
68
}
69
70
th {
71
font-weight: normal;
72
text-align: left;
73
}