X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/cd678a14c6c7b26c5035a1167dd1e6c7bce3656b..ff423b25bc07b9d248b3f6c0e5b7ae0c0220a19b:/wolnelektury/media/css/master.book.css?ds=sidebyside diff --git a/wolnelektury/media/css/master.book.css b/wolnelektury/media/css/master.book.css index b789bcd0e..72b1b4630 100644 --- a/wolnelektury/media/css/master.book.css +++ b/wolnelektury/media/css/master.book.css @@ -35,6 +35,7 @@ img { height: 1.5em; background: #333; color: #FFF; + opacity: 0.9; } #menu ul { @@ -63,7 +64,7 @@ img { background: #FFF url(/media/img/arrow-up.png) no-repeat center right; } -#toc { +#toc, #themes { position: fixed; left: 0em; top: 1.5em; @@ -76,9 +77,10 @@ img { height: 16em; overflow-x: hidden; overflow-y: auto; + opacity: 0.9; } -#toc ol { +#toc ol, #themes ol { list-style: none; padding: 0; margin: 0;