piskel/src/templates/debug-header.html
2017-06-03 00:15:08 +02:00

51 lines
906 B
HTML

<style type="text/css">
#main-wrapper {
margin-top: 40px;
}
.fake-piskelapp-header {
position: relative;
text-align: center;
height: 40px;
line-height: 40px;
font-size: 24px;
background: black;
color: gold;
z-index: 100;
}
.piskel-name.piskel-name-saving {
color: red;
}
.new-piskel-desktop {
position: absolute;
display: flex;
top: 7px;
right: 7px;
height: 26px;
width: 26px;
border-radius: 3px;
font-size: 22px;
color: black;
background: gold;
text-decoration: none;
align-items: center;
justify-content: center;
}
</style>
<div class="fake-piskelapp-header">
<a
href="index.html"
target="_blank"
class="new-piskel-desktop button button-primary"
title="Create a new sprite"
rel="tooltip"
data-placement="left"
>+</a>
<span class="piskel-name"></span>
</div>