2009-04-13 18:30:25 +01:00
|
|
|
.farbtastic {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.farbtastic * {
|
|
|
|
position: absolute;
|
|
|
|
cursor: crosshair;
|
|
|
|
}
|
|
|
|
.farbtastic, .farbtastic .wheel {
|
|
|
|
width: 195px;
|
|
|
|
height: 195px;
|
|
|
|
}
|
|
|
|
.farbtastic .color, .farbtastic .overlay {
|
|
|
|
top: 47px;
|
|
|
|
left: 47px;
|
|
|
|
width: 101px;
|
|
|
|
height: 101px;
|
|
|
|
}
|
|
|
|
.farbtastic .wheel {
|
2010-01-18 11:12:05 +00:00
|
|
|
background: url(wheel.png) no-repeat;
|
2009-04-13 18:30:25 +01:00
|
|
|
width: 195px;
|
|
|
|
height: 195px;
|
|
|
|
}
|
|
|
|
.farbtastic .overlay {
|
2010-01-18 11:12:05 +00:00
|
|
|
background: url(mask.png) no-repeat;
|
2009-04-13 18:30:25 +01:00
|
|
|
}
|
|
|
|
.farbtastic .marker {
|
|
|
|
width: 17px;
|
|
|
|
height: 17px;
|
|
|
|
margin: -8px 0 0 -8px;
|
|
|
|
overflow: hidden;
|
2010-01-18 11:12:05 +00:00
|
|
|
background: url(marker.png) no-repeat;
|
2009-04-13 18:30:25 +01:00
|
|
|
}
|