Add default backgrounds
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
overflow: hidden;
|
||||
background-size: cover;
|
||||
}
|
||||
#game.default-bg{
|
||||
background-size: contain;
|
||||
}
|
||||
#canvas{
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user