fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remaining Django 1.9 fixes.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
css
/
annoy.css
1
#annoy-on {
2
font-size: 13px;
3
line-height: 1.15em;
4
5
background: orange;
6
z-index: 200;
7
font-family: Arial, sans-serif;
8
display: block;
9
padding: .1em 1em;
10
width: 1em;
11
text-align:center;
12
border-radius: 0 0 0 1em;
13
position: absolute;
14
top: 0;
15
right: 0;
16
color: black;
17
}
18
19
#annoy {
20
font-size: 13px;
21
line-height: 1.15em;
22
padding: 1em 5em 1em 0;
23
display: none;
24
background: orange;
25
font-family: Arial, sans-serif;
26
position: relative;
27
z-index: 200;
28
}
29
#annoy p {
30
margin: 0 0 0 10em;;
31
}
32
#annoy a {
33
color: #4E56C8;
34
}
35
36
#annoy .banner {
37
display: block;
38
margin: auto;
39
width: 975px;
40
background: none;
41
}
42
43
#annoy .banner img {
44
display: block;
45
}
46
47
#annoy a#annoy-off {
48
padding: .5em 1em .5em;
49
width: 1em;
50
text-align:center;
51
font-family: Arial, sans-serif;
52
display: block;
53
54
border-radius: 0 0 0 1em;
55
position: absolute;
56
top: 0;
57
right: 0;
58
color: black;
59
}
60
#annoy a#annoy-off:hover {
61
cursor: pointer;
62
}