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

Contents of /trunk2/eurovoc/listic.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 484 - (show annotations)
Sun Sep 26 22:14:56 2004 UTC (19 years, 6 months ago) by dpavlin
File MIME type: text/css
File size: 632 byte(s)
design for CD applied

1 tbody {
2 background: #f7f6f2;
3 color: #4e4e70;
4 margin: 10px;
5 font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
6 }
7
8 table {
9 width: 98%;
10 }
11
12
13 td {
14 vertical-align: top;
15 padding: 2px 2px 2px 4px;
16 font-size: smaller;
17 }
18
19 a:link {
20 text-decoration: none;
21 color: #575aa9;
22 }
23
24 a:active {
25 color: red;
26 text-decoration: none;
27 }
28
29 a:visited {
30 text-decoration: none;
31 color: #575aa9;
32 }
33
34 a:hover {
35 color: orange;
36 text-decoration: none;
37 }
38
39 .DescriptorHR {
40 font-size: 130%;
41 background: #e1e1f3;
42 }
43
44 .DescriptorEN {
45 background: #e1e1f3;
46 }
47
48 .DescriptorFR {
49 background: #e1e1f3;
50 }
51
52 .DescriptorGE {
53 background: #e1e1f3;
54 }
55

  ViewVC Help
Powered by ViewVC 1.1.26