aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-05-14 16:35:09 -0700
committerJose Antonio Marquez2012-05-14 16:35:09 -0700
commit150b6eb2be526627d588a0cf7226ddad7a399b8f (patch)
treee72b6ca1c7e419291f5b088b60c6f05693d3f264 /js/document/templates
parent835df7fcacda5137f0953892e467e5a84f775b35 (diff)
downloadninja-150b6eb2be526627d588a0cf7226ddad7a399b8f.tar.gz
Fixing banner template
Need to implement save, but this cover open and new.
Diffstat (limited to 'js/document/templates')
-rwxr-xr-xjs/document/templates/banner/index.html54
1 files changed, 26 insertions, 28 deletions
diff --git a/js/document/templates/banner/index.html b/js/document/templates/banner/index.html
index 7b29c038..91ef06de 100755
--- a/js/document/templates/banner/index.html
+++ b/js/document/templates/banner/index.html
@@ -38,10 +38,6 @@
38 height: 100%; 38 height: 100%;
39 background: #666; 39 background: #666;
40 } 40 }
41
42 ninjaloadinghack {
43 display: none;
44 }
45 41
46 .active-element-outline { 42 .active-element-outline {
47 outline: #adff2f solid 2px; 43 outline: #adff2f solid 2px;
@@ -50,32 +46,30 @@
50 .nj-preset-transition { 46 .nj-preset-transition {
51 -webkit-transition: all 450ms linear !important; 47 -webkit-transition: all 450ms linear !important;
52 } 48 }
53
54 ninja-viewport {
55 display: block;
56 margin: 0;
57 padding: 0;
58 border: 0;
59 position: absolute;
60 overflow: visible;
61 top: 0;
62 left: 0;
63 background: #FFF;
64 }
65 49
66 ninja-banner { 50 ninjaloadinghack {
51 display: none;
52 }
53
54 ninja-viewport, ninja-content {
67 display: block; 55 display: block;
68 margin: 0; 56 margin: 0;
69 padding: 0; 57 padding: 0;
70 border: 0; 58 border: 0;
71 position: absolute; 59 position: absolute;
72 overflow: visible; 60 overflow: visible;
73 top: 0; 61 top: 0;
74 left: 0; 62 left: 0;
75 background: transparent; 63 background: transparent;
64 }
65
66 ninja-viewport {
67 background: #FFF;
68 }
69
70 ninja-content {
76 -webkit-transform-style: preserve-3d; 71 -webkit-transform-style: preserve-3d;
77 -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 72 -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
78
79 } 73 }
80 </style> 74 </style>
81 75
@@ -100,11 +94,15 @@
100 </head> 94 </head>
101 95
102 <body> 96 <body>
97
103 <ninjaloadinghack></ninjaloadinghack> 98 <ninjaloadinghack></ninjaloadinghack>
99
104 <ninja-viewport> 100 <ninja-viewport>
105 <!--TODO - rename--> 101
106 <ninja-banner></ninja-banner> 102 <ninja-content></ninja-content>
103
107 </ninja-viewport> 104 </ninja-viewport>
105
108 </body> 106 </body>
109 107
110</html> \ No newline at end of file 108</html> \ No newline at end of file