diff options
Diffstat (limited to '_scss')
-rwxr-xr-x | _scss/imports/scss/_Stage.scss | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/_scss/imports/scss/_Stage.scss b/_scss/imports/scss/_Stage.scss index faf8ee94..bed29d98 100755 --- a/_scss/imports/scss/_Stage.scss +++ b/_scss/imports/scss/_Stage.scss | |||
@@ -20,40 +20,6 @@ | |||
20 | border-width: 1px; | 20 | border-width: 1px; |
21 | } | 21 | } |
22 | 22 | ||
23 | // Used for the Iframe Version | ||
24 | #mainStageIFrame { | ||
25 | border: none; | ||
26 | margin: 4px; | ||
27 | } | ||
28 | |||
29 | |||
30 | |||
31 | |||
32 | #mainStageArea { | ||
33 | -moz-box-flex: 1; | ||
34 | -webkit-box-flex: 1; | ||
35 | box-flex: 1; | ||
36 | |||
37 | overflow: scroll; | ||
38 | position: relative; | ||
39 | |||
40 | margin: 0px; | ||
41 | padding: 0px; | ||
42 | border: none; | ||
43 | } | ||
44 | |||
45 | #pasteBoard { | ||
46 | // position: relative; | ||
47 | top: 0px; | ||
48 | left: 0px; | ||
49 | margin: 0px; | ||
50 | padding: 0px; | ||
51 | border: none; | ||
52 | |||
53 | // overflow: scroll; | ||
54 | } | ||
55 | |||
56 | |||
57 | #stageBG { | 23 | #stageBG { |
58 | width:100%; | 24 | width:100%; |
59 | height:100%; | 25 | height:100%; |
@@ -84,24 +50,6 @@ | |||
84 | z-index: 1; | 50 | z-index: 1; |
85 | } | 51 | } |
86 | 52 | ||
87 | #stageParent { | ||
88 | // we aren't entirely sure why this works but putting a slight opacity on this div | ||
89 | // seems to keep the users content from breaking through the overlay canvas and eating mouse events | ||
90 | // John Mayhew | ||
91 | |||
92 | z-index: 2; | ||
93 | opacity: 0.99; | ||
94 | // height: 1000px; | ||
95 | // width: 2000px; | ||
96 | position: absolute; | ||
97 | margin: 0px; | ||
98 | border: none; | ||
99 | padding: 0px; | ||
100 | top: 0px; | ||
101 | left: 0px; | ||
102 | // background-color: red; | ||
103 | } | ||
104 | |||
105 | .global3DSettings { | 53 | .global3DSettings { |
106 | -webkit-transform-style: preserve-3d; | 54 | -webkit-transform-style: preserve-3d; |
107 | -webkit-transform:perspective(1400) matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); | 55 | -webkit-transform:perspective(1400) matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1); |