Make the new skin the default; normalize rules
[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 html, body {
30  font-family: "Souvenir Light", serif;
31 }
32
33 ul.unbulleted { 
34  list-style-type: none
35 }
36
37 .illustration, div.signpost, .maintext table, #footnotes table {
38  margin-bottom: 2ex
39 }
40
41 .dedication {
42  font-weight: bold;
43 }
44
45 dt, cite, .dedication, .thought, .onomatopoeia, .spell {
46  font-style: italic;
47 }
48
49 .dedication, .illustration, div.signpost {
50  text-align: center
51 }
52
53 #footnotes, span.signpost, .smallcaps {
54  font-size: 0.8em
55 }
56
57 .dedication {
58  margin-top: 15ex;
59  margin-bottom: 15ex;
60 }
61
62 .choice, .puzzle, .deadend, .combat {
63  margin-left: 1em;
64 }