/[webpac]/trunk2/eurovoc/nodes.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

Annotation of /trunk2/eurovoc/nodes.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 583 - (hide annotations)
Tue Nov 2 17:17:51 2004 UTC (19 years, 6 months ago) by dpavlin
File MIME type: text/css
File size: 606 byte(s)
fix iframe margins

1 dpavlin 582 body {
2     background: #f2f2f8;
3     margin-top: 0px;
4     padding-top: 0px;
5     color: #575aa9;
6     font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
7     font-size: small;
8     text-align: left;
9     }
10    
11     a:link {
12     text-decoration: underline;
13     color: #575aa9;
14     }
15    
16     a:active {
17     color: orange;
18     text-decoration: none;
19     }
20    
21     a:visited {
22     color: #575aa9;
23     text-decoration: underline;
24     }
25    
26     a:hover {
27     color: #FF9300;
28     text-decoration: none;
29     }
30    
31     li {
32     font-weight: bold;
33     text-align: left;
34     padding-top: 0px;
35     }
36    
37 dpavlin 583 ul {
38     margin-top: 0;
39     margin-bottom: 0;
40     }
41 dpavlin 582
42     ul ul {
43     list-style-type: disc;
44     }
45    

  ViewVC Help
Powered by ViewVC 1.1.26