mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-05 02:32:37 +01:00
28 lines
1.3 KiB
CSS
28 lines
1.3 KiB
CSS
@import url("https://theme-park.dev/css/addons/unraid/login-page/fallout/fallout_base.css");
|
|
:root {
|
|
--main-bg-color: url(https://theme-park.dev/css/addons/unraid/login-page/fallout/wallpaper/rocky-wall.png),
|
|
url(https://theme-park.dev/css/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg) center center/cover no-repeat fixed;
|
|
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
|
|
--text-color: #14F074;
|
|
--input-color: #14F074;
|
|
--link-color: #14F074;
|
|
--link-color-hover: #0C833D;
|
|
--case-color: #14F074;
|
|
--button-text-color: #14F074;
|
|
--button-text-color-hover: #FFFFFF;
|
|
--button-color: #14F074;
|
|
--button-color2: #0C833D;
|
|
--input-font: 'Share Tech Mono', monospace;
|
|
--text-font: 'Share Tech Mono', monospace;
|
|
--div-background-color-15: rgba(0, 0, 0, 0.25);
|
|
|
|
/* Replace the variables if you have a dark background */
|
|
/* Light colors for dark backgrounds */
|
|
/*
|
|
--div-background-color-15: rgba(255, 255, 255, 0.15);
|
|
https://www.transparenttextures.com/patterns/hexellence.png
|
|
https://www.transparenttextures.com/patterns/gplay.png
|
|
https://www.transparenttextures.com/patterns/simple-horizontal-light.png
|
|
https://www.colourlovers.com/palette/3428762/Fallout?widths=1
|
|
*/
|
|
} |