fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed footnotes highlighting
[wolnelektury.git]
/
wolnelektury
/
static
/
css
/
1percent.css
1
body {
2
background: #FFF url(/static/img/bg.png) repeat-x;
3
color: #000;
4
font-size: 16px;
5
}
6
7
h2 {
8
font-size: 21px;
9
color: #000;
10
margin-bottom: 10px;
11
}
12
13
strong {
14
font-weight: bold;
15
background-color: #FEF5C7;
16
}
17
18
em {
19
font-style: italic;
20
}
21
22
#logos img {
23
margin: 0 0 10px 20px;
24
}
25
26
#lists, #copy {
27
margin-top: 60px;
28
}
29
30
#lists li, #lists p {
31
line-height: 28px;
32
}
33
34
#copy p {
35
text-align: justify;
36
}
37
38
#back {
39
display: block;
40
background-color: #EDEDED;
41
color: #7187A7;
42
width: 240px;
43
text-align: center;
44
padding: 10px;
45
border: 2px solid #E2E2E1;
46
margin: 60px auto;
47
}