@charset "utf-8"; /* ---------------------------------------------------------- */ /* Page */ @page { margin-top: 5px; margin-bottom: 5px; } body { text-align: justify; font-size: 0.8em; margin-left: 10px; margin-right: 25px; } /* ---------------------------------------------------------- */ /* Styles */ .b { font-weight: bold; } .i { font-style: italic; } /* ---------------------------------------------------------- */ /* Sections */ .part, .chapter, .section1 { text-align: justify; } .pubInfo { text-align: center; } /* ---------------------------------------------------------- */ /* Headlines */ /* Sections */ .title-part { font-size: 2em; font-style: normal; font-weight: bold; margin-top: 2em; margin-bottom: 1em; text-align: center; } .title-chapter { font-size: 1.6em; font-style: normal; font-weight: bold; margin-top: 2em; margin-bottom: 1em; text-align: center; } .title-section1 { font-size: 1.3em; font-style: normal; font-weight: bold; margin-top: 2em; margin-bottom: 1em; text-align: center; } .title-frontMatter, .title-toc { font-size: 1.6em; font-style: normal; font-weight: bold; margin-top: 2em; text-align: center; } .subtitle-part { font-size: 1.5em; font-style: normal; font-weight: bold; margin-bottom: 1em; text-align: center; } .subtitle-chapter { font-size: 1.2em; font-style: normal; font-weight: bold; margin-bottom: 1em; text-align: center; } /* ---------------------------------------------------------- */ /* Paragraphs */ .p-indent, .p-c, .p-c-br { margin-top: 0; margin-bottom: 0; } /* P-blanc */ .p-blanc { margin: 0; } .p-indent { text-indent: 1em; } .p-c, .p-c-br { text-align: center; } .p-blocktext { margin-left: 1em; margin-right: 1em; margin-top: 0; margin-bottom: 0; } .p-d-blocktext { margin-left: 1em; margin-right: 1em; text-align: right; margin-top: 0; margin-bottom: 0; } /* ---------------------------------------------------------- */ /* Images */ img { max-width: 100%; max-height: 100%; } .cover_image { margin-top: 0; margin-bottom: 0; text-align: center; } /* ---------------------------------------------------------- */ /* Box */ .blocktext { display: block; margin-left: 1em; margin-right: 1em; margin-top: 0.5em; margin-bottom: 0.5em; padding: 1em; text-align: justify; } /* ---------------------------------------------------------- */ /* TOC */ .toc_entry { margin-left: 1em; font-style: italic; } .toc_entry_part { font-weight: bold; margin-top: 1em; font-style: normal; } .toc_entry_chapter { margin-top: 0.5em; font-style: normal; } /* ---------------------------------------------------------- */ /* MINITOC */ /* ---------------------------------------------------------- */ /* Index */ /* ---------------------------------------------------------- */ /* Tables */ /* ---------------------------------------------------------- */ /* Lists, no marge in list otherwise displayed inline by Kindle*/ ol { margin-left: 2.5em; margin-top: 0.5em; margin-bottom: 0.5em; list-style: none; list-style-type: "– "; text-indent: 0; } ol.nl { list-style: decimal; text-indent: 0; } /* ---------------------------------------------------------- */ /* Footnotes */ /* ---------------------------------------------------------- */ /* Endnotes */ /* ---------------------------------------------------------- */ /* Computer & scri */ /* ---------------------------------------------------------- */ /* Verse Source */ /* ---------------------------------------------------------- */ /* Glossaire */ /* ---------------------------------------------------------- */ /* Divers */ /* ---------------------------------------------------------- */ /* Font */ @font-face { font-family: "DejaVuSerif"; font-style: italic; font-weight: bold; src: url(../Fonts/DejaVuSerif-BoldItalic.ttf); } @font-face { font-family: "DejaVuSerif"; font-style: normal; font-weight: bold; src: url(../Fonts/DejaVuSerif-Bold.ttf); } @font-face { font-family: "DejaVuSerif"; font-style: italic; font-weight: normal; src: url(../Fonts/DejaVuSerif-Italic.ttf); } @font-face { font-family: "DejaVuSerif"; font-style: normal; font-weight: normal; src: url(../Fonts/DejaVuSerif.ttf); } body { font-family: DejaVuSerif; }