/[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 564 by dpavlin, Sat Oct 30 23:59:06 2004 UTC revision 565 by dpavlin, Sun Oct 31 03:50:01 2004 UTC
# Line 316  h3  { Line 316  h3  {
316          font-size: 140%;          font-size: 140%;
317  }  }
318    
 .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;  
 }  
   
319  a:link {  a:link {
320          text-decoration: underline;          text-decoration: underline;
321          color: #575aa9;          color: #575aa9;
# Line 366  li { Line 346  li {
346    
347  .txtt {  .txtt {
348          text-align: center;          text-align: center;
349          border: 1px solid #ccc;          border: 1px solid #bfbcdb;
350    }
351    
352    .txtt2 {
353            border: 1px solid #bfbcdb;
354  }  }
355    
356  .lhM:link {  .lhM:link {
# Line 428  li { Line 412  li {
412          font-weight: bold;          font-weight: bold;
413  }  }
414    
415    
416  .lM:hover {  .lM:hover {
417          text-decoration: underline;          text-decoration: underline;
418          color: #575aa9;          color: #575aa9;
419  }  }
420    
421    
422    .lNsl:link {
423            text-decoration: underline;
424            color: #575aa9;
425            font-weight: bold;
426    }
427    
428    .lNsl:active {
429            color: red;
430            text-decoration: none;
431    }
432    
433    .lNsl:visited {
434            text-decoration: underline;
435            color: #575aa9;
436            font-weight: bold;
437    }
438    
439    .lNsl:hover {
440            text-decoration: none;
441            color: #575aa9;
442    }
443    
444  .submit {  .submit {
445          font-family: "Trebuchet MS", Verdana, Arial, sans-serif;          font-family: Verdana, Arial, sans-serif;
446          font-size: 100%;          font-size: 100%;
447            font-weight: bold;
448          margin: 0;          margin: 0;
449          padding: 0 0 0 2;          padding: 0 0 0 2;
450          color: #575aa9;          color: #575aa9;
451          background-color: white;          background-color: #f2f2f8;
452          border-top-color: #8080f0;          border-top-width: 1px;
453          border-left-color: #8080f0;          border-left-width: 1px;
454          border-right-color: #575aa9;          border-right-width: 1px;
455          border-bottom-color: #575aa9;          border-bottom-width: 1px;
456                    border-top-color: white;
457            border-left-color: white;
458            border-right-color: #f2f2f8;
459            border-bottom-color: #f2f2f8;
460  }  }
461    
462  ul ul {  ul ul {

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

  ViewVC Help
Powered by ViewVC 1.1.26