/[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 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 168  body { Line 166  body {
166          background: url(img/obrub_pl_DD.png);          background: url(img/obrub_pl_DD.png);
167  }  }
168    
169  .ActMenu {  .ActMenu, .ActMenu:link, .ActMenu:visited {
170          background: #8281ba;          background: #8281ba;
171          vertical-align: bottom;          vertical-align: bottom;
172          text-align: center;          text-align: center;
# Line 176  body { Line 174  body {
174          padding: 0px 0px 2px 0px;          padding: 0px 0px 2px 0px;
175          width: 140px;          width: 140px;
176          color: #FFDFBF;          color: #FFDFBF;
177            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 210  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 311  h3  { Line 315  h3  {
315          font-size: 140%;          font-size: 140%;
316  }  }
317    
318  .lNsl:link {  a:link {
319          text-decoration: none;          text-decoration: underline;
320          color: #575aa9;          color: #575aa9;
321  }  }
322    
323  .lNsl:active {  a:active {
324          color: red;          color: red;
325          text-decoration: none;          text-decoration: none;
326  }  }
327    
328  .lNsl:visited {  a:visited {
         text-decoration: none;  
329          color: #575aa9;          color: #575aa9;
 }  
   
 .lNsl:hover {  
330          text-decoration: underline;          text-decoration: underline;
         color: #575aa9;  
 }  
   
 a:link {  
         text-decoration: none;  
         color: #575aa9;  
         font-weight: bold;  
331  }  }
332    
333  a:active {  a:hover {
334          color: red;          color: #FF9300;
335          text-decoration: none;          text-decoration: none;
336  }  }
337    
338  a:visited {  li {
         color: #575aa9;  
         text-decoration: none;  
339          font-weight: bold;          font-weight: bold;
340  }  }
341    
342  a:hover {  .txtl {
343          color: #FF9300;          font-weight: normal;
         text-decoration: none;  
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;
# Line 400  a:hover { Line 397  a:hover {
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 410  a:hover { Line 408  a:hover {
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 {
444            font-family: Verdana, Arial, sans-serif;
445            font-size: 100%;
446            font-weight: bold;
447            margin: 0;
448            padding: 0 0 0 2;
449            color: #575aa9;
450            background-color: #f2f2f8;
451            border-top-width: 1px;
452            border-left-width: 1px;
453            border-right-width: 1px;
454            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 {
462            list-style-type: disc;
463    }
464    
465    .eurovoc {
466            text-align: justify;
467            padding: 0px 100px 0px 0px;
468    }

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

  ViewVC Help
Powered by ViewVC 1.1.26