X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/46b8dca20c77629901ed4fc3d398436180649c71..5da35f4ab623303b385a7224e2fdbadabac65a59:/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 ae77c6528..38df87c21 100644 --- a/src/wolnelektury/static/css/new.book.css +++ b/src/wolnelektury/static/css/new.book.css @@ -11,7 +11,7 @@ a { } img { - max-width: 36em; + max-width: 37.5rem; margin-top: 1em; } @@ -104,6 +104,10 @@ p { padding-left: 2px; position: relative; top: -4px; + user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; } #footnotes { @@ -115,6 +119,10 @@ p { float: left; width: 2.5em; clear: both; + user-select: auto; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; } #footnotes div { @@ -227,6 +235,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,10 +281,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 = */