diff options
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -32,9 +32,9 @@ POSSIBILITY OF SUCH DAMAGE. | |||
32 | <html> | 32 | <html> |
33 | 33 | ||
34 | <head lang="en"> | 34 | <head lang="en"> |
35 | 35 | ||
36 | <title>Motorola Ninja</title> | 36 | <title>Motorola Ninja</title> |
37 | 37 | ||
38 | <meta charset="utf-8"/> | 38 | <meta charset="utf-8"/> |
39 | <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> | 39 | <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/> |
40 | <meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate" /> | 40 | <meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate" /> |
@@ -56,7 +56,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
56 | <link rel="stylesheet" href="js/code-editor/codemirror-ninja/theme/lesser-dark-ninja.css"> | 56 | <link rel="stylesheet" href="js/code-editor/codemirror-ninja/theme/lesser-dark-ninja.css"> |
57 | <link rel="stylesheet" href="js/code-editor/codemirror-ninja/theme/xq-dark-ninja.css"> | 57 | <link rel="stylesheet" href="js/code-editor/codemirror-ninja/theme/xq-dark-ninja.css"> |
58 | 58 | ||
59 | 59 | ||
60 | <style type="text/css"> | 60 | <style type="text/css"> |
61 | html, body | 61 | html, body |
62 | { | 62 | { |
@@ -67,7 +67,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
67 | margin: 0; | 67 | margin: 0; |
68 | padding: 0; | 68 | padding: 0; |
69 | } | 69 | } |
70 | 70 | ||
71 | body | 71 | body |
72 | { | 72 | { |
73 | position: absolute; | 73 | position: absolute; |
@@ -78,13 +78,13 @@ POSSIBILITY OF SUCH DAMAGE. | |||
78 | background-size: auto, 115%; | 78 | background-size: auto, 115%; |
79 | background-color: rgba(19, 19, 19, 1); | 79 | background-color: rgba(19, 19, 19, 1); |
80 | } | 80 | } |
81 | 81 | ||
82 | .montage-app-loaded body | 82 | .montage-app-loaded body |
83 | { | 83 | { |
84 | background: #000; | 84 | background: #000; |
85 | background-image: none; | 85 | background-image: none; |
86 | } | 86 | } |
87 | 87 | ||
88 | .main | 88 | .main |
89 | { | 89 | { |
90 | opacity: 0; | 90 | opacity: 0; |
@@ -96,7 +96,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
96 | { | 96 | { |
97 | opacity: 1; | 97 | opacity: 1; |
98 | } | 98 | } |
99 | 99 | ||
100 | #ninja_logo | 100 | #ninja_logo |
101 | { | 101 | { |
102 | width: 300px; | 102 | width: 300px; |
@@ -142,7 +142,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
142 | top: -10px; | 142 | top: -10px; |
143 | margin: 30px; | 143 | margin: 30px; |
144 | } | 144 | } |
145 | 145 | ||
146 | #splashScreenTextBlock p:first-child | 146 | #splashScreenTextBlock p:first-child |
147 | { | 147 | { |
148 | margin: 10px 0; | 148 | margin: 10px 0; |
@@ -164,7 +164,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
164 | } | 164 | } |
165 | 165 | ||
166 | </style> | 166 | </style> |
167 | 167 | ||
168 | <script type="text/javascript"> | 168 | <script type="text/javascript"> |
169 | window.onload = function() { | 169 | window.onload = function() { |
170 | // Check if we are running in Chrome | 170 | // Check if we are running in Chrome |
@@ -229,7 +229,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
229 | <script type="text/javascript" src="js/helper-classes/RDGE/src/core/script/jpass.js"></script> | 229 | <script type="text/javascript" src="js/helper-classes/RDGE/src/core/script/jpass.js"></script> |
230 | <script type="text/javascript" src="js/helper-classes/RDGE/src/core/script/RenderProcs.js"></script> | 230 | <script type="text/javascript" src="js/helper-classes/RDGE/src/core/script/RenderProcs.js"></script> |
231 | <script type="text/javascript" src="js/helper-classes/RDGE/src/core/script/RenderInitProcs.js"></script> | 231 | <script type="text/javascript" src="js/helper-classes/RDGE/src/core/script/RenderInitProcs.js"></script> |
232 | <script type="text/javascript" src="js/helper-classes/RDGE/src/core/script/MeshManager.js"></script> | 232 | <script type="text/javascript" src="js/helper-classes/RDGE/src/core/script/MeshManager.js"></script> |
233 | <script type="text/javascript" src="js/helper-classes/RDGE/src/core/script/ShaderManager.js"></script> | 233 | <script type="text/javascript" src="js/helper-classes/RDGE/src/core/script/ShaderManager.js"></script> |
234 | <script type="text/javascript" src="js/helper-classes/RDGE/src/core/script/ScreenQuad.js"></script> | 234 | <script type="text/javascript" src="js/helper-classes/RDGE/src/core/script/ScreenQuad.js"></script> |
235 | <script type="text/javascript" src="js/helper-classes/RDGE/src/core/script/box.js"></script> | 235 | <script type="text/javascript" src="js/helper-classes/RDGE/src/core/script/box.js"></script> |