horrors2

Awful horror fiction
git clone https://git.woozle.org/neale/horrors2.git

cruft  ·  2009-11-18

style.css

 1@font-face {
 2    font-family: "Antykwa Torunska";
 3    src: url(AntykwaTorunska-Regular.otf);
 4}
 5
 6@font-face {
 7    font-family: "Antykwa Torunska";
 8    font-style: italic;
 9    src: url(AntykwaTorunska-Italic.otf);
10}
11
12@font-face {
13    font-family: "Antykwa Torunska";
14    font-weight: bold;
15    src: url(AntykwaTorunska-Bold.otf);
16}
17
18body {
19    max-width: 40em;
20    font-family: "Antykwa Torunska";
21    text-align: justify;
22}
23
24img {
25    max-width: 100%;
26    max-height: 100%;
27}
28
29.part {
30    padding: 40% 0;
31    page-break-before: always;
32    page-break-after: always;
33    font-size: 400%;
34    text-align: center;
35}
36
37.chapter {
38    page-break-before: always;
39    margin-top: 40%;
40}
41
42.author {
43    border-bottom: 2px solid black;  
44}