/[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 487 by dpavlin, Sun Sep 26 22:34:51 2004 UTC revision 564 by dpavlin, Sat Oct 30 23:59:06 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 237  body { Line 242  body {
242          font-weight: bold;          font-weight: bold;
243  }  }
244    
245  .nsl {  
246          text-align: center;      .front {
247          padding: 20px 20px 40px 20px;          padding: 1px 40px 20px 0px;
248    }
249    
250    .trans {
251            float: right;
252            padding: 1px 40px 40px 1px;
253            width: 280px;
254            text-align: center;
255    }
256    
257    .left {
258            text-align: justify;
259            
260  }  }
261    
262  .bdy, .bdy1 {  .bdy, .bdy1 {
# Line 250  body { Line 267  body {
267    
268  .bd {  .bd {
269          vertical-align: top;          vertical-align: top;
270          padding: 20px; 20px 20px 0px;          padding: 20px 20px 10px 10px;
271  }  }
272    
273  .bdBrowse {  .bdBrowse {
# Line 276  body { Line 293  body {
293          margin: 10px 10px 0px 0px;          margin: 10px 10px 0px 0px;
294  }  }
295    
296    .bottom {
297            padding: 6px 2px 0px 2px;
298            text-align: center;
299            line-height: 28px;
300            height: 28px;
301    
302    }
303    
304  h1  {  h1  {
305          font-weight: bold;          font-weight: bold;
306          font-size: 100%;          font-size: 100%;
# Line 312  h3  { Line 337  h3  {
337  }  }
338    
339  a:link {  a:link {
340          text-decoration: none;          text-decoration: underline;
341          color: #575aa9;          color: #575aa9;
         font-weight: bold;  
342  }  }
343    
344  a:active {  a:active {
# Line 324  a:active { Line 348  a:active {
348    
349  a:visited {  a:visited {
350          color: #575aa9;          color: #575aa9;
351          text-decoration: none;          text-decoration: underline;
         font-weight: bold;  
352  }  }
353    
354  a:hover {  a:hover {
# Line 333  a:hover { Line 356  a:hover {
356          text-decoration: none;          text-decoration: none;
357  }  }
358    
359    li {
360            font-weight: bold;
361    }
362    
363    .txtl {
364            font-weight: normal;
365    }
366    
367    .txtt {
368            text-align: center;
369            border: 1px solid #ccc;
370    }
371    
372  .lhM:link {  .lhM:link {
373          text-decoration: none;          text-decoration: none;
# Line 380  a:hover { Line 414  a:hover {
414  .lM:link {  .lM:link {
415          text-decoration: none;          text-decoration: none;
416          color: #575aa9;          color: #575aa9;
417            font-weight: bold;
418  }  }
419    
420  .lM:active {  .lM:active {
# Line 390  a:hover { Line 425  a:hover {
425  .lM:visited {  .lM:visited {
426          text-decoration: none;          text-decoration: none;
427          color: #575aa9;          color: #575aa9;
428            font-weight: bold;
429  }  }
430    
431  .lM:hover {  .lM:hover {
# Line 397  a:hover { Line 433  a:hover {
433          color: #575aa9;          color: #575aa9;
434  }  }
435    
436    
437    .submit {
438            font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
439            font-size: 100%;
440            margin: 0;
441            padding: 0 0 0 2;
442            color: #575aa9;
443            background-color: white;
444            border-top-color: #8080f0;
445            border-left-color: #8080f0;
446            border-right-color: #575aa9;
447            border-bottom-color: #575aa9;
448            
449    }
450    
451    ul ul {
452            list-style-type: disc;
453    }
454    
455    .eurovoc {
456            text-align: justify;
457            padding: 0px 100px 0px 0px;
458    }

Legend:
Removed from v.487  
changed lines
  Added in v.564

  ViewVC Help
Powered by ViewVC 1.1.26