X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/29a13b9e77d5a7ac5d26c95488028f88e6b57c2f..334e476e48d0e34cf2c3cc940eeb9e5b52b3103b:/apps/wolnelektury_core/static/css/master.picture.css diff --git a/apps/wolnelektury_core/static/css/master.picture.css b/apps/wolnelektury_core/static/css/master.picture.css index ab4c49ca7..81bc69824 100644 --- a/apps/wolnelektury_core/static/css/master.picture.css +++ b/apps/wolnelektury_core/static/css/master.picture.css @@ -8,28 +8,16 @@ } #picture-view .picture-wrap { + background-repeat: no-repeat; margin: 3rem auto 1rem auto; display: block; + position: relative; z-index: 10; - cursor: move; -} -#picture-view .picture-wrap img { - z-index: 10; -} - -#picture-view .picture-wrap { - width: 700px; -} +// cursor: move; -#picture-view .picture-wrap { - height: 500px; } -.picture-wrap img.original { - width: 100%; -} - .picture-wrap img.loading { margin-left: -10000px; } @@ -42,10 +30,11 @@ .picture-wrap .mark .label { position: absolute; - display: none; /*block;*/ - color: rgba(200, 200, 200, 0.8); + display: block; + background-color: rgba(200, 200, 200, 0.7); + color: rgba(0,0,0,0.6); font-size: 0.9rem; - bottom: -1.5em; +// bottom: -1.5em; } @@ -72,6 +61,14 @@ background-color: #222; } +.toolbar .button.inactive a:active, +.toolbar .button.inactive a:link, +.toolbar .button.inactive a:visited +{ + color: #606060 !important; + cursor: not-allowed; +} + .toolbar .button a { //background: #333; //opacity: 0.9; @@ -86,10 +83,12 @@ .toolbar .button .dropdown-body a { height: 1.2rem; + white-space: nowrap; } #picture-view .toolbar .button.square a { width: 4rem; //1.5rem; + font-weight: bold; } li.button { @@ -100,8 +99,8 @@ li.button.square { float: left; } -#picture-view .toolbar .button a:link, -#picture-view .toolbar .button a:visited { +.toolbar .button a:link, +.toolbar .button a:visited { color: #FFF; } @@ -116,10 +115,11 @@ li.button.square { #sponsors { position: absolute; display: block; - top: 3.5rem; - right: 2rem; + left: 0; + bottom: 0; + width: 8rem; + z-index:1; - width: 9rem; } #sponsors div { z-index: 10;