Permalink
Please sign in to comment.
Showing
with
106 additions
and 836 deletions.
- +3 −0 .bowerrc
- +24 −8 Gruntfile.js
- BIN app/src/images/farbtastic/marker.png
- BIN app/src/images/farbtastic/mask.png
- BIN app/src/images/farbtastic/wheel.png
- +58 −3 app/src/themeroller.js
- +10 −0 bower.json
- +1 −1 download.js
- +0 −5 external/event_emitter.min.js
- +0 −33 external/farbtastic.css
- +0 −285 external/farbtastic.js
- +0 −362 external/handlebars.runtime.js
- +0 −125 external/lzma.js
- +0 −4 external/lzma_worker.min.js
- +1 −0 package.json
- +1 −0 server.js
- +3 −3 template/download/index.html
- +0 −2 template/themeroller/comp_group_a.html
- +5 −5 template/themeroller/index.html
32
Gruntfile.js
Deleted file not rendered
Deleted file not rendered
Deleted file not rendered
10
bower.json
| @@ -0,0 +1,10 @@ | ||
| +{ | ||
| + "name": "download.jqueryui.com", | ||
| + "dependencies": {}, | ||
| + "devDependencies": { | ||
| + "eventEmitter": "4.2.7", | ||
| + "farbtastic": "1.3u", | ||
| + "handlebars": "1.3.0", | ||
| + "lzma-js": "nmrugg/LZMA-JS#27986c2cb045bc1c5b0be5a0b8f234cff7364e41" | ||
| + } | ||
| +} |
| @@ -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; | ||
| -} | ||
| - |
Oops, something went wrong.
0 comments on commit
bd65c70