preloader
This commit is contained in:
parent
053db71199
commit
fb2df919e5
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user