diff options
author | vdigital <vdigital@piwigo.org> | 2008-07-21 22:20:47 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-07-21 22:20:47 +0000 |
commit | 60b7843d3a9117694ae5803d5c77e7cb1232183c (patch) | |
tree | d3c568d232bdfac121b8029a5d9da1db49ca6fb6 /plugins/SwiftThemeCreator/farbtastic/farbtastic.css | |
parent | 82148244e442a1dbe72975814ca4c0a59bbcd42f (diff) |
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
Diffstat (limited to 'plugins/SwiftThemeCreator/farbtastic/farbtastic.css')
-rw-r--r-- | plugins/SwiftThemeCreator/farbtastic/farbtastic.css | 33 |
1 files changed, 33 insertions, 0 deletions
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; +} + |