/[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 569 - (hide annotations)
Sun Oct 31 19:29:18 2004 UTC (19 years, 6 months ago) by dpavlin
File MIME type: text/css
File size: 7377 byte(s)
design and additional content

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

  ViewVC Help
Powered by ViewVC 1.1.26