X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/65a1f637391920c91a42cfd36695e55b84a1eb95..4f6a27e3061f506dfbda6d3a0b7bda5b28f6471b:/wolnelektury/media/css/master.book.css?ds=inline diff --git a/wolnelektury/media/css/master.book.css b/wolnelektury/media/css/master.book.css index b789bcd0e..d8ffe492d 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; @@ -179,8 +181,12 @@ p { #footnotes p { margin-left: 2.5em; + font-size: 0.875em; } +blockquote { + font-size: 0.875em; +} /* ============= */ /* = Numbering = */ @@ -204,21 +210,21 @@ p { /* = Custom elements = */ /* =================== */ span.author { - font-size: 0.75em; + font-size: 0.5em; display: block; line-height: 1.5em; margin-bottom: 0.25em; } span.collection { - font-size: 0.75em; + font-size: 0.375em; display: block; line-height: 1.5em; margin-bottom: -0.25em; } span.subtitle { - font-size: 0.75em; + font-size: 0.5em; display: block; line-height: 1.5em; margin-top: -0.25em; @@ -226,7 +232,7 @@ span.subtitle { div.didaskalia { font-style: italic; - margin: 0.5em 0 0; + margin: 0.5em 0 0 1.5em; } div.kwestia { @@ -254,6 +260,7 @@ p.motto { p.motto_podpis { font-size: 0.875em; + text-align: right; } div.fragment { @@ -292,10 +299,14 @@ p.place-and-time { font-style: italic; } -em.math, em.foreign-word, em.book-title, em.didaskalia, em.author-emphasis { +em.math, em.foreign-word, em.book-title, em.didaskalia { font-style: italic; } +em.author-emphasis { + letter-spacing: 0.1em; +} + em.person { font-style: normal; font-variant: small-caps;