/[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 530 by dpavlin, Tue Oct 19 17:43:52 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 421  li { Line 421  li {
421    
422    
423  .submit {  .submit {
424          font-size : 16px;          font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
425            font-size: 100%;
426          margin: 0;          margin: 0;
427          padding: 0;          padding: 0 0 0 2;
428          color: #000080;          color: #575aa9;
429          background-color: #ffffff;          background-color: white;
         border-color: #000080;  
430          border-top-color: #8080f0;          border-top-color: #8080f0;
431          border-left-color: #8080f0;          border-left-color: #8080f0;
432          border-right-color: #000080;          border-right-color: #575aa9;
433          border-bottom-color: #000080;          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.530  
changed lines
  Added in v.543

  ViewVC Help
Powered by ViewVC 1.1.26