aboutsummaryrefslogtreecommitdiff
path: root/_scss/imports
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-01-27 12:05:17 -0800
committerJose Antonio Marquez2012-01-29 13:29:34 -0800
commite9939af9ea90ff74859af21d2029621f8e8f8252 (patch)
tree8e26632cb85dff6f4f4ec007981b38612bc83376 /_scss/imports
parentcb266a79c03968cf68efca015b2db8d6d221ac6d (diff)
downloadninja-e9939af9ea90ff74859af21d2029621f8e8f8252.tar.gz
Merged old FileIO
Diffstat (limited to '_scss/imports')
-rwxr-xr-x_scss/imports/scss/_Stage.scss52
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);