/[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 556 by dpavlin, Fri Oct 29 22:09:26 2004 UTC
# Line 168  body { Line 168  body {
168          background: url(img/obrub_pl_DD.png);          background: url(img/obrub_pl_DD.png);
169  }  }
170    
171  .ActMenu {  .ActMenu, .ActMenu:link, .ActMenu:visited {
172          background: #8281ba;          background: #8281ba;
173          vertical-align: bottom;          vertical-align: bottom;
174          text-align: center;          text-align: center;
# Line 176  body { Line 176  body {
176          padding: 0px 0px 2px 0px;          padding: 0px 0px 2px 0px;
177          width: 140px;          width: 140px;
178          color: #FFDFBF;          color: #FFDFBF;
179            text-decoration: none;
180  }  }
181    
182  .hMenuSide {  .hMenuSide {
# Line 332  h3  { Line 333  h3  {
333  }  }
334    
335  a:link {  a:link {
336          text-decoration: none;          text-decoration: underline;
337          color: #575aa9;          color: #575aa9;
338          font-weight: bold;          font-weight: bold;
339  }  }
# Line 344  a:active { Line 345  a:active {
345    
346  a:visited {  a:visited {
347          color: #575aa9;          color: #575aa9;
348          text-decoration: none;          text-decoration: underline;
349          font-weight: bold;          font-weight: bold;
350  }  }
351    
# Line 353  a:hover { Line 354  a:hover {
354          text-decoration: none;          text-decoration: none;
355  }  }
356    
357    li {
358            font-weight: bold;
359    }
360    
361  .lhM:link {  .lhM:link {
362          text-decoration: none;          text-decoration: none;
# Line 417  a:hover { Line 420  a:hover {
420          color: #575aa9;          color: #575aa9;
421  }  }
422    
423    
424    .submit {
425            font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
426            font-size: 100%;
427            margin: 0;
428            padding: 0 0 0 2;
429            color: #575aa9;
430            background-color: white;
431            border-top-color: #8080f0;
432            border-left-color: #8080f0;
433            border-right-color: #575aa9;
434            border-bottom-color: #575aa9;
435            
436    }
437    
438    ul ul {
439            list-style-type: disc;
440    }
441    
442    .crovoc {
443            text-align: justify;
444            padding: 0px 100px 0px 0px;
445    }

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

  ViewVC Help
Powered by ViewVC 1.1.26