layouting

This commit is contained in:
Set Sakrecoer 2019-07-10 02:16:43 +02:00
parent d2beca0c43
commit f41d81eec0
8 changed files with 38 additions and 54 deletions

View file

@ -1,6 +1,7 @@
---
layout: default
---
{% include navmenu.html %}
<div id="player">
<div id="info">
<div id="controls">
@ -33,7 +34,7 @@ layout: default
<div id="timer">
{{ page.content }}
<img src="{{ site.audio_url }}{{ page.image }}" style="width:100%;" />
</div>
<!-- stylemachine by Sakrecoer -snipthis if ya feel it - its the pary that runs the player ;) -->
@ -78,10 +79,5 @@ layout: default
<style type="text/css">
body {
background-image:url('{{ site.audio_url }}{{ page.image }}') ;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #0ff;
}
</style>