/[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 484 by dpavlin, Sun Sep 26 22:14:56 2004 UTC revision 543 by dpavlin, Sun Oct 24 23:03:35 2004 UTC
# Line 237  body { Line 237  body {
237          font-weight: bold;          font-weight: bold;
238  }  }
239    
240  .nsl {  
241          text-align: center;      .front {
242          padding: 20px 20px 40px 20px;          padding: 1px 40px 20px 0px;
243    }
244    
245    .trans {
246            float: right;
247            padding: 1px 40px 40px 1px;
248            width: 280px;
249            text-align: center;
250    }
251    
252    .left {
253            text-align: justify;
254            
255  }  }
256    
257  .bdy, .bdy1 {  .bdy, .bdy1 {
# Line 250  body { Line 262  body {
262    
263  .bd {  .bd {
264          vertical-align: top;          vertical-align: top;
265          padding: 0px; 20px 20px 0px;          padding: 20px 20px 10px 10px;
266  }  }
267    
268  .bdBrowse {  .bdBrowse {
# Line 276  body { Line 288  body {
288          margin: 10px 10px 0px 0px;          margin: 10px 10px 0px 0px;
289  }  }
290    
291    .bottom {
292            padding: 6px 2px 0px 2px;
293            text-align: center;
294            line-height: 28px;
295            height: 28px;
296    
297    }
298    
299  h1  {  h1  {
300          font-weight: bold;          font-weight: bold;
301          font-size: 100%;          font-size: 100%;
# Line 291  h3  { Line 311  h3  {
311          font-size: 140%;          font-size: 140%;
312  }  }
313    
314  a:link {  .lNsl:link {
315          text-decoration: none;          text-decoration: none;
316          color: #575aa9;          color: #575aa9;
317    }
318    
319    .lNsl:active {
320            color: red;
321            text-decoration: none;
322    }
323    
324    .lNsl:visited {
325            text-decoration: none;
326            color: #575aa9;
327    }
328    
329    .lNsl:hover {
330            text-decoration: underline;
331            color: #575aa9;
332    }
333    
334    a:link {
335            text-decoration: underline;
336            color: #575aa9;
337          font-weight: bold;          font-weight: bold;
338  }  }
339    
# Line 304  a:active { Line 344  a:active {
344    
345  a:visited {  a:visited {
346          color: #575aa9;          color: #575aa9;
347          text-decoration: none;          text-decoration: underline;
348          font-weight: bold;          font-weight: bold;
349  }  }
350    
# Line 313  a:hover { Line 353  a:hover {
353          text-decoration: none;          text-decoration: none;
354  }  }
355    
356    li {
357            font-weight: bold;
358    }
359    
360  .lhM:link {  .lhM:link {
361          text-decoration: none;          text-decoration: none;
# Line 377  a:hover { Line 419  a:hover {
419          color: #575aa9;          color: #575aa9;
420  }  }
421    
 .lNsl:link {  
         text-decoration: none;  
         color: #575aa9;  
 }  
422    
423  .lNsl:active {  .submit {
424          color: red;          font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
425          text-decoration: none;          font-size: 100%;
426  }          margin: 0;
427            padding: 0 0 0 2;
 .lNsl:visited {  
         text-decoration: none;  
428          color: #575aa9;          color: #575aa9;
429            background-color: white;
430            border-top-color: #8080f0;
431            border-left-color: #8080f0;
432            border-right-color: #575aa9;
433            border-bottom-color: #575aa9;
434            
435  }  }
436    
437  .lNsl:hover {  ul ul {
438          text-decoration: underline;          list-style-type: disc;
         color: #575aa9;  
439  }  }
440    
441    .crovoc {
442            text-align: justify;
443            padding: 0px 100px 0px 0px;
444    }

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

  ViewVC Help
Powered by ViewVC 1.1.26