reorganizing the repository
[project-aon.git] / en / .publisher / style / freewaywarrior-compatible / main.csst
1 @import url( more.css );
2
3 html, body {
4  background-color: %%background-color%%;
5  color: %%text-color%%;
6  font-family: Calibiri, "Lucida Grande", Verdana, Trebuchet, Arial, Helvetica, sans-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: 100px;
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: 1em;
44  border: 0px none;
45  padding: 0px;
46  clear: left;
47  text-align: left;
48 }
49
50 :link:focus, :visited:focus {
51 }
52
53 :link, :visited {
54  background-color: transparent;
55  color: %%link-color%%;
56  text-decoration: none;
57  font-weight: bold;
58 }
59
60 :link:hover, :visited:hover {
61  background-color: %%hover-link-background-color%%;
62  color: %%link-color%%;
63  text-decoration: none;
64  font-weight: bold;
65 }
66
67 .navigation :link:hover, .navigation :visited:hover {
68  background-color: transparent;
69  color: %%link-color%%;
70  text-decoration: none;
71  font-weight: bold;
72 }
73
74 :link:active, :visited:active {
75  background-color: transparent;
76  color: %%link-color%%;
77  text-decoration: none;
78  font-weight: bold;
79 }
80
81 dt {
82  font-weight: bold;
83 }
84
85 .navigation, .signpost, .illustraion, .caption, .center {
86  text-align: center;
87 }
88
89 .author {
90  text-align: center;
91  font-weight: bold;
92 }
93
94 .dedication {
95  text-align: center;
96  font-style: italic;
97  font-weight: bold;
98  margin-top: 15ex;
99  margin-bottom: 15ex;
100 }
101
102 .copyright {
103  text-align: center;
104  font-style: italic;
105 }
106
107 .choice, .combat {
108  text-align: left;
109  margin-left: 15px;
110  width: 435px;
111 }
112
113 .smallcaps {
114  font-size: 0.8em;
115 }