/[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 564 - (show annotations)
Sat Oct 30 23:59:06 2004 UTC (19 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 7184 byte(s)
design and import_xml changes

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

  ViewVC Help
Powered by ViewVC 1.1.26