/[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 564 by dpavlin, Sat Oct 30 23:59:06 2004 UTC
# Line 97  body { Line 97  body {
97          width: 10px;          width: 10px;
98          height: 10px;          height: 10px;
99          font-size: 0px;          font-size: 0px;
100          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');  
101  }  }
102    
103  .topLsv[class] {  .topLsv[class] {
# Line 168  body { Line 167  body {
167          background: url(img/obrub_pl_DD.png);          background: url(img/obrub_pl_DD.png);
168  }  }
169    
170  .ActMenu {  .ActMenu, .ActMenu:link, .ActMenu:visited {
171          background: #8281ba;          background: #8281ba;
172          vertical-align: bottom;          vertical-align: bottom;
173          text-align: center;          text-align: center;
# Line 176  body { Line 175  body {
175          padding: 0px 0px 2px 0px;          padding: 0px 0px 2px 0px;
176          width: 140px;          width: 140px;
177          color: #FFDFBF;          color: #FFDFBF;
178            text-decoration: none;
179    }
180    
181    .ActMenu:hover {
182            color: #FF9300;
183  }  }
184    
185    
186  .hMenuSide {  .hMenuSide {
187          background: #8281ba;          background: #8281ba;
188          width: 10px;          width: 10px;
# Line 210  body { Line 215  body {
215  .menuItem {  .menuItem {
216          background: #bfbcdb;          background: #bfbcdb;
217          color: #575aa9;          color: #575aa9;
218          padding: 4px 12px 6px 15px;          padding: 4px 12px 6px 20px;
219          text-align: left;          text-align: left;
220  }  }
221    
# Line 332  h3  { Line 337  h3  {
337  }  }
338    
339  a:link {  a:link {
340          text-decoration: none;          text-decoration: underline;
341          color: #575aa9;          color: #575aa9;
         font-weight: bold;  
342  }  }
343    
344  a:active {  a:active {
# Line 344  a:active { Line 348  a:active {
348    
349  a:visited {  a:visited {
350          color: #575aa9;          color: #575aa9;
351          text-decoration: none;          text-decoration: underline;
         font-weight: bold;  
352  }  }
353    
354  a:hover {  a:hover {
# Line 353  a:hover { Line 356  a:hover {
356          text-decoration: none;          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 {  .lhM:link {
373          text-decoration: none;          text-decoration: none;
# Line 400  a:hover { Line 414  a:hover {
414  .lM:link {  .lM:link {
415          text-decoration: none;          text-decoration: none;
416          color: #575aa9;          color: #575aa9;
417            font-weight: bold;
418  }  }
419    
420  .lM:active {  .lM:active {
# Line 410  a:hover { Line 425  a:hover {
425  .lM:visited {  .lM:visited {
426          text-decoration: none;          text-decoration: none;
427          color: #575aa9;          color: #575aa9;
428            font-weight: bold;
429  }  }
430    
431  .lM:hover {  .lM:hover {
# Line 417  a:hover { Line 433  a:hover {
433          color: #575aa9;          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    }

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

  ViewVC Help
Powered by ViewVC 1.1.26