/[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

Contents of /trunk2/eurovoc/eurovoc.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 594 - (show annotations)
Sat Nov 6 23:26:39 2004 UTC (19 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 7706 byte(s)
design

1 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 span {
10 text-align: left;
11 }
12
13 #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 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/obrub_pl_GL.png');
79 }
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 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/obrub_sv_GL.png');
104 }
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 .ActMenu, .ActMenu:link, .ActMenu:visited {
174 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 text-decoration: none;
182 }
183
184 .ActMenu:hover {
185 color: #FF9300;
186 }
187
188
189 .hMenuSide {
190 background: #8281ba;
191 width: 10px;
192 height: 16px;
193 }
194
195 .middle {
196 height: 10px;
197 width: 140px;
198 }
199
200 .middle2 {
201 height: 10px;
202 width: 180px;
203 }
204
205 .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 padding: 4px 12px 6px 20px;
227 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
254 .front {
255 padding: 1px 40px 20px 0px;
256 }
257
258 .front2 {
259 padding: 1px 40px 20px 0px;
260 text-align: center;
261 }
262
263 .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 .bdy, .bdy1 {
276 padding: 5px 10px 10px 10px;
277 text-align: justify;
278 }
279
280
281 .bd {
282 vertical-align: top;
283 padding: 10px 20px 10px 10px;
284 }
285
286 .bd2 {
287 vertical-align: top;
288 padding: 20px 20px 10px 40px;
289 }
290
291 .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 .bottom {
315 padding: 6px 2px 0px 2px;
316 text-align: center;
317 line-height: 28px;
318 height: 28px;
319
320 }
321
322 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 text-decoration: underline;
339 color: #575aa9;
340 }
341
342 a:active {
343 color: red;
344 text-decoration: none;
345 }
346
347 a:visited {
348 color: #575aa9;
349 text-decoration: underline;
350 }
351
352 a:hover {
353 color: #FF9300;
354 text-decoration: none;
355 }
356
357 li {
358 font-weight: bold;
359 text-align: left;
360 margin-left: 20px;
361 }
362
363 .txtl {
364 font-weight: normal;
365 text-align: left;
366 margin-left: 20px;
367 }
368
369 .txtt {
370 text-align: center;
371 border: 1px solid #bfbcdb;
372 }
373
374 .txtt2 {
375 border: 1px solid #bfbcdb;
376 }
377
378 .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 font-weight: bold;
424 }
425
426 .lM:active {
427 color: red;
428 text-decoration: none;
429 }
430
431 .lM:visited {
432 text-decoration: none;
433 color: #575aa9;
434 font-weight: bold;
435 }
436
437
438 .lM:hover {
439 text-decoration: underline;
440 color: #575aa9;
441 }
442
443
444 .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 .submit {
467 font-family: Verdana, Arial, sans-serif;
468 font-size: 100%;
469 font-weight: bold;
470 margin: 0;
471 padding: 0 0 0 2;
472 color: #575aa9;
473 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 }
483
484 ul ul {
485 list-style-type: disc;
486 }
487
488 ul {
489 padding: 0px;
490 }
491
492 .eurovoc {
493 text-align: justify;
494 padding: 0px 100px 0px 0px;
495 }
496

  ViewVC Help
Powered by ViewVC 1.1.26