From 60b7843d3a9117694ae5803d5c77e7cb1232183c Mon Sep 17 00:00:00 2001 From: vdigital Date: Mon, 21 Jul 2008 22:20:47 +0000 Subject: New standard plugin: Swift Theme Creator (Create new theme elements which can be manually updated later). git-svn-id: http://piwigo.org/svn/trunk@2445 68402e56-0260-453c-a942-63ccdbb3a9ee --- .../SwiftThemeCreator/farbtastic/farbtastic.css | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 plugins/SwiftThemeCreator/farbtastic/farbtastic.css (limited to 'plugins/SwiftThemeCreator/farbtastic/farbtastic.css') diff --git a/plugins/SwiftThemeCreator/farbtastic/farbtastic.css b/plugins/SwiftThemeCreator/farbtastic/farbtastic.css new file mode 100644 index 000000000..07d953f2d --- /dev/null +++ b/plugins/SwiftThemeCreator/farbtastic/farbtastic.css @@ -0,0 +1,33 @@ +.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; +} + -- cgit v1.2.3