X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/dce2c3d09e1beee2746f8d35e272da3f5aa1d472..fc0b706f8c7eb67531df0a2acd972412e47c7010:/src/wolnelektury/static/css/annoy.css diff --git a/src/wolnelektury/static/css/annoy.css b/src/wolnelektury/static/css/annoy.css index 5ee80da35..651960589 100755 --- a/src/wolnelektury/static/css/annoy.css +++ b/src/wolnelektury/static/css/annoy.css @@ -3,11 +3,10 @@ line-height: 1.15em; background: orange; - z-index: 200; + z-index: 99; font-family: Arial, sans-serif; display: block; - padding: 2.6px 13px; - /*width: 1em;*/ + padding: .1em 1em; text-align:center; border-radius: 0 0 0 1em; position: absolute; @@ -17,20 +16,20 @@ } #annoy { - font-size: 13px; - line-height: 1.15em; - /*padding: 1em 5em 1em 0;*/ + padding: 1em 5em 1em 0; display: none; - /*background: orange;*/ - font-family: Arial, sans-serif; + background: orange; position: relative; - z-index: 200; + z-index: 99; } #annoy p { - margin: 0 0 0 10em;; + margin: 0; } #annoy a { - color: #4E56C8; + color: black; + display: block; + font-size: 2em; + text-align: center; } #annoy .banner { @@ -56,7 +55,15 @@ 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; + } +}