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

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

  ViewVC Help
Powered by ViewVC 1.1.26