/[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 556 - (hide annotations)
Fri Oct 29 22:09:26 2004 UTC (19 years, 6 months ago) by dpavlin
File MIME type: text/css
File size: 7042 byte(s)
design

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

  ViewVC Help
Powered by ViewVC 1.1.26