/[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 594 by dpavlin, Sat Nov 6 23:26:39 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 237  body { Line 250  body {
250          font-weight: bold;          font-weight: bold;
251  }  }
252    
253  .nsl {  
254          text-align: center;      .front {
255          padding: 20px 20px 40px 20px;          padding: 1px 40px 20px 0px;
256    }
257    
258    .front2 {
259            padding: 1px 40px 20px 0px;
260            text-align: center;
261    }
262    
263    .trans {
264            float: right;
265            padding: 1px 40px 40px 1px;
266            width: 280px;
267            text-align: center;
268    }
269    
270    .left {
271            text-align: justify;
272            
273  }  }
274    
275  .bdy, .bdy1 {  .bdy, .bdy1 {
# Line 250  body { Line 280  body {
280    
281  .bd {  .bd {
282          vertical-align: top;          vertical-align: top;
283          padding: 0px; 20px 20px 0px;          padding: 10px 20px 10px 10px;
284    }
285    
286    .bd2 {
287            vertical-align: top;
288            padding: 20px 20px 10px 40px;
289  }  }
290    
291  .bdBrowse {  .bdBrowse {
# Line 276  body { Line 311  body {
311          margin: 10px 10px 0px 0px;          margin: 10px 10px 0px 0px;
312  }  }
313    
314    .bottom {
315            padding: 6px 2px 0px 2px;
316            text-align: center;
317            line-height: 28px;
318            height: 28px;
319    
320    }
321    
322  h1  {  h1  {
323          font-weight: bold;          font-weight: bold;
324          font-size: 100%;          font-size: 100%;
# Line 292  h3  { Line 335  h3  {
335  }  }
336    
337  a:link {  a:link {
338          text-decoration: none;          text-decoration: underline;
339          color: #575aa9;          color: #575aa9;
         font-weight: bold;  
340  }  }
341    
342  a:active {  a:active {
# Line 304  a:active { Line 346  a:active {
346    
347  a:visited {  a:visited {
348          color: #575aa9;          color: #575aa9;
349          text-decoration: none;          text-decoration: underline;
         font-weight: bold;  
350  }  }
351    
352  a:hover {  a:hover {
# Line 313  a:hover { Line 354  a:hover {
354          text-decoration: none;          text-decoration: none;
355  }  }
356    
357    li {
358            font-weight: bold;
359            text-align: left;
360            margin-left: 20px;
361    }
362    
363    .txtl {
364            font-weight: normal;
365            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 360  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 370  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 {  .lNsl:link {
445          text-decoration: none;          text-decoration: underline;
446          color: #575aa9;          color: #575aa9;
447            font-weight: bold;
448  }  }
449    
450  .lNsl:active {  .lNsl:active {
# Line 388  a:hover { Line 453  a:hover {
453  }  }
454    
455  .lNsl:visited {  .lNsl:visited {
456          text-decoration: none;          text-decoration: underline;
457          color: #575aa9;          color: #575aa9;
458            font-weight: bold;
459  }  }
460    
461  .lNsl:hover {  .lNsl:hover {
462          text-decoration: underline;          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;          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.484  
changed lines
  Added in v.594

  ViewVC Help
Powered by ViewVC 1.1.26