Minor css fix.
[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: 99;
7     font-family: Arial, sans-serif;
8     display: block;
9     padding: .1em 1em;
10     text-align:center;
11     border-radius: 0 0 0 1em;
12     position: absolute;
13     top: 0;
14     right: 0;
15     color: black;
16 }
17
18 #annoy {
19     padding: 1em 5em 1em 0;
20     display: none;
21     background: orange;
22     position: relative;
23     z-index: 99;
24 }
25 #annoy p {
26     margin: 0;
27 }
28 #annoy a {
29     color: black;
30     display: block;
31     font-size: 2em;
32     text-align: center;
33 }
34
35 #annoy .banner {
36     display: block;
37     margin: auto;
38     width: 975px;
39     background: none;
40 }
41
42 #annoy .banner img {
43     display: block;
44 }
45
46 #annoy a#annoy-off {
47     padding: .5em 1em .5em;
48     width: 1em;
49     text-align:center;
50     font-family: Arial, sans-serif;
51     display: block;
52
53     border-radius: 0 0 0 1em;
54     position: absolute;
55     top: 0;
56     right: 0;
57     color: black;
58     font-size: 13px;
59 }
60 #annoy a#annoy-off:hover {
61     cursor: pointer;
62 }
63
64 @media screen and (min-width: 1024px) {
65     #annoy-content {
66         width: 975px;
67         margin: auto;
68     }
69 }