X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/91eb62bdcc6b891f12d20b1d8d5d70cbd7b12325..9574b970bdd6e28fc6178b736e8e17dfca15fd4e:/src/wolnelektury/static/css/new.book.css diff --git a/src/wolnelektury/static/css/new.book.css b/src/wolnelektury/static/css/new.book.css index a1d45c8de..77f819756 100644 --- a/src/wolnelektury/static/css/new.book.css +++ b/src/wolnelektury/static/css/new.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; } @@ -14,34 +14,39 @@ img { max-width: 37.5rem; margin-top: 1em; } +.animacja { + margin-top: 1em; +} +.animacja img { + margin-top: 0; +} /* ================================== */ /* = Header with logo and menu = */ /* ================================== */ -#toc ol, #themes ol, #objects ol { +#wltoc ol, #themes ol, #objects ol { list-style: none; padding: 0; margin: 0; } - -#toc ol li { - font-weight: bold; +#wltoc ol { + padding-left: 1.5em; } -#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;