mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
extract dev header to separate template
This commit is contained in:
parent
94a9a1495f
commit
01a0bcf13c
@ -22,26 +22,8 @@
|
|||||||
color:white;">
|
color:white;">
|
||||||
<span style="top:45%">Loading Piskel ...</span>
|
<span style="top:45%">Loading Piskel ...</span>
|
||||||
</div>
|
</div>
|
||||||
|
@@include('templates/debug-header.html', {})
|
||||||
|
|
||||||
<style type="text/css">
|
|
||||||
#main-wrapper {
|
|
||||||
margin-top: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fake-piskelapp-header {
|
|
||||||
text-align: center;
|
|
||||||
height: 40px;
|
|
||||||
line-height: 40px;
|
|
||||||
font-size: 24px;
|
|
||||||
background: black;
|
|
||||||
color: gold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.piskel-name.piskel-name-saving {
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="fake-piskelapp-header"><span class="piskel-name"></span></div>
|
|
||||||
<!-- the comment below indicates the beginning of markup reused by the editor integrated in piskelapp.com -->
|
<!-- the comment below indicates the beginning of markup reused by the editor integrated in piskelapp.com -->
|
||||||
<!-- do not delete, do not move :) -->
|
<!-- do not delete, do not move :) -->
|
||||||
<!--body-main-start-->
|
<!--body-main-start-->
|
||||||
|
19
src/templates/debug-header.html
Normal file
19
src/templates/debug-header.html
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<style type="text/css">
|
||||||
|
#main-wrapper {
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fake-piskelapp-header {
|
||||||
|
text-align: center;
|
||||||
|
height: 40px;
|
||||||
|
line-height: 40px;
|
||||||
|
font-size: 24px;
|
||||||
|
background: black;
|
||||||
|
color: gold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.piskel-name.piskel-name-saving {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<div class="fake-piskelapp-header"><span class="piskel-name"></span></div>
|
Loading…
x
Reference in New Issue
Block a user