aboutsummaryrefslogtreecommitdiff
path: root/user-document-templates/montage-application-cloud/default_html.css
diff options
context:
space:
mode:
Diffstat (limited to 'user-document-templates/montage-application-cloud/default_html.css')
-rw-r--r--user-document-templates/montage-application-cloud/default_html.css74
1 files changed, 74 insertions, 0 deletions
diff --git a/user-document-templates/montage-application-cloud/default_html.css b/user-document-templates/montage-application-cloud/default_html.css
new file mode 100644
index 00000000..05aaf1d0
--- /dev/null
+++ b/user-document-templates/montage-application-cloud/default_html.css
@@ -0,0 +1,74 @@
1/* <copyright>
2This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
3No 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* {
8 -webkit-transition-duration: 0s !important;
9 -webkit-animation-duration: 0s !important;
10}
11
12html{
13 overflow:hidden;
14}
15
16body
17{
18 background: #808080;
19}
20
21#Viewport
22{
23 margin: 0px;
24 padding: 0px;
25 top: 200px;
26 left: 700px;
27 /*position: absolute;*/
28 /*height: 600px;*/
29 /*width: 800px;*/
30 opacity: 0.99;
31 z-index:2;
32}
33
34#stageBG
35{
36 background: #ffffff;
37 top: 200px;
38 left: 700px;
39 z-index:1;
40}
41
42.stageDimension
43{
44 position: absolute;
45 height: 600px;
46 width: 800px;
47}
48
49.stageView
50{
51 border: 1px solid black;
52 -webkit-transform-style: preserve-3d;
53 -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
54}
55
56.stageContentShadow {
57 -webkit-box-shadow: 3px 5px 4px rgba(0,0,0,.5);
58 -moz-box-shadow: 3px 5px 4px rgba(0,0,0,.5);
59 box-shadow: 3px 5px 4px rgba(0,0,0,.5);
60}
61
62#userHead
63{
64 display: none;
65}
66
67.global3DSettings {
68 -webkit-transform-style: preserve-3d;
69 -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
70}
71
72.elem-red-outline {
73 outline: red solid thin;
74} \ No newline at end of file