1
2.farbtastic {
3 position: relative;
4}
5
6.farbtastic * {
7 position: absolute;
8 cursor: crosshair;
9}
10
11.farbtastic,
12.farbtastic .wheel {
13 width: 195px;
14 height: 195px;
15}
16
17.farbtastic .color,
18.farbtastic .overlay {
19 top: 47px;
20 left: 47px;
21 width: 101px;
22 height: 101px;
23}
24
25.farbtastic .wheel {
26 background: url(../images/wheel.png) no-repeat;
27 width: 195px;
28 height: 195px;
29}
30
31.farbtastic .overlay {
32 background: url(../images/mask.png) no-repeat;
33}
34
35.farbtastic .marker {
36 width: 17px;
37 height: 17px;
38 margin: -8px 0 0 -8px;
39 overflow: hidden;
40 background: url(../images/marker.png) no-repeat;
41}
42