summaryrefslogtreecommitdiff
path: root/epub.css
blob: 1774066cc0a11f0fb77b8ba76cf713a82b0ac683 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* This defines styles and classes used in the book */
body { margin-left: 5%; margin-right: 5%; margin-top: 5%; margin-bottom: 5%; text-align: justify; font-size: medium; }
code { font-family: monospace; }
h1 { text-align: center; }
h2 { text-align: center; }
h3 { text-align: center; }
h4 { text-align: center; }
h5 { text-align: center; }
h6 { text-align: center; }
h1.title { }
h2.author { }