/[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 565 by dpavlin, Sun Oct 31 03:50:01 2004 UTC
# Line 97  body { Line 97  body {
97          width: 10px;          width: 10px;
98          height: 10px;          height: 10px;
99          font-size: 0px;          font-size: 0px;
100          filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,          filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/obrub_sv_GL.png');
         sizingMethod=scale src='img/obrub_sv_GL.png');  
101  }  }
102    
103  .topLsv[class] {  .topLsv[class] {
# Line 168  body { Line 167  body {
167          background: url(img/obrub_pl_DD.png);          background: url(img/obrub_pl_DD.png);
168  }  }
169    
170  .ActMenu {  .ActMenu, .ActMenu:link, .ActMenu:visited {
171          background: #8281ba;          background: #8281ba;
172          vertical-align: bottom;          vertical-align: bottom;
173          text-align: center;          text-align: center;
# Line 176  body { Line 175  body {
175          padding: 0px 0px 2px 0px;          padding: 0px 0px 2px 0px;
176          width: 140px;          width: 140px;
177          color: #FFDFBF;          color: #FFDFBF;
178            text-decoration: none;
179    }
180    
181    .ActMenu:hover {
182            color: #FF9300;
183  }  }
184    
185    
186  .hMenuSide {  .hMenuSide {
187          background: #8281ba;          background: #8281ba;
188          width: 10px;          width: 10px;
# Line 210  body { Line 215  body {
215  .menuItem {  .menuItem {
216          background: #bfbcdb;          background: #bfbcdb;
217          color: #575aa9;          color: #575aa9;
218          padding: 4px 12px 6px 15px;          padding: 4px 12px 6px 20px;
219          text-align: left;          text-align: left;
220  }  }
221    
# Line 311  h3  { Line 316  h3  {
316          font-size: 140%;          font-size: 140%;
317  }  }
318    
319  .lNsl:link {  a:link {
320          text-decoration: none;          text-decoration: underline;
321          color: #575aa9;          color: #575aa9;
322  }  }
323    
324  .lNsl:active {  a:active {
325          color: red;          color: red;
326          text-decoration: none;          text-decoration: none;
327  }  }
328    
329  .lNsl:visited {  a:visited {
         text-decoration: none;  
330          color: #575aa9;          color: #575aa9;
 }  
   
 .lNsl:hover {  
331          text-decoration: underline;          text-decoration: underline;
         color: #575aa9;  
332  }  }
333    
334  a:link {  a:hover {
335          text-decoration: none;          color: #FF9300;
         color: #575aa9;  
         font-weight: bold;  
 }  
   
 a:active {  
         color: red;  
336          text-decoration: none;          text-decoration: none;
337  }  }
338    
339  a:visited {  li {
         color: #575aa9;  
         text-decoration: none;  
340          font-weight: bold;          font-weight: bold;
341  }  }
342    
343  a:hover {  .txtl {
344          color: #FF9300;          font-weight: normal;
         text-decoration: none;  
345  }  }
346    
347    .txtt {
348            text-align: center;
349            border: 1px solid #bfbcdb;
350    }
351    
352    .txtt2 {
353            border: 1px solid #bfbcdb;
354    }
355    
356  .lhM:link {  .lhM:link {
357          text-decoration: none;          text-decoration: none;
# Line 400  a:hover { Line 398  a:hover {
398  .lM:link {  .lM:link {
399          text-decoration: none;          text-decoration: none;
400          color: #575aa9;          color: #575aa9;
401            font-weight: bold;
402  }  }
403    
404  .lM:active {  .lM:active {
# Line 410  a:hover { Line 409  a:hover {
409  .lM:visited {  .lM:visited {
410          text-decoration: none;          text-decoration: none;
411          color: #575aa9;          color: #575aa9;
412            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 {
445            font-family: Verdana, Arial, sans-serif;
446            font-size: 100%;
447            font-weight: bold;
448            margin: 0;
449            padding: 0 0 0 2;
450            color: #575aa9;
451            background-color: #f2f2f8;
452            border-top-width: 1px;
453            border-left-width: 1px;
454            border-right-width: 1px;
455            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 {
463            list-style-type: disc;
464    }
465    
466    .eurovoc {
467            text-align: justify;
468            padding: 0px 100px 0px 0px;
469    }

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

  ViewVC Help
Powered by ViewVC 1.1.26