/[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 493 by dpavlin, Sun Oct 10 05:31:23 2004 UTC revision 543 by dpavlin, Sun Oct 24 23:03:35 2004 UTC
# Line 1  Line 1 
1  body {  body {
2          font-size: small;          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    
# Line 22  td { Line 29  td {
29  }  }
30    
31  a:link {  a:link {
32          text-decoration: none;          text-decoration: underline;
33          color: #575aa9;          color: #575aa9;
34  }  }
35    
# Line 32  a:active { Line 39  a:active {
39  }  }
40    
41  a:visited {  a:visited {
42          text-decoration: none;          text-decoration: underline;
43          color: #575aa9;          color: #575aa9;
44  }  }
45    
# Line 58  a:hover { Line 65  a:hover {
65          background: #e1e1f3;          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    

Legend:
Removed from v.493  
changed lines
  Added in v.543

  ViewVC Help
Powered by ViewVC 1.1.26