1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-17 23:49:37 +02:00
This commit is contained in:
GilbN 2018-10-13 20:04:56 +02:00
parent 3fb286717f
commit 053db71199

View File

@ -24,13 +24,13 @@ body {
.login { .login {
background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"),
url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png") !important; url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png") !important;
background-repeat: repeat, no-repeat; background-repeat: repeat, no-repeat!important;
background-attachment: fixed, fixed; background-attachment: fixed, fixed!important;
background-position: center center, center center; background-position: center center, center center!important;
background-size: auto, cover; background-size: auto, cover!important;
-webkit-background-size: auto, cover; -webkit-background-size: auto, cover!important;
-moz-background-size: auto, cover; -moz-background-size: auto, cover!important;
-o-background-size: auto, cover; -o-background-size: auto, cover!important;
background-color: rgba(0,0,0,.0) !important; background-color: rgba(0,0,0,.0) !important;
color:#FFFFFF !important; color:#FFFFFF !important;
} }