Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / stylesheets / farbtastic.css @ 27a54f35

History | View | Annotate | Download (1.4 kB)

1 314323e8 Athina Bekakou
/**
2 314323e8 Athina Bekakou
 * Farbtastic Color Picker 1.2
3 314323e8 Athina Bekakou
 * © 2008 Steven Wittens
4 314323e8 Athina Bekakou
 *
5 314323e8 Athina Bekakou
 * This program is free software; you can redistribute it and/or modify
6 314323e8 Athina Bekakou
 * it under the terms of the GNU General Public License as published by
7 314323e8 Athina Bekakou
 * the Free Software Foundation; either version 2 of the License, or
8 314323e8 Athina Bekakou
 * (at your option) any later version.
9 314323e8 Athina Bekakou
 *
10 314323e8 Athina Bekakou
 * This program is distributed in the hope that it will be useful,
11 314323e8 Athina Bekakou
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 314323e8 Athina Bekakou
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 314323e8 Athina Bekakou
 * GNU General Public License for more details.
14 314323e8 Athina Bekakou
 *
15 314323e8 Athina Bekakou
 * You should have received a copy of the GNU General Public License
16 314323e8 Athina Bekakou
 * along with this program; if not, write to the Free Software
17 314323e8 Athina Bekakou
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
18 314323e8 Athina Bekakou
 */
19 314323e8 Athina Bekakou
20 314323e8 Athina Bekakou
.farbtastic {
21 314323e8 Athina Bekakou
  position: relative;
22 314323e8 Athina Bekakou
}
23 314323e8 Athina Bekakou
.farbtastic * {
24 314323e8 Athina Bekakou
  position: absolute;
25 314323e8 Athina Bekakou
  cursor: crosshair;
26 314323e8 Athina Bekakou
}
27 314323e8 Athina Bekakou
.farbtastic, .farbtastic .wheel {
28 314323e8 Athina Bekakou
  width: 195px;
29 314323e8 Athina Bekakou
  height: 195px;
30 314323e8 Athina Bekakou
}
31 314323e8 Athina Bekakou
.farbtastic .color, .farbtastic .overlay {
32 314323e8 Athina Bekakou
  top: 47px;
33 314323e8 Athina Bekakou
  left: 47px;
34 314323e8 Athina Bekakou
  width: 101px;
35 314323e8 Athina Bekakou
  height: 101px;
36 314323e8 Athina Bekakou
}
37 314323e8 Athina Bekakou
.farbtastic .wheel {
38 314323e8 Athina Bekakou
  background: url(../images/wheel.png) no-repeat;
39 314323e8 Athina Bekakou
  width: 195px;
40 314323e8 Athina Bekakou
  height: 195px;
41 314323e8 Athina Bekakou
}
42 314323e8 Athina Bekakou
.farbtastic .overlay {
43 314323e8 Athina Bekakou
  background: url(../images/mask.png) no-repeat;
44 314323e8 Athina Bekakou
}
45 314323e8 Athina Bekakou
.farbtastic .marker {
46 314323e8 Athina Bekakou
  width: 17px;
47 314323e8 Athina Bekakou
  height: 17px;
48 314323e8 Athina Bekakou
  margin: -8px 0 0 -8px;
49 314323e8 Athina Bekakou
  overflow: hidden; 
50 314323e8 Athina Bekakou
  background: url(../images/marker.png) no-repeat;
51 314323e8 Athina Bekakou
}