From 1c5685d68f1b73270fb814fe04cbb490eb90ba5f Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 14 Nov 2008 15:39:19 +0000 Subject: Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f --- .../js/dojox/widget/ColorPicker/ColorPicker.css | 78 ------------------ .../ColorPicker/ColorPicker.css.commented.css | 89 --------------------- .../js/dojox/widget/ColorPicker/ColorPicker.html | 31 ------- .../js/dojox/widget/ColorPicker/images/hue.png | Bin 1991 -> 0 bytes .../dojox/widget/ColorPicker/images/hueHandle.png | Bin 280 -> 0 bytes .../widget/ColorPicker/images/pickerPointer.png | Bin 228 -> 0 bytes .../dojox/widget/ColorPicker/images/underlay.png | Bin 10788 -> 0 bytes 7 files changed, 198 deletions(-) delete mode 100644 includes/js/dojox/widget/ColorPicker/ColorPicker.css delete mode 100644 includes/js/dojox/widget/ColorPicker/ColorPicker.css.commented.css delete mode 100644 includes/js/dojox/widget/ColorPicker/ColorPicker.html delete mode 100644 includes/js/dojox/widget/ColorPicker/images/hue.png delete mode 100644 includes/js/dojox/widget/ColorPicker/images/hueHandle.png delete mode 100644 includes/js/dojox/widget/ColorPicker/images/pickerPointer.png delete mode 100644 includes/js/dojox/widget/ColorPicker/images/underlay.png (limited to 'includes/js/dojox/widget/ColorPicker') diff --git a/includes/js/dojox/widget/ColorPicker/ColorPicker.css b/includes/js/dojox/widget/ColorPicker/ColorPicker.css deleted file mode 100644 index 3d62bc7..0000000 --- a/includes/js/dojox/widget/ColorPicker/ColorPicker.css +++ /dev/null @@ -1,78 +0,0 @@ -.dojoxColorPicker { - padding:8px; - border:1px solid #a0a0a0; - background:#ededed; - width:300px; - height:150px; - -moz-border-radius:4pt; - -webkit-border-radius:5pt; -} -.dojoxColorPickerBox { - position:relative; - width:150px; - height:150px; - margin:0; padding:0; -} -.dojoxColorPickerUnderlay { - position:absolute; - top:0; left:0; - width:150px; - height:150px; - z-index:1; - border:1px solid #a0a0a0; -} -.dojoxHuePickerUnderlay { - background:url(images/hue.png) no-repeat top center; - position:absolute; - top:0; left:0; - height:150px; - width:20px; - z-index:1; -} -.dojoxHuePicker { position:relative; top:-150px; left:157px; } -.dojoxHuePickerPoint { - position:absolute; - top:0; left:0; - width:20px; - height:8px; - z-index:3; - background-color:#666; - cursor:pointer; - background:url(images/hueHandle.png) no-repeat center center; -} -.dojoxColorPickerPoint { - position:absolute; - width:10px; - height:10px; - background: url(images/pickerPointer.png) no-repeat center center; - border:0; - z-index:3; - cursor:pointer; -} -.dojoxColorPickerPreview { - display:block; - width:45px; - height:45px; - border:1px solid #333; - background-color:#fff; - position:relative; - top:-150px; - left: 185px; -} -.dojoxColorPickerWebSafePreview { - display:block; - width:25px; - height:25px; - position:relative; - top:-197px; - left:240px; - border:1px solid #333; -} -.dojoxColorPickerOptional { - position:relative; - top:-170px; - left:185px; -} -.dojoxColorPickerRgb { position:absolute; top:0; left:0; } -.dojoxColorPickerHsv { position:absolute; top:0; left:50px; } -.dojoxColorPickerHex { position:absolute; top:73px; left:2px; } diff --git a/includes/js/dojox/widget/ColorPicker/ColorPicker.css.commented.css b/includes/js/dojox/widget/ColorPicker/ColorPicker.css.commented.css deleted file mode 100644 index 789a9dd..0000000 --- a/includes/js/dojox/widget/ColorPicker/ColorPicker.css.commented.css +++ /dev/null @@ -1,89 +0,0 @@ -.dojoxColorPicker { - padding:8px; - border:1px solid #a0a0a0; - background:#ededed; - width:300px; - height:150px; - -moz-border-radius:4pt; - -webkit-border-radius:5pt; -} - - -.dojoxColorPickerBox { - position:relative; - width:150px; - height:150px; - margin:0; padding:0; -} - -.dojoxColorPickerUnderlay { - position:absolute; - top:0; left:0; - width:150px; - height:150px; - z-index:1; - border:1px solid #a0a0a0; -} - -.dojoxHuePickerUnderlay { - background:url(images/hue.png) no-repeat top center; - position:absolute; - top:0; left:0; - height:150px; - width:20px; - z-index:1; -} - -.dojoxHuePicker { position:relative; top:-150px; left:157px; } - -.dojoxHuePickerPoint { - position:absolute; - top:0; left:0; - width:20px; - height:8px; - z-index:3; - background-color:#666; - cursor:pointer; - background:url(images/hueHandle.png) no-repeat center center; -} - - -.dojoxColorPickerPoint { - position:absolute; - width:10px; - height:10px; - background: url(images/pickerPointer.png) no-repeat center center; - border:0; - z-index:3; - cursor:pointer; -} - -.dojoxColorPickerPreview { - display:block; - width:45px; - height:45px; - border:1px solid #333; - background-color:#fff; - position:relative; - top:-150px; - left: 185px; -} -.dojoxColorPickerWebSafePreview { - display:block; - width:25px; - height:25px; - position:relative; - top:-197px; - left:240px; - border:1px solid #333; -} - -.dojoxColorPickerOptional { - position:relative; - top:-170px; - left:185px; -} - -.dojoxColorPickerRgb { position:absolute; top:0; left:0; } -.dojoxColorPickerHsv { position:absolute; top:0; left:50px; } -.dojoxColorPickerHex { position:absolute; top:73px; left:2px; } diff --git a/includes/js/dojox/widget/ColorPicker/ColorPicker.html b/includes/js/dojox/widget/ColorPicker/ColorPicker.html deleted file mode 100644 index de317ba..0000000 --- a/includes/js/dojox/widget/ColorPicker/ColorPicker.html +++ /dev/null @@ -1,31 +0,0 @@ -
-
-
- -
-
-
-
-
-
-
-
-
- - - - -
r
g
b
-
-
- - - - -
h °
s %
v %
-
-
- hex: -
-
-
diff --git a/includes/js/dojox/widget/ColorPicker/images/hue.png b/includes/js/dojox/widget/ColorPicker/images/hue.png deleted file mode 100644 index 2746235..0000000 Binary files a/includes/js/dojox/widget/ColorPicker/images/hue.png and /dev/null differ diff --git a/includes/js/dojox/widget/ColorPicker/images/hueHandle.png b/includes/js/dojox/widget/ColorPicker/images/hueHandle.png deleted file mode 100644 index c7b56e8..0000000 Binary files a/includes/js/dojox/widget/ColorPicker/images/hueHandle.png and /dev/null differ diff --git a/includes/js/dojox/widget/ColorPicker/images/pickerPointer.png b/includes/js/dojox/widget/ColorPicker/images/pickerPointer.png deleted file mode 100644 index 28a3c81..0000000 Binary files a/includes/js/dojox/widget/ColorPicker/images/pickerPointer.png and /dev/null differ diff --git a/includes/js/dojox/widget/ColorPicker/images/underlay.png b/includes/js/dojox/widget/ColorPicker/images/underlay.png deleted file mode 100644 index 0f5eb7c..0000000 Binary files a/includes/js/dojox/widget/ColorPicker/images/underlay.png and /dev/null differ -- cgit v1.2.3-54-g00ecf