X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d3625dc6aa64c9850208347197aa3671acd2f95e..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 bd7fc6354..38df87c21 100644 --- a/src/wolnelektury/static/css/new.book.css +++ b/src/wolnelektury/static/css/new.book.css @@ -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; @@ -280,8 +295,9 @@ table { width: 100%; } -table.border, table.border td, table.border th { +table.border td, table.border th { border: 1px solid black; + vertical-align: top; }