/[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 513 - (show annotations)
Mon Oct 18 12:20:35 2004 UTC (19 years, 6 months ago) by dpavlin
File MIME type: text/css
File size: 754 byte(s)
local chages

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

  ViewVC Help
Powered by ViewVC 1.1.26