mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-09 04:32:36 +01:00
33 lines
1.5 KiB
CSS
33 lines
1.5 KiB
CSS
/*_____________________BLUE_THEME______________________*/
|
|
/* --body-before:#00ff771a; /* This is the background that creates the crt lines, background uses a transparency of 10% SET TO NONE TO REMOVE CRT EFFECT */
|
|
/* --body-after: #00ff7733; /* This is the background that creates the crt lines, background uses a transparency of 20% SET TO NONE TO REMOVE CRT EFFECT */
|
|
/* --body-animation: flicker; This is the background that flickers. SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
|
/* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
|
|
|
@import url(/css/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
|
|
:root {
|
|
--main-bg-color:black;
|
|
--body-before:#70d7f61a;
|
|
--body-after: #70d7f633;
|
|
--body-animation: flicker;
|
|
--logo: url(/css/addons/unraid/login-page/alien/logo/wings_blue.png) center no-repeat;
|
|
--text-color: #70d7f6;
|
|
--input-color: #70d7f6;
|
|
--link-color: #70d7f6;
|
|
--link-color-hover: #8f2809;
|
|
--case-color: #70d7f6;
|
|
--button-text-color: #70d7f6;
|
|
--button-text-color-hover: #000;
|
|
--button-color: #70d7f6;
|
|
--button-color-hover: #8f2809;
|
|
--selection-color: #8f2809;
|
|
--custom-text-header:#70d7f6;
|
|
--custom-text-header-shadow:#70d7f6;
|
|
--custom-text-header-animation: textflicker;
|
|
--input-font: 'Share Tech Mono', monospace;
|
|
--text-font: 'Share Tech Mono', monospace;
|
|
--loginbox-background-color: transparent;
|
|
--text-shadow: 0 0 8px;
|
|
--text-shadow-color: #70d7f6;
|
|
--box-shadow: 0 0 15px;
|
|
} |