Start annoying.
[prawokultury.git] / prawokultury / 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     box-shadow: .5em 0 1em black;
19 }
20
21 #annoy {
22     font-size: 13px;
23     line-height: 1.15em;
24     padding: 1em 5em 1em 0;
25     display: none;
26     background: orange;
27     font-family: Arial, sans-serif;
28     position: relative;
29     z-index: 200;
30     box-shadow: 0 0 1em black;
31 }
32 #annoy p {
33     margin: 0 0 0 10em;;
34 }
35 #annoy a {
36     color: #4E56C8;
37 }
38
39 #annoy a#annoy-off {
40     padding: .5em 1em .5em;
41     width: 1em;
42     text-align:center;
43     font-family: Arial, sans-serif;
44     display: block;
45
46     border-radius: 0 0 0 1em;
47     position: absolute;
48     top: 0;
49     right: 0;
50     color: black;
51 }
52 #annoy a#annoy-off:hover {
53     cursor: pointer;
54 }