From c1f9b1f7b1b77776192048005dcc66dcf3df2bfb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 27 Dec 2014 15:41:37 +0100 Subject: Update to MediaWiki 1.24.1 --- resources/jquery/jquery.farbtastic.css | 54 ---------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 resources/jquery/jquery.farbtastic.css (limited to 'resources/jquery/jquery.farbtastic.css') diff --git a/resources/jquery/jquery.farbtastic.css b/resources/jquery/jquery.farbtastic.css deleted file mode 100644 index 1c6428f8..00000000 --- a/resources/jquery/jquery.farbtastic.css +++ /dev/null @@ -1,54 +0,0 @@ -/** - * Farbtastic Color Picker 1.2 - * © 2008 Steven Wittens - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - */ -.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 { - /* @embed */ - background: url(images/wheel.png) no-repeat; - width: 195px; - height: 195px; -} -.farbtastic .overlay { - /* @embed */ - background: url(images/mask.png) no-repeat; -} -.farbtastic .marker { - width: 17px; - height: 17px; - margin: -8px 0 0 -8px; - overflow: hidden; - /* @embed */ - background: url(images/marker.png) no-repeat; -} - -- cgit v1.2.3-54-g00ecf