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