epubjs
Version:
Render ePub documents in the browser, across many devices
143 lines • 2.52 kB
CSS
/**/
body {
margin-left: 10%;
margin-right: 10%
}
h1, h2, h3, h4, h5, h6 {
text-align: center;
/* all headings centered */
clear: both
}
p {
margin-top: 0.75em;
text-align: justify;
margin-bottom: 0.75em
}
hr {
width: 33%;
margin-top: 2em;
margin-bottom: 2em;
margin-left: auto;
margin-right: auto;
clear: both
}
table {
margin-left: auto;
margin-right: auto
}
.pagenum {
/* uncomment the next line for invisible page numbers */
/* visibility: hidden; */
font-size: smaller;
text-align: right
}
/* page numbers */
/* poetry number */
.blockquot {
margin-left: 5%;
margin-right: 10%
}
.sidenote {
padding-bottom: 0.5em;
padding-top: 0.5em;
padding-left: 0.5em;
padding-right: 0.5em;
margin-left: 1em;
clear: right;
margin-top: 1em;
font-size: smaller;
color: black;
background: #eee
}
.center {
text-align: center
}
.smcap {
font-variant: small-caps
}
.u {
text-decoration: underline
}
.caption {
font-weight: bold
}
/* Images */
.figcenter {
margin: auto;
text-align: center
}
.figleft {
clear: left;
margin-left: 0;
margin-bottom: 1em;
margin-top: 1em;
margin-right: 1em;
padding: 0;
text-align: center
}
.figright {
clear: right;
margin-left: 1em;
margin-bottom: 1em;
margin-top: 1em;
margin-right: 0;
padding: 0;
text-align: center
}
/* Footnotes */
.footnote {
margin-left: 10%;
margin-right: 10%;
font-size: 0.9em
}
.footnote .label {
text-align: right
}
.fnanchor {
vertical-align: super;
font-size: 0.8em;
text-decoration: none
}
/* Poetry */
.poem {
margin-left: 10%;
margin-right: 10%;
text-align: left
}
.poem br {
display: none
}
.poem .stanza {
margin: 1em 0 1em 0
}
.poem span.i0 {
display: block;
margin-left: 0;
padding-left: 3em;
text-indent: -3em
}
.poem span.i2 {
display: block;
margin-left: 2em;
padding-left: 3em;
text-indent: -3em
}
.poem span.i4 {
display: block;
margin-left: 4em;
padding-left: 3em;
text-indent: -3em
}
hr.full {
width: 100%;
margin-top: 3em;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
border-width: 4px 0 0 0;
/* remove all borders except the top one */
border-style: solid;
border-color: #000;
clear: both
}
/**/