aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates/montage-web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/document/templates/montage-web/index.html')
-rwxr-xr-xjs/document/templates/montage-web/index.html36
1 files changed, 33 insertions, 3 deletions
diff --git a/js/document/templates/montage-web/index.html b/js/document/templates/montage-web/index.html
index caebc8d0..47964ae4 100755
--- a/js/document/templates/montage-web/index.html
+++ b/js/document/templates/montage-web/index.html
@@ -10,8 +10,39 @@
10 <head> 10 <head>
11 11
12 <title>Ninja Prototype</title> 12 <title>Ninja Prototype</title>
13
14 <style type="text/css" id="nj-stage-stylesheet">
15 * {
16 -webkit-transition-duration: 0s !important;
17 -webkit-animation-duration: 0s !important;
18 -webkit-animation-name: none !important;
19 }
20
21 body {
22 margin: 0;
23 padding: 0;
24 position: absolute;
25 -webkit-transform-style: preserve-3d;
26 -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
27 }
13 28
14 <link href="default_html.css" id="nj-stage-stylesheet" rel="stylesheet" type="text/css" media="screen"/> 29 html, body {
30 width: 100%;
31 height: 100%;
32 }
33
34 ninjaloadinghack {
35 display: none;
36 }
37
38 .active-element-outline {
39 outline: #adff2f solid 2px;
40 }
41
42 .nj-preset-transition {
43 -webkit-transition: all 450ms linear !important;
44 }
45 </style>
15 46
16 <script type="text/javascript" data-package="." src="../../../../node_modules/montage/montage.js"></script> 47 <script type="text/javascript" data-package="." src="../../../../node_modules/montage/montage.js"></script>
17 48
@@ -24,7 +55,7 @@
24 <script type="text/montage-serialization"> 55 <script type="text/montage-serialization">
25 { 56 {
26 "owner": { 57 "owner": {
27 "prototype": "main.reel" 58 "prototype": "main"
28 } 59 }
29 } 60 }
30 </script> 61 </script>
@@ -32,7 +63,6 @@
32 </head> 63 </head>
33 64
34 <body> 65 <body>
35 <style></style>
36 </body> 66 </body>
37 67
38</html> \ No newline at end of file 68</html> \ No newline at end of file