X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..95540212503565ab22fe706bab0c9dd80b14d61e:/src/wolnelektury/static/css/annoy.css diff --git a/src/wolnelektury/static/css/annoy.css b/src/wolnelektury/static/css/annoy.css index 7ffa414d5..1bbf5b32c 100755 --- a/src/wolnelektury/static/css/annoy.css +++ b/src/wolnelektury/static/css/annoy.css @@ -2,13 +2,11 @@ font-size: 13px; line-height: 1.15em; - padding: .1em 1em; background: orange; - z-index: 200; + z-index: 99; font-family: Arial, sans-serif; display: block; - padding: 0 1em; - width: 1em; + padding: .1em 1em; text-align:center; border-radius: 0 0 0 1em; position: absolute; @@ -25,7 +23,7 @@ background: orange; font-family: Arial, sans-serif; position: relative; - z-index: 200; + z-index: 99; } #annoy p { margin: 0 0 0 10em;; @@ -34,6 +32,17 @@ color: #4E56C8; } +#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; @@ -50,3 +59,10 @@ #annoy a#annoy-off:hover { cursor: pointer; } + +@media screen and (min-width: 1024px) { + #annoy-content { + width: 975px; + margin: auto; + } +}