Merge "Improve sorting on SpecialWanted*-Pages"
[mediawiki.git] / resources / src / jquery / jquery.farbtastic.css
blob0cba34f4968f720557a16b92f2c2b25ffecdb7d0
1 /**
2 * Farbtastic Color Picker 1.2
3 * © 2008 Steven Wittens
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.
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.
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
19 .farbtastic {
20 position: relative;
22 .farbtastic * {
23 position: absolute;
24 cursor: crosshair;
26 .farbtastic,
27 .farbtastic .wheel {
28 width: 195px;
29 height: 195px;
31 .farbtastic .color,
32 .farbtastic .overlay {
33 top: 47px;
34 left: 47px;
35 width: 101px;
36 height: 101px;
38 .farbtastic .wheel {
39 /* @embed */
40 background: url( images/wheel.png ) no-repeat;
41 width: 195px;
42 height: 195px;
44 .farbtastic .overlay {
45 /* @embed */
46 background: url( images/mask.png ) no-repeat;
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;