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.html26
1 files changed, 24 insertions, 2 deletions
diff --git a/js/document/templates/montage-web/index.html b/js/document/templates/montage-web/index.html
index 696904b4..67cfec86 100755
--- a/js/document/templates/montage-web/index.html
+++ b/js/document/templates/montage-web/index.html
@@ -10,8 +10,30 @@
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-perspective: 1400px;
27 }
13 28
14 <link href="default_html.css" id="nj-stage-stylesheet" rel="stylesheet" type="text/css" media="screen"/> 29 .active-element-outline {
30 outline: #adff2f solid 2px;
31 }
32
33 .nj-preset-transition {
34 -webkit-transition: all 450ms linear !important;
35 }
36 </style>
15 37
16 <script type="text/javascript" data-package="." src="../../../../node_modules/montage/montage.js"></script> 38 <script type="text/javascript" data-package="." src="../../../../node_modules/montage/montage.js"></script>
17 39
@@ -24,7 +46,7 @@
24 <script type="text/montage-serialization"> 46 <script type="text/montage-serialization">
25 { 47 {
26 "owner": { 48 "owner": {
27 "prototype": "main.reel" 49 "prototype": "main"
28 } 50 }
29 } 51 }
30 </script> 52 </script>