source: release-kits/lirk3/bin/ant-installer/web/style.css@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 7.3 KB
Line 
1/* background-color: #294563; */
2/* light : #4c6c8f */
3
4/* Core HTML - start */
5body {
6 margin: 0px;
7 padding: 0px;
8 border: 0px;
9 font-family: Verdana,Helvetica,Arial;
10 font-size: 14px;
11 color: #000000;
12 background-color: #FFFFFF;
13}
14td {
15 margin: 0px;
16 padding: 0px;
17 border: 0px;
18 font-size: 14px;
19}
20th {
21 margin: 0px;
22 padding: 0px;
23 border: 0px;
24}
25a {
26 text-decoration: none;
27 font-weight: bold;
28 color: #294563;
29}
30a:link {
31 color: #294563;
32}
33a:visited {
34 color: #294563;
35}
36a:hover {
37 text-decoration: underline;
38 color: #294563;
39}
40a:active {
41 color: #294563;
42}
43h2 {
44 width: 100%;
45 border-top: 0px;
46 border-bottom: 3px;
47 border-left: 0px;
48 border-right: 0px;
49 border-color: #4c6c8f;
50 color: #294563;
51 border-style: solid;
52 margin-bottom: 10px;
53}
54h3 {
55 width: 100%;
56 border-top: 0px;
57 border-bottom: 3px;
58 border-left: 0px;
59 border-right: 0px;
60 border-color: #4c6c8f;
61 color: #294563;
62 border-style: solid;
63 margin-bottom: 10px;
64}
65hr {
66 border: 1px;
67 border-style: solid;
68 border-color:#4c6c8f;
69}
70table {
71 margin: 0px;
72 padding: 0px;
73 border: 0px;
74}
75img {
76 border: 0px;
77}
78ul li{
79 list-style: url('images/li.png') circle;
80 list-style-position: outside;
81 text-indent: 5px;
82 margin-left: 5px;
83 border: 0px;
84}
85/* Core HTML - end */
86
87
88/* Virtual Buttons - start */
89img.but {
90 border: 0px;
91 border-style: solid;
92 padding-top: 3px;
93 padding-bottom: 3px;
94 padding-left: 3px;
95 padding-right: 3px;
96 margin-top: 3px;
97 margin-bottom: 3px;
98 margin-left: 8px;
99 margin-right: 3px;
100}
101a:hover img.but {
102 border-top: 1px;
103 border-bottom: 1px;
104 border-left: 1px;
105 border-right: 1px;
106 border-style: solid;
107 border-top-color: #4c6c8f;
108 border-bottom-color: #294563;
109 border-left-color: #4c6c8f;
110 border-right-color: #294563;
111 padding-top: 3px;
112 padding-bottom: 3px;
113 padding-left: 3px;
114 padding-right: 3px;
115 margin-top: 1px;
116 margin-bottom: 3px;
117 margin-left: 6px;
118 margin-right: 3px;
119}
120a:active img.but {
121 border-top: 1px;
122 border-bottom: 1px;
123 border-left: 1px;
124 border-right: 1px;
125 border-style: inset;
126 border-top-color: #4c6c8f;
127 border-bottom-color: #294563;
128 border-left-color: #4c6c8f;
129 border-right-color: #294563;
130 padding-top: 3px;
131 padding-bottom: 3px;
132 padding-left: 3px;
133 padding-right: 3px;
134 margin-top: 0px;
135 margin-bottom: 3px;
136 margin-left: 5px;
137 margin-right: 3px;
138}
139
140.tpraised {
141 padding: 3px;
142 margin: 0px;
143 margin-left: 8px;
144 margin-bottom: 3px;
145 border: 0px;
146}
147
148a.tpbutton {
149 font-size: 10px;
150 border: 1px;
151 border-style: solid;
152 border-top-color: #4c6c8f;
153 border-bottom-color: #000000;
154 border-left-color: #4c6c8f;
155 border-right-color: #000000;
156 background-color: #294563;
157 color: #FFFFFF;
158 padding-top: 1px;
159 padding-bottom: 2px;
160 padding-left: 5px;
161 padding-right: 5px;
162 margin-top: 4px;
163 margin-bottom: 4px;
164 margin-left: 2px;
165 margin-right: 4px;
166
167 font-weight: normal;
168 text-decoration: none;
169 vertical-align: top;
170}
171a.tpbutton:hover {
172 font-size: 10px;
173 border: 1px;
174 border-style: solid;
175 border-top-color: #4c6c8f;
176 border-bottom-color: #000000;
177 border-left-color: #4c6c8f;
178 border-right-color: #000000;
179 color: #FFFFFF;
180
181 padding-top: 1px;
182 padding-bottom: 2px;
183 padding-left: 5px;
184 padding-right: 5px;
185 margin-top: 4px;
186 margin-bottom: 4px;
187 margin-left: 1px;
188 margin-right: 5px;
189
190 font-weight: normal;
191 text-decoration: none;
192 vertical-align: top;
193}
194a.tpbutton:active {
195 font-size: 10px;
196 border: 1px;
197 border-style: inset;
198 border-top-color: #4c6c8f;
199 border-bottom-color: #000000;
200 border-left-color: #4c6c8f;
201 border-right-color: #000000;
202 color: #FFFFFF;
203 padding-top: 0px;
204 padding-bottom: 2px;
205 padding-left: 5px;
206 padding-right: 5px;
207 margin-top: 5px;
208 margin-bottom: 3px;
209 margin-left: 3px;
210 margin-right: 3px;
211
212 font-weight: normal;
213 text-decoration: none;
214}
215a.tpbutton:visited {
216 color: #FFFFFF;
217}
218/* Virtual Buttons - end */
219
220/* Page layout - start */
221img#logo {
222 margin-left: 25px;
223}
224th.tptop {
225 text-align: left;
226 background: url("images/antcolor.png") repeat-x;
227 padding: 0px;
228 height: 64px;
229}
230th.tpleft {
231 text-align: left;
232 background: url("images/antcolor.png") repeat-x;
233 padding: 0px;
234}
235td.tpleft {
236 padding-bottom: 23px;
237}
238td.tpright {
239}
240.tpheader {
241 background-color: #294563;
242 color: #000000;
243}
244.tpheader a {
245 color: #FFFFFF;
246}
247
248.tpsmall {
249 font-size: 10px;
250 text-indent: 23px;
251 font-weight: normal;
252}
253.tpheadertitle {
254 font-family: Verdana,Helvetica,Arial;
255 font-size: 38px;
256 font-weight: bold;
257 margin-left: 23px;
258 color: #FFFFFF;
259}
260.tpcontent {
261 border: 0px;
262 border-style: solid;
263 margin: 23px;
264 font-size: 14px;
265}
266
267.tpleft {
268 width: 125px;
269 text-align: left;
270}
271.tpright {
272 text-align: left;
273}
274.tpcropped {
275 width: 500px;
276 height: 150px;
277 overflow: scroll;
278 border: solid 1px #4c6c8f;
279}
280#logoset {
281 margin-left: 2px;
282 text-align: center;
283}
284/* Page layout - end */
285
286.notready {
287}
288a span.notready {
289 text-decoration: none;
290}
291
292/* Manual styles - start */
293
294table.manual {
295 width: 95%;
296 padding: 0px;
297 margin: 0px;
298 border-top: 1px;
299 border-bottom: 0px;
300 border-right: 1px;
301 border-left: 1px;
302 border-style: solid;
303 border-color: #294563;
304}
305table.manual td {
306 margin: 2px;
307 padding: 2px;
308 border-top: 0px;
309 border-bottom: 1px;
310 border-right: 0px;
311 border-left: 1px;
312 border-style: solid;
313 border-color: #294563;
314 font-size: 12px;
315 vertical-align: top;
316 text-align: left;
317}
318th.manual {
319 margin: 2px;
320 padding: 4px;
321 border-top: 1px;
322 border-bottom: 1px;
323 border-left: 1px;
324 border-right: 0px;
325 border-style: solid;
326 border-color: #294563;
327 font-size: 14px;
328 vertical-align: top;
329 text-align: left;
330 color: #000000;
331}
332
333th.manual2 {
334 margin: 1px;
335 padding: 1px;
336 border-top: 1px;
337 border-bottom: 1px;
338 border-left: 1px;
339 border-right: 0px;
340 border-style: solid;
341 border-color: #294563;
342 font-size: 12px;
343 vertical-align: top;
344 text-align: left;
345 color: #FFFFFF;
346}
347.xml {
348 font-family: monospace;
349}
350.bracket {
351 color: #990000;
352}
353.element {
354 color: purple;
355}
356a.element {
357 color: purple;
358}
359.string {
360 color: blue;
361}
362a.reference {
363 color: green;
364}
365/* Manual styles - end */
366
367/* Side bar styles - start */
368
369#contents-panel {
370 position: absolute;
371 left: -1000px;
372 top: 90;
373 width: 200px; /* Should match WIDTH in menu.js */
374 height: 500px;
375 overflow: scroll;
376 font-size: 12px;
377 background: #FFFFFF;
378 border: solid #294563 1px;
379}
380#frontpage-panel li a{
381 font-size: 14px;
382}
383#frontpage-panel li b{
384 font-size: 14px;
385}
386#contents-options {
387 position: absolute;
388 left: 4px;
389 top: 65;
390 width: 140px;
391 height: 20px;
392 font-size: 12px;
393 background: #FFFFFF;
394}
395/* Side bar styles - end */
396
397
398/* Form elements - start */
399input[type=text]{
400 vertical-align: text-bottom;
401 font-family: Verdana,Helvetica,Arial;
402 font-size: 12px;
403 font-weight: normal;
404 padding: 1px;
405 margin: 1px;
406 border: 1px;
407 border-style: solid;
408 border-color: #294563;
409 height: 20px;
410}
411input.winFix{
412 vertical-align: text-bottom;
413 font-family: Verdana,Helvetica,Arial;
414 font-size: 11px;
415 font-weight: normal;
416 padding: 1px;
417 margin: 1px;
418 border: 1px;
419 border-style: solid;
420 border-color: #294563;
421 height: 18px;
422}
423input[type=image]{
424 vertical-align: text-bottom;
425 border: 1px;
426 padding: 1px;
427 margin: 1px;
428 border-style: none;
429 border-color:#4c6c8f;
430 height: 18px;
431 width: 29px;
432}
433input[type=image]:hover{
434 vertical-align: text-bottom;
435 border: 1px;
436 padding: 1px;
437 margin: 1px;
438 border-style: solid;
439 border-top-color: #4c6c8f;
440 border-bottom-color: #294563;
441 border-left-color: #4c6c8f;
442 border-right-color: #294563;
443 height: 18px;
444 width: 29px;
445}
446/* Form elements - end */
447
448/* Windose fixes */
449img#logo {
450 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ant-install-small.png',sizingMethod='scale');
451}
Note: See TracBrowser for help on using the repository browser.