X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/ee1f5f9be7d4e2bb843c01a118cc090ab97e6cc6..1e0f8d82649a23f695333d5ef4588e8b60afbe99:/librarian/epub/style.css diff --git a/librarian/epub/style.css b/librarian/epub/style.css index f9fa978..55ac117 100644 --- a/librarian/epub/style.css +++ b/librarian/epub/style.css @@ -1,21 +1,53 @@ +@font-face { + font-family: "DejaVu Serif"; + font-weight: normal; + font-style: normal; + src: url(DejaVuSerif.ttf); +} +@font-face { + font-family: "DejaVu Serif"; + font-weight: bold; + font-style: normal; + src: url(DejaVuSerif-Bold.ttf); +} +@font-face { + font-family: "DejaVu Serif"; + font-weight: normal; + font-style: italic; + src: url(DejaVuSerif-Italic.ttf); +} +@font-face { + font-family: "DejaVu Serif"; + font-weight: bold; + font-style: italic; + src: url(DejaVuSerif-BoldItalic.ttf); +} + +body, p, h1, h2, h3, h4 { + font-family: "DejaVu Serif", serif; +} + + body { - font-size: 12pt; - font: Georgia, "Times New Roman" , serif; line-height: 1.5em; margin: 0; } a { - color: black; text-decoration: none; + color: #00e; +} + +a img { + border: 0; } #book-text { margin: 2em; - margin-right: 9em; + /*margin-right: 9em;*/ } /* =================================================== */ @@ -25,7 +57,6 @@ a .h2 { - size: big; font-size: 2em; margin: 0; margin-top: 1.5em; @@ -35,7 +66,7 @@ a .h3 { - text-align:left; + text-align:left; font-size: 1.5em; margin-top: 1.5em; font-weight: normal; @@ -136,7 +167,6 @@ p .title { font-size: 3em; - margin-bottom: 1.5em; text-align: center; line-height: 1.5em; font-weight: bold; @@ -187,11 +217,6 @@ div.kwestia margin-top: 0.5em; } -div.stanza -{ - margin-top: 1.5em; -} - .paragraph { text-align: justify; @@ -315,3 +340,10 @@ p.info img margin-left: 2em; margin-right: 2em; } + +p.minor { + font-size: 0.75em; +} +p.footer { + margin-top: 2em; +}