1c73fc08e0a4b8f0c32f44973a2e4db28104e6d3
[project-aon.git] / en / .publisher / style / epub / main.csst
1 @font-face {
2  font-family: "Souvenir Light";
3  font-weight: normal;
4  font-style: normal;
5  src: url("SouvenirStd-Light.otf") format("opentype");
6 }
7
8 @font-face {
9  font-family: "Souvenir Light";
10  font-weight: normal;
11  font-style: italic;
12  src: url("SouvenirStd-LightItalic.otf") format("opentype");
13 }
14
15 @font-face {
16  font-family: "Souvenir Light";
17  font-weight: bold;
18  font-style: normal;
19  src: url("SouvenirStd-Demi.otf") format("opentype");
20 }
21
22 @font-face {
23  font-family: "Souvenir Light";
24  font-weight: bold;
25  font-style: italic;
26  src: url("SouvenirStd-DemiItalic.otf") format("opentype");
27 }
28
29 #page-header { 
30  display: oeb-page-head
31 }
32
33 html, body {
34  font-family: "Souvenir Light", serif;
35 }
36
37 ul.unbulleted { 
38  list-style-type: none
39 }
40
41 .illustration, div.signpost, .maintext table, #footnotes table {
42  margin-bottom: 2ex
43 }
44
45 .dedication {
46  font-weight: bold;
47 }
48
49 dt, cite, .dedication, .thought, .onomatopoeia, .spell {
50  font-style: italic;
51 }
52
53 .dedication, .illustration, div.signpost {
54  text-align: center
55 }
56
57 #footnotes, span.signpost, .smallcaps {
58  font-size: 0.8em
59 }
60
61 .dedication {
62  margin-top: 15ex;
63  margin-bottom: 15ex;
64 }
65
66 .choice, .puzzle, .deadend, .combat {
67  margin-left: 1em;
68 }