X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1cdc0e97526e19d73fe5cf3ca92ae937b55790cb..041300592f718e61cec2b50117eef6e631479649:/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 9a6eef967..db78b533f 100644 --- a/src/wolnelektury/static/css/new.book.css +++ b/src/wolnelektury/static/css/new.book.css @@ -227,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; @@ -266,16 +273,23 @@ 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, td, th { +table.border td, table.border th { border: 1px solid black; + vertical-align: top; }