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

Diff of /trunk2/eurovoc/eurovoc.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 493 by dpavlin, Sun Oct 10 05:31:23 2004 UTC revision 582 by dpavlin, Tue Nov 2 08:13:23 2004 UTC
# Line 6  body { Line 6  body {
6          font-size: small;          font-size: small;
7  }  }
8    
9    span {
10            text-align: left;
11    }
12    
13  #frontPage {  #frontPage {
14          text-align: center;          text-align: center;
15          padding: 50px 0px 0px 0px;          padding: 50px 0px 0px 0px;
# Line 71  body { Line 75  body {
75          width: 10px;          width: 10px;
76          height: 10px;          height: 10px;
77          font-size: 0px;          font-size: 0px;
78          filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,          filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/obrub_pl_GL.png');
         sizingMethod=scale src='img/obrub_pl_GL.png');  
79  }  }
80    
81  .topLpl[class] {  .topLpl[class] {
# Line 97  body { Line 100  body {
100          width: 10px;          width: 10px;
101          height: 10px;          height: 10px;
102          font-size: 0px;          font-size: 0px;
103          filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,          filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/obrub_sv_GL.png');
         sizingMethod=scale src='img/obrub_sv_GL.png');  
104  }  }
105    
106  .topLsv[class] {  .topLsv[class] {
# Line 168  body { Line 170  body {
170          background: url(img/obrub_pl_DD.png);          background: url(img/obrub_pl_DD.png);
171  }  }
172    
173  .ActMenu {  .ActMenu, .ActMenu:link, .ActMenu:visited {
174          background: #8281ba;          background: #8281ba;
175          vertical-align: bottom;          vertical-align: bottom;
176          text-align: center;          text-align: center;
# Line 176  body { Line 178  body {
178          padding: 0px 0px 2px 0px;          padding: 0px 0px 2px 0px;
179          width: 140px;          width: 140px;
180          color: #FFDFBF;          color: #FFDFBF;
181            text-decoration: none;
182  }  }
183    
184    .ActMenu:hover {
185            color: #FF9300;
186    }
187    
188    
189  .hMenuSide {  .hMenuSide {
190          background: #8281ba;          background: #8281ba;
191          width: 10px;          width: 10px;
# Line 210  body { Line 218  body {
218  .menuItem {  .menuItem {
219          background: #bfbcdb;          background: #bfbcdb;
220          color: #575aa9;          color: #575aa9;
221          padding: 4px 12px 6px 15px;          padding: 4px 12px 6px 20px;
222          text-align: left;          text-align: left;
223  }  }
224    
# Line 299  body { Line 307  body {
307  h1  {  h1  {
308          font-weight: bold;          font-weight: bold;
309          font-size: 100%;          font-size: 100%;
310            text-align: left;
311  }  }
312    
313  h2  {  h2  {
314          font-weight: bold;          font-weight: bold;
315          font-size: 120%;          font-size: 120%;
316            text-align: left;
317  }  }
318    
319  h3  {  h3  {
320          font-weight: bold;          font-weight: bold;
321          font-size: 140%;          font-size: 140%;
322            text-align: left;
323  }  }
324    
325  .lNsl:link {  a:link {
326          text-decoration: none;          text-decoration: underline;
327          color: #575aa9;          color: #575aa9;
328  }  }
329    
330  .lNsl:active {  a:active {
331          color: red;          color: red;
332          text-decoration: none;          text-decoration: none;
333  }  }
334    
335  .lNsl:visited {  a:visited {
         text-decoration: none;  
336          color: #575aa9;          color: #575aa9;
 }  
   
 .lNsl:hover {  
337          text-decoration: underline;          text-decoration: underline;
         color: #575aa9;  
 }  
   
 a:link {  
         text-decoration: none;  
         color: #575aa9;  
         font-weight: bold;  
338  }  }
339    
340  a:active {  a:hover {
341          color: red;          color: #FF9300;
342          text-decoration: none;          text-decoration: none;
343  }  }
344    
345  a:visited {  li {
         color: #575aa9;  
         text-decoration: none;  
346          font-weight: bold;          font-weight: bold;
347            text-align: left;
348  }  }
349    
350  a:hover {  .txtl {
351          color: #FF9300;          font-weight: normal;
         text-decoration: none;  
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 {  .lhM:link {
364          text-decoration: none;          text-decoration: none;
# Line 400  a:hover { Line 405  a:hover {
405  .lM:link {  .lM:link {
406          text-decoration: none;          text-decoration: none;
407          color: #575aa9;          color: #575aa9;
408            font-weight: bold;
409  }  }
410    
411  .lM:active {  .lM:active {
# Line 410  a:hover { Line 416  a:hover {
416  .lM:visited {  .lM:visited {
417          text-decoration: none;          text-decoration: none;
418          color: #575aa9;          color: #575aa9;
419            font-weight: bold;
420  }  }
421    
422    
423  .lM:hover {  .lM:hover {
424          text-decoration: underline;          text-decoration: underline;
425          color: #575aa9;          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    

Legend:
Removed from v.493  
changed lines
  Added in v.582

  ViewVC Help
Powered by ViewVC 1.1.26