X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/648dff98814d2ddeda2f06a8c0e2fb01547fac2a..6dc2540f663c92368314d610d161f3044fcc845c:/lib/librarian/bin/master.css diff --git a/lib/librarian/bin/master.css b/lib/librarian/bin/master.css index f07e41cef..98e142b9f 100644 --- a/lib/librarian/bin/master.css +++ b/lib/librarian/bin/master.css @@ -51,20 +51,22 @@ p { /* ======================== */ .theme-begin { border-left: 0.1em solid #DDDDDD; - color: #666; - float: right; - margin: 0 -9.5em 0 0; + color: #777; padding: 0 0.5em; width: 7.5em; font-style: normal; font-weight: normal; font-size: 16px; + position: absolute; + left: 40em; + line-height: 1.5em; + text-align: left; } .annotation { font-style: normal; font-weight: normal; - font-size: 16px; + font-size: 12px; } #footnotes .annotation { @@ -82,6 +84,26 @@ p { margin-left: 2.5em; } + +/* ============= */ +/* = Numbering = */ +/* ============= */ +.anchor { + float: left; + margin: -0.2em -0.5em -0.2em -3.5em; + color: #777; + font-size: 12px; + width: 2em; + text-align: center; + padding: 0.2em 0.5em; +} + +.anchor:hover, .anchor:active { + color: #FFF; + background-color: #CCC; +} + + /* =================== */ /* = Custom elements = */ /* =================== */ @@ -143,7 +165,7 @@ div.fragment { padding-bottom: 1.5em; } -div.note p, div.note p.paragraph { +div.note p, div.dedication p, div.note p.paragraph, div.dedication p.paragraph { text-align: right; font-style: italic; } @@ -152,3 +174,34 @@ hr.spacer { height: 3em; visibility: hidden; } + +hr.spacer-line { + margin: 1.5em 0; + border: none; + border-bottom: 0.1em solid #000; +} + +p.spacer-asterisk { + padding: 0; + margin: 1.5em 0; + text-align: center; +} + +div.person-list ol { + list-style: none; + padding: 0 0 0 1.5em; +} + +p.place-and-time { + font-style: italic; +} + +em.math, em.foreign-word, em.book-title, em.didaskalia, em.author-emphasis { + font-style: italic; +} + +em.person { + font-style: normal; + font-variant: small-caps; +} +