/[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 543 - (show annotations)
Sun Oct 24 23:03:35 2004 UTC (19 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 1004 byte(s)
design 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: underline;
33 color: #575aa9;
34 }
35
36 a:active {
37 color: red;
38 text-decoration: none;
39 }
40
41 a:visited {
42 text-decoration: underline;
43 color: #575aa9;
44 }
45
46 a:hover {
47 color: orange;
48 text-decoration: none;
49 }
50
51 .DescriptorHR {
52 font-size: 130%;
53 background: #e1e1f3;
54 }
55
56 .DescriptorEN {
57 background: #e1e1f3;
58 }
59
60 .DescriptorFR {
61 background: #e1e1f3;
62 }
63
64 .DescriptorGE {
65 background: #e1e1f3;
66 }
67
68 ul, li {
69 padding-left: 0;
70 margin-left: 8;
71 margin-bottom: 0;
72 list-style-type: circle;
73 }
74

  ViewVC Help
Powered by ViewVC 1.1.26