/[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 486 by dpavlin, Sun Sep 26 22:26:12 2004 UTC revision 487 by dpavlin, Sun Sep 26 22:34:51 2004 UTC
# Line 291  h3  { Line 291  h3  {
291          font-size: 140%;          font-size: 140%;
292  }  }
293    
294    .lNsl:link {
295            text-decoration: none;
296            color: #575aa9;
297    }
298    
299    .lNsl:active {
300            color: red;
301            text-decoration: none;
302    }
303    
304    .lNsl:visited {
305            text-decoration: none;
306            color: #575aa9;
307    }
308    
309    .lNsl:hover {
310            text-decoration: underline;
311            color: #575aa9;
312    }
313    
314  a:link {  a:link {
315          text-decoration: none;          text-decoration: none;
316          color: #575aa9;          color: #575aa9;
# Line 376  a:hover { Line 396  a:hover {
396          text-decoration: underline;          text-decoration: underline;
397          color: #575aa9;          color: #575aa9;
398  }  }
   
 .lNsl:link {  
         text-decoration: none;  
         color: #575aa9;  
 }  
   
 .lNsl:active {  
         color: red;  
         text-decoration: none;  
 }  
   
 .lNsl:visited {  
         text-decoration: none;  
         color: #575aa9;  
 }  
   
 .lNsl:hover {  
         text-decoration: underline;  
         color: #575aa9;  
 }  
399    

Legend:
Removed from v.486  
changed lines
  Added in v.487

  ViewVC Help
Powered by ViewVC 1.1.26