From fb2df919e5659748eb45b3b42572796294bfcf5b Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 13 Oct 2018 20:19:39 +0200 Subject: [PATCH] preloader --- CSS/themes/grafplex.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CSS/themes/grafplex.css b/CSS/themes/grafplex.css index ead0ba90..629f3257 100644 --- a/CSS/themes/grafplex.css +++ b/CSS/themes/grafplex.css @@ -12,6 +12,17 @@ body { background-color: rgba(0,0,0,.0) !important; color:#FFFFFF !important; } +.theme-dark, .preloader { + 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; + background-repeat: repeat, no-repeat; + background-attachment: fixed, fixed; + background-position: center center, center center; + background-size: auto, cover; + -webkit-background-size: auto, cover; + -moz-background-size: auto, cover; + -o-background-size: auto, cover; +} .page-header-canvas { background: rgba(0, 0, 0, 0.25) !important; box-shadow: none !important; @@ -22,8 +33,8 @@ body { } /* login page */ .login { - 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; +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; background-repeat: repeat, no-repeat!important; background-attachment: fixed, fixed!important; background-position: center center, center center!important;