X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/b5f8d214ba00903379f8716ef563f19743a120b6..58d4aaf62aad7d19d2fb26176afd083c8f75f82a:/redakcja/static/css/gallery.css diff --git a/redakcja/static/css/gallery.css b/redakcja/static/css/gallery.css index 12743214..6a9165e8 100644 --- a/redakcja/static/css/gallery.css +++ b/redakcja/static/css/gallery.css @@ -32,11 +32,30 @@ padding: 1em 1em 0 1em; } -#side-annotations p.akap { +#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; } /* =========== */