@charset "utf-8";
/* CSS Document */
html {}
body {
font-family: Garamond, Times, Serif;
font-size: 100%;
text-align: left;
}
h1 {
text-align: center;
font-size: 2em;
margin: 1em 0 0;
}
.verse-intro {
margin: 1em 1em 1em 0em;
text-align:right;
}
.chapter h1 {
}
.by-same-author h1 {
font-style: italic;
font-weight: normal;
font-size: 1.25em;
padding: 0;
}
h2 {
font-size: 1.5em;
padding: 1.5em 0 0 0;
margin: 0 0 0.5em 0;
}
h2#Dag5_1 {
padding: 2em 2.75em 0;
}
div h2 {
page-break-before: always;
}
h3, p.subtitle {
font-size: 1.25em;
margin: 1em 0 0;
}
h4 {}
h5 {}
h6 {}
ul.toc {
padding: 1em 0em 0.5em 2em;
}
ul, ol {
margin: 0 0.5em 1em 1em;
list-style: none;
}
li {
margin: 1em 0em 0.5em 0em;
}
ol {
list-style:decimal;
}
ul {
list-style:disc;
}
ul.empty {
list-style:none;
}
a,
a:link,
a:visited,
a:hover,
a:active {
color: #000;
font-weight: bold;
text-decoration:none;
}
p a span {
vertical-align: super ! important;
font-size: 0.75em;
}
/* first paragraphs following another element (not paragraph) */
p {
padding: 1em 0 0;
margin:0;
line-height: 1.4em;
}
/* adjacent paragraphs with text-indent in all paragraphs following another paragraph */
p + p {
text-indent: 1.5em;
padding: 0;
}
p.pause {
text-indent: -1em;
padding: 0.5em 0 0.5em 0;
text-align:center ! important;
font-weight: bold;
}
p.pause::after, p.pause:after {
font-size:1em;
content: " ";
text-align:center ! important;
}
.quotation-intro + p, .source-intro + p, h1 + p, p.pause + p, p.subtitle + p, ul + p, ol + p {
text-indent: 0 ! important;
}
.title p {
padding: 0;
text-indent: 0;
}
.colophon p {
margin: 0;
padding: 0;
text-indent: 0 ! important;
font-size: 1em;
font-weight: normal;
}
.colophon + .colophon {
text-indent: 0em !important;
}
.about-the-author p + p,
.acknowledgements p + p{
text-indent: 0;
padding: 1em 0 0;
}
img {
padding: 1em 0 0;
float: none;
max-width: 100%;
}
div.figure
{
padding: 0.5em;
text-align:center;
margin-top: 1em;
margin-bottom: 0em;
}
div.figure + p {
text-indent: 0;
}
.cover img {
max-width: 100%;
height:auto;
}
.align-left {
float: left;
padding: 0 1em 1em 0;
}
.align-right {
float: right;
padding: 0 0 1em 1em;
}
p.chapter-subtitle {
padding: 0em 0em 2em 0em;
}
em, p.chapter-subtitle {
font-style: italic;
}
/* Used for ... */
.author-name {
margin: 2em 0 0;
font-size: 2em;
}
/* Used for ... */
.book-title {
margin: 1em 0 0;
font-size: 3em;
}
/* Used for ... */
.book-subtitle {
margin: .5em 0 0;
font-size: 1.5em;
font-weight: bold;
text-transform: uppercase;
}
/* Used for... */
.publisher {
margin: 4em 0 0;
font-size: 1.5em;
}
/* Used for ... */
.dedication {
font-size: 1.25em;
}
.author-name {}
.copyright {}
.subtitle {
font-weight:bold;
text-indent: 0;
} /* til fx kapitel */
.entry {}
.dialogue {}
.quotation-intro {
text-align: right;
padding: 2em 2em 2em 2em;
}
.source-intro {
text-align: right;
font-style: italic;
padding: 0em 2em 2em 0em;
}
/* Set a max-width */
.epigraph {
max-width: 24em;
margin: 0 auto;
}
/* Used for Epigraph, in chapters */
.quotation {
text-indent: 0;
padding: 18em 0 0;
}
.chapter .quotation {
padding: 2em 0 0;
font-style: italic;
line-height: 1em;
}
/* Used for Epigraph, in chapters */
.source {
padding: 1em 0 0;
text-align: right;
}
.source + p {
padding: 4em 0 0;
text-indent:0;
}
.chapter .source {
text-align:left;
padding: 1em 0 0 12em;
}
/* Used for Dedication, in chapters */
.verse,
.signature {
max-width: 75%;
padding: 0;
text-indent: 0;
}
.chapter .verse,
.chapter .signature {
padding: 2em;
text-indent: 0;
}
verse-number,
entry-number {}
/****************/
/* Wrapper divs */
/****************/
/* These pages are all centered */
.by-same-author,
.colophon,
.dedication,
.title {
text-align: center;
padding: 1em;
}
/* These pages are left-aligned */
.about-the-author,
.acknowledgements,
.epigraph,
.chapter,
.introduction,
.preface {
padding: 1em;
}