/[webpac]/trunk2/eurovoc/eurovoc.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk2/eurovoc/eurovoc.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 595 - (hide annotations)
Sat Nov 6 23:40:25 2004 UTC (19 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 7706 byte(s)
final commit before burning to CD

1 dpavlin 484 body {
2     background: #f2f2f8;
3     color: #575aa9;
4     margin: 0px;
5     font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
6     font-size: small;
7     }
8    
9 dpavlin 582 span {
10     text-align: left;
11     }
12    
13 dpavlin 484 #frontPage {
14     text-align: center;
15     padding: 50px 0px 0px 0px;
16     }
17    
18     .hdr {
19     background: url(img/header.png);
20     width: 10px;
21     height: 10px;
22     font-size: 0px;
23     }
24    
25     .hdr2 {
26     background: url(img/header2.png);
27     width: 10px;
28     height: 10px;
29     font-size: 0px;
30     }
31    
32     .logoHidra {
33     background: #8281ba;
34     text-align: left;
35     color: white;
36     vertical-align: middle;
37     padding: 0px 0px 0px 10px;
38     width: 10%;
39     }
40    
41     .logoEUV {
42     background: #8281ba;
43     text-align: right;
44     vertical-align: middle;
45     padding: 0px 10px 0px 12px;
46     color: white;
47     }
48    
49     .bkgPl {
50     background: #8281ba;
51     }
52    
53     .bkgSv {
54     background: #bfbcdb;
55     }
56    
57     .hMenu {
58     background: url(img/hdr_bkg.png);
59     vertical-align: bottom;
60     font-family: "Verdana", Arial, sans-serif;
61     font-weight: bold;
62     color: white;
63     height: 46px;
64     }
65    
66    
67     .hMenuL {
68     padding: 0px 10px 0px 20px;
69     width: 200px;
70     }
71    
72    
73     .topLpl {
74     background-repeat: no-repeat;
75     width: 10px;
76     height: 10px;
77     font-size: 0px;
78 dpavlin 569 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/obrub_pl_GL.png');
79 dpavlin 484 }
80    
81     .topLpl[class] {
82     background-image: url(img/obrub_pl_GL.png);
83     }
84    
85     .topRpl {
86     background-repeat: no-repeat;
87     width: 10px;
88     height: 10px;
89     font-size: 0px;
90     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,
91     sizingMethod=scale src='img/obrub_pl_GD.png');
92     }
93    
94     .topRpl[class] {
95     background-image: url(img/obrub_pl_GD.png);
96     }
97    
98     .topLsv {
99     background-repeat: no-repeat;
100     width: 10px;
101     height: 10px;
102     font-size: 0px;
103 dpavlin 564 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/obrub_sv_GL.png');
104 dpavlin 484 }
105    
106     .topLsv[class] {
107     background-image: url(img/obrub_sv_GL.png);
108     }
109    
110     .topRsv {
111     background-repeat: no-repeat;
112     width: 10px;
113     height: 10px;
114     font-size: 0px;
115     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,
116     sizingMethod=scale src='img/obrub_sv_GD.png');
117     }
118    
119     .topRsv[class] {
120     background-image: url(img/obrub_sv_GD.png);
121     }
122    
123     .bottomLsv {
124     background-repeat: no-repeat;
125     width: 10px;
126     height: 10px;
127     font-size: 0px;
128     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,
129     sizingMethod=scale src='img/obrub_sv_DL.png');
130     }
131    
132     .bottomLsv[class] {
133     background-image: url(img/obrub_sv_DL.png);
134     }
135    
136     .bottomRsv {
137     background-repeat: no-repeat;
138     width: 10px;
139     height: 10px;
140     font-size: 0px;
141     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,
142     sizingMethod=scale src='img/obrub_sv_DD.png');
143     }
144    
145     .bottomRsv[class] {
146     background-image: url(img/obrub_sv_DD.png);
147     }
148    
149     .bottomLpl {
150     background-repeat: no-repeat;
151     width: 10px;
152     height: 10px;
153     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,
154     sizingMethod=scale src='img/obrub_pl_DL.png');
155     }
156    
157     .bottomLpl[class] {
158     background: url(img/obrub_pl_DL.png);
159     }
160    
161     .bottomRpl {
162     background-repeat: no-repeat;
163     width: 10px;
164     height: 10px;
165     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,
166     sizingMethod=scale src='img/obrub_pl_DD.png');
167     }
168    
169     .bottomRpl[class] {
170     background: url(img/obrub_pl_DD.png);
171     }
172    
173 dpavlin 556 .ActMenu, .ActMenu:link, .ActMenu:visited {
174 dpavlin 484 background: #8281ba;
175     vertical-align: bottom;
176     text-align: center;
177     font-size: 11px;
178     padding: 0px 0px 2px 0px;
179     width: 140px;
180     color: #FFDFBF;
181 dpavlin 556 text-decoration: none;
182 dpavlin 484 }
183    
184 dpavlin 564 .ActMenu:hover {
185     color: #FF9300;
186     }
187    
188    
189 dpavlin 484 .hMenuSide {
190     background: #8281ba;
191     width: 10px;
192     height: 16px;
193     }
194    
195     .middle {
196     height: 10px;
197     width: 140px;
198     }
199    
200 dpavlin 594 .middle2 {
201     height: 10px;
202     width: 180px;
203     }
204    
205 dpavlin 484 .hMenuTxt {
206     background: #8281ba;
207     vertical-align: bottom;
208     text-align: center;
209     font-size: 11px;
210     padding: 0px 0px 6px 0px;
211     width: 140px;
212     }
213    
214     .menu {
215     color: #575aa9;
216     font-size: 11px;
217     vertical-align: top;
218     padding: 0px 10px 0px 20px;
219     font-family: "Verdana", Arial, sans-serif;
220     width: 200px;
221     }
222    
223     .menuItem {
224     background: #bfbcdb;
225     color: #575aa9;
226 dpavlin 564 padding: 4px 12px 6px 20px;
227 dpavlin 484 text-align: left;
228     }
229    
230     .menuItem2 {
231     background: #bfbcdb;
232     color: #575aa9;
233     padding: 4px 12px 6px 15px;
234     text-align: left;
235     font-weight: bold;
236     }
237    
238    
239    
240     .browse {
241     padding: 30px 0px 0px 10px;
242     vertical-align: top;
243     color: #575aa9;
244    
245     }
246    
247     .p_naslov {
248     font-size: 120%;
249     color: #575aa9;
250     font-weight: bold;
251     }
252    
253 dpavlin 493
254     .front {
255     padding: 1px 40px 20px 0px;
256 dpavlin 484 }
257    
258 dpavlin 594 .front2 {
259     padding: 1px 40px 20px 0px;
260     text-align: center;
261     }
262    
263 dpavlin 493 .trans {
264     float: right;
265     padding: 1px 40px 40px 1px;
266     width: 280px;
267     text-align: center;
268     }
269    
270     .left {
271     text-align: justify;
272    
273     }
274    
275 dpavlin 484 .bdy, .bdy1 {
276     padding: 5px 10px 10px 10px;
277     text-align: justify;
278     }
279    
280    
281     .bd {
282     vertical-align: top;
283 dpavlin 595 padding: 20px 20px 10px 10px;
284 dpavlin 484 }
285    
286 dpavlin 594 .bd2 {
287     vertical-align: top;
288     padding: 20px 20px 10px 40px;
289     }
290    
291 dpavlin 484 .bdBrowse {
292     vertical-align: top;
293     }
294    
295     .bdSearchL {
296     vertical-align: top;
297     padding: 40px 0px 0px 90px;
298     }
299    
300     .bdSearchR {
301     vertical-align: top;
302     padding: 40px 60px 0px 0px;
303     text-align: right;
304     }
305    
306    
307    
308     .txt {
309     float: right;
310     padding: 10px;
311     margin: 10px 10px 0px 0px;
312     }
313    
314 dpavlin 493 .bottom {
315     padding: 6px 2px 0px 2px;
316     text-align: center;
317     line-height: 28px;
318     height: 28px;
319    
320     }
321    
322 dpavlin 484 h1 {
323     font-weight: bold;
324     font-size: 100%;
325     }
326    
327     h2 {
328     font-weight: bold;
329     font-size: 120%;
330     }
331    
332     h3 {
333     font-weight: bold;
334     font-size: 140%;
335     }
336    
337     a:link {
338 dpavlin 543 text-decoration: underline;
339 dpavlin 484 color: #575aa9;
340     }
341    
342     a:active {
343     color: red;
344     text-decoration: none;
345     }
346    
347     a:visited {
348     color: #575aa9;
349 dpavlin 543 text-decoration: underline;
350 dpavlin 484 }
351    
352     a:hover {
353     color: #FF9300;
354     text-decoration: none;
355     }
356    
357 dpavlin 513 li {
358     font-weight: bold;
359 dpavlin 582 text-align: left;
360 dpavlin 594 margin-left: 20px;
361 dpavlin 513 }
362 dpavlin 484
363 dpavlin 564 .txtl {
364     font-weight: normal;
365 dpavlin 594 text-align: left;
366     margin-left: 20px;
367 dpavlin 564 }
368    
369     .txtt {
370     text-align: center;
371 dpavlin 565 border: 1px solid #bfbcdb;
372 dpavlin 564 }
373    
374 dpavlin 565 .txtt2 {
375     border: 1px solid #bfbcdb;
376     }
377    
378 dpavlin 484 .lhM:link {
379     text-decoration: none;
380     color: white;
381     }
382    
383     .lhM:active {
384     color: red;
385     text-decoration: none;
386     }
387    
388     .lhM:visited {
389     color: white;
390     text-decoration: none;
391     }
392    
393     .lhM:hover {
394     color: #FF9300;
395     text-decoration: none;
396     }
397    
398     .lBrowse:link {
399     text-decoration: none;
400     color: #575aa9;
401     font-weight: bold;
402     }
403    
404     .lBrowse:active {
405     color: red;
406     text-decoration: none;
407     }
408    
409     .lBrowse:visited {
410     text-decoration: none;
411     color: #575aa9;
412     font-weight: bold;
413     }
414    
415     .lBrowse:hover {
416     text-decoration: underline;
417     color: #575aa9;
418     }
419    
420     .lM:link {
421     text-decoration: none;
422     color: #575aa9;
423 dpavlin 564 font-weight: bold;
424 dpavlin 484 }
425    
426     .lM:active {
427     color: red;
428     text-decoration: none;
429     }
430    
431     .lM:visited {
432     text-decoration: none;
433     color: #575aa9;
434 dpavlin 564 font-weight: bold;
435 dpavlin 484 }
436    
437 dpavlin 565
438 dpavlin 484 .lM:hover {
439     text-decoration: underline;
440     color: #575aa9;
441     }
442    
443 dpavlin 530
444 dpavlin 565 .lNsl:link {
445     text-decoration: underline;
446     color: #575aa9;
447     font-weight: bold;
448     }
449    
450     .lNsl:active {
451     color: red;
452     text-decoration: none;
453     }
454    
455     .lNsl:visited {
456     text-decoration: underline;
457     color: #575aa9;
458     font-weight: bold;
459     }
460    
461     .lNsl:hover {
462     text-decoration: none;
463     color: #575aa9;
464     }
465    
466 dpavlin 530 .submit {
467 dpavlin 565 font-family: Verdana, Arial, sans-serif;
468 dpavlin 533 font-size: 100%;
469 dpavlin 565 font-weight: bold;
470 dpavlin 530 margin: 0;
471 dpavlin 533 padding: 0 0 0 2;
472     color: #575aa9;
473 dpavlin 565 background-color: #f2f2f8;
474     border-top-width: 1px;
475     border-left-width: 1px;
476     border-right-width: 1px;
477     border-bottom-width: 1px;
478     border-top-color: white;
479     border-left-color: white;
480     border-right-color: #f2f2f8;
481     border-bottom-color: #f2f2f8;
482 dpavlin 530 }
483    
484 dpavlin 543 ul ul {
485     list-style-type: disc;
486     }
487 dpavlin 530
488 dpavlin 582 ul {
489     padding: 0px;
490     }
491    
492 dpavlin 564 .eurovoc {
493 dpavlin 543 text-align: justify;
494     padding: 0px 100px 0px 0px;
495     }
496 dpavlin 582

  ViewVC Help
Powered by ViewVC 1.1.26