X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..5ac6f14db010bbfbcf39190d0b639a47ab1c89d3:/src/wolnelektury/static/css/master.book.css diff --git a/src/wolnelektury/static/css/master.book.css b/src/wolnelektury/static/css/master.book.css index 29c84765e..36cade8ec 100644 --- a/src/wolnelektury/static/css/master.book.css +++ b/src/wolnelektury/static/css/master.book.css @@ -1,6 +1,6 @@ body { font-size: 16px; - font: Georgia, "Times New Roman", serif; + font-family: Gelasio, Georgia, "Times New Roman", serif; line-height: 1.5em; margin: 0; } @@ -12,11 +12,11 @@ a { #book-text { margin: 0 3em; - max-width: 36em; + max-width: 48em; } #other-text #book-text { - width: 36em; + width: 48em; } /* ================================== */ @@ -28,6 +28,8 @@ a { img { border: none; + max-width: 48em; + margin-top: 1em; } #logo { @@ -39,8 +41,8 @@ img { #menu { position: fixed; - left: 0em; - top: 0em; + left: 0; + top: 0; width: 100%; height: 1.5em; background: #333; @@ -93,9 +95,9 @@ img { } -#toc, #themes, #nota_red, #info, #other-versions, #objects { +#wltoc, #themes, #nota_red, #info, #other-versions, #objects { position: fixed; - left: 0em; + left: 0; top: 1.5em; width: 37em; padding: 1.5em; @@ -111,7 +113,7 @@ img { } #download { position: fixed; - left: 0em; + left: 0; top: 1.5em; width: 37em; padding: 1.5em; @@ -126,30 +128,30 @@ img { z-index: 99; } -#toc ol, #themes ol, #objects ol { +#wltoc ol, #themes ol, #objects ol { list-style: none; padding: 0; margin: 0; } -#toc ol li { +#wltoc ol li { font-weight: bold; } -#toc ol ol { +#wltoc ol ol { padding: 0 0 1.5em 1.5em; margin: 0; } -#toc ol ol li { +#wltoc ol ol li { font-weight: normal; } -#toc h2 { +#wltoc h2 { display: none; } -#toc .anchor { +#wltoc .anchor { float: none; margin: 0; color: blue;