X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6280673f35e13e75e81c5b7821bd2a44a1831eab..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/src/wolnelektury/static/css/master.picture.css?ds=sidebyside diff --git a/src/wolnelektury/static/css/master.picture.css b/src/wolnelektury/static/css/master.picture.css new file mode 100644 index 000000000..43abda40a --- /dev/null +++ b/src/wolnelektury/static/css/master.picture.css @@ -0,0 +1,60 @@ + +#picture-view { + left: 0; + right: 0; + position:absolute; + top: 0; + bottom: 0; + z-index: 10; +} + +#picture-view .picture-wrap { + background-repeat: no-repeat; + margin: 0 auto 0 auto; + display: block; + position: relative; + z-index: 10; +// cursor: move; + +} + +.picture-wrap .mark { + border: 2px solid rgba(200, 200, 200, 0.7); + position: absolute; + display: block; +} + +.picture-wrap .mark .label { + position: absolute; + display: block; + background-color: rgba(200, 200, 200, 0.7); + color: rgba(0,0,0,0.6); + font-size: 0.9rem; +// bottom: -1.5em; +} + +.button.inactive:active, +.button.inactive:link, +.button.inactive:visited +{ + color: #606060 !important; + cursor: not-allowed; +} + +#sponsors { + margin-top: 3em; +} +#sponsors img { + width: 100%; +} + +#spinner { + height: 1em; + z-index:10; +} + +.dropdown-body { + font-size: 0.8rem; + background-color: #444; +} +