/[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 533 - (show annotations)
Sat Oct 23 18:17:31 2004 UTC (19 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 1046 byte(s)
local changes

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

  ViewVC Help
Powered by ViewVC 1.1.26