Update copyright and license notifications
[project-aon.git] / en / .publisher / style / standard / main.csst
1 @import url( more.css );
2
3 html, body {
4  background-color: %%background-color%%;
5  color: %%text-color%%;
6  font-family: Souvenir, Georgia, "Times New Roman", Times, serif;
7 }
8
9 #title {
10  position: absolute;
11  top: 0px;
12  left: 0px;
13  width: 550px;
14  height: 100px;
15  padding: 0px;
16  border: 0px none;
17  margin: 0px;
18 }
19
20 #body {
21  position: absolute;
22  top: 95px;
23  left: 100px;
24  width: 450px;
25  padding: 0px;
26  border: 0px none;
27  margin: 0px;
28 }
29
30 #footnotes {
31  font-size: 0.8em;
32 }
33
34 hr { margin-left: 0px; }
35
36 p, ol, ul, dl, blockquote { text-align: justify }
37
38 ul.unbulleted { list-style-type: none }
39
40 b { font-weight: bold }
41
42 h1, h2, h3, h4, h5, h6 {
43  margin-top: 0px;
44  border: 0px none;
45  padding: 0px;
46  clear: left;
47  text-align: left;
48 }
49
50 .maintext table, #footnotes table {
51  margin-left: auto;
52  margin-right: auto;
53  margin-bottom: 2ex;
54 }
55
56 :link:focus, :visited:focus {
57 }
58
59 :link, :visited {
60  background-color: transparent;
61  color: %%link-color%%;
62  text-decoration: none;
63  font-weight: bold;
64 }
65
66 :link:hover, :visited:hover {
67  background-color: %%hover-link-background-color%%;
68  color: %%link-color%%;
69  text-decoration: none;
70  font-weight: bold;
71 }
72
73 .navigation :link:hover, .navigation :visited:hover {
74  background-color: transparent;
75  color: %%link-color%%;
76  text-decoration: none;
77  font-weight: bold;
78 }
79
80 :link:active, :visited:active {
81  background-color: transparent;
82  color: %%link-color%%;
83  text-decoration: none;
84  font-weight: bold;
85 }
86
87 dt {
88  font-weight: bold;
89 }
90
91 .navigation, div.signpost, .illustraion, .caption, .center {
92  text-align: center;
93 }
94
95 .illustration {
96  margin-bottom: 2ex;
97 }
98
99 div.signpost {
100  padding-top: 0.5em;
101  padding-bottom: 0.5em;
102  line-height: 1.5em;
103 }
104
105 span.signpost { font-size: 0.8em }
106
107 .author {
108  text-align: center;
109  font-weight: bold;
110 }
111
112 .dedication {
113  text-align: center;
114  font-style: italic;
115  font-weight: bold;
116  margin-top: 15ex;
117  margin-bottom: 15ex;
118 }
119
120 .copyright {
121  text-align: center;
122  font-style: italic;
123 }
124
125 .choice, .puzzle, .deadend, .combat {
126  text-align: left;
127  margin-left: 15px;
128  width: 435px;
129 }
130
131 .smallcaps {
132  font-size: 0.8em;
133 }
134
135 ul .illustration {
136  margin-left: -2.5em;
137 }