source: extensions/pwgCumulus/css/farbtastic.css @ 5201

Last change on this file since 5201 was 5201, checked in by nikrou, 14 years ago

Initial version

File size: 763 bytes
Line 
1.farbtastic {
2  position: relative;
3}
4.farbtastic * {
5  position: absolute;
6  cursor: crosshair;
7}
8.farbtastic, .farbtastic .wheel {
9  width: 195px;
10  height: 195px;
11}
12.farbtastic .color, .farbtastic .overlay {
13  top: 47px;
14  left: 47px;
15  width: 101px;
16  height: 101px;
17}
18.farbtastic .wheel {
19  background: url(imgs/wheel.png) no-repeat;
20  width: 195px;
21  height: 195px;
22}
23.farbtastic .overlay {
24  background: url(imgs/mask.png) no-repeat;
25}
26.farbtastic .marker {
27  width: 17px;
28  height: 17px;
29  margin: -8px 0 0 -8px;
30  overflow: hidden; 
31  background: url(imgs/marker.png) no-repeat;
32}
33
34.colorwell {
35  border: 2px solid #fff;
36  width: 6em;
37  text-align: center;
38  cursor: pointer;
39}
40body .colorwell-selected {
41  border: 2px solid #000;
42  font-weight: bold;
43}
Note: See TracBrowser for help on using the repository browser.