/[webpac]/trunk2/out/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

Annotation of /trunk2/out/listic.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 476 - (hide annotations)
Sun Sep 26 18:39:46 2004 UTC (19 years, 7 months ago) by dpavlin
File MIME type: text/css
File size: 630 byte(s)
add css to popup, keep popup on top

1 dpavlin 476 tbody {
2     background: #f7f6f2;
3     color: #4e4e70;
4     margin: 10px;
5     font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
6     font-size: small;
7     }
8    
9     table {
10     width: 98%;
11     }
12    
13    
14     td {
15     vertical-align: top;
16     padding: 2px 2px 2px 4px;
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