X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6280673f35e13e75e81c5b7821bd2a44a1831eab..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/src/wolnelektury/static/scss/book_text/other.scss diff --git a/src/wolnelektury/static/scss/book_text/other.scss b/src/wolnelektury/static/scss/book_text/other.scss new file mode 100644 index 000000000..9ccedd932 --- /dev/null +++ b/src/wolnelektury/static/scss/book_text/other.scss @@ -0,0 +1,52 @@ +nav #menu-other { + display: none; +} + + +#other { + ul { + list-style: none; + padding: 0; + margin: 1em 0; + + li { + display: inline-block; + + a { + display: block; + } + } + } +} + + +.other-text-close { + background: #000; + color: #ddd; + opacity: .5; + text-align: center; + padding: .5em; + font-weight: bold; +} + + +#other-text { + position: relative; + display: none; + + .other-text-close { + position: absolute; + top: 0; + right: 0; + } +} + +.other-text-close { + display: none; +} + +.with-other-text { + .other-text-close { + display: block; + } +}