Add default backgrounds

This commit is contained in:
LoveEevee
2018-09-27 04:04:01 +03:00
parent 3fcec50b53
commit f4dbb30f11
6 changed files with 72 additions and 16 deletions

View File

@@ -193,16 +193,17 @@ kbd{
background-position: 0 0;
}
to{
background-position: -30vmin 0;
background-position: calc(-100vh / 720 * 512) 0;
}
}
#song-select{
width: 100%;
height: 100%;
background: url("/assets/img/bg-pattern-1.png");
background-size: 30vmin;
animation: bgscroll 8s infinite linear;
background-image: url("/assets/img/bg_genre_0.png");
background-size: contain;
animation: bgscroll 16s infinite linear;
white-space: nowrap;
transition: background-image 0.5s;
}
#song-sel-canvas{
position: absolute;