Django 1.8 and other updates.
[wolnelektury.git] / apps / wolnelektury_core / static / css / annoy.css
1 #annoy-on {
2     font-size: 13px;
3     line-height: 1.15em;
4
5     padding: .1em 1em;
6     background: orange;
7     z-index: 200;
8     font-family: Arial, sans-serif;
9     display: block;
10     padding: 0 1em;
11     width: 1em;
12     text-align:center;
13     border-radius: 0 0 0 1em;
14     position: absolute;
15     top: 0;
16     right: 0;
17     color: black;
18 }
19
20 #annoy {
21     font-size: 13px;
22     line-height: 1.15em;
23     padding: 1em 5em 1em 0;
24     display: none;
25     background: orange;
26     font-family: Arial, sans-serif;
27     position: relative;
28     z-index: 200;
29 }
30 #annoy p {
31     margin: 0 0 0 10em;;
32 }
33 #annoy a {
34     color: #4E56C8;
35 }
36
37 #annoy a#annoy-off {
38     padding: .5em 1em .5em;
39     width: 1em;
40     text-align:center;
41     font-family: Arial, sans-serif;
42     display: block;
43
44     border-radius: 0 0 0 1em;
45     position: absolute;
46     top: 0;
47     right: 0;
48     color: black;
49 }
50 #annoy a#annoy-off:hover {
51     cursor: pointer;
52 }