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