aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates/html/index.html
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 11:52:06 -0700
committerKris Kowal2012-07-06 15:01:48 -0700
commit648ee61ae84216d0236e0dbc211addc13b2cfa3a (patch)
tree8f0f55557bd0c47a84e49c1977c950645d284607 /js/document/templates/html/index.html
parentaedd14b18695d031f695d27dfbd94df5614495bb (diff)
downloadninja-648ee61ae84216d0236e0dbc211addc13b2cfa3a.tar.gz
Expand tabs
Diffstat (limited to 'js/document/templates/html/index.html')
-rwxr-xr-xjs/document/templates/html/index.html66
1 files changed, 33 insertions, 33 deletions
diff --git a/js/document/templates/html/index.html b/js/document/templates/html/index.html
index 2677ade6..18fe2a0c 100755
--- a/js/document/templates/html/index.html
+++ b/js/document/templates/html/index.html
@@ -31,34 +31,34 @@ POSSIBILITY OF SUCH DAMAGE.
31 31
32 32
33<!-- 33<!--
34 NOTE(s): 34 NOTE(s):
35 All elements in the head of the document to be exclude from I/O 35 All elements in the head of the document to be exclude from I/O
36 must set the 'data-ninja-template' 36 must set the 'data-ninja-template'
37 data-ninja-template="true" 37 data-ninja-template="true"
38--> 38-->
39 39
40<!-- TODO: Determine if loading Montage is always needed or if it could be done author-time or on file open --> 40<!-- TODO: Determine if loading Montage is always needed or if it could be done author-time or on file open -->
41 41
42<html> 42<html>
43 43
44 <head> 44 <head>
45 45
46 <style type="text/css" id="nj-stage-stylesheet" data-ninja-template="true"> 46 <style type="text/css" id="nj-stage-stylesheet" data-ninja-template="true">
47 * { 47 * {
48 -webkit-animation: none !important; 48 -webkit-animation: none !important;
49 -webkit-transition-duration: 0s !important; 49 -webkit-transition-duration: 0s !important;
50 -webkit-animation-duration: 0s !important; 50 -webkit-animation-duration: 0s !important;
51 -webkit-animation-name: none !important; 51 -webkit-animation-name: none !important;
52 -webkit-animation-fill-mode: none !important; 52 -webkit-animation-fill-mode: none !important;
53 } 53 }
54 54
55 body { 55 body {
56 margin: 0; 56 margin: 0;
57 padding: 0; 57 padding: 0;
58 position: absolute; 58 position: absolute;
59 -webkit-transform-style: preserve-3d; 59 -webkit-transform-style: preserve-3d;
60 -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 60 -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
61 } 61 }
62 62
63 html { 63 html {
64 overflow: scroll; 64 overflow: scroll;
@@ -68,18 +68,18 @@ POSSIBILITY OF SUCH DAMAGE.
68 width: 100%; 68 width: 100%;
69 height: 100%; 69 height: 100%;
70 } 70 }
71 71
72 ninjaloadinghack { 72 ninjaloadinghack {
73 display: none; 73 display: none;
74 } 74 }
75 75
76 .active-element-outline { 76 .active-element-outline {
77 outline: #adff2f solid 2px; 77 outline: #adff2f solid 2px;
78 } 78 }
79 79
80 .nj-preset-transition { 80 .nj-preset-transition {
81 -webkit-transition: all 450ms linear !important; 81 -webkit-transition: all 450ms linear !important;
82 } 82 }
83 83
84 .nj-element-highlight { 84 .nj-element-highlight {
85 outline: 4px solid #ff0000; 85 outline: 4px solid #ff0000;
@@ -132,9 +132,9 @@ POSSIBILITY OF SUCH DAMAGE.
132 } 132 }
133 }); 133 });
134 134
135 </script> 135 </script>
136 136
137 <script type="text/javascript" data-package="../app" src="../../../../node_modules/montage/montage.js" data-ninja-template="true"></script> 137 <script type="text/javascript" data-package="../app" src="../../../../node_modules/montage/montage.js" data-ninja-template="true"></script>
138 138
139 <script type="text/montage-serialization" data-ninja-template="true"> 139 <script type="text/montage-serialization" data-ninja-template="true">
140 { 140 {
@@ -144,8 +144,8 @@ POSSIBILITY OF SUCH DAMAGE.
144 } 144 }
145 </script> 145 </script>
146 146
147 </head> 147 </head>
148 148
149 <body></body> 149 <body></body>
150 150
151</html> 151</html>