aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/SwiftThemeCreator/farbtastic/farbtastic.css
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-24 23:24:56 +0000
committerplegall <plg@piwigo.org>2010-03-24 23:24:56 +0000
commitf9c4587dbd4148e370f7a0d51c47c7e94265a80d (patch)
treea3561d77e3331a6c37f1fc3f9f9ebf86e3fece88 /plugins/SwiftThemeCreator/farbtastic/farbtastic.css
parentf9b339cf796e1b78e2a3416f594897c0b808c156 (diff)
move SwiftThemeCreator plugin from core to extensions
git-svn-id: http://piwigo.org/svn/trunk@5329 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/SwiftThemeCreator/farbtastic/farbtastic.css')
-rw-r--r--plugins/SwiftThemeCreator/farbtastic/farbtastic.css33
1 files changed, 0 insertions, 33 deletions
diff --git a/plugins/SwiftThemeCreator/farbtastic/farbtastic.css b/plugins/SwiftThemeCreator/farbtastic/farbtastic.css
deleted file mode 100644
index 07d953f2d..000000000
--- a/plugins/SwiftThemeCreator/farbtastic/farbtastic.css
+++ /dev/null
@@ -1,33 +0,0 @@
-.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 {
- background: url(wheel.png) no-repeat;
- width: 195px;
- height: 195px;
-}
-.farbtastic .overlay {
- background: url(mask.png) no-repeat;
-}
-.farbtastic .marker {
- width: 17px;
- height: 17px;
- margin: -8px 0 0 -8px;
- overflow: hidden;
- background: url(marker.png) no-repeat;
-}
-