/[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 543 by dpavlin, Sun Oct 24 23:03:35 2004 UTC
# Line 332  h3  { Line 332  h3  {
332  }  }
333    
334  a:link {  a:link {
335          text-decoration: none;          text-decoration: underline;
336          color: #575aa9;          color: #575aa9;
337          font-weight: bold;          font-weight: bold;
338  }  }
# Line 344  a:active { Line 344  a:active {
344    
345  a:visited {  a:visited {
346          color: #575aa9;          color: #575aa9;
347          text-decoration: none;          text-decoration: underline;
348          font-weight: bold;          font-weight: bold;
349  }  }
350    
# Line 353  a:hover { Line 353  a:hover {
353          text-decoration: none;          text-decoration: none;
354  }  }
355    
356    li {
357            font-weight: bold;
358    }
359    
360  .lhM:link {  .lhM:link {
361          text-decoration: none;          text-decoration: none;
# Line 417  a:hover { Line 419  a:hover {
419          color: #575aa9;          color: #575aa9;
420  }  }
421    
422    
423    .submit {
424            font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
425            font-size: 100%;
426            margin: 0;
427            padding: 0 0 0 2;
428            color: #575aa9;
429            background-color: white;
430            border-top-color: #8080f0;
431            border-left-color: #8080f0;
432            border-right-color: #575aa9;
433            border-bottom-color: #575aa9;
434            
435    }
436    
437    ul ul {
438            list-style-type: disc;
439    }
440    
441    .crovoc {
442            text-align: justify;
443            padding: 0px 100px 0px 0px;
444    }

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

  ViewVC Help
Powered by ViewVC 1.1.26