X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..b439ad7f35e01bc02e281044fd8a58c24d92900d:/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 a5f4c0676..db78b533f 100644 --- a/src/wolnelektury/static/css/new.book.css +++ b/src/wolnelektury/static/css/new.book.css @@ -10,6 +10,11 @@ a { text-decoration: none; } +img { + max-width: 37.5rem; + margin-top: 1em; +} + /* ================================== */ /* = Header with logo and menu = */ /* ================================== */ @@ -222,6 +227,13 @@ div.note p, div.dedication p, div.note p.paragraph, div.dedication p.paragraph { font-style: italic; } +div.frame { + border: 1px darkgray solid; + padding: 1em; + margin-top: 1em; + margin-bottom: 1em; +} + hr.spacer { height: 3em; visibility: hidden; @@ -261,10 +273,25 @@ em.person { font-variant: small-caps; } +em.wieksze-odstepy { + font-style: normal; + word-spacing: 1em; +} + .verse:after { content: "\feff"; } +table { + border-collapse: collapse; + width: 100%; +} + +table.border td, table.border th { + border: 1px solid black; + vertical-align: top; +} + /* =================================== */ /* = Hide some elements for printing = */