Line | |
---|
1 | .ci-icon { |
---|
2 | display: inline-block; /*IE6 does not get this correctly*/ |
---|
3 | text-indent: -9999px; overflow: hidden; background-repeat: no-repeat; |
---|
4 | width: 26px; height: 26px; background-image: url(cropimage_sprite.png); |
---|
5 | vertical-align: bottom; |
---|
6 | } |
---|
7 | |
---|
8 | .ci-icon-cropimage-sylvia{ |
---|
9 | background-position: 0 0; |
---|
10 | width: 26px; |
---|
11 | height: 26px; |
---|
12 | } |
---|
13 | A:hover .ci-icon-cropimage-sylvia{ |
---|
14 | background-position: -26px 0; |
---|
15 | width: 26px; |
---|
16 | height: 26px; |
---|
17 | } |
---|
18 | .ci-icon-cropimage-elegant{ |
---|
19 | background-position: 0 -26px; |
---|
20 | width: 26px; |
---|
21 | height: 26px; |
---|
22 | } |
---|
23 | A:hover .ci-icon-cropimage-elegant{ |
---|
24 | background-position: -26px -26px; |
---|
25 | width: 26px; |
---|
26 | height: 26px; |
---|
27 | } |
---|
28 | .ci-icon-cropimage-clear{ |
---|
29 | background-position: 0 -52px; |
---|
30 | width: 26px; |
---|
31 | height: 26px; |
---|
32 | } |
---|
33 | A:hover .ci-icon-cropimage-clear{ |
---|
34 | background-position: -26px -52px; |
---|
35 | width: 26px; |
---|
36 | height: 26px; |
---|
37 | } |
---|
38 | .ci-icon-cropimage-dark{ |
---|
39 | background-position: 0 -78px; |
---|
40 | width: 26px; |
---|
41 | height: 26px; |
---|
42 | } |
---|
43 | A:hover .ci-icon-cropimage-dark{ |
---|
44 | background-position: -26px -78px; |
---|
45 | width: 26px; |
---|
46 | height: 26px; |
---|
47 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.