aboutsummaryrefslogtreecommitdiff
path: root/_scss/imports/scss/_Stage.scss
diff options
context:
space:
mode:
Diffstat (limited to '_scss/imports/scss/_Stage.scss')
-rwxr-xr-x_scss/imports/scss/_Stage.scss103
1 files changed, 0 insertions, 103 deletions
diff --git a/_scss/imports/scss/_Stage.scss b/_scss/imports/scss/_Stage.scss
deleted file mode 100755
index bed29d98..00000000
--- a/_scss/imports/scss/_Stage.scss
+++ /dev/null
@@ -1,103 +0,0 @@
1// <copyright>
2// This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
3// No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
4// (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5// </copyright>
6
7#middleDocArea {
8 -webkit-box-orient: horizontal;
9 -moz-box-orient: horizontal;
10 box-orient: horizontal;
11
12 -moz-box-flex: 1;
13 -webkit-box-flex: 1;
14 box-flex: 1;
15
16 margin: 1px;
17 margin-bottom:3px;
18
19 border-style: solid;
20 border-width: 1px;
21}
22
23#stageBG {
24 width:100%;
25 height:100%;
26 background-color: red;
27 position: absolute;
28 margin-left: auto;
29 margin-right: auto;
30 left: 0;
31 right: 0;
32 top: 150px;
33
34 z-index: 0;
35}
36
37#stageUserContent {
38 width:100%;
39 height:100%;
40 background-color: transparent;
41 border : 1px solid $color-body-border;
42
43 position: absolute;
44 margin-left: auto;
45 margin-right: auto;
46 left: 0;
47 right: 0;
48 top: 150px;
49
50 z-index: 1;
51}
52
53.global3DSettings {
54 -webkit-transform-style: preserve-3d;
55 -webkit-transform:perspective(1400) matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
56}
57
58.perspective3D {
59 -webkit-perspective: 1400;
60}
61
62#iframeContainer {
63 position: absolute;
64 top: 0px;
65 left: 0px;
66 margin: 0px;
67 padding: 0px;
68 width:100%;
69 height:100%;
70 overflow:scroll;
71 background:$color-stage;
72}
73
74#drawingCanvas {
75 position: absolute;
76 margin: 0px;
77 border: none;
78 padding: 0px;
79 top: 0px;
80 left: 0px;
81 z-index: 6;
82}
83
84
85#stageCanvas {
86 position: absolute;
87 margin: 0px;
88 border: none;
89 padding: 0px;
90 top: 0px;
91 left: 0px;
92 z-index: 5;
93}
94
95#layoutCanvas {
96 position: absolute;
97 margin: 0px;
98 border: none;
99 padding: 0px;
100 top: 0px;
101 left: 0px;
102 z-index: 4;
103}