X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0d2ad838d03a600b034f6355a1d43f74debd62eb..51099aa7aa297f5f38fe052c5caa49b22170e7ac:/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 1c615df47..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-family: 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,7 +28,7 @@ a { img { border: none; - max-width: 36em; + max-width: 48em; margin-top: 1em; } @@ -95,7 +95,7 @@ img { } -#toc, #themes, #nota_red, #info, #other-versions, #objects { +#wltoc, #themes, #nota_red, #info, #other-versions, #objects { position: fixed; left: 0; top: 1.5em; @@ -128,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;