X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1896ffefd4c448d4445bb510e9ac5992a8f20361..8f0bfbd922b46c4d9e484343694aaa141de5b4fc:/redakcja/static/css/gallery.css diff --git a/redakcja/static/css/gallery.css b/redakcja/static/css/gallery.css index 9c6e3a59..55c020ee 100644 --- a/redakcja/static/css/gallery.css +++ b/redakcja/static/css/gallery.css @@ -18,6 +18,65 @@ padding: .5em; } +#side-annotations { + display: none; +} + +.annotations-list { + position: absolute; + left: 0; + top: 28px; + right: 0; + bottom: 0; + overflow: auto; + padding: 1em 1em 0 1em; +} + +#side-annotations .active { + font-weight: bold; +} + +#side-annotations .spinner { + position: absolute; + left: 0; + top: 28px; + right: 0; + bottom: 0; + text-align:center; + padding-top: 50%; + background: white; +} + +#side-annotations .spinner img { + margin-top: -15px; +} + +#side-annotations .akap { + font-size: 16px; + font-family: "Georgia", "Times New Roman", serif; + line-height: 1.5em; + margin-bottom: 1em; + position: relative; +} + +#side-annotations .src { + font-family: monospace; + font-size: 10px; + font-weight: 400; + line-height: 13px; + position: absolute; + top: 0; + bottom: -.5em; + display:none; + background: white; + border: 1px solid #888; + width: 100%; +} + +#side-annotations .akap:hover .src { + display: block; +} + /* =========== */ /* = Gallery = */ /* =========== */