Dominic Felber
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
CSS/addons/unraid/login-page/alien/custom.css
|
@ -1,7 +1,7 @@ |
|
|
@import url("https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css"); |
|
|
@import url("https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css"); |
|
|
:root { |
|
|
:root { |
|
|
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed, |
|
|
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed, |
|
|
url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/hallway2.jpg) center center/cover no-repeat fixed; |
|
|
url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/ripley.jpg) center center/cover no-repeat fixed; |
|
|
--logo: url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/logo/nostromogreen2.png) center no-repeat; |
|
|
--logo: url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/logo/nostromogreen2.png) center no-repeat; |
|
|
--text-color: #37f592; |
|
|
--text-color: #37f592; |
|
|
--input-color: #37f592; |
|
|
--input-color: #37f592; |
|
@ -19,4 +19,4 @@ |
|
|
--div-background-color-15: rgba(0, 255, 111, 0.03); |
|
|
--div-background-color-15: rgba(0, 255, 111, 0.03); |
|
|
--text-shadow: 0 0 8px; |
|
|
--text-shadow: 0 0 8px; |
|
|
--box-shadow: 0 0 15px; |
|
|
--box-shadow: 0 0 15px; |
|
|
} |
|
|
} |
|
|