/[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 556 by dpavlin, Fri Oct 29 22:09:26 2004 UTC
# Line 168  body { Line 168  body {
168          background: url(img/obrub_pl_DD.png);          background: url(img/obrub_pl_DD.png);
169  }  }
170    
171  .ActMenu {  .ActMenu, .ActMenu:link, .ActMenu:visited {
172          background: #8281ba;          background: #8281ba;
173          vertical-align: bottom;          vertical-align: bottom;
174          text-align: center;          text-align: center;
# Line 176  body { Line 176  body {
176          padding: 0px 0px 2px 0px;          padding: 0px 0px 2px 0px;
177          width: 140px;          width: 140px;
178          color: #FFDFBF;          color: #FFDFBF;
179            text-decoration: none;
180  }  }
181    
182  .hMenuSide {  .hMenuSide {
# Line 237  body { Line 238  body {
238          font-weight: bold;          font-weight: bold;
239  }  }
240    
241  .nsl {  
242          text-align: center;      .front {
243          padding: 20px 20px 40px 20px;          padding: 1px 40px 20px 0px;
244    }
245    
246    .trans {
247            float: right;
248            padding: 1px 40px 40px 1px;
249            width: 280px;
250            text-align: center;
251    }
252    
253    .left {
254            text-align: justify;
255            
256  }  }
257    
258  .bdy, .bdy1 {  .bdy, .bdy1 {
# Line 250  body { Line 263  body {
263    
264  .bd {  .bd {
265          vertical-align: top;          vertical-align: top;
266          padding: 20px; 20px 20px 0px;          padding: 20px 20px 10px 10px;
267  }  }
268    
269  .bdBrowse {  .bdBrowse {
# Line 276  body { Line 289  body {
289          margin: 10px 10px 0px 0px;          margin: 10px 10px 0px 0px;
290  }  }
291    
292    .bottom {
293            padding: 6px 2px 0px 2px;
294            text-align: center;
295            line-height: 28px;
296            height: 28px;
297    
298    }
299    
300  h1  {  h1  {
301          font-weight: bold;          font-weight: bold;
302          font-size: 100%;          font-size: 100%;
# Line 312  h3  { Line 333  h3  {
333  }  }
334    
335  a:link {  a:link {
336          text-decoration: none;          text-decoration: underline;
337          color: #575aa9;          color: #575aa9;
338          font-weight: bold;          font-weight: bold;
339  }  }
# Line 324  a:active { Line 345  a:active {
345    
346  a:visited {  a:visited {
347          color: #575aa9;          color: #575aa9;
348          text-decoration: none;          text-decoration: underline;
349          font-weight: bold;          font-weight: bold;
350  }  }
351    
# Line 333  a:hover { Line 354  a:hover {
354          text-decoration: none;          text-decoration: none;
355  }  }
356    
357    li {
358            font-weight: bold;
359    }
360    
361  .lhM:link {  .lhM:link {
362          text-decoration: none;          text-decoration: none;
# Line 397  a:hover { Line 420  a:hover {
420          color: #575aa9;          color: #575aa9;
421  }  }
422    
423    
424    .submit {
425            font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
426            font-size: 100%;
427            margin: 0;
428            padding: 0 0 0 2;
429            color: #575aa9;
430            background-color: white;
431            border-top-color: #8080f0;
432            border-left-color: #8080f0;
433            border-right-color: #575aa9;
434            border-bottom-color: #575aa9;
435            
436    }
437    
438    ul ul {
439            list-style-type: disc;
440    }
441    
442    .crovoc {
443            text-align: justify;
444            padding: 0px 100px 0px 0px;
445    }

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

  ViewVC Help
Powered by ViewVC 1.1.26