X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/1e0f8d82649a23f695333d5ef4588e8b60afbe99..c69605017947202b0bbd0a2a2335cb37752141b9:/librarian/epub/style.css diff --git a/librarian/epub/style.css b/librarian/epub/style.css index 55ac117..70b05ae 100644 --- a/librarian/epub/style.css +++ b/librarian/epub/style.css @@ -183,6 +183,28 @@ p margin-bottom: 0.25em; } +.intitle +{ + margin: 0; + text-align: center; + font-weight: bold; + + font-size: 1.5em; + line-height: 1.5em; + margin-bottom: 0.25em; +} + +.insubtitle +{ + margin: 0; + text-align: center; + font-weight: bold; + + font-size: 1em; + line-height: 1.5em; + margin-bottom: 0.25em; +} + .collection { margin: 0; @@ -322,10 +344,11 @@ em.author-emphasis letter-spacing: 0.1em; } -em.person +.person-list em.person { font-style: normal; - font-variant: small-caps; + /*font-variant: small-caps;*/ + text-transform: uppercase; } p.info