mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
19 lines
366 B
HTML
19 lines
366 B
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>
|