X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ee99f155d35803cc802ce2a2200fb98cee015772..8132fc186eb0c5fd02c86828c3a4735754296d02:/redakcja/static/css/book.css diff --git a/redakcja/static/css/book.css b/redakcja/static/css/book.css index a29d1d63..f685e41e 100644 --- a/redakcja/static/css/book.css +++ b/redakcja/static/css/book.css @@ -1,6 +1,6 @@ body { font-size: 16px; - font: Georgia, "Times New Roman", serif; + font-family: Georgia, "Times New Roman", serif; line-height: 1.5em; margin: 0; } @@ -12,7 +12,20 @@ a { #book-text { margin: 3em; - max-width: 36em; + max-width: 48em; +} + +table { + border-collapse: collapse; + width: 100%; +} + +table.border, table.border td, table.border th { + border: 1px solid black; +} + +td, th { + vertical-align: top; } /* ================================== */ @@ -24,6 +37,8 @@ a { img { border: none; + max-width: 48em; + margin-top: 1em; } #logo { @@ -35,8 +50,8 @@ img { #menu { position: fixed; - left: 0em; - top: 0em; + left: 0; + top: 0; width: 100%; height: 1.5em; background: #333; @@ -91,7 +106,7 @@ img { #toc, #themes, #nota_red, #info { position: fixed; - left: 0em; + left: 0; top: 1.5em; width: 37em; padding: 1.5em; @@ -107,7 +122,7 @@ img { } #download { position: fixed; - left: 0em; + left: 0; top: 1.5em; width: 37em; padding: 1.5em; @@ -353,6 +368,11 @@ div.note p, div.dedication p, div.note p.paragraph, div.dedication p.paragraph { font-style: italic; } +div.frame { + border: 1px darkgray solid; + padding-bottom: 1.5em; +} + hr.spacer { height: 3em; visibility: hidden; @@ -392,6 +412,12 @@ em.person { font-variant: small-caps; } +em.wieksze-odstepy +{ + font-style: normal; + word-spacing: 1em; +} + .verse:after { content: "\feff"; }