/[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 595 by dpavlin, Sat Nov 6 23:40:25 2004 UTC
# Line 6  body { Line 6  body {
6          font-size: small;          font-size: small;
7  }  }
8    
9    span {
10            text-align: left;
11    }
12    
13  #frontPage {  #frontPage {
14          text-align: center;          text-align: center;
15          padding: 50px 0px 0px 0px;          padding: 50px 0px 0px 0px;
# Line 71  body { Line 75  body {
75          width: 10px;          width: 10px;
76          height: 10px;          height: 10px;
77          font-size: 0px;          font-size: 0px;
78          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');  
79  }  }
80    
81  .topLpl[class] {  .topLpl[class] {
# Line 97  body { Line 100  body {
100          width: 10px;          width: 10px;
101          height: 10px;          height: 10px;
102          font-size: 0px;          font-size: 0px;
103          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');  
104  }  }
105    
106  .topLsv[class] {  .topLsv[class] {
# Line 168  body { Line 170  body {
170          background: url(img/obrub_pl_DD.png);          background: url(img/obrub_pl_DD.png);
171  }  }
172    
173  .ActMenu {  .ActMenu, .ActMenu:link, .ActMenu:visited {
174          background: #8281ba;          background: #8281ba;
175          vertical-align: bottom;          vertical-align: bottom;
176          text-align: center;          text-align: center;
# Line 176  body { Line 178  body {
178          padding: 0px 0px 2px 0px;          padding: 0px 0px 2px 0px;
179          width: 140px;          width: 140px;
180          color: #FFDFBF;          color: #FFDFBF;
181            text-decoration: none;
182  }  }
183    
184    .ActMenu:hover {
185            color: #FF9300;
186    }
187    
188    
189  .hMenuSide {  .hMenuSide {
190          background: #8281ba;          background: #8281ba;
191          width: 10px;          width: 10px;
# Line 189  body { Line 197  body {
197          width: 140px;          width: 140px;
198  }  }
199    
200    .middle2 {
201            height: 10px;
202            width: 180px;
203    }
204    
205  .hMenuTxt {  .hMenuTxt {
206          background: #8281ba;          background: #8281ba;
207          vertical-align: bottom;          vertical-align: bottom;
# Line 210  body { Line 223  body {
223  .menuItem {  .menuItem {
224          background: #bfbcdb;          background: #bfbcdb;
225          color: #575aa9;          color: #575aa9;
226          padding: 4px 12px 6px 15px;          padding: 4px 12px 6px 20px;
227          text-align: left;          text-align: left;
228  }  }
229    
# Line 242  body { Line 255  body {
255          padding: 1px 40px 20px 0px;          padding: 1px 40px 20px 0px;
256  }  }
257    
258    .front2 {
259            padding: 1px 40px 20px 0px;
260            text-align: center;
261    }
262    
263  .trans {  .trans {
264          float: right;          float: right;
265          padding: 1px 40px 40px 1px;          padding: 1px 40px 40px 1px;
# Line 265  body { Line 283  body {
283          padding: 20px 20px 10px 10px;          padding: 20px 20px 10px 10px;
284  }  }
285    
286    .bd2 {
287            vertical-align: top;
288            padding: 20px 20px 10px 40px;
289    }
290    
291  .bdBrowse {  .bdBrowse {
292          vertical-align: top;          vertical-align: top;
293  }  }
# Line 311  h3  { Line 334  h3  {
334          font-size: 140%;          font-size: 140%;
335  }  }
336    
337  .lNsl:link {  a:link {
338          text-decoration: none;          text-decoration: underline;
339          color: #575aa9;          color: #575aa9;
340  }  }
341    
342  .lNsl:active {  a:active {
343          color: red;          color: red;
344          text-decoration: none;          text-decoration: none;
345  }  }
346    
347  .lNsl:visited {  a:visited {
         text-decoration: none;  
348          color: #575aa9;          color: #575aa9;
 }  
   
 .lNsl:hover {  
349          text-decoration: underline;          text-decoration: underline;
         color: #575aa9;  
350  }  }
351    
352  a:link {  a:hover {
353          text-decoration: none;          color: #FF9300;
         color: #575aa9;  
         font-weight: bold;  
 }  
   
 a:active {  
         color: red;  
354          text-decoration: none;          text-decoration: none;
355  }  }
356    
357  a:visited {  li {
         color: #575aa9;  
         text-decoration: none;  
358          font-weight: bold;          font-weight: bold;
359            text-align: left;
360            margin-left: 20px;
361  }  }
362    
363  a:hover {  .txtl {
364          color: #FF9300;          font-weight: normal;
365          text-decoration: none;          text-align: left;
366            margin-left: 20px;
367  }  }
368    
369    .txtt {
370            text-align: center;
371            border: 1px solid #bfbcdb;
372    }
373    
374    .txtt2 {
375            border: 1px solid #bfbcdb;
376    }
377    
378  .lhM:link {  .lhM:link {
379          text-decoration: none;          text-decoration: none;
# Line 400  a:hover { Line 420  a:hover {
420  .lM:link {  .lM:link {
421          text-decoration: none;          text-decoration: none;
422          color: #575aa9;          color: #575aa9;
423            font-weight: bold;
424  }  }
425    
426  .lM:active {  .lM:active {
# Line 410  a:hover { Line 431  a:hover {
431  .lM:visited {  .lM:visited {
432          text-decoration: none;          text-decoration: none;
433          color: #575aa9;          color: #575aa9;
434            font-weight: bold;
435  }  }
436    
437    
438  .lM:hover {  .lM:hover {
439          text-decoration: underline;          text-decoration: underline;
440          color: #575aa9;          color: #575aa9;
441  }  }
442    
443    
444    .lNsl:link {
445            text-decoration: underline;
446            color: #575aa9;
447            font-weight: bold;
448    }
449    
450    .lNsl:active {
451            color: red;
452            text-decoration: none;
453    }
454    
455    .lNsl:visited {
456            text-decoration: underline;
457            color: #575aa9;
458            font-weight: bold;
459    }
460    
461    .lNsl:hover {
462            text-decoration: none;
463            color: #575aa9;
464    }
465    
466    .submit {
467            font-family: Verdana, Arial, sans-serif;
468            font-size: 100%;
469            font-weight: bold;
470            margin: 0;
471            padding: 0 0 0 2;
472            color: #575aa9;
473            background-color: #f2f2f8;
474            border-top-width: 1px;
475            border-left-width: 1px;
476            border-right-width: 1px;
477            border-bottom-width: 1px;
478            border-top-color: white;
479            border-left-color: white;
480            border-right-color: #f2f2f8;
481            border-bottom-color: #f2f2f8;
482    }
483    
484    ul ul {
485            list-style-type: disc;
486    }
487    
488    ul {
489            padding: 0px;
490    }
491    
492    .eurovoc {
493            text-align: justify;
494            padding: 0px 100px 0px 0px;
495    }
496    

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

  ViewVC Help
Powered by ViewVC 1.1.26