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