/[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 543 by dpavlin, Sun Oct 24 23:03:35 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    
 .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;  
 }  
   
319  a:link {  a:link {
320          text-decoration: underline;          text-decoration: underline;
321          color: #575aa9;          color: #575aa9;
         font-weight: bold;  
322  }  }
323    
324  a:active {  a:active {
# Line 345  a:active { Line 329  a:active {
329  a:visited {  a:visited {
330          color: #575aa9;          color: #575aa9;
331          text-decoration: underline;          text-decoration: underline;
         font-weight: bold;  
332  }  }
333    
334  a:hover {  a:hover {
# Line 357  li { Line 340  li {
340          font-weight: bold;          font-weight: bold;
341  }  }
342    
343    .txtl {
344            font-weight: normal;
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;
358          color: white;          color: white;
# Line 402  li { Line 398  li {
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 412  li { Line 409  li {
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 {  .submit {
445          font-family: "Trebuchet MS", Verdana, Arial, sans-serif;          font-family: Verdana, Arial, sans-serif;
446          font-size: 100%;          font-size: 100%;
447            font-weight: bold;
448          margin: 0;          margin: 0;
449          padding: 0 0 0 2;          padding: 0 0 0 2;
450          color: #575aa9;          color: #575aa9;
451          background-color: white;          background-color: #f2f2f8;
452          border-top-color: #8080f0;          border-top-width: 1px;
453          border-left-color: #8080f0;          border-left-width: 1px;
454          border-right-color: #575aa9;          border-right-width: 1px;
455          border-bottom-color: #575aa9;          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 {  ul ul {
463          list-style-type: disc;          list-style-type: disc;
464  }  }
465    
466  .crovoc {  .eurovoc {
467          text-align: justify;          text-align: justify;
468          padding: 0px 100px 0px 0px;          padding: 0px 100px 0px 0px;
469  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.26