fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
cover attribution in book text and checking script
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
static
/
css
/
error.css
1
2
body {
3
font-family: verdana, arial, sans-serif;
4
margin: 2em;
5
font-size: 100%;
6
}
7
8
9
10
11
h1 {
12
font-size: 300%;
13
font-weight: bold;
14
margin-top: 30px;
15
}
16
17
h1,h2 {
18
margin-bottom: 0;
19
}
20
21
h2 {
22
font-size: 100%;
23
font-weight: bold;
24
margin-top: 1em;
25
}
26
27
p {
28
width: 450px;
29
margin-top: 0.5em;
30
}
31
32
img {
33
border: none;
34
}
35
36
#whoiam {
37
text-transform: uppercase;
38
letter-spacing: 0.2em;
39
font-size: 150%;
40
margin-bottom: 0.8em;
41
}
42
43
.howto {
44
45
color: gray;
46
font-size: 80%
47
}
48
49
#contact h2 {
50
margin-top: 0.5em;
51
}
52
53
54
.haj {
55
background-color: #ffc;
56
}
57
58
#urle {
59
margin-top: 2.3em;
60
}
61
62
/*
63
LINKS
64
*/
65
66
a:link {
67
color: #037;
68
text-decoration: underline;
69
}
70
71
a:visited {
72
color: #636;
73
}
74
75
a:active {
76
color: #900;
77
text-decoration: none;
78
}
79
80
a:hover {
81
color: #d46400;
82
}
83