/[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 594 by dpavlin, Sat Nov 6 23:26:39 2004 UTC
# Line 1  Line 1 
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 {  tbody {
15          background: #f7f6f2;          background: #f7f6f2;
16          color: #4e4e70;          color: #4e4e70;
# Line 17  td { Line 30  td {
30  }  }
31    
32  a:link {  a:link {
33          text-decoration: none;          text-decoration: underline;
34          color: #575aa9;          color: #575aa9;
35  }  }
36    
# Line 27  a:active { Line 40  a:active {
40  }  }
41    
42  a:visited {  a:visited {
43          text-decoration: none;          text-decoration: underline;
44          color: #575aa9;          color: #575aa9;
45  }  }
46    
# Line 53  a:hover { Line 66  a:hover {
66          background: #e1e1f3;          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    }

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

  ViewVC Help
Powered by ViewVC 1.1.26