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