@charset "utf-8"; /* ---------------------------------------------------------- */ /* Page */ @page { margin-top: 5px; margin-bottom: 5px; } body { text-align: justify; font-size: 0.8em; margin-left: 15px; margin-right: 15px; } /* ---------------------------------------------------------- */ /* Styles */ /* ---------------------------------------------------------- */ /* Sections */ .chapter { text-align: justify; } .pubInfo { text-align: center; } .dedicationPage { text-align: right; } /* ---------------------------------------------------------- */ /* Headlines */ /* Sections */ h1 { text-align: center; text-indent: 0; } .title-chapter { font-size: 1.6em; font-style: normal; font-weight: bold; margin-top: 2em; margin-bottom: 0.5em; } .title-frontMatter { font-size: 1.6em; font-style: normal; font-weight: bold; margin-top: 2em; text-align: center; margin-bottom: 0.5em; } /* ---------------------------------------------------------- */ /* Paragraphs */ .p { margin-top: 0; margin-bottom: 0; } .p-indent { margin-top: 0; margin-bottom: 0; } .p-d { margin-top: 0; margin-bottom: 0; } .p-c { margin-top: 0; margin-bottom: 0; } .p-c-br { margin-top: 0; margin-bottom: 0; } /* P-blanc */ .p-blanc { margin: 0; } .p-blocktext { margin-left: 1em; margin-right: 1em; } .p-br-blocktext { margin-left: 1em; margin-right: 1em; } .p-c-br-box { margin-left: 1em; margin-right: 1em; text-align: center; } .p-d-br-blocktext { margin-left: 1em; margin-right: 1em; text-align: right; } .p-indent-blocktext { text-indent: 1em; margin-left: 1em; margin-right: 1em; } /* ---------------------------------------------------------- */ /* Images */ .image_deco { text-align: center; margin-top: 1.5em; margin-bottom: 1.5em; } .illustype_fullpage_image { text-align: center; margin-top: 1.5em; margin-bottom: 1.5em; } img { max-width: 100%; max-height: 100%; } .cover_image { margin-top: 0; margin-bottom: 0; text-align: center; } /* ---------------------------------------------------------- */ /* Box */ .box { display: block; margin-left: 1em; margin-right: 1em; margin-top: 1.5em; margin-bottom: 1.5em; padding: 1em; border: 1px solid #333; text-align: justify; } .blocktext { display: block; margin-left: 1em; margin-right: 1em; margin-top: 1.5em; margin-bottom: 1.5em; padding: 1em; text-align: justify; } /* ---------------------------------------------------------- */ /* TOC */ /* ---------------------------------------------------------- */ /* MINITOC */ /* ---------------------------------------------------------- */ /* Index */ /* ---------------------------------------------------------- */ /* Tables */ table { border-collapse: collapse; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: auto; margin-right: auto; font-size: small; text-align: left; } th { font-weight: bold; } /* ---------------------------------------------------------- */ /* Lists, no marge in list otherwise displayed inline by Kindle*/ ol, ul { margin-left: 2.5em; margin-top: 0.5em; margin-bottom: 0.5em; list-style: none; text-indent: -1em; } p ul, p ol { margin-top: 0; } /* ---------------------------------------------------------- */ /* Footnotes */ /* ---------------------------------------------------------- */ /* Endnotes */ /* ---------------------------------------------------------- */ /* Computer & scri */ /* ---------------------------------------------------------- */ /* Verse Source */ /* ---------------------------------------------------------- */ /* Glossaire */ /* ---------------------------------------------------------- */ /* Divers */ /* ---------------------------------------------------------- */ /* Font */ @font-face { font-family: "DejaVuSerif"; font-style: italic; font-weight: bold; } @font-face { font-family: "DejaVuSerif"; font-style: normal; font-weight: bold; } @font-face { font-family: "DejaVuSerif"; font-style: italic; font-weight: normal; } @font-face { font-family: "DejaVuSerif"; font-style: normal; font-weight: normal; } body { font-family: "DejaVuSerif"; }