Annoy!
[wolnelektury.git] / src / wolnelektury / static / css / annoy.css
diff --git a/src/wolnelektury/static/css/annoy.css b/src/wolnelektury/static/css/annoy.css
deleted file mode 100755 (executable)
index 6519605..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-#annoy-on {
-    font-size: 13px;
-    line-height: 1.15em;
-
-    background: orange;
-    z-index: 99;
-    font-family: Arial, sans-serif;
-    display: block;
-    padding: .1em 1em;
-    text-align:center;
-    border-radius: 0 0 0 1em;
-    position: absolute;
-    top: 0;
-    right: 0;
-    color: black;
-}
-
-#annoy {
-    padding: 1em 5em 1em 0;
-    display: none;
-    background: orange;
-    position: relative;
-    z-index: 99;
-}
-#annoy p {
-    margin: 0;
-}
-#annoy a {
-    color: black;
-    display: block;
-    font-size: 2em;
-    text-align: center;
-}
-
-#annoy .banner {
-    display: block;
-    margin: auto;
-    width: 975px;
-    background: none;
-}
-
-#annoy .banner img {
-    display: block;
-}
-
-#annoy a#annoy-off {
-    padding: .5em 1em .5em;
-    width: 1em;
-    text-align:center;
-    font-family: Arial, sans-serif;
-    display: block;
-
-    border-radius: 0 0 0 1em;
-    position: absolute;
-    top: 0;
-    right: 0;
-    color: black;
-    font-size: 13px;
-}
-#annoy a#annoy-off:hover {
-    cursor: pointer;
-}
-
-@media screen and (min-width: 1024px) {
-    #annoy-content {
-        width: 975px;
-        margin: auto;
-    }
-}