Mercurial > hg > digilib
comparison client/digitallibrary/greyskin/diginew.css @ 424:de930d030a53
added a tags for arrows and a:hover images
author | hertzhaft |
---|---|
date | Thu, 22 Dec 2005 11:23:18 +0100 |
parents | 80dcfa0ce225 |
children | e48d1d273c76 |
comparison
equal
deleted
inserted
replaced
423:3086315ca94e | 424:de930d030a53 |
---|---|
27 border: none; | 27 border: none; |
28 z-index: 150; | 28 z-index: 150; |
29 } | 29 } |
30 | 30 |
31 a.arrow:hover { | 31 a.arrow:hover { |
32 /* background-color: lightgray; */ | 32 /* background-color: lightgray; */ |
33 background-repeat: no-repeat; | 33 background-repeat: no-repeat; |
34 background-position: center; | |
34 } | 35 } |
35 | 36 |
36 a#up:hover { | 37 a#up:hover { |
37 background-image: url('up.png'); | 38 background-image: url('up.png'); |
38 background-position: center; | |
39 } | 39 } |
40 | 40 |
41 a#down:hover { | 41 a#down:hover { |
42 background-image: url('down.png'); | 42 background-image: url('down.png'); |
43 background-position: center; | |
44 } | 43 } |
45 | 44 |
46 a#left:hover { | 45 a#left:hover { |
47 background-image: url('left.png'); | 46 background-image: url('left.png'); |
48 background-position: middle; | |
49 } | 47 } |
50 | 48 |
51 a#right:hover { | 49 a#right:hover { |
52 background-image: url('right.png'); | 50 background-image: url('right.png'); |
53 background-position: middle; | |
54 } | 51 } |
55 | 52 |
56 /* Images */ | 53 /* Images */ |
57 | 54 |
58 img.logo { | 55 img.logo { |