/[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 594 - (show annotations)
Sat Nov 6 23:26:39 2004 UTC (19 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 1050 byte(s)
design

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

  ViewVC Help
Powered by ViewVC 1.1.26