reorganizing the repository
[project-aon.git] / en / .publisher / style / freewaywarrior / 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, div.signpost, .illustraion, .caption, .center {
86  text-align: center;
87 }
88
89 div.signpost {
90  padding-top: 0.5em;
91  padding-bottom: 0.5em;
92  line-height: 1.5em;
93 }
94
95 span.signpost { font-size: 0.8em }
96
97 .author {
98  text-align: center;
99  font-weight: bold;
100 }
101
102 .dedication {
103  text-align: center;
104  font-style: italic;
105  font-weight: bold;
106  margin-top: 15ex;
107  margin-bottom: 15ex;
108 }
109
110 .copyright {
111  text-align: center;
112  font-style: italic;
113 }
114
115 .choice, .combat {
116  text-align: left;
117  margin-left: 15px;
118  width: 435px;
119 }
120
121 .smallcaps {
122  font-size: 0.8em;
123 }