Skip to content

Commit f38c7a8

Browse files
committed
init
1 parent 36ee15b commit f38c7a8

10 files changed

+1436
-0
lines changed

content.js

+369
Large diffs are not rendered by default.

edges2cats-sheet.jpg

87.4 KB
Loading

edges2handbags-sheet.jpg

123 KB
Loading

edges2shoes-sheet.jpg

75.1 KB
Loading

facades-sheet.jpg

135 KB
Loading

glfx.js

+59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

+943
Large diffs are not rendered by default.

jquery-1.12.4.min.js

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery-ui.min.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles.css

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
2+
.nub {
3+
position: absolute;
4+
width: 10px;
5+
height: 10px;
6+
margin: -6px;
7+
background: #3F9FFF;
8+
background: -moz-linear-gradient(#7FBFFF, #007FFF);
9+
background: -webkit-gradient(linear, left top, left bottom, from(#7FBFFF), to(#007FFF));
10+
border: 2px solid white;
11+
border-radius: 5px;
12+
-moz-border-radius: 5px;
13+
-webkit-border-radius: 5px;
14+
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
15+
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
16+
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
17+
cursor: move;
18+
}
19+
.nubs { position: absolute; top:0; left:0; width:100% ; height: 100%; }
20+
21+
.heditor { position: relative; }
22+
23+
.extras {
24+
display: flex;
25+
}
26+
27+
.preview { position: relative; margin-right:10px; }
28+
29+
.ui-slider {
30+
position: relative;
31+
width: 300px;
32+
height: 3px;
33+
background: #3F3F3F;
34+
margin-top: 8px;
35+
}
36+
37+
.ui-slider-handle {
38+
cursor: default;
39+
position: absolute;
40+
width: 12px;
41+
height: 12px;
42+
background: #DFDFDF;
43+
background: -moz-linear-gradient(#EFEFEF, #BFBFBF);
44+
background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#BFBFBF));
45+
border: 1px solid #3F3F3F;
46+
margin: -5px 0 0 -7px;
47+
border-radius: 7px;
48+
-moz-border-radius: 7px;
49+
-webkit-border-radius: 7px;
50+
}
51+
52+
.ui-state-active { background: white; }
53+
.ui-state-focus { outline: none; }

0 commit comments

Comments
 (0)