X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/7dfc6d9f0ffa6fa6f66fafca857398ce821d8c0f..2a2d17a7156c427e128e5308a33f599147e9ee76:/librarian/epub/style.css diff --git a/librarian/epub/style.css b/librarian/epub/style.css index d217cce..82ad4b9 100644 --- a/librarian/epub/style.css +++ b/librarian/epub/style.css @@ -253,6 +253,12 @@ h2 + .paragraph:first-letter padding-bottom: 1.5em; } +.dedication, .dedication .paragraph +{ + text-align: right; + font-style: italic; +} + .note { text-align: right; @@ -266,10 +272,12 @@ h2 + .paragraph:first-letter text-align: justify; } -.dedication, .dedication .paragraph +.frame { - text-align: right; - font-style: italic; + border: 1px darkgray solid; + padding: 1em; + margin-top: 1em; + margin-bottom: 1em; } hr.spacer @@ -330,6 +338,12 @@ em.author-emphasis letter-spacing: 0.1em; } +em.wieksze-odstepy +{ + font-style: normal; + word-spacing: 1em; +} + .person-list em.person { font-style: normal; @@ -365,7 +379,12 @@ p.footer { table { border-collapse: collapse; + width: 100%; } -td { +table.border th, table.border td { border: 1px solid black; } + +th, td { + vertical-align: top; +} \ No newline at end of file