/[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 556 by dpavlin, Fri Oct 29 22:09:26 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 97  body { Line 96  body {
96          width: 10px;          width: 10px;
97          height: 10px;          height: 10px;
98          font-size: 0px;          font-size: 0px;
99          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');  
100  }  }
101    
102  .topLsv[class] {  .topLsv[class] {
# Line 179  body { Line 177  body {
177          text-decoration: none;          text-decoration: none;
178  }  }
179    
180    .ActMenu:hover {
181            color: #FF9300;
182    }
183    
184    
185  .hMenuSide {  .hMenuSide {
186          background: #8281ba;          background: #8281ba;
187          width: 10px;          width: 10px;
# Line 211  body { Line 214  body {
214  .menuItem {  .menuItem {
215          background: #bfbcdb;          background: #bfbcdb;
216          color: #575aa9;          color: #575aa9;
217          padding: 4px 12px 6px 15px;          padding: 4px 12px 6px 20px;
218          text-align: left;          text-align: left;
219  }  }
220    
# Line 312  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;
         font-weight: bold;  
321  }  }
322    
323  a:active {  a:active {
# Line 346  a:active { Line 328  a:active {
328  a:visited {  a:visited {
329          color: #575aa9;          color: #575aa9;
330          text-decoration: underline;          text-decoration: underline;
         font-weight: bold;  
331  }  }
332    
333  a:hover {  a:hover {
# Line 358  li { Line 339  li {
339          font-weight: bold;          font-weight: bold;
340  }  }
341    
342    .txtl {
343            font-weight: normal;
344    }
345    
346    .txtt {
347            text-align: center;
348            border: 1px solid #bfbcdb;
349    }
350    
351    .txtt2 {
352            border: 1px solid #bfbcdb;
353    }
354    
355  .lhM:link {  .lhM:link {
356          text-decoration: none;          text-decoration: none;
357          color: white;          color: white;
# Line 403  li { Line 397  li {
397  .lM:link {  .lM:link {
398          text-decoration: none;          text-decoration: none;
399          color: #575aa9;          color: #575aa9;
400            font-weight: bold;
401  }  }
402    
403  .lM:active {  .lM:active {
# Line 413  li { Line 408  li {
408  .lM:visited {  .lM:visited {
409          text-decoration: none;          text-decoration: none;
410          color: #575aa9;          color: #575aa9;
411            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 {
462          list-style-type: disc;          list-style-type: disc;
463  }  }
464    
465  .crovoc {  .eurovoc {
466          text-align: justify;          text-align: justify;
467          padding: 0px 100px 0px 0px;          padding: 0px 100px 0px 0px;
468  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.26