added web pages
[debian/openrocket] / web / html / layout-original.css
1
2 body {
3   margin: 0;
4   padding: 0;
5 }
6
7 #iewarn {
8   width: 100%;
9   background-color: #fa0;
10   text-align: center;
11   padding: 1em 2em;
12   border-top: solid 1px black;
13   border-bottom: solid 1px black;
14 }
15
16
17 h1 {
18   margin: 0.75em 2em 1.25em 2em;
19 }
20
21 h2 {
22   margin-top: 1.5em;
23   border-bottom: dotted 2px #f99;
24 }
25
26 a {
27   text-decoration: none;
28   color: #00F;
29 }
30 a:hover {
31   color: #55c;
32 }
33
34
35 div.menucontainer {
36   position: relative;
37 }
38
39 div.menu {
40   position: absolute;
41   left: 1.5em;
42   width: 12em;
43   margin: 0;
44   padding: 0 0;
45   background-color: #ccc;
46 }
47 div.menu ul {
48   position: relative;
49   left: -2px;
50   top: -2px;
51   right: 2px;
52   bottom: 2px;
53   background-color: #89cbe0;
54   border: solid 1px black;
55   list-style: none;
56   margin: 0;
57   padding: 0 0;
58 }
59
60 div.menu li {
61   display: block;
62   left: 0;
63   right: 0;
64   margin: 0;
65   text-align: center;
66 }
67
68 div.menu li:first-child {
69   padding: 0.5em 0;
70   font-size: 160%;
71 }
72
73 div.menu li+li {
74   border-top: dashed 1px black;
75 }
76
77 div.menu li a {
78   display: block;
79   left: 0;
80   right: 0;
81   font-style: normal;
82   text-decoration: none;
83   color: #00d;
84   padding: 0.75em 1em;
85   outline: none;
86 }
87 div.menu li a:focus {
88   background-color: #8fd5eb;
89 }
90
91 div.menu li a:hover {
92   background-color: #ee9494;
93 }
94
95 div.menu div.logo {
96   position: absolute;
97   top: 100%;
98   left: -2px;
99   margin-top: 15px;
100   width: 100%;
101 }
102
103 div.menu div.logo img {
104   display: block;
105   margin: 0 auto;
106 }
107
108
109 .page_index div.menu a[href="index.html"],
110 .page_features div.menu a[href="features.html"],
111 .page_screenshots div.menu a[href="screenshots.html"],
112 .page_download div.menu a[href="download.html"],
113 .page_documentation div.menu a[href="documentation.html"],
114 .page_contact div.menu a[href="contact.html"],
115 .page_report div.menu a[href="report.html"],
116 .page_license div.menu a[href="license.html"] {
117   font-weight: bold;
118   font-size: 110%;
119 }
120
121
122 .content {
123   margin: 0em 2em 2em 15.5em;
124   min-height: 27em;
125 }
126
127 img {
128   border: 0px;
129   outline: none;
130   font-size: 70%;
131 }
132
133 .smallshot {
134   float: left;
135   margin-top:2em;
136   text-align: center;
137   font-style: italic;
138   margin-right: 2em;
139 }
140 .smallshot.last {
141   margin-right: 0;
142 }
143 .clear {
144   clear:both;
145 }
146
147
148 .smallshotconst {
149   float: left;
150   width: 270px;
151   height: 220px;
152   margin: 1em 1em;
153   text-align: center;
154   font-style: italic;
155 }
156 .smallshotconst em {
157   font-style: normal;
158 }
159
160
161
162 a.help {
163   margin-left: 1em;
164   font-size: smaller;
165   font-style: italic;
166 }
167
168
169 pre.quote {
170   margin: 2em;
171   padding: 1em;
172   border: dashed 1px #888;
173   background-color: #ddd;
174 }
175
176 p.quote {
177   margin: 2em;
178 }
179
180 hr {
181   margin: 2em 0em;
182 }
183
184 .right {
185   float: right;
186   margin: 0;
187 }
188
189 li {
190   margin-top: 0.5em;
191 }
192
193
194 p.download {
195   margin: 2em;
196 }
197 p.download a {
198   font-size: 140%;
199   font-style: italic;
200   padding: 0.5em;
201   border: dashed 1px red;
202   background-color: #89cbe0;
203   outline: none;
204 }
205 p.download a:hover {
206   color: #00F;
207   background-color: #ee9494;
208 }
209 p.download a:focus {
210   background-color: #8fd5eb;
211 }
212
213 div.valid {
214   float: right;
215   margin-right: 2em;
216 }
217
218
219
220 ol.toc {
221   list-style-type: none;
222 }
223
224 dt+dt {
225   margin-top: 0.5em;
226 }
227 dd {
228   margin-top: 0.2em;
229   margin-bottom: 1.4em;
230 }