X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/07fdba2c7fe8e11b6867712d47bdd608e88c29fb..4b0833f222da430d31356b6f065e56073b849d0f:/scripts/master.css diff --git a/scripts/master.css b/scripts/master.css index 98e142b..a7cdb00 100644 --- a/scripts/master.css +++ b/scripts/master.css @@ -1,9 +1,14 @@ +/* + * This file is part of Librarian, licensed under GNU Affero GPLv3 or later. + * Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. + * + */ body { font-size: 16px; - font: Georgia, "Times New Roman", serif; + font-family: Georgia, "Times New Roman", serif; line-height: 1.5em; margin: 3em; - max-width: 36em; + max-width: 48em; } a { @@ -170,6 +175,10 @@ div.note p, div.dedication p, div.note p.paragraph, div.dedication p.paragraph { font-style: italic; } +div.frame { + border: 1px darkgray solid; +} + hr.spacer { height: 3em; visibility: hidden; @@ -205,3 +214,8 @@ em.person { font-variant: small-caps; } +em.wieksze-odstepy +{ + font-style: normal; + word-spacing: 1em; +}