updated css background

This commit is contained in:
Thomas G 2022-10-15 02:26:13 +11:00
parent a5332298a2
commit 17ef8eaf36
6 changed files with 29 additions and 0 deletions

View File

@ -638,6 +638,8 @@ html {
}
.loggedout {
background: transparent url(/img/background.jpg) no-repeat scroll center top;
/*
background: url('/img/animated.png');
background-color: rgb(49, 107, 223);
background-position: center bottom;
@ -646,6 +648,7 @@ html {
animation-name: animatedbackground;
animation-duration: 50s;
animation-iteration-count: infinite;
*/
}
body {

View File

@ -59,8 +59,11 @@ body {
}
.loggedout {
background: transparent url(/img/backgrounddark.jpg) no-repeat scroll center top;
/*
background-image: url('../img/animateddark.png');
background-color: rgb(1, 17, 48);
*/
}
.content {

View File

@ -11,6 +11,18 @@
}
}
@keyframes animatedbackground {
from {
background-position-x: 0px;
animation-timing-function: linear;
}
to {
background-position-x: 2000px;
animation-timing-function: linear;
}
}
html {

View File

@ -11,6 +11,17 @@
}
}
@keyframes animatedbackground {
from {
background-position-x: 0px;
animation-timing-function: linear;
}
to {
background-position-x: 2000px;
animation-timing-function: linear;
}
}
html {

BIN
public/img/background.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB