/[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

Diff of /trunk2/eurovoc/listic.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 484 by dpavlin, Sun Sep 26 22:14:56 2004 UTC revision 533 by dpavlin, Sat Oct 23 18:17:31 2004 UTC
# Line 1  Line 1 
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 {  tbody {
14          background: #f7f6f2;          background: #f7f6f2;
15          color: #4e4e70;          color: #4e4e70;
# Line 18  td { Line 30  td {
30    
31  a:link {  a:link {
32          text-decoration: none;          text-decoration: none;
33            border-bottom: 1px dotted navy;
34            padding: 0 0 0 0;
35          color: #575aa9;          color: #575aa9;
36  }  }
37    
# Line 53  a:hover { Line 67  a:hover {
67          background: #e1e1f3;          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    

Legend:
Removed from v.484  
changed lines
  Added in v.533

  ViewVC Help
Powered by ViewVC 1.1.26