/[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 582 - (show annotations)
Tue Nov 2 08:13:23 2004 UTC (19 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 7519 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 .hMenuTxt {
201 background: #8281ba;
202 vertical-align: bottom;
203 text-align: center;
204 font-size: 11px;
205 padding: 0px 0px 6px 0px;
206 width: 140px;
207 }
208
209 .menu {
210 color: #575aa9;
211 font-size: 11px;
212 vertical-align: top;
213 padding: 0px 10px 0px 20px;
214 font-family: "Verdana", Arial, sans-serif;
215 width: 200px;
216 }
217
218 .menuItem {
219 background: #bfbcdb;
220 color: #575aa9;
221 padding: 4px 12px 6px 20px;
222 text-align: left;
223 }
224
225 .menuItem2 {
226 background: #bfbcdb;
227 color: #575aa9;
228 padding: 4px 12px 6px 15px;
229 text-align: left;
230 font-weight: bold;
231 }
232
233
234
235 .browse {
236 padding: 30px 0px 0px 10px;
237 vertical-align: top;
238 color: #575aa9;
239
240 }
241
242 .p_naslov {
243 font-size: 120%;
244 color: #575aa9;
245 font-weight: bold;
246 }
247
248
249 .front {
250 padding: 1px 40px 20px 0px;
251 }
252
253 .trans {
254 float: right;
255 padding: 1px 40px 40px 1px;
256 width: 280px;
257 text-align: center;
258 }
259
260 .left {
261 text-align: justify;
262
263 }
264
265 .bdy, .bdy1 {
266 padding: 5px 10px 10px 10px;
267 text-align: justify;
268 }
269
270
271 .bd {
272 vertical-align: top;
273 padding: 20px 20px 10px 10px;
274 }
275
276 .bdBrowse {
277 vertical-align: top;
278 }
279
280 .bdSearchL {
281 vertical-align: top;
282 padding: 40px 0px 0px 90px;
283 }
284
285 .bdSearchR {
286 vertical-align: top;
287 padding: 40px 60px 0px 0px;
288 text-align: right;
289 }
290
291
292
293 .txt {
294 float: right;
295 padding: 10px;
296 margin: 10px 10px 0px 0px;
297 }
298
299 .bottom {
300 padding: 6px 2px 0px 2px;
301 text-align: center;
302 line-height: 28px;
303 height: 28px;
304
305 }
306
307 h1 {
308 font-weight: bold;
309 font-size: 100%;
310 text-align: left;
311 }
312
313 h2 {
314 font-weight: bold;
315 font-size: 120%;
316 text-align: left;
317 }
318
319 h3 {
320 font-weight: bold;
321 font-size: 140%;
322 text-align: left;
323 }
324
325 a:link {
326 text-decoration: underline;
327 color: #575aa9;
328 }
329
330 a:active {
331 color: red;
332 text-decoration: none;
333 }
334
335 a:visited {
336 color: #575aa9;
337 text-decoration: underline;
338 }
339
340 a:hover {
341 color: #FF9300;
342 text-decoration: none;
343 }
344
345 li {
346 font-weight: bold;
347 text-align: left;
348 }
349
350 .txtl {
351 font-weight: normal;
352 }
353
354 .txtt {
355 text-align: center;
356 border: 1px solid #bfbcdb;
357 }
358
359 .txtt2 {
360 border: 1px solid #bfbcdb;
361 }
362
363 .lhM:link {
364 text-decoration: none;
365 color: white;
366 }
367
368 .lhM:active {
369 color: red;
370 text-decoration: none;
371 }
372
373 .lhM:visited {
374 color: white;
375 text-decoration: none;
376 }
377
378 .lhM:hover {
379 color: #FF9300;
380 text-decoration: none;
381 }
382
383 .lBrowse:link {
384 text-decoration: none;
385 color: #575aa9;
386 font-weight: bold;
387 }
388
389 .lBrowse:active {
390 color: red;
391 text-decoration: none;
392 }
393
394 .lBrowse:visited {
395 text-decoration: none;
396 color: #575aa9;
397 font-weight: bold;
398 }
399
400 .lBrowse:hover {
401 text-decoration: underline;
402 color: #575aa9;
403 }
404
405 .lM:link {
406 text-decoration: none;
407 color: #575aa9;
408 font-weight: bold;
409 }
410
411 .lM:active {
412 color: red;
413 text-decoration: none;
414 }
415
416 .lM:visited {
417 text-decoration: none;
418 color: #575aa9;
419 font-weight: bold;
420 }
421
422
423 .lM:hover {
424 text-decoration: underline;
425 color: #575aa9;
426 }
427
428
429 .lNsl:link {
430 text-decoration: underline;
431 color: #575aa9;
432 font-weight: bold;
433 }
434
435 .lNsl:active {
436 color: red;
437 text-decoration: none;
438 }
439
440 .lNsl:visited {
441 text-decoration: underline;
442 color: #575aa9;
443 font-weight: bold;
444 }
445
446 .lNsl:hover {
447 text-decoration: none;
448 color: #575aa9;
449 }
450
451 .submit {
452 font-family: Verdana, Arial, sans-serif;
453 font-size: 100%;
454 font-weight: bold;
455 margin: 0;
456 padding: 0 0 0 2;
457 color: #575aa9;
458 background-color: #f2f2f8;
459 border-top-width: 1px;
460 border-left-width: 1px;
461 border-right-width: 1px;
462 border-bottom-width: 1px;
463 border-top-color: white;
464 border-left-color: white;
465 border-right-color: #f2f2f8;
466 border-bottom-color: #f2f2f8;
467 }
468
469 ul ul {
470 list-style-type: disc;
471 }
472
473 ul {
474 padding: 0px;
475 }
476
477 .eurovoc {
478 text-align: justify;
479 padding: 0px 100px 0px 0px;
480 }
481

  ViewVC Help
Powered by ViewVC 1.1.26