selfhosted

This commit is contained in:
deathbybandaid 2020-12-01 13:27:55 -05:00
parent bb0cfdc937
commit b30671e9a8
263 changed files with 591 additions and 591 deletions

View File

@ -25,9 +25,9 @@
Replace `--main-bg-color` with a wallpaper you have uploaded to Organizr Replace `--main-bg-color` with a wallpaper you have uploaded to Organizr
```css ```css
@import "https://gilbn.github.io/theme.park/CSS/addons/organizr/glass/glass-base.css"; @import "https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/organizr/glass/glass-base.css";
:root { :root {
--main-bg-color: url(https://gilbn.github.io/theme.park/CSS/addons/organizr/glass/example.jpg) center center/cover no-repeat fixed; --main-bg-color: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/organizr/glass/example.jpg) center center/cover no-repeat fixed;
--mobile-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --mobile-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--link-color: #fff; --link-color: #fff;
@ -46,25 +46,25 @@ On mobile the background is replaced with `--mobile-bg-color`. Find a background
Here are the other theme colors if you want to use that instead: Here are the other theme colors if you want to use that instead:
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/aquamarine_banner.png" width="600px" /> <img src="https://htpc.deathbybandaid.net/assets/theme.park/Screenshots/aquamarine_banner.png" width="600px" />
`--mobile-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;` `--mobile-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;`
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/hotline_banner.png" width="600px" /> <img src="https://htpc.deathbybandaid.net/assets/theme.park/Screenshots/hotline_banner.png" width="600px" />
` --mobile-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;` ` --mobile-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;`
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/spacegray_banner.png" width="600px" /> <img src="https://htpc.deathbybandaid.net/assets/theme.park/Screenshots/spacegray_banner.png" width="600px" />
`--mobile-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;` `--mobile-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;`
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/dark_banner.png" width="600px" /> <img src="https://htpc.deathbybandaid.net/assets/theme.park/Screenshots/dark_banner.png" width="600px" />
`--mobile-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;` `--mobile-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;`
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/plex_banner.png" width="600px" /> <img src="https://htpc.deathbybandaid.net/assets/theme.park/Screenshots/plex_banner.png" width="600px" />
`--mobile-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;` `--mobile-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;`
### Replace the variables if you have a dark background. ### Replace the variables if you have a dark background.
@ -90,12 +90,12 @@ Here are the other theme colors if you want to use that instead:
If you just want the login and lockscreen css, just add this in custom CSS: If you just want the login and lockscreen css, just add this in custom CSS:
```css ```css
@import "https://gilbn.github.io/theme.park/CSS/addons/organizr/glass/glass-login.css"; @import "https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/organizr/glass/glass-login.css";
``` ```
You can change the blur background color by adding the variables above. The default is dark. You can change the blur background color by adding the variables above. The default is dark.
```css ```css
@import "https://gilbn.github.io/theme.park/CSS/addons/organizr/glass/glass-login.css"; @import "https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/organizr/glass/glass-login.css";
:root { :root {
--div-background-color-10: rgba(255, 255, 255, 0.10); --div-background-color-10: rgba(255, 255, 255, 0.10);
--div-background-color-15: rgba(255, 255, 255, 0.15); --div-background-color-15: rgba(255, 255, 255, 0.15);
@ -106,7 +106,7 @@ You can change the blur background color by adding the variables above. The defa
# Screenshots # Screenshots
![](https://raw.githubusercontent.com/gilbN/theme.park/master/CSS/addons/organizr/glass/screenshots/login.png) ![](https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/organizr/glass/screenshots/login.png)
![](https://raw.githubusercontent.com/gilbN/theme.park/master/CSS/addons/organizr/glass/screenshots/lockscreen.png) ![](https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/organizr/glass/screenshots/lockscreen.png)
![](https://raw.githubusercontent.com/gilbN/theme.park/master/CSS/addons/organizr/glass/screenshots/homepage.jpg) ![](https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/organizr/glass/screenshots/homepage.jpg)
![](https://raw.githubusercontent.com/gilbN/theme.park/master/CSS/addons/organizr/glass/screenshots/settings.jpg) ![](https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/organizr/glass/screenshots/settings.jpg)

View File

@ -2,7 +2,7 @@
/* Import the glass-base.css and root variables in the Custom Theme CSS box like below */ /* Import the glass-base.css and root variables in the Custom Theme CSS box like below */
/* /*
@import "https://gilbn.github.io/theme.park/CSS/addons/organizr/glass-base.css"; @import "https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/organizr/glass-base.css";
:root { :root {
--main-bg-color: url(https://domain.com/your/hosted/wallpaper.jpg) center center/cover no-repeat fixed; --main-bg-color: url(https://domain.com/your/hosted/wallpaper.jpg) center center/cover no-repeat fixed;
--mobile-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --mobile-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;

View File

@ -20,8 +20,8 @@ Examples of how to add it:
proxy_set_header Accept-Encoding ""; proxy_set_header Accept-Encoding "";
sub_filter sub_filter
'</head>' '</head>'
'<link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/themes/radarr/THEME.css"> '<link rel="stylesheet" type="text/css" href="https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/radarr/THEME.css">
<link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/addons/radarr/radarr-4k-logo.css"> <link rel="stylesheet" type="text/css" href="https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr-4k-logo.css">
</head>'; </head>';
sub_filter_once on; sub_filter_once on;
``` ```
@ -30,7 +30,7 @@ sub_filter_once on;
```nginx ```nginx
AddOutputFilterByType SUBSTITUTE text/html AddOutputFilterByType SUBSTITUTE text/html
Substitute 's|</head> '<link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/themes/radarr/THEME.css"><link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/addons/radarr/radarr-4k-logo.css"> Substitute 's|</head> '<link rel="stylesheet" type="text/css" href="https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/radarr/THEME.css"><link rel="stylesheet" type="text/css" href="https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr-4k-logo.css">
</head>';|' </head>';|'
``` ```
@ -40,7 +40,7 @@ AddOutputFilterByType SUBSTITUTE text/html
filter rule { filter rule {
content_type text/html.* content_type text/html.*
search_pattern </head> search_pattern </head>
replacement "<link rel='stylesheet' type='text/css' href='https://gilbn.github.io/theme.park/CSS/themes/<APP_NAME>/<THEME>.css'><link rel='stylesheet' type='text/css' href='https://gilbn.github.io/theme.park/CSS/addons/radarr/radarr-4k-logo.css'></head>" replacement "<link rel='stylesheet' type='text/css' href='https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/<APP_NAME>/<THEME>.css'><link rel='stylesheet' type='text/css' href='https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr-4k-logo.css'></head>"
} }
``` ```
@ -49,6 +49,6 @@ filter rule {
Just add another import line. Just add another import line.
```css ```css
@import "https://gilbn.github.io/theme.park/CSS/themes/radarr/THEME.css"; @import "https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/radarr/THEME.css";
@import "https://gilbn.github.io/theme.park/CSS/addons/radarr/radarr-4k-logo.css"; @import "https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr-4k-logo.css";
``` ```

View File

@ -4,7 +4,7 @@
display:none !important; display:none !important;
} }
.navbar > .container-fluid .navbar-brand:before { .navbar > .container-fluid .navbar-brand:before {
background-image: url("https://gilbn.github.io/theme.park/CSS/addons/radarr/radarr4k.png"); background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr4k.png");
display: inline-block; display: inline-block;
width: 128px; width: 128px;
height: 128px; height: 128px;
@ -24,7 +24,7 @@
display: inline !important; display: inline !important;
} }
.navbar > .container-fluid .navbar-brand:before { .navbar > .container-fluid .navbar-brand:before {
background-image: url("https://gilbn.github.io/theme.park/CSS/addons/radarr/radarr4k.png"); background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr4k.png");
display: inline-block; display: inline-block;
width: 32px; width: 32px;
height: 32px; height: 32px;
@ -43,7 +43,7 @@
display: none !important; display: none !important;
} }
.PageHeader-logoContainer-3bOb3:before { .PageHeader-logoContainer-3bOb3:before {
background-image: url("https://gilbn.github.io/theme.park/CSS/addons/radarr/radarr4k-v3.png"); background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr4k-v3.png");
display: inline-block; display: inline-block;
width: 148px; width: 148px;
height: 48px; height: 48px;
@ -60,7 +60,7 @@
display: none !important; display: none !important;
} }
.PageHeader-logoContainer-3bOb3:before { .PageHeader-logoContainer-3bOb3:before {
background-image: url("https://gilbn.github.io/theme.park/CSS/addons/radarr/radarr-v3-mobile.png"); background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr-v3-mobile.png");
display: inline-block; display: inline-block;
width: 32px; width: 32px;
height: 32px; height: 32px;

View File

@ -20,8 +20,8 @@ Examples of how to add it:
proxy_set_header Accept-Encoding ""; proxy_set_header Accept-Encoding "";
sub_filter sub_filter
'</head>' '</head>'
'<link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/themes/sonarr/THEME.css"> '<link rel="stylesheet" type="text/css" href="https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/sonarr/THEME.css">
<link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/addons/sonarr/sonarr-4k-logo.css"> <link rel="stylesheet" type="text/css" href="https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k-logo.css">
</head>'; </head>';
sub_filter_once on; sub_filter_once on;
``` ```
@ -30,7 +30,7 @@ sub_filter_once on;
```nginx ```nginx
AddOutputFilterByType SUBSTITUTE text/html AddOutputFilterByType SUBSTITUTE text/html
Substitute 's|</head> '<link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/themes/sonarr/THEME.css"><link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/addons/sonarr/sonarr-4k-logo.css"> Substitute 's|</head> '<link rel="stylesheet" type="text/css" href="https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/sonarr/THEME.css"><link rel="stylesheet" type="text/css" href="https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k-logo.css">
</head>';|' </head>';|'
``` ```
@ -40,7 +40,7 @@ AddOutputFilterByType SUBSTITUTE text/html
filter rule { filter rule {
content_type text/html.* content_type text/html.*
search_pattern </head> search_pattern </head>
replacement "<link rel='stylesheet' type='text/css' href='https://gilbn.github.io/theme.park/CSS/themes/<APP_NAME>/<THEME>.css'><link rel='stylesheet' type='text/css' href='https://gilbn.github.io/theme.park/CSS/addons/sonarr/sonarr-4k-logo.css'></head>" replacement "<link rel='stylesheet' type='text/css' href='https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/<APP_NAME>/<THEME>.css'><link rel='stylesheet' type='text/css' href='https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k-logo.css'></head>"
} }
``` ```
@ -49,6 +49,6 @@ filter rule {
Just add another import line. Just add another import line.
```css ```css
@import "https://gilbn.github.io/theme.park/CSS/themes/sonarr/THEME.css"; @import "https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/sonarr/THEME.css";
@import "https://gilbn.github.io/theme.park/CSS/addons/sonarr/sonarr-4k-logo.css"; @import "https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k-logo.css";
``` ```

View File

@ -4,7 +4,7 @@
display:none !important; display:none !important;
} }
.navbar > .container-fluid .navbar-brand:before { .navbar > .container-fluid .navbar-brand:before {
background-image: url("https://gilbn.github.io/theme.park/CSS/addons/sonarr/sonarr-4k.png"); background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k.png");
display: inline-block; display: inline-block;
width: 128px; width: 128px;
height: 128px; height: 128px;
@ -25,7 +25,7 @@
display: inline !important; display: inline !important;
} }
.navbar > .container-fluid .navbar-brand:before { .navbar > .container-fluid .navbar-brand:before {
background-image: url("https://gilbn.github.io/theme.park/CSS/addons/sonarr/sonarr-4k.png"); background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k.png");
display: inline-block; display: inline-block;
width: 64px; width: 64px;
height: 64px; height: 64px;
@ -46,7 +46,7 @@
display: inline !important; display: inline !important;
} }
.navbar > .container-fluid .navbar-brand:before { .navbar > .container-fluid .navbar-brand:before {
background-image: url("https://gilbn.github.io/theme.park/CSS/addons/sonarr/sonarr-4k.png"); background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k.png");
display: inline-block; display: inline-block;
width: 32px; width: 32px;
height: 32px; height: 32px;
@ -65,7 +65,7 @@
display: none !important; display: none !important;
} }
.PageHeader\/logoContainer\/3bOb3:before { .PageHeader\/logoContainer\/3bOb3:before {
background-image: url("https://gilbn.github.io/theme.park/CSS/addons/sonarr/sonarr-4k.png"); background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k.png");
display: inline-block; display: inline-block;
width: 32px; width: 32px;
height: 32px; height: 32px;
@ -82,7 +82,7 @@
display: none !important; display: none !important;
} }
.PageHeader\/logoContainer\/3bOb3:before { .PageHeader\/logoContainer\/3bOb3:before {
background-image: url("https://gilbn.github.io/theme.park/CSS/addons/sonarr/sonarr-4k.png"); background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k.png");
display: inline-block; display: inline-block;
width: 32px; width: 32px;
height: 32px; height: 32px;

View File

@ -3,12 +3,12 @@
/*--body-after: #ffb52a33; /* This is the background that creates the crt lines, background uses a transparency of 20% */ /*--body-after: #ffb52a33; /* This is the background that creates the crt lines, background uses a transparency of 20% */
/*--custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */ /*--custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
@import url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/retro-terminal/retro-terminal-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/retro-terminal/retro-terminal-base.css);
:root { :root {
--main-bg-color:black; --main-bg-color:black;
--body-before:#ffb52a1a; --body-before:#ffb52a1a;
--body-after: #ffb52a33; --body-after: #ffb52a33;
--logo: url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/logo/nostromoyellow.png) center no-repeat; --logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/nostromoyellow.png) center no-repeat;
--text-color: #ffb52a; --text-color: #ffb52a;
--input-color: #ffb52a; --input-color: #ffb52a;
--link-color: #ffb52a; --link-color: #ffb52a;

View File

@ -3,12 +3,12 @@
/*--body-after: #70d7f61a; /* This is the background that creates the crt lines, background uses a transparency of 20% */ /*--body-after: #70d7f61a; /* This is the background that creates the crt lines, background uses a transparency of 20% */
/*--custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */ /*--custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
@import url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/retro-terminal/retro-terminal-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/retro-terminal/retro-terminal-base.css);
:root { :root {
--main-bg-color:black; --main-bg-color:black;
--body-before:#70d7f61a; --body-before:#70d7f61a;
--body-after: #70d7f633; --body-after: #70d7f633;
--logo: url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/logo/nostromoblue.png) center no-repeat; --logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/nostromoblue.png) center no-repeat;
--text-color: #70d7f6; --text-color: #70d7f6;
--input-color: #70d7f6; --input-color: #70d7f6;
--link-color: #70d7f6; --link-color: #70d7f6;

View File

@ -3,12 +3,12 @@
/* --body-after: #00ff7733; /* This is the background that creates the crt lines, background uses a transparency of 20% */ /* --body-after: #00ff7733; /* This is the background that creates the crt lines, background uses a transparency of 20% */
/* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */ /* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
@import url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/retro-terminal/retro-terminal-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/retro-terminal/retro-terminal-base.css);
:root { :root {
--main-bg-color:black; --main-bg-color:black;
--body-before:#00ff771a; --body-before:#00ff771a;
--body-after: #00ff7733; --body-after: #00ff7733;
--logo: url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/logo/nostromogreen.png) center no-repeat; --logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/nostromogreen.png) center no-repeat;
--text-color: #37f592; --text-color: #37f592;
--input-color: #37f592; --input-color: #37f592;
--link-color: #37f592; --link-color: #37f592;

View File

@ -3,12 +3,12 @@
/*--body-after: #70d7f61a; /* This is the background that creates the crt lines, background uses a transparency of 20% */ /*--body-after: #70d7f61a; /* This is the background that creates the crt lines, background uses a transparency of 20% */
/*--custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */ /*--custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
@import url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/retro-terminal/retro-terminal-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/retro-terminal/retro-terminal-base.css);
:root { :root {
--main-bg-color: black; --main-bg-color: black;
--body-before: #ff00001a; --body-before: #ff00001a;
--body-after: #ff000033; --body-after: #ff000033;
--logo: url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/logo/nostromored.png) center no-repeat; --logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/nostromored.png) center no-repeat;
--text-color: #e22828; --text-color: #e22828;
--input-color: #e22828; --input-color: #e22828;
--link-color: #e22828; --link-color: #e22828;

View File

@ -3,12 +3,12 @@
/*--body-after: #70d7f61a; /* This is the background that creates the crt lines, background uses a transparency of 20% */ /*--body-after: #70d7f61a; /* This is the background that creates the crt lines, background uses a transparency of 20% */
/*--custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */ /*--custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
@import url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/retro-terminal/retro-terminal-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/retro-terminal/retro-terminal-base.css);
:root { :root {
--main-bg-color:black; --main-bg-color:black;
--body-before:#70d7f61a; --body-before:#70d7f61a;
--body-after: #70d7f633; --body-after: #70d7f633;
--logo: url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/logo/nostromo3.png) center no-repeat; --logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/nostromo3.png) center no-repeat;
--text-color: #ffffff; --text-color: #ffffff;
--input-color: #ffffff; --input-color: #ffffff;
--link-color: #ffffff; --link-color: #ffffff;

View File

@ -3,12 +3,12 @@
/*--body-after: #70d7f61a; /* This is the background that creates the crt lines, background uses a transparency of 20% */ /*--body-after: #70d7f61a; /* This is the background that creates the crt lines, background uses a transparency of 20% */
/*--custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */ /*--custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
@import url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/retro-terminal/retro-terminal-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/retro-terminal/retro-terminal-base.css);
:root { :root {
--main-bg-color:black; --main-bg-color:black;
--body-before:#70d7f61a; --body-before:#70d7f61a;
--body-after: #70d7f633; --body-after: #70d7f633;
--logo: url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/alien/logo/nostromo3.png) center no-repeat; --logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/nostromo3.png) center no-repeat;
--text-color: #ffffff; --text-color: #ffffff;
--input-color: #ffffff; --input-color: #ffffff;
--link-color: #ffffff; --link-color: #ffffff;

View File

@ -2,8 +2,8 @@
@import "https://fonts.googleapis.com/css?family=Share+Tech+Mono&display=swap"; @import "https://fonts.googleapis.com/css?family=Share+Tech+Mono&display=swap";
@import "https://fonts.googleapis.com/css?family=VT323"; @import "https://fonts.googleapis.com/css?family=VT323";
:root { :root {
--main-bg-color: url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/fallout/wallpaper/rocky-wall.png), url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/fallout/wallpaper/6Ua3u8.jpg) center center/cover no-repeat fixed; --main-bg-color: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/fallout/wallpaper/rocky-wall.png), url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/fallout/wallpaper/6Ua3u8.jpg) center center/cover no-repeat fixed;
--logo: url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/fallout/logo/vault.png) center no-repeat; --logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/fallout/logo/vault.png) center no-repeat;
--text-color: #14F074; --text-color: #14F074;
--input-color: #14F074; --input-color: #14F074;
--link-color: #14F074; --link-color: #14F074;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* ADGUARD AQUAMARINE THEME */ /* ADGUARD AQUAMARINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/adguard/adguard-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/adguard/adguard-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* ADGUARD DARK THEME */ /* ADGUARD DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/adguard/adguard-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/adguard/adguard-base.css);
:root { :root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* ADGUARD HOTLINE THEME */ /* ADGUARD HOTLINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/adguard/adguard-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/adguard/adguard-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* ADGUARD ORGANIZR-DARK THEME */ /* ADGUARD ORGANIZR-DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/adguard/adguard-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/adguard/adguard-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b; --modal-bg-color: #1b1b1b;

View File

@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* ADGUARD PLEX THEME */ /* ADGUARD PLEX THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/adguard/adguard-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/adguard/adguard-base.css);
:root { :root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; --modal-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
--button-color: #cc7b19; --button-color: #cc7b19;
--button-color-hover: #e59029; --button-color-hover: #e59029;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* ADGUARD SPACE GRAY THEME */ /* ADGUARD SPACE GRAY THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/adguard/adguard-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/adguard/adguard-base.css);
:root { :root {
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* BAZARR AQUAMARINE THEME */ /* BAZARR AQUAMARINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/bazarr/bazarr-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bazarr/bazarr-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* BAZARR DARK THEME */ /* BAZARR DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/bazarr/bazarr-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bazarr/bazarr-base.css);
:root { :root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* BAZARR HOTLINE THEME */ /* BAZARR HOTLINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/bazarr/bazarr-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bazarr/bazarr-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* BAZARR ORGANIZR-DARK THEME */ /* BAZARR ORGANIZR-DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/bazarr/bazarr-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bazarr/bazarr-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b; --modal-bg-color: #1b1b1b;

View File

@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* BAZARR PLEX THEME */ /* BAZARR PLEX THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/bazarr/bazarr-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bazarr/bazarr-base.css);
:root { :root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; --modal-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
--button-color: #cc7b19; --button-color: #cc7b19;
--button-color-hover: #e59029; --button-color-hover: #e59029;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* BAZARR SPACE GRAY THEME */ /* BAZARR SPACE GRAY THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/bazarr/bazarr-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bazarr/bazarr-base.css);
:root { :root {
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* BITWARDEN AQUAMARINE THEME */ /* BITWARDEN AQUAMARINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/bitwarden/bitwarden-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* BITWARDEN DARK THEME */ /* BITWARDEN DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/bitwarden/bitwarden-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
:root { :root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* BITWARDEN HOTLINE THEME */ /* BITWARDEN HOTLINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/bitwarden/bitwarden-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* BITWARDEN ORGANIZR-DARK THEME */ /* BITWARDEN ORGANIZR-DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/bitwarden/bitwarden-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b; --modal-bg-color: #1b1b1b;

View File

@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* BITWARDEN PLEX THEME */ /* BITWARDEN PLEX THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/bitwarden/bitwarden-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
:root { :root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; --modal-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
--button-color: #cc7b19; --button-color: #cc7b19;
--button-color-hover: #e59029; --button-color-hover: #e59029;
--accent-color: #e5a00d; --accent-color: #e5a00d;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* BITWARDEN SPACE GRAY THEME */ /* BITWARDEN SPACE GRAY THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/bitwarden/bitwarden-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
:root { :root {
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;

View File

@ -13,7 +13,7 @@
/* CALIBRE-WEB AQUAMARINE THEME */ /* CALIBRE-WEB AQUAMARINE THEME */
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */ /* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
@import url(https://gilbn.github.io/theme.park/CSS/themes/calibreweb/calibreweb-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -13,7 +13,7 @@
/* CALIBRE-WEB DARK THEME */ /* CALIBRE-WEB DARK THEME */
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */ /* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
@import url(https://gilbn.github.io/theme.park/CSS/themes/calibreweb/calibreweb-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
:root { :root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;

View File

@ -13,7 +13,7 @@
/* CALIBRE-WEB HOTLINE THEME */ /* CALIBRE-WEB HOTLINE THEME */
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */ /* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
@import url(https://gilbn.github.io/theme.park/CSS/themes/calibreweb/calibreweb-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -13,7 +13,7 @@
/* CALIBRE-WEB ORGANIZR-DARK THEME */ /* CALIBRE-WEB ORGANIZR-DARK THEME */
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */ /* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
@import url(https://gilbn.github.io/theme.park/CSS/themes/calibreweb/calibreweb-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b; --modal-bg-color: #1b1b1b;

View File

@ -13,7 +13,7 @@
/* CALIBRE-WEB SPACE GRAY THEME */ /* CALIBRE-WEB SPACE GRAY THEME */
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */ /* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
@import url(https://gilbn.github.io/theme.park/CSS/themes/calibreweb/calibreweb-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
:root { :root {
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* DELUGE AQUAMARINE THEME */ /* DELUGE AQUAMARINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/deluge/deluge-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/deluge/deluge-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* DELUGE DARK THEME */ /* DELUGE DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/deluge/deluge-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/deluge/deluge-base.css);
:root { :root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;

View File

@ -92,122 +92,122 @@
background: transparent; background: transparent;
} }
.x-deluge-all { .x-deluge-all {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/all.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/all.png);
background-position: left center; background-position: left center;
} }
.x-deluge-downloading, .x-btn .x-deluge-downloading, .x-deluge-peer { .x-deluge-downloading, .x-btn .x-deluge-downloading, .x-deluge-peer {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/dling.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/dling.png);
background-position: left center; background-position: left center;
} }
.x-deluge-seeding, .x-btn .x-deluge-seeding, .deluge-torrents .seeding, .x-deluge-seed { .x-deluge-seeding, .x-btn .x-deluge-seeding, .deluge-torrents .seeding, .x-deluge-seed {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/uling.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/uling.png);
background-position: left center; background-position: left center;
} }
.x-deluge-active, .x-deluge-traffic, .x-btn .x-deluge-traffic { .x-deluge-active, .x-deluge-traffic, .x-btn .x-deluge-traffic {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/active.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/active.png);
background-position: left center; background-position: left center;
} }
.x-deluge-paused, .x-btn .x-deluge-paused, .deluge-torrents .paused { .x-deluge-paused, .x-btn .x-deluge-paused, .deluge-torrents .paused {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/paused.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/paused.png);
background-position: left center; background-position: left center;
} }
.x-deluge-queued, .x-btn .x-deluge-queued, .deluge-torrents .queued { .x-deluge-queued, .x-btn .x-deluge-queued, .deluge-torrents .queued {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/queued.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/queued.png);
background-position: left center; background-position: left center;
} }
.x-deluge-checking, .deluge-torrents .checking { .x-deluge-checking, .deluge-torrents .checking {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/checking.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/checking.png);
background-position: left center; background-position: left center;
} }
.x-deluge-error, .deluge-torrents .error, .icon-error, .x-not-connected { .x-deluge-error, .deluge-torrents .error, .icon-error, .x-not-connected {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/error.png) !important; background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/error.png) !important;
background-position: left center; background-position: left center;
} }
.icon-ok { .icon-ok {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/ok.png) !important; background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/ok.png) !important;
background-position: left center; background-position: left center;
} }
.x-deluge-connections, .x-btn .x-deluge-connections { .x-deluge-connections, .x-btn .x-deluge-connections {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/connections.png) !important; background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/connections.png) !important;
background-position: left center; background-position: left center;
} }
.x-deluge-freespace, .x-btn .x-deluge-freespace { .x-deluge-freespace, .x-btn .x-deluge-freespace {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/harddrive.png) !important; background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/harddrive.png) !important;
background-position: left center; background-position: left center;
} }
.icon-move { .icon-move {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/move.png) !important; background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/move.png) !important;
background-position: left center; background-position: left center;
} }
.icon-recheck, .x-deluge-find-more, .x-btn .x-deluge-find-more { .icon-recheck, .x-deluge-find-more, .x-btn .x-deluge-find-more {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/search.png) !important; background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/search.png) !important;
background-position: left center; background-position: left center;
} }
.icon-edit-trackers, .icon-edit, .x-deluge-edit-trackers, .x-btn .x-deluge-edit-trackers { .icon-edit-trackers, .icon-edit, .x-deluge-edit-trackers, .x-btn .x-deluge-edit-trackers {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/edit.png) !important; background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/edit.png) !important;
background-position: left center; background-position: left center;
} }
.xg-hmenu-sort-asc .x-menu-item-icon { .xg-hmenu-sort-asc .x-menu-item-icon {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/ascending.png) !important; background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/ascending.png) !important;
background-position: left center; background-position: left center;
} }
.xg-hmenu-sort-desc .x-menu-item-icon { .xg-hmenu-sort-desc .x-menu-item-icon {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/descending.png) !important; background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/descending.png) !important;
background-position: left center; background-position: left center;
} }
.icon-update-tracker { .icon-update-tracker {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/update.png) !important; background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/update.png) !important;
background-position: left center; background-position: left center;
} }
.icon-queue, .icon-upload-slots { .icon-queue, .icon-upload-slots {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/queue.png) !important; background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/queue.png) !important;
background-position: left center; background-position: left center;
} }
.x-deluge-install-plugin, .x-btn .x-deluge-install-plugin { .x-deluge-install-plugin, .x-btn .x-deluge-install-plugin {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/plugin.png) !important; background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/plugin.png) !important;
background-position: left center; background-position: left center;
} }
.x-deluge-connect-window-icon { .x-deluge-connect-window-icon {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/connection_small.png) !important; background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/connection_small.png) !important;
background-position: left center; background-position: left center;
} }
.x-deluge-connect-window-icon { .x-deluge-connect-window-icon {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/connection_small.png) !important; background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/connection_small.png) !important;
background-position: left center; background-position: left center;
} }
.x-deluge-connect-window-icon { .x-deluge-connect-window-icon {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/connection_small.png) !important; background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/connection_small.png) !important;
background-position: left center; background-position: left center;
} }
.icon-top { .icon-top {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/top.png) !important; background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/top.png) !important;
background-position: left center; background-position: left center;
} }
.icon-bottom { .icon-bottom {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/bottom.png) !important; background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/bottom.png) !important;
background-position: left center; background-position: left center;
} }
@ -486,183 +486,183 @@
} }
.x-panel-tbar .icon-add { .x-panel-tbar .icon-add {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/add.png) no-repeat 0 0 !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/add.png) no-repeat 0 0 !important;
width: 24px !important; width: 24px !important;
overflow: hidden; overflow: hidden;
} }
.x-panel-tbar .icon-add:hover { .x-panel-tbar .icon-add:hover {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/add.png) no-repeat 0 -24px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/add.png) no-repeat 0 -24px !important;
} }
.x-panel-tbar .icon-add:active { .x-panel-tbar .icon-add:active {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/add.png) no-repeat 1px -23px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/add.png) no-repeat 1px -23px !important;
} }
.x-panel-bbar .icon-add { .x-panel-bbar .icon-add {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/add_small.png) no-repeat 0 0 !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/add_small.png) no-repeat 0 0 !important;
} }
.x-panel-tbar .icon-remove { .x-panel-tbar .icon-remove {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/remove.png) no-repeat 0 0 !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/remove.png) no-repeat 0 0 !important;
width: 24px !important; width: 24px !important;
overflow: hidden; overflow: hidden;
} }
.x-panel-tbar .icon-remove:hover { .x-panel-tbar .icon-remove:hover {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/remove.png) no-repeat 0 -24px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/remove.png) no-repeat 0 -24px !important;
} }
.x-panel-tbar .icon-remove:active { .x-panel-tbar .icon-remove:active {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/remove.png) no-repeat 1px -23px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/remove.png) no-repeat 1px -23px !important;
} }
.x-panel-bbar .icon-remove { .x-panel-bbar .icon-remove {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/remove_small.png) no-repeat 0 0 !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/remove_small.png) no-repeat 0 0 !important;
} }
.x-panel-tbar .icon-pause { .x-panel-tbar .icon-pause {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/pause.png) no-repeat 0 0 !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/pause.png) no-repeat 0 0 !important;
width: 24px !important; width: 24px !important;
overflow: hidden; overflow: hidden;
} }
.x-panel-tbar .icon-pause:hover { .x-panel-tbar .icon-pause:hover {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/pause.png) no-repeat 0 -24px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/pause.png) no-repeat 0 -24px !important;
} }
.x-panel-tbar .icon-pause:active { .x-panel-tbar .icon-pause:active {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/pause.png) no-repeat 1px -23px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/pause.png) no-repeat 1px -23px !important;
} }
.x-menu-item .icon-pause { .x-menu-item .icon-pause {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/paused.png) no-repeat 0 0 !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/paused.png) no-repeat 0 0 !important;
} }
.x-panel-tbar .icon-resume { .x-panel-tbar .icon-resume {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/resume.png) no-repeat 0 0 !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/resume.png) no-repeat 0 0 !important;
width: 24px !important; width: 24px !important;
overflow: hidden; overflow: hidden;
} }
.x-panel-tbar .icon-resume:hover { .x-panel-tbar .icon-resume:hover {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/resume.png) no-repeat 0 -24px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/resume.png) no-repeat 0 -24px !important;
} }
.x-panel-tbar .icon-resume:active { .x-panel-tbar .icon-resume:active {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/resume.png) no-repeat 1px -23px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/resume.png) no-repeat 1px -23px !important;
} }
.x-menu-item .icon-resume { .x-menu-item .icon-resume {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/resume_small.png) no-repeat 0 0 !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/resume_small.png) no-repeat 0 0 !important;
} }
.icon-remove { .icon-remove {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/remove_small.png) no-repeat 0 0 !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/remove_small.png) no-repeat 0 0 !important;
} }
.x-panel-tbar .icon-up { .x-panel-tbar .icon-up {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/up.png) no-repeat 0 0 !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/up.png) no-repeat 0 0 !important;
width: 24px !important; width: 24px !important;
overflow: hidden; overflow: hidden;
} }
.x-panel-tbar .icon-up:hover { .x-panel-tbar .icon-up:hover {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/up.png) no-repeat 0 -24px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/up.png) no-repeat 0 -24px !important;
} }
.x-panel-tbar .icon-up:active { .x-panel-tbar .icon-up:active {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/up.png) no-repeat 1px -23px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/up.png) no-repeat 1px -23px !important;
} }
.icon-up { .icon-up {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/up_small.png) no-repeat 0 0 !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/up_small.png) no-repeat 0 0 !important;
} }
.x-panel-tbar .icon-down { .x-panel-tbar .icon-down {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/down.png) no-repeat 0 0 !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/down.png) no-repeat 0 0 !important;
width: 24px !important; width: 24px !important;
overflow: hidden; overflow: hidden;
} }
.x-panel-tbar .icon-down:hover { .x-panel-tbar .icon-down:hover {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/down.png) no-repeat 0 -24px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/down.png) no-repeat 0 -24px !important;
} }
.x-panel-tbar .icon-down:active { .x-panel-tbar .icon-down:active {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/down.png) no-repeat 1px -23px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/down.png) no-repeat 1px -23px !important;
} }
.icon-down { .icon-down {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/down_small.png) no-repeat 0 0 !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/down_small.png) no-repeat 0 0 !important;
} }
.x-btn .x-deluge-preferences { .x-btn .x-deluge-preferences {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/settings.png) no-repeat 0 0 !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/settings.png) no-repeat 0 0 !important;
width: 24px !important; width: 24px !important;
overflow: hidden; overflow: hidden;
} }
.x-btn .x-deluge-preferences:hover { .x-btn .x-deluge-preferences:hover {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/settings.png) no-repeat 0 -24px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/settings.png) no-repeat 0 -24px !important;
} }
.x-btn .x-deluge-preferences:active { .x-btn .x-deluge-preferences:active {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/settings.png) no-repeat 1px -23px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/settings.png) no-repeat 1px -23px !important;
} }
.x-deluge-preferences { .x-deluge-preferences {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/settings_small.png) no-repeat 0 4px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/settings_small.png) no-repeat 0 4px !important;
} }
.icon-options { .icon-options {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/settings_small.png) no-repeat 0 0px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/settings_small.png) no-repeat 0 0px !important;
} }
.x-deluge-connection-manager, .x-btn .x-deluge-connection-manager { .x-deluge-connection-manager, .x-btn .x-deluge-connection-manager {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/connection.png) no-repeat 0 0 !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/connection.png) no-repeat 0 0 !important;
width: 24px !important; width: 24px !important;
overflow: hidden; overflow: hidden;
} }
.x-deluge-connection-manager:hover, .x-btn .x-deluge-connection-manager:hover { .x-deluge-connection-manager:hover, .x-btn .x-deluge-connection-manager:hover {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/connection.png) no-repeat 0 -24px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/connection.png) no-repeat 0 -24px !important;
} }
.x-deluge-connection-manager:active, .x-btn .x-deluge-connection-manager:active { .x-deluge-connection-manager:active, .x-btn .x-deluge-connection-manager:active {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/connection.png) no-repeat 1px -23px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/connection.png) no-repeat 1px -23px !important;
} }
.icon-help { .icon-help {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/help.png) no-repeat 0 0 !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/help.png) no-repeat 0 0 !important;
width: 24px !important; width: 24px !important;
overflow: hidden; overflow: hidden;
} }
.icon-help:hover { .icon-help:hover {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/help.png) no-repeat 0 -24px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/help.png) no-repeat 0 -24px !important;
} }
.icon-help:active { .icon-help:active {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/help.png) no-repeat 1px -23px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/help.png) no-repeat 1px -23px !important;
} }
.icon-logout { .icon-logout {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/logout.png) no-repeat 0 0 !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/logout.png) no-repeat 0 0 !important;
width: 24px !important; width: 24px !important;
overflow: hidden; overflow: hidden;
} }
.icon-logout:hover { .icon-logout:hover {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/logout.png) no-repeat 0 -24px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/logout.png) no-repeat 0 -24px !important;
} }
.icon-logout:active { .icon-logout:active {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/logout.png) no-repeat 1px -23px !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/logout.png) no-repeat 1px -23px !important;
} }
.x-deluge-main-panel { .x-deluge-main-panel {
background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/deluge.png) no-repeat 0 0 !important; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/deluge.png) no-repeat 0 0 !important;
padding-left: 30px !important; padding-left: 30px !important;
} }
@ -1164,7 +1164,7 @@
} }
.x-cols-icon { .x-cols-icon {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/columns.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/columns.png);
} }
.x-show-groups-icon { .x-show-groups-icon {
@ -1238,15 +1238,15 @@
} }
.x-tree-node-expanded .x-tree-node-icon{ .x-tree-node-expanded .x-tree-node-icon{
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/folder.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/folder.png);
} }
.x-tree-node-leaf .x-tree-node-icon{ .x-tree-node-leaf .x-tree-node-icon{
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/file.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/file.png);
} }
.x-tree-node-collapsed .x-tree-node-icon{ .x-tree-node-collapsed .x-tree-node-icon{
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/folder.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/folder.png);
} }
.x-tree-node-loading .x-tree-node-icon{ .x-tree-node-loading .x-tree-node-icon{

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* DELUGE HOTLINE THEME */ /* DELUGE HOTLINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/deluge/deluge-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/deluge/deluge-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* DELUGE ORGANIZR-DARK THEME */ /* DELUGE ORGANIZR-DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/deluge/deluge-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/deluge/deluge-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b; --modal-bg-color: #1b1b1b;

View File

@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* DELUGE PLEX THEME */ /* DELUGE PLEX THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/deluge/deluge-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/deluge/deluge-base.css);
:root { :root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; --modal-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
--progress-color: #cc7b19; --progress-color: #cc7b19;
--button-color: #cc7b19; --button-color: #cc7b19;
--button-color-hover: #e59029; --button-color-hover: #e59029;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* DELUGE SPACE GRAY THEME */ /* DELUGE SPACE GRAY THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/deluge/deluge-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/deluge/deluge-base.css);
:root { :root {
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* DUPLICACY AQUAMARINE THEME */ /* DUPLICACY AQUAMARINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/duplicacy/duplicacy-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* DUPLICACY DARK THEME */ /* DUPLICACY DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/duplicacy/duplicacy-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
:root { :root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* DUPLICACY HOTLINE THEME */ /* DUPLICACY HOTLINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/duplicacy/duplicacy-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* DUPLICACY ORGANIZR-DARK THEME */ /* DUPLICACY ORGANIZR-DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/duplicacy/duplicacy-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b; --modal-bg-color: #1b1b1b;

View File

@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* DUPLICACY PLEX THEME */ /* DUPLICACY PLEX THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/duplicacy/duplicacy-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
:root { :root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; --modal-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
--button-color: #cc7b19; --button-color: #cc7b19;
--button-color-hover: #e59029; --button-color-hover: #e59029;
--button-text: #eee; --button-text: #eee;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* DUPLICACY SPACE GRAY THEME */ /* DUPLICACY SPACE GRAY THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/duplicacy/duplicacy-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
:root { :root {
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* FILEBROWSER AQUAMARINE THEME */ /* FILEBROWSER AQUAMARINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/filebrowser/filebrowser-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* FILEBROWSER DARK THEME */ /* FILEBROWSER DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/filebrowser/filebrowser-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
:root { :root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* FILEBROWSER HOTLINE THEME */ /* FILEBROWSER HOTLINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/filebrowser/filebrowser-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* FILEBROWSER ORGANIZR-DARK THEME */ /* FILEBROWSER ORGANIZR-DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/filebrowser/filebrowser-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b; --modal-bg-color: #1b1b1b;

View File

@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* FILEBROWSER PLEX THEME */ /* FILEBROWSER PLEX THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/filebrowser/filebrowser-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
:root { :root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; --modal-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
--button-color: #cc7b19; --button-color: #cc7b19;
--button-color-hover: #e59029; --button-color-hover: #e59029;
--accent-color: #e5a00d; --accent-color: #e5a00d;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* FILEBROWSER SPACE GRAY THEME */ /* FILEBROWSER SPACE GRAY THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/filebrowser/filebrowser-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
:root { :root {
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;

View File

@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GAPS AQUAMARINE THEME */ /* GAPS AQUAMARINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/gaps/gaps-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gaps/gaps-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GAPS DARK THEME */ /* GAPS DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/gaps/gaps-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gaps/gaps-base.css);
:root { :root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;

View File

@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GAPS HOTLINE THEME */ /* GAPS HOTLINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/gaps/gaps-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gaps/gaps-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GAPS ORGANIZR-DARK THEME */ /* GAPS ORGANIZR-DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/gaps/gaps-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gaps/gaps-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b; --modal-bg-color: #1b1b1b;

View File

@ -11,10 +11,10 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GAPS PLEX THEME */ /* GAPS PLEX THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/gaps/gaps-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gaps/gaps-base.css);
:root { :root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; --modal-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
--button-color: #cc7b19; --button-color: #cc7b19;
--button-color-hover: #e59029; --button-color-hover: #e59029;

View File

@ -12,8 +12,8 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GITEA AQUAMARINE THEME */ /* GITEA AQUAMARINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/gitea-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gitea/gitea-base.css);
@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/chroma.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gitea/chroma.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,8 +12,8 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GITEA DARK THEME */ /* GITEA DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/gitea-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gitea/gitea-base.css);
@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/chroma.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gitea/chroma.css);
:root { :root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;

View File

@ -12,8 +12,8 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GITEA HOTLINE THEME */ /* GITEA HOTLINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/gitea-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gitea/gitea-base.css);
@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/chroma.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gitea/chroma.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,8 +12,8 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GITEA ORGANIZR-DARK THEME */ /* GITEA ORGANIZR-DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/gitea-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gitea/gitea-base.css);
@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/chroma.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gitea/chroma.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b; --modal-bg-color: #1b1b1b;

View File

@ -12,11 +12,11 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GITEA PLEX THEME */ /* GITEA PLEX THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/gitea-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gitea/gitea-base.css);
@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/chroma.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gitea/chroma.css);
:root { :root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; --modal-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
--button-color: #cc7b19; --button-color: #cc7b19;
--button-color-hover: #e59029; --button-color-hover: #e59029;
--button-text: #eee; --button-text: #eee;

View File

@ -12,8 +12,8 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GITEA SPACE GRAY THEME */ /* GITEA SPACE GRAY THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/gitea-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gitea/gitea-base.css);
@import url(https://gilbn.github.io/theme.park/CSS/themes/gitea/chroma.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gitea/chroma.css);
:root { :root {
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GRAFANA AQUAMARINE THEME */ /* GRAFANA AQUAMARINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/grafana/grafana-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/grafana/grafana-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GRAFANA DARK THEME */ /* GRAFANA DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/grafana/grafana-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/grafana/grafana-base.css);
:root { :root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GRAFANA HOTLINE THEME */ /* GRAFANA HOTLINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/grafana/grafana-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/grafana/grafana-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GRAFANA ORGANIZR-DARK THEME */ /* GRAFANA ORGANIZR-DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/grafana/grafana-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/grafana/grafana-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b; --modal-bg-color: #1b1b1b;

View File

@ -247,11 +247,11 @@ div.flot-text {
border-bottom: 0px; border-bottom: 0px;
} }
@import url(https://gilbn.github.io/theme.park/CSS/themes/grafana/grafana-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/grafana/grafana-base.css);
:root { :root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; --modal-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
--button-color: #cc7b19; --button-color: #cc7b19;
--button-color-hover: #e59029; --button-color-hover: #e59029;

View File

@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* LIDARR PLEX THEME */ /* LIDARR PLEX THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/grafana/grafana-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/grafana/grafana-base.css);
:root { :root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; --modal-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
--button-color: #cc7b19; --button-color: #cc7b19;
--button-color-hover: #e59029; --button-color-hover: #e59029;
--accent-color: #e5a00d; --accent-color: #e5a00d;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GRAFANA SPACE GRAY THEME */ /* GRAFANA SPACE GRAY THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/grafana/grafana-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/grafana/grafana-base.css);
:root { :root {
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GUACAMOLE AQUAMARINE THEME */ /* GUACAMOLE AQUAMARINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/guacamole/guacamole-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/guacamole/guacamole-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GUACAMOLE DARK THEME */ /* GUACAMOLE DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/guacamole/guacamole-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/guacamole/guacamole-base.css);
:root { :root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;

View File

@ -105,56 +105,56 @@
} }
.connection .icon.vnc, .connection .icon.rdp { .connection .icon.vnc, .connection .icon.rdp {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-monitor.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/guacamole/guac-monitor.png);
} }
.connection .icon.ssh, .connection .icon.telnet { .connection .icon.ssh, .connection .icon.telnet {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-text.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/guacamole/guac-text.png);
} }
.user-menu .menu-dropdown .menu-title { .user-menu .menu-dropdown .menu-title {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-user.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/guacamole/guac-user.png);
background-color: transparent; background-color: transparent;
} }
.user-menu .menu-dropdown .menu-contents li a[href="#/"] { .user-menu .menu-dropdown .menu-contents li a[href="#/"] {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-home-dark.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/guacamole/guac-home-dark.png);
} }
.user-menu .menu-dropdown .menu-contents li a[href="#/settings/users"], .user-menu .menu-dropdown .menu-contents li a[href="#/settings/connections"], .user-menu .menu-dropdown .menu-contents li a[href="#/settings/sessions"], .user-menu .menu-dropdown .menu-contents li a[href="#/settings/preferences"] { .user-menu .menu-dropdown .menu-contents li a[href="#/settings/users"], .user-menu .menu-dropdown .menu-contents li a[href="#/settings/connections"], .user-menu .menu-dropdown .menu-contents li a[href="#/settings/sessions"], .user-menu .menu-dropdown .menu-contents li a[href="#/settings/preferences"] {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-config-dark.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/guacamole/guac-config-dark.png);
} }
.user-menu .menu-dropdown .menu-contents li a.logout { .user-menu .menu-dropdown .menu-contents li a.logout {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-logout-dark.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/guacamole/guac-logout-dark.png);
} }
.icon.user { .icon.user {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-user.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/guacamole/guac-user.png);
} }
.pager .icon.first-page { .pager .icon.first-page {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-first-page.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/guacamole/guac-first-page.png);
} }
.pager .icon.prev-page { .pager .icon.prev-page {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-prev-page.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/guacamole/guac-prev-page.png);
} }
.pager .icon.next-page { .pager .icon.next-page {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-next-page.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/guacamole/guac-next-page.png);
} }
.pager .icon.last-page { .pager .icon.last-page {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-last-page.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/guacamole/guac-last-page.png);
} }
.loading::before{ .loading::before{
background-image:url('https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/cog.png'); background-image:url('https://htpc.deathbybandaid.net/assets/theme.park/Resources/guacamole/cog.png');
} }
table.sorted th.sort-primary.sort-descending:after { table.sorted th.sort-primary.sort-descending:after {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/up.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/guacamole/up.png);
} }
.menu-dropdown .menu-indicator { .menu-dropdown .menu-indicator {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/down.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/guacamole/down.png);
} }
.menu-dropdown .menu-indicator:hover { .menu-dropdown .menu-indicator:hover {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/down.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/guacamole/down.png);
color: #f9be03; color: #f9be03;
} }
table.sorted th.sort-primary:after { table.sorted th.sort-primary:after {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/down.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/guacamole/down.png);
} }
.menu-dropdown.open, .menu-dropdown.open:hover { .menu-dropdown.open, .menu-dropdown.open:hover {
background: rgba(0, 0, 0, 0.25); background: rgba(0, 0, 0, 0.25);
@ -200,7 +200,7 @@
background-color: rgba(0, 0, 0, 0.25); background-color: rgba(0, 0, 0, 0.25);
} }
.filter .search-string { .filter .search-string {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/magnifier.png) !important; background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/guacamole/magnifier.png) !important;
background-repeat: no-repeat !important; background-repeat: no-repeat !important;
background-size: 1.75em !important; background-size: 1.75em !important;
background-position: .25em center !important; background-position: .25em center !important;
@ -288,10 +288,10 @@
background-color: hsla(0, 0%, 100%, 0.07); background-color: hsla(0, 0%, 100%, 0.07);
} }
.manage-user .page-tabs .page-list li.linked a[href]:before { .manage-user .page-tabs .page-list li.linked a[href]:before {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/checkmark.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/guacamole/checkmark.png);
} }
.manage-user .page-tabs .page-list li.read-only a[href]:before { .manage-user .page-tabs .page-list li.read-only a[href]:before {
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/lock.png); background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/guacamole/lock.png);
} }
.manage-user .notice.read-only { .manage-user .notice.read-only {
background: hsla(0, 0%, 100%, 0.07); background: hsla(0, 0%, 100%, 0.07);

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GUACAMOLE HOTLINE THEME */ /* GUACAMOLE HOTLINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/guacamole/guacamole-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/guacamole/guacamole-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GUACAMOLE ORGANIZR-DARK THEME */ /* GUACAMOLE ORGANIZR-DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/guacamole/guacamole-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/guacamole/guacamole-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b; --modal-bg-color: #1b1b1b;

View File

@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GUACAMOLE PLEX THEME */ /* GUACAMOLE PLEX THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/guacamole/guacamole-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/guacamole/guacamole-base.css);
:root { :root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; --modal-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
--button-color: #cc7b19; --button-color: #cc7b19;
--button-color-hover: #e59029; --button-color-hover: #e59029;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GUACAMOLE SPACE GRAY THEME */ /* GUACAMOLE SPACE GRAY THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/guacamole/guacamole-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/guacamole/guacamole-base.css);
:root { :root {
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* HTML5SPEEDTEST AQUAMARINE THEME */ /* HTML5SPEEDTEST AQUAMARINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/html5speedtest/html5speedtest-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/html5speedtest/html5speedtest-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--start-button-color: radial-gradient(ellipse at center, #3F51B5 0%, #009688 100%) center center/cover no-repeat fixed; --start-button-color: radial-gradient(ellipse at center, #3F51B5 0%, #009688 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* HTML5SPEEDTEST DARK THEME */ /* HTML5SPEEDTEST DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/html5speedtest/html5speedtest-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/html5speedtest/html5speedtest-base.css);
:root { :root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* HTML5SPEEDTEST HOTLINE THEME */ /* HTML5SPEEDTEST HOTLINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/html5speedtest/html5speedtest-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/html5speedtest/html5speedtest-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--start-button-color: radial-gradient(ellipse at center, #F44336 0%, #3F51B5 100%) center center/cover no-repeat fixed; --start-button-color: radial-gradient(ellipse at center, #F44336 0%, #3F51B5 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* HTML5SPEEDTEST ORGANIZR-DARK THEME */ /* HTML5SPEEDTEST ORGANIZR-DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/html5speedtest/html5speedtest-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/html5speedtest/html5speedtest-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b; --modal-bg-color: #1b1b1b;

View File

@ -12,9 +12,9 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* HTML5SPEEDTEST PLEX THEME */ /* HTML5SPEEDTEST PLEX THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/html5speedtest/html5speedtest-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/html5speedtest/html5speedtest-base.css);
:root { :root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
--start-button-color: #cc7b19; --start-button-color: #cc7b19;
--start-button-color-hover: #e59029; --start-button-color-hover: #e59029;
} }

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* HTML5SPEEDTEST SPACE GRAY THEME */ /* HTML5SPEEDTEST SPACE GRAY THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/html5speedtest/html5speedtest-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/html5speedtest/html5speedtest-base.css);
:root { :root {
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--start-button-color: #607D8B; --start-button-color: #607D8B;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* JACKETT AQUAMARINE THEME */ /* JACKETT AQUAMARINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/jackett/jackett-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/jackett/jackett-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* JACKETT DARK THEME */ /* JACKETT DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/jackett/jackett-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/jackett/jackett-base.css);
:root { :root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* JACKETT HOTLINE THEME */ /* JACKETT HOTLINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/jackett/jackett-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/jackett/jackett-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* JACKETT ORGANIZR-DARK THEME */ /* JACKETT ORGANIZR-DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/jackett/jackett-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/jackett/jackett-base.css);
:root { :root {
--main-bg-color: #1f1f1f; --main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b; --modal-bg-color: #1b1b1b;

View File

@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* JACKETT PLEX THEME */ /* JACKETT PLEX THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/jackett/jackett-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/jackett/jackett-base.css);
:root { :root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; --modal-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
--button-color: #cc7b19; --button-color: #cc7b19;
--button-color-hover: #e59029; --button-color-hover: #e59029;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* JACKETT SPACE GRAY THEME */ /* JACKETT SPACE GRAY THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/jackett/jackett-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/jackett/jackett-base.css);
:root { :root {
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* JELLYFIN AQUAMARINE THEME */ /* JELLYFIN AQUAMARINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/jellyfin/jellyfin-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/jellyfin/jellyfin-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* JELLYFIN DARK THEME */ /* JELLYFIN DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/jellyfin/jellyfin-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/jellyfin/jellyfin-base.css);
:root { :root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* JELLYFIN HOTLINE THEME */ /* JELLYFIN HOTLINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/jellyfin/jellyfin-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/jellyfin/jellyfin-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* JELLYFIN ORGANIZR-DARK THEME */ /* JELLYFIN ORGANIZR-DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/jellyfin/jellyfin-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/jellyfin/jellyfin-base.css);
:root { :root {
--main-bg-color: #1F1F1F; --main-bg-color: #1F1F1F;
--modal-bg-color: #1b1b1b; --modal-bg-color: #1b1b1b;

View File

@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* JELLYFIN PLEX THEME */ /* JELLYFIN PLEX THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/jellyfin/jellyfin-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/jellyfin/jellyfin-base.css);
:root { :root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; --main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; --modal-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
--button-color: #cc7b19; --button-color: #cc7b19;
--button-color-hover: #e59029; --button-color-hover: #e59029;
--accent-color: #e5a00d; --accent-color: #e5a00d;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* JELLYFIN SPACE GRAY THEME */ /* JELLYFIN SPACE GRAY THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/jellyfin/jellyfin-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/jellyfin/jellyfin-base.css);
:root { :root {
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* KITANA AQUAMARINE THEME */ /* KITANA AQUAMARINE THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/kitana/kitana-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/kitana/kitana-base.css);
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;

View File

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* KITANA DARK THEME */ /* KITANA DARK THEME */
@import url(https://gilbn.github.io/theme.park/CSS/themes/kitana/kitana-base.css); @import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/kitana/kitana-base.css);
:root { :root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;

Some files were not shown because too many files have changed in this diff Show More