X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0c9e7e914bc548bee30add46fb6e4aadf6ffb16c..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/wolnelektury_core/static/scss/book_text/box.scss diff --git a/apps/wolnelektury_core/static/scss/book_text/box.scss b/apps/wolnelektury_core/static/scss/book_text/box.scss deleted file mode 100644 index 4762e45cf..000000000 --- a/apps/wolnelektury_core/static/scss/book_text/box.scss +++ /dev/null @@ -1,27 +0,0 @@ -/* TODO: -There should be a JS-less way of seeing at least some of -the hidden boxes (TOC and Themes). -*/ - -.box, #toc, #themes, #nota_red { - display: none; - - position: fixed; - left: 80px; - top: 0; - bottom: 0; - max-width: 380px; - padding: 10px; - margin: 0; - overflow-x: hidden; - overflow-y: auto; - z-index: 100000; - - color: black; - background: white; - opacity: .9; - - border-width: 0 2px 2px 0; - border-style: solid; - border-color: #191919; -}