diff --git a/CSS/addons/organizr/glass/README.md b/CSS/addons/organizr/glass/README.md
index 9c429d01..1046bc99 100644
--- a/CSS/addons/organizr/glass/README.md
+++ b/CSS/addons/organizr/glass/README.md
@@ -25,9 +25,9 @@
Replace `--main-bg-color` with a wallpaper you have uploaded to Organizr
```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 {
- --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;
--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:
-
+
`--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, #F44336 0%, #0b3161 100%) 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;`
-
+
`--mobile-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;`
-
+
-`--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.
@@ -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:
```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.
```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 {
--div-background-color-10: rgba(255, 255, 255, 0.10);
--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
-
-
-
-
+
+
+
+
diff --git a/CSS/addons/organizr/glass/glass-base.css b/CSS/addons/organizr/glass/glass-base.css
index 4487122f..b39c0261 100644
--- a/CSS/addons/organizr/glass/glass-base.css
+++ b/CSS/addons/organizr/glass/glass-base.css
@@ -2,7 +2,7 @@
/* 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 {
--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;
diff --git a/CSS/addons/radarr/README.md b/CSS/addons/radarr/README.md
index 7b7b81ec..830c3a6e 100644
--- a/CSS/addons/radarr/README.md
+++ b/CSS/addons/radarr/README.md
@@ -20,8 +20,8 @@ Examples of how to add it:
proxy_set_header Accept-Encoding "";
sub_filter
''
-'
-
+'
+
';
sub_filter_once on;
```
@@ -30,7 +30,7 @@ sub_filter_once on;
```nginx
AddOutputFilterByType SUBSTITUTE text/html
- Substitute 's| '
+ Substitute 's| '
';|'
```
@@ -40,7 +40,7 @@ AddOutputFilterByType SUBSTITUTE text/html
filter rule {
content_type text/html.*
search_pattern
- replacement ""
+ replacement ""
}
```
@@ -49,6 +49,6 @@ filter rule {
Just add another import line.
```css
-@import "https://gilbn.github.io/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/themes/radarr/THEME.css";
+@import "https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr-4k-logo.css";
```
\ No newline at end of file
diff --git a/CSS/addons/radarr/radarr-4k-logo.css b/CSS/addons/radarr/radarr-4k-logo.css
index c5416af8..a53de275 100644
--- a/CSS/addons/radarr/radarr-4k-logo.css
+++ b/CSS/addons/radarr/radarr-4k-logo.css
@@ -4,7 +4,7 @@
display:none !important;
}
.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;
width: 128px;
height: 128px;
@@ -24,7 +24,7 @@
display: inline !important;
}
.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;
width: 32px;
height: 32px;
@@ -43,7 +43,7 @@
display: none !important;
}
.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;
width: 148px;
height: 48px;
@@ -60,7 +60,7 @@
display: none !important;
}
.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;
width: 32px;
height: 32px;
diff --git a/CSS/addons/sonarr/README.md b/CSS/addons/sonarr/README.md
index 31bd7ba1..1e7e5214 100644
--- a/CSS/addons/sonarr/README.md
+++ b/CSS/addons/sonarr/README.md
@@ -20,8 +20,8 @@ Examples of how to add it:
proxy_set_header Accept-Encoding "";
sub_filter
''
-'
-
+'
+
';
sub_filter_once on;
```
@@ -30,7 +30,7 @@ sub_filter_once on;
```nginx
AddOutputFilterByType SUBSTITUTE text/html
- Substitute 's| '
+ Substitute 's| '
';|'
```
@@ -40,7 +40,7 @@ AddOutputFilterByType SUBSTITUTE text/html
filter rule {
content_type text/html.*
search_pattern
- replacement ""
+ replacement ""
}
```
@@ -49,6 +49,6 @@ filter rule {
Just add another import line.
```css
-@import "https://gilbn.github.io/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/themes/sonarr/THEME.css";
+@import "https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k-logo.css";
```
\ No newline at end of file
diff --git a/CSS/addons/sonarr/sonarr-4k-logo.css b/CSS/addons/sonarr/sonarr-4k-logo.css
index 529de94b..ed163f7e 100644
--- a/CSS/addons/sonarr/sonarr-4k-logo.css
+++ b/CSS/addons/sonarr/sonarr-4k-logo.css
@@ -4,7 +4,7 @@
display:none !important;
}
.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;
width: 128px;
height: 128px;
@@ -25,7 +25,7 @@
display: inline !important;
}
.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;
width: 64px;
height: 64px;
@@ -46,7 +46,7 @@
display: inline !important;
}
.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;
width: 32px;
height: 32px;
@@ -65,7 +65,7 @@
display: none !important;
}
.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;
width: 32px;
height: 32px;
@@ -82,7 +82,7 @@
display: none !important;
}
.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;
width: 32px;
height: 32px;
diff --git a/CSS/addons/unraid/login-page/alien/retro-terminal/amber.css b/CSS/addons/unraid/login-page/alien/retro-terminal/amber.css
index e3282d84..5aef886a 100644
--- a/CSS/addons/unraid/login-page/alien/retro-terminal/amber.css
+++ b/CSS/addons/unraid/login-page/alien/retro-terminal/amber.css
@@ -3,12 +3,12 @@
/*--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! */
-@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 {
--main-bg-color:black;
--body-before:#ffb52a1a;
--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;
--input-color: #ffb52a;
--link-color: #ffb52a;
diff --git a/CSS/addons/unraid/login-page/alien/retro-terminal/blue.css b/CSS/addons/unraid/login-page/alien/retro-terminal/blue.css
index 253e6ee3..c0266777 100644
--- a/CSS/addons/unraid/login-page/alien/retro-terminal/blue.css
+++ b/CSS/addons/unraid/login-page/alien/retro-terminal/blue.css
@@ -3,12 +3,12 @@
/*--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! */
-@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 {
--main-bg-color:black;
--body-before:#70d7f61a;
--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;
--input-color: #70d7f6;
--link-color: #70d7f6;
diff --git a/CSS/addons/unraid/login-page/alien/retro-terminal/green.css b/CSS/addons/unraid/login-page/alien/retro-terminal/green.css
index 4441ffdc..f71a3e03 100644
--- a/CSS/addons/unraid/login-page/alien/retro-terminal/green.css
+++ b/CSS/addons/unraid/login-page/alien/retro-terminal/green.css
@@ -3,12 +3,12 @@
/* --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! */
-@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 {
--main-bg-color:black;
--body-before:#00ff771a;
--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;
--input-color: #37f592;
--link-color: #37f592;
diff --git a/CSS/addons/unraid/login-page/alien/retro-terminal/red.css b/CSS/addons/unraid/login-page/alien/retro-terminal/red.css
index ea2811b9..95662166 100644
--- a/CSS/addons/unraid/login-page/alien/retro-terminal/red.css
+++ b/CSS/addons/unraid/login-page/alien/retro-terminal/red.css
@@ -3,12 +3,12 @@
/*--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! */
-@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 {
--main-bg-color: black;
--body-before: #ff00001a;
--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;
--input-color: #e22828;
--link-color: #e22828;
diff --git a/CSS/addons/unraid/login-page/alien/retro-terminal/temp.css b/CSS/addons/unraid/login-page/alien/retro-terminal/temp.css
index 374f3a2c..ee37d7b9 100644
--- a/CSS/addons/unraid/login-page/alien/retro-terminal/temp.css
+++ b/CSS/addons/unraid/login-page/alien/retro-terminal/temp.css
@@ -3,12 +3,12 @@
/*--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! */
-@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 {
--main-bg-color:black;
--body-before:#70d7f61a;
--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;
--input-color: #ffffff;
--link-color: #ffffff;
diff --git a/CSS/addons/unraid/login-page/alien/retro-terminal/white.css b/CSS/addons/unraid/login-page/alien/retro-terminal/white.css
index 374f3a2c..ee37d7b9 100644
--- a/CSS/addons/unraid/login-page/alien/retro-terminal/white.css
+++ b/CSS/addons/unraid/login-page/alien/retro-terminal/white.css
@@ -3,12 +3,12 @@
/*--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! */
-@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 {
--main-bg-color:black;
--body-before:#70d7f61a;
--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;
--input-color: #ffffff;
--link-color: #ffffff;
diff --git a/CSS/addons/unraid/login-page/fallout/fallout.css b/CSS/addons/unraid/login-page/fallout/fallout.css
index d164f0f9..03497dbb 100644
--- a/CSS/addons/unraid/login-page/fallout/fallout.css
+++ b/CSS/addons/unraid/login-page/fallout/fallout.css
@@ -2,8 +2,8 @@
@import "https://fonts.googleapis.com/css?family=Share+Tech+Mono&display=swap";
@import "https://fonts.googleapis.com/css?family=VT323";
: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;
- --logo: url(https://gilbn.github.io/theme.park/CSS/addons/unraid/login-page/fallout/logo/vault.png) center no-repeat;
+ --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://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/fallout/logo/vault.png) center no-repeat;
--text-color: #14F074;
--input-color: #14F074;
--link-color: #14F074;
diff --git a/CSS/themes/adguard/aquamarine.css b/CSS/themes/adguard/aquamarine.css
index 3ac6828c..1e7639d9 100644
--- a/CSS/themes/adguard/aquamarine.css
+++ b/CSS/themes/adguard/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/adguard/dark.css b/CSS/themes/adguard/dark.css
index 7dff3868..4b9b30af 100644
--- a/CSS/themes/adguard/dark.css
+++ b/CSS/themes/adguard/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/adguard/hotline.css b/CSS/themes/adguard/hotline.css
index 4cd60075..9e90e4f1 100644
--- a/CSS/themes/adguard/hotline.css
+++ b/CSS/themes/adguard/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/adguard/organizr-dark.css b/CSS/themes/adguard/organizr-dark.css
index f0620791..9aae0f31 100644
--- a/CSS/themes/adguard/organizr-dark.css
+++ b/CSS/themes/adguard/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/adguard/plex.css b/CSS/themes/adguard/plex.css
index ace87a24..ac71a1bc 100644
--- a/CSS/themes/adguard/plex.css
+++ b/CSS/themes/adguard/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
- --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;
- --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;
+ --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://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-hover: #e59029;
diff --git a/CSS/themes/adguard/space-gray.css b/CSS/themes/adguard/space-gray.css
index edcbea3c..a83820da 100644
--- a/CSS/themes/adguard/space-gray.css
+++ b/CSS/themes/adguard/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/bazarr/aquamarine.css b/CSS/themes/bazarr/aquamarine.css
index 62ba3386..8c6625dd 100644
--- a/CSS/themes/bazarr/aquamarine.css
+++ b/CSS/themes/bazarr/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/bazarr/dark.css b/CSS/themes/bazarr/dark.css
index d909095f..12aa1aa3 100644
--- a/CSS/themes/bazarr/dark.css
+++ b/CSS/themes/bazarr/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/bazarr/hotline.css b/CSS/themes/bazarr/hotline.css
index 0fcb9800..3c8b912e 100644
--- a/CSS/themes/bazarr/hotline.css
+++ b/CSS/themes/bazarr/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/bazarr/organizr-dark.css b/CSS/themes/bazarr/organizr-dark.css
index 33a3ae72..d3f283b0 100644
--- a/CSS/themes/bazarr/organizr-dark.css
+++ b/CSS/themes/bazarr/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/bazarr/plex.css b/CSS/themes/bazarr/plex.css
index 4a452434..aaee65b3 100644
--- a/CSS/themes/bazarr/plex.css
+++ b/CSS/themes/bazarr/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
- --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;
- --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;
+ --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://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-hover: #e59029;
diff --git a/CSS/themes/bazarr/space-gray.css b/CSS/themes/bazarr/space-gray.css
index 5ad59e38..3754ed6b 100644
--- a/CSS/themes/bazarr/space-gray.css
+++ b/CSS/themes/bazarr/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/bitwarden/aquamarine.css b/CSS/themes/bitwarden/aquamarine.css
index e2fe32ff..472b6842 100644
--- a/CSS/themes/bitwarden/aquamarine.css
+++ b/CSS/themes/bitwarden/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/bitwarden/dark.css b/CSS/themes/bitwarden/dark.css
index 2340b702..d70365b4 100644
--- a/CSS/themes/bitwarden/dark.css
+++ b/CSS/themes/bitwarden/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/bitwarden/hotline.css b/CSS/themes/bitwarden/hotline.css
index 63563cb6..e303c5af 100644
--- a/CSS/themes/bitwarden/hotline.css
+++ b/CSS/themes/bitwarden/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/bitwarden/organizr-dark.css b/CSS/themes/bitwarden/organizr-dark.css
index fbd1e612..40469872 100644
--- a/CSS/themes/bitwarden/organizr-dark.css
+++ b/CSS/themes/bitwarden/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/bitwarden/plex.css b/CSS/themes/bitwarden/plex.css
index 5bb50ad5..ffe447a3 100644
--- a/CSS/themes/bitwarden/plex.css
+++ b/CSS/themes/bitwarden/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
- --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;
- --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;
+ --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://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-hover: #e59029;
--accent-color: #e5a00d;
diff --git a/CSS/themes/bitwarden/space-gray.css b/CSS/themes/bitwarden/space-gray.css
index d38aa0db..660a0be8 100644
--- a/CSS/themes/bitwarden/space-gray.css
+++ b/CSS/themes/bitwarden/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/calibreweb/aquamarine.css b/CSS/themes/calibreweb/aquamarine.css
index fb841dd0..1ca6588e 100644
--- a/CSS/themes/calibreweb/aquamarine.css
+++ b/CSS/themes/calibreweb/aquamarine.css
@@ -13,7 +13,7 @@
/* CALIBRE-WEB AQUAMARINE THEME */
/* 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 {
--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;
diff --git a/CSS/themes/calibreweb/dark.css b/CSS/themes/calibreweb/dark.css
index 60d0ae00..1502a29c 100644
--- a/CSS/themes/calibreweb/dark.css
+++ b/CSS/themes/calibreweb/dark.css
@@ -13,7 +13,7 @@
/* CALIBRE-WEB DARK THEME */
/* 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 {
--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;
diff --git a/CSS/themes/calibreweb/hotline.css b/CSS/themes/calibreweb/hotline.css
index c748a84a..b1caefb9 100644
--- a/CSS/themes/calibreweb/hotline.css
+++ b/CSS/themes/calibreweb/hotline.css
@@ -13,7 +13,7 @@
/* CALIBRE-WEB HOTLINE THEME */
/* 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 {
--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;
diff --git a/CSS/themes/calibreweb/organizr-dark.css b/CSS/themes/calibreweb/organizr-dark.css
index ba111ab6..32523ad1 100644
--- a/CSS/themes/calibreweb/organizr-dark.css
+++ b/CSS/themes/calibreweb/organizr-dark.css
@@ -13,7 +13,7 @@
/* CALIBRE-WEB ORGANIZR-DARK THEME */
/* 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 {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/calibreweb/space-gray.css b/CSS/themes/calibreweb/space-gray.css
index a00a6e86..28dd2392 100644
--- a/CSS/themes/calibreweb/space-gray.css
+++ b/CSS/themes/calibreweb/space-gray.css
@@ -13,7 +13,7 @@
/* CALIBRE-WEB SPACE GRAY THEME */
/* 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 {
--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;
diff --git a/CSS/themes/deluge/aquamarine.css b/CSS/themes/deluge/aquamarine.css
index f7c1c0c4..f166b455 100644
--- a/CSS/themes/deluge/aquamarine.css
+++ b/CSS/themes/deluge/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/deluge/dark.css b/CSS/themes/deluge/dark.css
index 5fffb9d6..6b8b207f 100644
--- a/CSS/themes/deluge/dark.css
+++ b/CSS/themes/deluge/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/deluge/deluge-base.css b/CSS/themes/deluge/deluge-base.css
index 019fd29a..737c7b03 100644
--- a/CSS/themes/deluge/deluge-base.css
+++ b/CSS/themes/deluge/deluge-base.css
@@ -92,122 +92,122 @@
background: transparent;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
@@ -486,183 +486,183 @@
}
.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;
overflow: hidden;
}
.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 {
- 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 {
- 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 {
- 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;
overflow: hidden;
}
.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 {
- 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 {
- 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 {
- 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;
overflow: hidden;
}
.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 {
- 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 {
- 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 {
- 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;
overflow: hidden;
}
.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 {
- 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 {
- 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 {
- 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 {
- 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;
overflow: hidden;
}
.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 {
- 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 {
- 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 {
- 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;
overflow: hidden;
}
.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 {
- 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 {
- 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 {
- 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;
overflow: hidden;
}
.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 {
- 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 {
- 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 {
- 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 {
- 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;
overflow: hidden;
}
.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 {
- 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 {
- 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;
overflow: hidden;
}
.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 {
- 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 {
- 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;
overflow: hidden;
}
.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 {
- 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 {
- 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;
}
@@ -1164,7 +1164,7 @@
}
.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 {
@@ -1238,15 +1238,15 @@
}
.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{
- 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{
- 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{
diff --git a/CSS/themes/deluge/hotline.css b/CSS/themes/deluge/hotline.css
index e73223a2..da56937b 100644
--- a/CSS/themes/deluge/hotline.css
+++ b/CSS/themes/deluge/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/deluge/organizr-dark.css b/CSS/themes/deluge/organizr-dark.css
index c7e3b48f..ec3b390c 100644
--- a/CSS/themes/deluge/organizr-dark.css
+++ b/CSS/themes/deluge/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/deluge/plex.css b/CSS/themes/deluge/plex.css
index 5b494256..0545db64 100644
--- a/CSS/themes/deluge/plex.css
+++ b/CSS/themes/deluge/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
- --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;
- --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;
+ --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://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;
--button-color: #cc7b19;
--button-color-hover: #e59029;
diff --git a/CSS/themes/deluge/space-gray.css b/CSS/themes/deluge/space-gray.css
index fb5bf69c..68f47d34 100644
--- a/CSS/themes/deluge/space-gray.css
+++ b/CSS/themes/deluge/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/duplicacy/aquamarine.css b/CSS/themes/duplicacy/aquamarine.css
index c8c67b9a..e548eae6 100644
--- a/CSS/themes/duplicacy/aquamarine.css
+++ b/CSS/themes/duplicacy/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/duplicacy/dark.css b/CSS/themes/duplicacy/dark.css
index 7de188a4..2f5eaf64 100644
--- a/CSS/themes/duplicacy/dark.css
+++ b/CSS/themes/duplicacy/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/duplicacy/hotline.css b/CSS/themes/duplicacy/hotline.css
index dc14d1a1..99ccdc4e 100644
--- a/CSS/themes/duplicacy/hotline.css
+++ b/CSS/themes/duplicacy/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/duplicacy/organizr-dark.css b/CSS/themes/duplicacy/organizr-dark.css
index 109c1d62..00a90ab4 100644
--- a/CSS/themes/duplicacy/organizr-dark.css
+++ b/CSS/themes/duplicacy/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/duplicacy/plex.css b/CSS/themes/duplicacy/plex.css
index df974982..f2c9b6a1 100644
--- a/CSS/themes/duplicacy/plex.css
+++ b/CSS/themes/duplicacy/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
- --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;
- --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;
+ --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://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-hover: #e59029;
--button-text: #eee;
diff --git a/CSS/themes/duplicacy/space-gray.css b/CSS/themes/duplicacy/space-gray.css
index b88c25ad..77a4cd51 100644
--- a/CSS/themes/duplicacy/space-gray.css
+++ b/CSS/themes/duplicacy/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/filebrowser/aquamarine.css b/CSS/themes/filebrowser/aquamarine.css
index 45fee4c9..4426364a 100644
--- a/CSS/themes/filebrowser/aquamarine.css
+++ b/CSS/themes/filebrowser/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/filebrowser/dark.css b/CSS/themes/filebrowser/dark.css
index 979e9255..8b2b393f 100644
--- a/CSS/themes/filebrowser/dark.css
+++ b/CSS/themes/filebrowser/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/filebrowser/hotline.css b/CSS/themes/filebrowser/hotline.css
index a207a9b8..5658ea32 100644
--- a/CSS/themes/filebrowser/hotline.css
+++ b/CSS/themes/filebrowser/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/filebrowser/organizr-dark.css b/CSS/themes/filebrowser/organizr-dark.css
index bfdaa244..d31372c8 100644
--- a/CSS/themes/filebrowser/organizr-dark.css
+++ b/CSS/themes/filebrowser/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/filebrowser/plex.css b/CSS/themes/filebrowser/plex.css
index 567fd8f6..dc54e51f 100644
--- a/CSS/themes/filebrowser/plex.css
+++ b/CSS/themes/filebrowser/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
- --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;
- --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;
+ --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://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-hover: #e59029;
--accent-color: #e5a00d;
diff --git a/CSS/themes/filebrowser/space-gray.css b/CSS/themes/filebrowser/space-gray.css
index 4be92bed..8ac5c730 100644
--- a/CSS/themes/filebrowser/space-gray.css
+++ b/CSS/themes/filebrowser/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/gaps/aquamarine.css b/CSS/themes/gaps/aquamarine.css
index b3681421..615b9154 100644
--- a/CSS/themes/gaps/aquamarine.css
+++ b/CSS/themes/gaps/aquamarine.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/gaps/dark.css b/CSS/themes/gaps/dark.css
index 85aa7a45..d719a6d8 100644
--- a/CSS/themes/gaps/dark.css
+++ b/CSS/themes/gaps/dark.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/gaps/hotline.css b/CSS/themes/gaps/hotline.css
index c0736a4a..616f6441 100644
--- a/CSS/themes/gaps/hotline.css
+++ b/CSS/themes/gaps/hotline.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/gaps/organizr-dark.css b/CSS/themes/gaps/organizr-dark.css
index 07829b49..c4065d63 100644
--- a/CSS/themes/gaps/organizr-dark.css
+++ b/CSS/themes/gaps/organizr-dark.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/gaps/plex.css b/CSS/themes/gaps/plex.css
index 545c0798..2a47515f 100644
--- a/CSS/themes/gaps/plex.css
+++ b/CSS/themes/gaps/plex.css
@@ -11,10 +11,10 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
- --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;
- --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;
+ --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://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-hover: #e59029;
diff --git a/CSS/themes/gitea/aquamarine.css b/CSS/themes/gitea/aquamarine.css
index 32b70836..0f04943a 100644
--- a/CSS/themes/gitea/aquamarine.css
+++ b/CSS/themes/gitea/aquamarine.css
@@ -12,8 +12,8 @@
/* https://github.com/gilbN/theme.park */
/* GITEA AQUAMARINE THEME */
-@import url(https://gilbn.github.io/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/gitea-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gitea/chroma.css);
:root {
--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;
diff --git a/CSS/themes/gitea/dark.css b/CSS/themes/gitea/dark.css
index 25c62142..2f3db7e7 100644
--- a/CSS/themes/gitea/dark.css
+++ b/CSS/themes/gitea/dark.css
@@ -12,8 +12,8 @@
/* https://github.com/gilbN/theme.park */
/* GITEA DARK THEME */
-@import url(https://gilbn.github.io/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/gitea-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gitea/chroma.css);
:root {
--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;
diff --git a/CSS/themes/gitea/hotline.css b/CSS/themes/gitea/hotline.css
index 0432c384..f39b5c38 100644
--- a/CSS/themes/gitea/hotline.css
+++ b/CSS/themes/gitea/hotline.css
@@ -12,8 +12,8 @@
/* https://github.com/gilbN/theme.park */
/* GITEA HOTLINE THEME */
-@import url(https://gilbn.github.io/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/gitea-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gitea/chroma.css);
:root {
--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;
diff --git a/CSS/themes/gitea/organizr-dark.css b/CSS/themes/gitea/organizr-dark.css
index 5e22288b..03188716 100644
--- a/CSS/themes/gitea/organizr-dark.css
+++ b/CSS/themes/gitea/organizr-dark.css
@@ -12,8 +12,8 @@
/* https://github.com/gilbN/theme.park */
/* GITEA ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/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/gitea-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gitea/chroma.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/gitea/plex.css b/CSS/themes/gitea/plex.css
index 26a2237d..8515d839 100644
--- a/CSS/themes/gitea/plex.css
+++ b/CSS/themes/gitea/plex.css
@@ -12,11 +12,11 @@
/* https://github.com/gilbN/theme.park */
/* GITEA PLEX THEME */
-@import url(https://gilbn.github.io/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/gitea-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gitea/chroma.css);
: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;
- --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;
+ --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://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-hover: #e59029;
--button-text: #eee;
diff --git a/CSS/themes/gitea/space-gray.css b/CSS/themes/gitea/space-gray.css
index 66950b61..202ebef0 100644
--- a/CSS/themes/gitea/space-gray.css
+++ b/CSS/themes/gitea/space-gray.css
@@ -12,8 +12,8 @@
/* https://github.com/gilbN/theme.park */
/* GITEA SPACE GRAY THEME */
-@import url(https://gilbn.github.io/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/gitea-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/gitea/chroma.css);
: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;
--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;
diff --git a/CSS/themes/grafana/aquamarine.css b/CSS/themes/grafana/aquamarine.css
index 1aa7975d..5bb10b82 100644
--- a/CSS/themes/grafana/aquamarine.css
+++ b/CSS/themes/grafana/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/grafana/dark.css b/CSS/themes/grafana/dark.css
index 8e44da71..a35b68be 100644
--- a/CSS/themes/grafana/dark.css
+++ b/CSS/themes/grafana/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/grafana/hotline.css b/CSS/themes/grafana/hotline.css
index b639652f..ba26d99f 100644
--- a/CSS/themes/grafana/hotline.css
+++ b/CSS/themes/grafana/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/grafana/organizr-dark.css b/CSS/themes/grafana/organizr-dark.css
index fec7bc16..c229f649 100644
--- a/CSS/themes/grafana/organizr-dark.css
+++ b/CSS/themes/grafana/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/grafana/organizr-dashboard.css b/CSS/themes/grafana/organizr-dashboard.css
index 5be1c433..73f2f49d 100644
--- a/CSS/themes/grafana/organizr-dashboard.css
+++ b/CSS/themes/grafana/organizr-dashboard.css
@@ -247,11 +247,11 @@ div.flot-text {
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 {
- --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;
- --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;
+ --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://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-hover: #e59029;
diff --git a/CSS/themes/grafana/plex.css b/CSS/themes/grafana/plex.css
index e9f31849..2e3b6b5e 100644
--- a/CSS/themes/grafana/plex.css
+++ b/CSS/themes/grafana/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
- --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;
- --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;
+ --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://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-hover: #e59029;
--accent-color: #e5a00d;
diff --git a/CSS/themes/grafana/space-gray.css b/CSS/themes/grafana/space-gray.css
index 12a7aa72..579a4697 100644
--- a/CSS/themes/grafana/space-gray.css
+++ b/CSS/themes/grafana/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/guacamole/aquamarine.css b/CSS/themes/guacamole/aquamarine.css
index 8934bf90..ee11ec30 100644
--- a/CSS/themes/guacamole/aquamarine.css
+++ b/CSS/themes/guacamole/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/guacamole/dark.css b/CSS/themes/guacamole/dark.css
index 9dfa44ce..81fd136e 100644
--- a/CSS/themes/guacamole/dark.css
+++ b/CSS/themes/guacamole/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/guacamole/guacamole-base.css b/CSS/themes/guacamole/guacamole-base.css
index 0a2c8988..5b740bc5 100644
--- a/CSS/themes/guacamole/guacamole-base.css
+++ b/CSS/themes/guacamole/guacamole-base.css
@@ -105,56 +105,56 @@
}
.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 {
- 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 {
- 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;
}
.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"] {
- 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 {
- 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 {
- 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 {
- 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 {
- 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 {
- 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 {
- 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{
- 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 {
- 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 {
- 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 {
- 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;
}
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 {
background: rgba(0, 0, 0, 0.25);
@@ -200,7 +200,7 @@
background-color: rgba(0, 0, 0, 0.25);
}
.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-size: 1.75em !important;
background-position: .25em center !important;
@@ -288,10 +288,10 @@
background-color: hsla(0, 0%, 100%, 0.07);
}
.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 {
- 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 {
background: hsla(0, 0%, 100%, 0.07);
diff --git a/CSS/themes/guacamole/hotline.css b/CSS/themes/guacamole/hotline.css
index 90d39176..5789fe39 100644
--- a/CSS/themes/guacamole/hotline.css
+++ b/CSS/themes/guacamole/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/guacamole/organizr-dark.css b/CSS/themes/guacamole/organizr-dark.css
index 7f61e757..c765d34e 100644
--- a/CSS/themes/guacamole/organizr-dark.css
+++ b/CSS/themes/guacamole/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/guacamole/plex.css b/CSS/themes/guacamole/plex.css
index a67dc80d..aafce826 100644
--- a/CSS/themes/guacamole/plex.css
+++ b/CSS/themes/guacamole/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
- --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;
- --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;
+ --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://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-hover: #e59029;
diff --git a/CSS/themes/guacamole/space-gray.css b/CSS/themes/guacamole/space-gray.css
index 52270ed2..7ed665e4 100644
--- a/CSS/themes/guacamole/space-gray.css
+++ b/CSS/themes/guacamole/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/html5speedtest/aquamarine.css b/CSS/themes/html5speedtest/aquamarine.css
index 72d97f3e..39ae2fe2 100644
--- a/CSS/themes/html5speedtest/aquamarine.css
+++ b/CSS/themes/html5speedtest/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/html5speedtest/dark.css b/CSS/themes/html5speedtest/dark.css
index c5edb92e..3b974f96 100644
--- a/CSS/themes/html5speedtest/dark.css
+++ b/CSS/themes/html5speedtest/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/html5speedtest/hotline.css b/CSS/themes/html5speedtest/hotline.css
index bd2e5322..f40afc50 100644
--- a/CSS/themes/html5speedtest/hotline.css
+++ b/CSS/themes/html5speedtest/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/html5speedtest/organizr-dark.css b/CSS/themes/html5speedtest/organizr-dark.css
index 47dcfd56..9fa6f9e3 100644
--- a/CSS/themes/html5speedtest/organizr-dark.css
+++ b/CSS/themes/html5speedtest/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/html5speedtest/plex.css b/CSS/themes/html5speedtest/plex.css
index 79b66057..c4c7b459 100644
--- a/CSS/themes/html5speedtest/plex.css
+++ b/CSS/themes/html5speedtest/plex.css
@@ -12,9 +12,9 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
- --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-hover: #e59029;
}
\ No newline at end of file
diff --git a/CSS/themes/html5speedtest/space-gray.css b/CSS/themes/html5speedtest/space-gray.css
index 4d0bf090..824b80ab 100644
--- a/CSS/themes/html5speedtest/space-gray.css
+++ b/CSS/themes/html5speedtest/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/jackett/aquamarine.css b/CSS/themes/jackett/aquamarine.css
index bf97c875..fcc96516 100644
--- a/CSS/themes/jackett/aquamarine.css
+++ b/CSS/themes/jackett/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/jackett/dark.css b/CSS/themes/jackett/dark.css
index 41d5548c..7cfc32aa 100644
--- a/CSS/themes/jackett/dark.css
+++ b/CSS/themes/jackett/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/jackett/hotline.css b/CSS/themes/jackett/hotline.css
index fab4efa9..b6c66404 100644
--- a/CSS/themes/jackett/hotline.css
+++ b/CSS/themes/jackett/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/jackett/organizr-dark.css b/CSS/themes/jackett/organizr-dark.css
index 84c01cc6..5b8c9a4f 100644
--- a/CSS/themes/jackett/organizr-dark.css
+++ b/CSS/themes/jackett/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/jackett/plex.css b/CSS/themes/jackett/plex.css
index 7a25d72e..5bfccba2 100644
--- a/CSS/themes/jackett/plex.css
+++ b/CSS/themes/jackett/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
- --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;
- --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;
+ --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://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-hover: #e59029;
diff --git a/CSS/themes/jackett/space-gray.css b/CSS/themes/jackett/space-gray.css
index 16a48cce..218728ce 100644
--- a/CSS/themes/jackett/space-gray.css
+++ b/CSS/themes/jackett/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/jellyfin/aquamarine.css b/CSS/themes/jellyfin/aquamarine.css
index ecb41003..e028f94c 100644
--- a/CSS/themes/jellyfin/aquamarine.css
+++ b/CSS/themes/jellyfin/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/jellyfin/dark.css b/CSS/themes/jellyfin/dark.css
index a8ed9d48..d7afb85a 100644
--- a/CSS/themes/jellyfin/dark.css
+++ b/CSS/themes/jellyfin/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/jellyfin/hotline.css b/CSS/themes/jellyfin/hotline.css
index f07e5bb5..cacee5c2 100644
--- a/CSS/themes/jellyfin/hotline.css
+++ b/CSS/themes/jellyfin/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/jellyfin/organizr-dark.css b/CSS/themes/jellyfin/organizr-dark.css
index 6b345a5c..f91b6ded 100644
--- a/CSS/themes/jellyfin/organizr-dark.css
+++ b/CSS/themes/jellyfin/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--main-bg-color: #1F1F1F;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/jellyfin/plex.css b/CSS/themes/jellyfin/plex.css
index 51f8b54b..b5651504 100644
--- a/CSS/themes/jellyfin/plex.css
+++ b/CSS/themes/jellyfin/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
- --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;
- --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;
+ --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://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-hover: #e59029;
--accent-color: #e5a00d;
diff --git a/CSS/themes/jellyfin/space-gray.css b/CSS/themes/jellyfin/space-gray.css
index 79770d05..e93267b9 100644
--- a/CSS/themes/jellyfin/space-gray.css
+++ b/CSS/themes/jellyfin/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/kitana/aquamarine.css b/CSS/themes/kitana/aquamarine.css
index 9cce39c2..8396bdd6 100644
--- a/CSS/themes/kitana/aquamarine.css
+++ b/CSS/themes/kitana/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/kitana/dark.css b/CSS/themes/kitana/dark.css
index 48f1ecf1..2030a0b0 100644
--- a/CSS/themes/kitana/dark.css
+++ b/CSS/themes/kitana/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* 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 {
--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;
diff --git a/CSS/themes/kitana/hotline.css b/CSS/themes/kitana/hotline.css
index 85e3570e..2fe256a2 100644
--- a/CSS/themes/kitana/hotline.css
+++ b/CSS/themes/kitana/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* KITANA HOTLINE 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 {
--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;
diff --git a/CSS/themes/kitana/organizr-dark.css b/CSS/themes/kitana/organizr-dark.css
index 86c5cf2f..bac7276e 100644
--- a/CSS/themes/kitana/organizr-dark.css
+++ b/CSS/themes/kitana/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* KITANA ORGANIZR-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 {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/kitana/plex.css b/CSS/themes/kitana/plex.css
index f6065879..851f63d0 100644
--- a/CSS/themes/kitana/plex.css
+++ b/CSS/themes/kitana/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* KITANA PLEX 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 {
- --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;
- --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;
+ --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://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-hover: #e59029;
--button-text: #eee;
diff --git a/CSS/themes/kitana/space-gray.css b/CSS/themes/kitana/space-gray.css
index 2c77d0ff..cd8b075b 100644
--- a/CSS/themes/kitana/space-gray.css
+++ b/CSS/themes/kitana/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* KITANA SPACE GRAY 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 {
--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;
diff --git a/CSS/themes/lazylibrarian/aquamarine.css b/CSS/themes/lazylibrarian/aquamarine.css
index 9ba200e6..febd020c 100644
--- a/CSS/themes/lazylibrarian/aquamarine.css
+++ b/CSS/themes/lazylibrarian/aquamarine.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* LAZYLIBRARIAN AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/lazylibrarian/lazylibrarian-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/lazylibrarian/lazylibrarian-base.css);
:root {
--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;
diff --git a/CSS/themes/lazylibrarian/dark.css b/CSS/themes/lazylibrarian/dark.css
index c4de99ec..ef730134 100644
--- a/CSS/themes/lazylibrarian/dark.css
+++ b/CSS/themes/lazylibrarian/dark.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* LAZYLIBRARIAN DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/lazylibrarian/lazylibrarian-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/lazylibrarian/lazylibrarian-base.css);
:root {
--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;
diff --git a/CSS/themes/lazylibrarian/hotline.css b/CSS/themes/lazylibrarian/hotline.css
index 0451b11f..317db980 100644
--- a/CSS/themes/lazylibrarian/hotline.css
+++ b/CSS/themes/lazylibrarian/hotline.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* LAZYLIBRARIAN HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/lazylibrarian/lazylibrarian-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/lazylibrarian/lazylibrarian-base.css);
:root {
--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;
diff --git a/CSS/themes/lazylibrarian/organizr-dark.css b/CSS/themes/lazylibrarian/organizr-dark.css
index 4c2daa4a..5cb3a30f 100644
--- a/CSS/themes/lazylibrarian/organizr-dark.css
+++ b/CSS/themes/lazylibrarian/organizr-dark.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* LAZYLIBRARIAN ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/lazylibrarian/lazylibrarian-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/lazylibrarian/lazylibrarian-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/lazylibrarian/plex.css b/CSS/themes/lazylibrarian/plex.css
index 4aea1740..37401cbd 100644
--- a/CSS/themes/lazylibrarian/plex.css
+++ b/CSS/themes/lazylibrarian/plex.css
@@ -11,10 +11,10 @@
/* https://github.com/gilbN/theme.park */
/* LAZYLIBRARIAN PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/lazylibrarian/lazylibrarian-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/lazylibrarian/lazylibrarian-base.css);
: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;
- --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;
+ --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://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-hover: #e59029;
diff --git a/CSS/themes/lazylibrarian/space-gray.css b/CSS/themes/lazylibrarian/space-gray.css
index 8845f804..505bc7d5 100644
--- a/CSS/themes/lazylibrarian/space-gray.css
+++ b/CSS/themes/lazylibrarian/space-gray.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* LAZYLIBRARIAN SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/lazylibrarian/lazylibrarian-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/lazylibrarian/lazylibrarian-base.css);
: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;
--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;
diff --git a/CSS/themes/lidarr/aquamarine.css b/CSS/themes/lidarr/aquamarine.css
index 6f11373b..0fea6ddb 100644
--- a/CSS/themes/lidarr/aquamarine.css
+++ b/CSS/themes/lidarr/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* LIDARR AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/lidarr/lidarr-base.css);
:root {
--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;
diff --git a/CSS/themes/lidarr/dark.css b/CSS/themes/lidarr/dark.css
index 9061a5b9..024efe84 100644
--- a/CSS/themes/lidarr/dark.css
+++ b/CSS/themes/lidarr/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* LIDARR DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/lidarr/lidarr-base.css);
:root {
--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;
diff --git a/CSS/themes/lidarr/hotline.css b/CSS/themes/lidarr/hotline.css
index 9b2c841d..a95fe785 100644
--- a/CSS/themes/lidarr/hotline.css
+++ b/CSS/themes/lidarr/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* LIDARR HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/lidarr/lidarr-base.css);
:root {
--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;
diff --git a/CSS/themes/lidarr/organizr-dark.css b/CSS/themes/lidarr/organizr-dark.css
index fbdd1ba9..501119e6 100644
--- a/CSS/themes/lidarr/organizr-dark.css
+++ b/CSS/themes/lidarr/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* LIDARR ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/lidarr/lidarr-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/lidarr/plex.css b/CSS/themes/lidarr/plex.css
index 2326a723..759fd3b5 100644
--- a/CSS/themes/lidarr/plex.css
+++ b/CSS/themes/lidarr/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* LIDARR PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/lidarr/lidarr-base.css);
: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;
- --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;
+ --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://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;
--calendar-Downloading: 122 67 182;
--calendar-Downloaded: 39 194 76;
diff --git a/CSS/themes/lidarr/space-gray.css b/CSS/themes/lidarr/space-gray.css
index 2dc5888d..aa05ed76 100644
--- a/CSS/themes/lidarr/space-gray.css
+++ b/CSS/themes/lidarr/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* LIDARR SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/lidarr/lidarr-base.css);
: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;
--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;
diff --git a/CSS/themes/logarr/aquamarine.css b/CSS/themes/logarr/aquamarine.css
index 011a7bee..9503f78b 100644
--- a/CSS/themes/logarr/aquamarine.css
+++ b/CSS/themes/logarr/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* LOGARR AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/logarr/logarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/logarr/logarr-base.css);
:root {
--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;
diff --git a/CSS/themes/logarr/dark.css b/CSS/themes/logarr/dark.css
index 5ac1b3ee..3c5ccfd2 100644
--- a/CSS/themes/logarr/dark.css
+++ b/CSS/themes/logarr/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* LOGARR DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/logarr/logarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/logarr/logarr-base.css);
:root {
--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;
diff --git a/CSS/themes/logarr/hotline.css b/CSS/themes/logarr/hotline.css
index 8b8999bc..75856fa4 100644
--- a/CSS/themes/logarr/hotline.css
+++ b/CSS/themes/logarr/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* LOGARR HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/logarr/logarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/logarr/logarr-base.css);
:root {
--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;
diff --git a/CSS/themes/logarr/logarr-base.css b/CSS/themes/logarr/logarr-base.css
index dfeed3d2..151c80b4 100644
--- a/CSS/themes/logarr/logarr-base.css
+++ b/CSS/themes/logarr/logarr-base.css
@@ -123,7 +123,7 @@ body.fade-out {
}
.expandtoggle:checked~.expandtoggle::before {
content: "";
- background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/logarr/increase.png) no-repeat;
+ background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/logarr/increase.png) no-repeat;
background-size: 2em;
display: inline-block;
width: 2em;
@@ -131,7 +131,7 @@ body.fade-out {
cursor: row-resize;
}
.expandtoggle::before {
- background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/logarr/decrease.png) no-repeat;
+ background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/logarr/decrease.png) no-repeat;
background-size: 2em;
content: "";
display: inline-block;
diff --git a/CSS/themes/logarr/organizr-dark.css b/CSS/themes/logarr/organizr-dark.css
index 4f400b54..139f18dc 100644
--- a/CSS/themes/logarr/organizr-dark.css
+++ b/CSS/themes/logarr/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* LOGARR ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/logarr/logarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/logarr/logarr-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/logarr/plex.css b/CSS/themes/logarr/plex.css
index 4bcea530..ff8e124f 100644
--- a/CSS/themes/logarr/plex.css
+++ b/CSS/themes/logarr/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* LOGARR PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/logarr/logarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/logarr/logarr-base.css);
: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;
- --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;
+ --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://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-hover: #e59029;
}
\ No newline at end of file
diff --git a/CSS/themes/logarr/space-gray.css b/CSS/themes/logarr/space-gray.css
index 957ba39a..0d444b2a 100644
--- a/CSS/themes/logarr/space-gray.css
+++ b/CSS/themes/logarr/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* LOGARR SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/logarr/logarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/logarr/logarr-base.css);
: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;
--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;
diff --git a/CSS/themes/monitorr/aquamarine.css b/CSS/themes/monitorr/aquamarine.css
index f7ce3927..d3dc5ee8 100644
--- a/CSS/themes/monitorr/aquamarine.css
+++ b/CSS/themes/monitorr/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* MONIITORR AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/monitorr/monitorr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/monitorr/monitorr-base.css);
:root {
--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;
diff --git a/CSS/themes/monitorr/dark.css b/CSS/themes/monitorr/dark.css
index d85e480f..37070925 100644
--- a/CSS/themes/monitorr/dark.css
+++ b/CSS/themes/monitorr/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* MONITORR DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/monitorr/monitorr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/monitorr/monitorr-base.css);
:root {
--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;
diff --git a/CSS/themes/monitorr/hotline.css b/CSS/themes/monitorr/hotline.css
index f9b55635..939da3e5 100644
--- a/CSS/themes/monitorr/hotline.css
+++ b/CSS/themes/monitorr/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* MONITORR HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/monitorr/monitorr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/monitorr/monitorr-base.css);
:root {
--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;
diff --git a/CSS/themes/monitorr/organizr-dark.css b/CSS/themes/monitorr/organizr-dark.css
index ef0a7f15..fbc53676 100644
--- a/CSS/themes/monitorr/organizr-dark.css
+++ b/CSS/themes/monitorr/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* MONITORR ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/monitorr/monitorr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/monitorr/monitorr-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/monitorr/plex.css b/CSS/themes/monitorr/plex.css
index ddb16ef6..eca1d917 100644
--- a/CSS/themes/monitorr/plex.css
+++ b/CSS/themes/monitorr/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* MONITORR PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/monitorr/monitorr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/monitorr/monitorr-base.css);
: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;
- --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;
+ --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://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-hover: #e59029;
}
\ No newline at end of file
diff --git a/CSS/themes/monitorr/space-gray.css b/CSS/themes/monitorr/space-gray.css
index bbbbf961..15d7e19a 100644
--- a/CSS/themes/monitorr/space-gray.css
+++ b/CSS/themes/monitorr/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* MONIITORR AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/monitorr/monitorr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/monitorr/monitorr-base.css);
: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;
--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;
diff --git a/CSS/themes/netdata/aquamarine.css b/CSS/themes/netdata/aquamarine.css
index 0dcc5fff..94c36b57 100644
--- a/CSS/themes/netdata/aquamarine.css
+++ b/CSS/themes/netdata/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* NETDATA AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/netdata/netdata-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/netdata/netdata-base.css);
:root {
--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;
diff --git a/CSS/themes/netdata/dark.css b/CSS/themes/netdata/dark.css
index 314474b1..3ee1c02c 100644
--- a/CSS/themes/netdata/dark.css
+++ b/CSS/themes/netdata/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* NETDATA DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/netdata/netdata-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/netdata/netdata-base.css);
:root {
--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;
diff --git a/CSS/themes/netdata/hotline.css b/CSS/themes/netdata/hotline.css
index 437e4450..4dd38ecc 100644
--- a/CSS/themes/netdata/hotline.css
+++ b/CSS/themes/netdata/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* NETDATA HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/netdata/netdata-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/netdata/netdata-base.css);
:root {
--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;
diff --git a/CSS/themes/netdata/organizr-dark.css b/CSS/themes/netdata/organizr-dark.css
index 54ed2ff9..846d7398 100644
--- a/CSS/themes/netdata/organizr-dark.css
+++ b/CSS/themes/netdata/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* NETDATA ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/netdata/netdata-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/netdata/netdata-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/netdata/organizr-dashboard.css b/CSS/themes/netdata/organizr-dashboard.css
index 6d653d5a..25d9e58f 100644
--- a/CSS/themes/netdata/organizr-dashboard.css
+++ b/CSS/themes/netdata/organizr-dashboard.css
@@ -13,7 +13,7 @@
/* NETDATA ORGANIZR DASHBOARD THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/netdata/netdata-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/netdata/netdata-base.css);
:root {
--main-bg-color: transparent;
--modal-bg-color: #1f1f1f;
diff --git a/CSS/themes/netdata/plex.css b/CSS/themes/netdata/plex.css
index 860b1b6e..ffebaf8c 100644
--- a/CSS/themes/netdata/plex.css
+++ b/CSS/themes/netdata/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* NETDATA PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/netdata/netdata-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/netdata/netdata-base.css);
: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;
- --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;
+ --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://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;
--accent-color: #cc7b19;
}
\ No newline at end of file
diff --git a/CSS/themes/netdata/space-gray.css b/CSS/themes/netdata/space-gray.css
index 3223c067..1f8be60d 100644
--- a/CSS/themes/netdata/space-gray.css
+++ b/CSS/themes/netdata/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* NETDATA SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/netdata/netdata-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/netdata/netdata-base.css);
: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;
--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;
diff --git a/CSS/themes/nzbget/aquamarine.css b/CSS/themes/nzbget/aquamarine.css
index 4c5a1728..2f03b638 100644
--- a/CSS/themes/nzbget/aquamarine.css
+++ b/CSS/themes/nzbget/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* NZBGET AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbget/nzbget-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/nzbget/nzbget-base.css);
:root {
--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;
diff --git a/CSS/themes/nzbget/dark.css b/CSS/themes/nzbget/dark.css
index d4835056..b9f3290b 100644
--- a/CSS/themes/nzbget/dark.css
+++ b/CSS/themes/nzbget/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* NZBGET DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbget/nzbget-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/nzbget/nzbget-base.css);
:root {
--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;
diff --git a/CSS/themes/nzbget/hotline.css b/CSS/themes/nzbget/hotline.css
index 2e122ef6..913e9b7c 100644
--- a/CSS/themes/nzbget/hotline.css
+++ b/CSS/themes/nzbget/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* NZBGET HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbget/nzbget-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/nzbget/nzbget-base.css);
:root {
--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;
diff --git a/CSS/themes/nzbget/nzbget-base.css b/CSS/themes/nzbget/nzbget-base.css
index 90ffc85d..887db993 100644
--- a/CSS/themes/nzbget/nzbget-base.css
+++ b/CSS/themes/nzbget/nzbget-base.css
@@ -141,7 +141,7 @@ tr.checked, tr.checked td, tr.checked:nth-child(odd) .progress {
}
[class^="icon-"], [class*=" icon-"], [class^="img-"], [class*=" img-"] {
- background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/nzbget/icons.png);
+ background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/nzbget/icons.png);
}
.navbar-search .search-query {
color: #ffffff;
diff --git a/CSS/themes/nzbget/organizr-dark.css b/CSS/themes/nzbget/organizr-dark.css
index e7731b73..638f4bdb 100644
--- a/CSS/themes/nzbget/organizr-dark.css
+++ b/CSS/themes/nzbget/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* NZBGET ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbget/nzbget-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/nzbget/nzbget-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/nzbget/plex.css b/CSS/themes/nzbget/plex.css
index 34fd38c5..e77e04a9 100644
--- a/CSS/themes/nzbget/plex.css
+++ b/CSS/themes/nzbget/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* NZBGET PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbget/nzbget-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/nzbget/nzbget-base.css);
: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;
- --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;
+ --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://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;
--accent-color: #f9be03;
--button-color: #cc7b19;
}
\ No newline at end of file
diff --git a/CSS/themes/nzbget/space-gray.css b/CSS/themes/nzbget/space-gray.css
index bb484544..4ba0f4a2 100644
--- a/CSS/themes/nzbget/space-gray.css
+++ b/CSS/themes/nzbget/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* NZBGET SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbget/nzbget-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/nzbget/nzbget-base.css);
: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;
--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;
diff --git a/CSS/themes/nzbhydra2/aquamarine.css b/CSS/themes/nzbhydra2/aquamarine.css
index 594de60d..51d2c8ed 100644
--- a/CSS/themes/nzbhydra2/aquamarine.css
+++ b/CSS/themes/nzbhydra2/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* NZBHYDRA2 AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
:root {
--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;
diff --git a/CSS/themes/nzbhydra2/dark.css b/CSS/themes/nzbhydra2/dark.css
index eb487c75..20fd98ca 100644
--- a/CSS/themes/nzbhydra2/dark.css
+++ b/CSS/themes/nzbhydra2/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* NZBHYDRA2 DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
:root {
--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;
diff --git a/CSS/themes/nzbhydra2/hotline.css b/CSS/themes/nzbhydra2/hotline.css
index 9fd3ce54..969eba99 100644
--- a/CSS/themes/nzbhydra2/hotline.css
+++ b/CSS/themes/nzbhydra2/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* NZBHYDRA2 HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
:root {
--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;
diff --git a/CSS/themes/nzbhydra2/organizr-dark.css b/CSS/themes/nzbhydra2/organizr-dark.css
index 97d9daad..2a4c6ca6 100644
--- a/CSS/themes/nzbhydra2/organizr-dark.css
+++ b/CSS/themes/nzbhydra2/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* NZBHYDRA2 ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/nzbhydra2/plex.css b/CSS/themes/nzbhydra2/plex.css
index d1e09e07..7ad79523 100644
--- a/CSS/themes/nzbhydra2/plex.css
+++ b/CSS/themes/nzbhydra2/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* NZBHYDRA2 PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
: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;
- --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;
+ --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://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;
--default-button-color: #cc7b19;
--default-button-color-hover: #e59029;
--accent-color: #cc7b19;
diff --git a/CSS/themes/nzbhydra2/space-gray.css b/CSS/themes/nzbhydra2/space-gray.css
index 63913f5b..b771235f 100644
--- a/CSS/themes/nzbhydra2/space-gray.css
+++ b/CSS/themes/nzbhydra2/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* NZBHYDRA2 SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
: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;
--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;
diff --git a/CSS/themes/ombi/aquamarine.css b/CSS/themes/ombi/aquamarine.css
index 67a49b21..e7fcf688 100644
--- a/CSS/themes/ombi/aquamarine.css
+++ b/CSS/themes/ombi/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* OMBI AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/ombi/ombi-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/ombi/ombi-base.css);
:root {
--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;
diff --git a/CSS/themes/ombi/dark.css b/CSS/themes/ombi/dark.css
index 73a99a7e..6a5d85a6 100644
--- a/CSS/themes/ombi/dark.css
+++ b/CSS/themes/ombi/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* OMBI DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/ombi/ombi-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/ombi/ombi-base.css);
:root {
--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;
diff --git a/CSS/themes/ombi/hotline.css b/CSS/themes/ombi/hotline.css
index 60953757..ed23d924 100644
--- a/CSS/themes/ombi/hotline.css
+++ b/CSS/themes/ombi/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* OMBI HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/ombi/ombi-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/ombi/ombi-base.css);
:root {
--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;
diff --git a/CSS/themes/ombi/organizr-dark.css b/CSS/themes/ombi/organizr-dark.css
index 9b414e1f..16f076af 100644
--- a/CSS/themes/ombi/organizr-dark.css
+++ b/CSS/themes/ombi/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* OMBI ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/ombi/ombi-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/ombi/ombi-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/ombi/plex.css b/CSS/themes/ombi/plex.css
index f6cb74fe..26ced926 100644
--- a/CSS/themes/ombi/plex.css
+++ b/CSS/themes/ombi/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* OMBI PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/ombi/ombi-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/ombi/ombi-base.css);
: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;
- --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;
+ --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://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;
--request-button:#cc7b19;
--request-button-hover: #e59029;
--loading-bar: #cc7b19 ;
diff --git a/CSS/themes/ombi/space-gray.css b/CSS/themes/ombi/space-gray.css
index 29f4eee9..a38ae94e 100644
--- a/CSS/themes/ombi/space-gray.css
+++ b/CSS/themes/ombi/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* OMBI SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/ombi/ombi-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/ombi/ombi-base.css);
: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;
--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;
diff --git a/CSS/themes/organizr/Aquamarine.css b/CSS/themes/organizr/Aquamarine.css
index e33a679b..c8c7baf9 100644
--- a/CSS/themes/organizr/Aquamarine.css
+++ b/CSS/themes/organizr/Aquamarine.css
@@ -12,7 +12,7 @@
/* ORGANIZR AQUAMARINE THEME */
@import 'Organizr.css';
-@import url(https://gilbn.github.io/theme.park/CSS/themes/organizr/organizr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/organizr/organizr-base.css);
:root {
--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;
diff --git a/CSS/themes/organizr/Hotline.css b/CSS/themes/organizr/Hotline.css
index 8135e430..bee6dbcb 100644
--- a/CSS/themes/organizr/Hotline.css
+++ b/CSS/themes/organizr/Hotline.css
@@ -12,7 +12,7 @@
/* ORGANIZR HOTLINE THEME */
@import 'Organizr.css';
-@import url(https://gilbn.github.io/theme.park/CSS/themes/organizr/organizr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/organizr/organizr-base.css);
:root {
--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;
diff --git a/CSS/themes/organizr/dark.css b/CSS/themes/organizr/dark.css
index 8081a84f..548298db 100644
--- a/CSS/themes/organizr/dark.css
+++ b/CSS/themes/organizr/dark.css
@@ -13,7 +13,7 @@
/* ORGANIZR DARK THEME */
@import 'Organizr.css';
-@import url(https://gilbn.github.io/theme.park/CSS/themes/organizr/organizr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/organizr/organizr-base.css);
:root {
--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;
diff --git a/CSS/themes/organizr/plex.css b/CSS/themes/organizr/plex.css
index f806f15e..507bef3f 100644
--- a/CSS/themes/organizr/plex.css
+++ b/CSS/themes/organizr/plex.css
@@ -12,10 +12,10 @@
/* ORGANIZR PLEX THEME */
@import 'Organizr.css';
-@import url(https://gilbn.github.io/theme.park/CSS/themes/organizr/organizr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/organizr/organizr-base.css);
: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: #191a1c;
--link-color: #e5a00d;
--custom-buttons-color: #e5a00d;
diff --git a/CSS/themes/organizr/space-gray.css b/CSS/themes/organizr/space-gray.css
index c0d589b3..b323f6c4 100644
--- a/CSS/themes/organizr/space-gray.css
+++ b/CSS/themes/organizr/space-gray.css
@@ -12,7 +12,7 @@
/* ORGANIZR SPACE GRAY THEME */
@import 'Organizr.css';
-@import url(https://gilbn.github.io/theme.park/CSS/themes/organizr/organizr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/organizr/organizr-base.css);
: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;
--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;
diff --git a/CSS/themes/pihole/aquamarine.css b/CSS/themes/pihole/aquamarine.css
index 3af80fad..d056f799 100644
--- a/CSS/themes/pihole/aquamarine.css
+++ b/CSS/themes/pihole/aquamarine.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* PI-HOLE AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/pihole/pihole-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/pihole/pihole-base.css);
:root {
--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;
diff --git a/CSS/themes/pihole/dark.css b/CSS/themes/pihole/dark.css
index 044e1c9b..1838c487 100644
--- a/CSS/themes/pihole/dark.css
+++ b/CSS/themes/pihole/dark.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* PI-HOLE DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/pihole/pihole-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/pihole/pihole-base.css);
:root {
--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;
diff --git a/CSS/themes/pihole/hotline.css b/CSS/themes/pihole/hotline.css
index aeeb2cab..0bc9938a 100644
--- a/CSS/themes/pihole/hotline.css
+++ b/CSS/themes/pihole/hotline.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* PI-HOLE HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/pihole/pihole-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/pihole/pihole-base.css);
:root {
--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;
diff --git a/CSS/themes/pihole/plex.css b/CSS/themes/pihole/plex.css
index 8ba492f0..1d96c687 100644
--- a/CSS/themes/pihole/plex.css
+++ b/CSS/themes/pihole/plex.css
@@ -11,10 +11,10 @@
/* https://github.com/gilbN/theme.park */
/* PI-HOLE PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/pihole/pihole-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/pihole/pihole-base.css);
: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;
- --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;
+ --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://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-hover: #e59029;
diff --git a/CSS/themes/pihole/space-gray.css b/CSS/themes/pihole/space-gray.css
index cf403582..f002b5c0 100644
--- a/CSS/themes/pihole/space-gray.css
+++ b/CSS/themes/pihole/space-gray.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* PI-HOLE SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/pihole/pihole-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/pihole/pihole-base.css);
: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;
--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;
diff --git a/CSS/themes/plex/aquamarine.css b/CSS/themes/plex/aquamarine.css
index bd67227b..768cd114 100644
--- a/CSS/themes/plex/aquamarine.css
+++ b/CSS/themes/plex/aquamarine.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* PLEX AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/plex/plex-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/plex/plex-base.css);
:root {
--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;
diff --git a/CSS/themes/plex/dark.css b/CSS/themes/plex/dark.css
index cb53ac9a..15b8fe21 100644
--- a/CSS/themes/plex/dark.css
+++ b/CSS/themes/plex/dark.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* PLEX DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/plex/plex-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/plex/plex-base.css);
:root {
--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;
diff --git a/CSS/themes/plex/hotline.css b/CSS/themes/plex/hotline.css
index 6439914a..8afa86ac 100644
--- a/CSS/themes/plex/hotline.css
+++ b/CSS/themes/plex/hotline.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* PLEX HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/plex/plex-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/plex/plex-base.css);
:root {
--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;
diff --git a/CSS/themes/plex/space-gray.css b/CSS/themes/plex/space-gray.css
index b478d191..2eb1213c 100644
--- a/CSS/themes/plex/space-gray.css
+++ b/CSS/themes/plex/space-gray.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* PLEX AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/plex/plex-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/plex/plex-base.css);
: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;
--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;
diff --git a/CSS/themes/plpp/aquamarine.css b/CSS/themes/plpp/aquamarine.css
index 7e14bdca..634d2de7 100644
--- a/CSS/themes/plpp/aquamarine.css
+++ b/CSS/themes/plpp/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* PLPP AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/plpp/plpp-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/plpp/plpp-base.css);
:root {
--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;
diff --git a/CSS/themes/plpp/dark.css b/CSS/themes/plpp/dark.css
index 34e3d5cf..c19d05b9 100644
--- a/CSS/themes/plpp/dark.css
+++ b/CSS/themes/plpp/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* PLPP DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/plpp/plpp-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/plpp/plpp-base.css);
:root {
--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;
diff --git a/CSS/themes/plpp/hotline.css b/CSS/themes/plpp/hotline.css
index caccc33a..9dae8d42 100644
--- a/CSS/themes/plpp/hotline.css
+++ b/CSS/themes/plpp/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* PLPP HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/plpp/plpp-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/plpp/plpp-base.css);
:root {
--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;
diff --git a/CSS/themes/plpp/organizr-dark.css b/CSS/themes/plpp/organizr-dark.css
index 80833385..84122bb8 100644
--- a/CSS/themes/plpp/organizr-dark.css
+++ b/CSS/themes/plpp/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* PLPP ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/plpp/plpp-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/plpp/plpp-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/plpp/plex.css b/CSS/themes/plpp/plex.css
index 4c934243..765658b7 100644
--- a/CSS/themes/plpp/plex.css
+++ b/CSS/themes/plpp/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* PLPP PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/plpp/plpp-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/plpp/plpp-base.css);
: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;
- --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;
+ --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://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-hover: #e59029;
}
\ No newline at end of file
diff --git a/CSS/themes/plpp/space-gray.css b/CSS/themes/plpp/space-gray.css
index 8aec47d8..38ebcead 100644
--- a/CSS/themes/plpp/space-gray.css
+++ b/CSS/themes/plpp/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* PLPP SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/plpp/plpp-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/plpp/plpp-base.css);
: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;
--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;
diff --git a/CSS/themes/portainer/aquamarine.css b/CSS/themes/portainer/aquamarine.css
index 385b64e6..363a6bc3 100644
--- a/CSS/themes/portainer/aquamarine.css
+++ b/CSS/themes/portainer/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* PORTAINER AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/portainer/portainer-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/portainer/portainer-base.css);
:root {
--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;
diff --git a/CSS/themes/portainer/dark.css b/CSS/themes/portainer/dark.css
index b98b41ba..507e513a 100644
--- a/CSS/themes/portainer/dark.css
+++ b/CSS/themes/portainer/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* PORTAINER DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/portainer/portainer-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/portainer/portainer-base.css);
:root {
--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;
diff --git a/CSS/themes/portainer/hotline.css b/CSS/themes/portainer/hotline.css
index fde0bd26..29818c97 100644
--- a/CSS/themes/portainer/hotline.css
+++ b/CSS/themes/portainer/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* PORTAINER HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/portainer/portainer-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/portainer/portainer-base.css);
:root {
--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;
diff --git a/CSS/themes/portainer/organizr-dark.css b/CSS/themes/portainer/organizr-dark.css
index 608ce803..cd1cb5f0 100644
--- a/CSS/themes/portainer/organizr-dark.css
+++ b/CSS/themes/portainer/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* PORTAINER ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/portainer/portainer-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/portainer/portainer-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/portainer/plex.css b/CSS/themes/portainer/plex.css
index 8429c4c9..af455b23 100644
--- a/CSS/themes/portainer/plex.css
+++ b/CSS/themes/portainer/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* PORTAINER PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/portainer/portainer-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/portainer/portainer-base.css);
: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;
- --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;
+ --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://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-hover: #e59029;
diff --git a/CSS/themes/portainer/space-gray.css b/CSS/themes/portainer/space-gray.css
index 3d090aa0..7a315b4e 100644
--- a/CSS/themes/portainer/space-gray.css
+++ b/CSS/themes/portainer/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* LIDARR SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/portainer/portainer-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/portainer/portainer-base.css);
: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;
--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;
diff --git a/CSS/themes/qbittorrent/aquamarine.css b/CSS/themes/qbittorrent/aquamarine.css
index 8c42095a..0034c76d 100644
--- a/CSS/themes/qbittorrent/aquamarine.css
+++ b/CSS/themes/qbittorrent/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* QBITTORRENT AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/qbittorrent/qbittorrent-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/qbittorrent/qbittorrent-base.css);
:root {
--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;
diff --git a/CSS/themes/qbittorrent/dark.css b/CSS/themes/qbittorrent/dark.css
index 4f4244a0..93d0669e 100644
--- a/CSS/themes/qbittorrent/dark.css
+++ b/CSS/themes/qbittorrent/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* QBITTORRENT DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/qbittorrent/qbittorrent-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/qbittorrent/qbittorrent-base.css);
:root {
--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;
diff --git a/CSS/themes/qbittorrent/hotline.css b/CSS/themes/qbittorrent/hotline.css
index 8e12db42..66587927 100644
--- a/CSS/themes/qbittorrent/hotline.css
+++ b/CSS/themes/qbittorrent/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* QBITTORRENT HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/qbittorrent/qbittorrent-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/qbittorrent/qbittorrent-base.css);
:root {
--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;
diff --git a/CSS/themes/qbittorrent/organizr-dark.css b/CSS/themes/qbittorrent/organizr-dark.css
index 2019c9f5..a8ba45d3 100644
--- a/CSS/themes/qbittorrent/organizr-dark.css
+++ b/CSS/themes/qbittorrent/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* QBITTORRENT ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/qbittorrent/qbittorrent-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/qbittorrent/qbittorrent-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/qbittorrent/plex.css b/CSS/themes/qbittorrent/plex.css
index 0f924f0b..870d0106 100644
--- a/CSS/themes/qbittorrent/plex.css
+++ b/CSS/themes/qbittorrent/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* QBITTORRENT PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/qbittorrent/qbittorrent-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/qbittorrent/qbittorrent-base.css);
: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;
- --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;
+ --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://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;
--button-color: #cc7b19;
--button-color-hover: #e59029;
diff --git a/CSS/themes/qbittorrent/qbittorrent-base.css b/CSS/themes/qbittorrent/qbittorrent-base.css
index 620d9458..072959d2 100644
--- a/CSS/themes/qbittorrent/qbittorrent-base.css
+++ b/CSS/themes/qbittorrent/qbittorrent-base.css
@@ -189,7 +189,7 @@ label {
line-height: 1px;
font-size: 1px;
overflow: hidden;
- background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/qbittorrent/dots.png) center center no-repeat;
+ background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/qbittorrent/dots.png) center center no-repeat;
}
#desktopNavbar {
@@ -447,11 +447,11 @@ ul.filterList li:hover {
}
.panel-collapse {
- background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/qbittorrent/collapse-expand.gif) left top no-repeat;
+ background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/qbittorrent/collapse-expand.gif) left top no-repeat;
}
.panel-expand {
- background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/qbittorrent/collapse-expand.gif) left -16px no-repeat;
+ background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/qbittorrent/collapse-expand.gif) left -16px no-repeat;
}
fieldset {
@@ -1514,7 +1514,7 @@ ul.filterList a {
}
img[src="icons/inode-directory.svg"] {
- background: url(https://gilbn.github.io/theme.park/Resources/qbittorrent/folder-open-solid.svg);
+ background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/qbittorrent/folder-open-solid.svg);
background-size: contain;
background-repeat: no-repeat;
background-origin: content-box;
@@ -1523,7 +1523,7 @@ img[src="icons/inode-directory.svg"] {
}
img[src="icons/network-server.svg"] {
- background: url(https://gilbn.github.io/theme.park/Resources/qbittorrent/network-wired-solid.svg);
+ background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/qbittorrent/network-wired-solid.svg);
background-size: contain;
background-repeat: no-repeat;
background-origin: content-box;
@@ -1532,7 +1532,7 @@ img[src="icons/network-server.svg"] {
}
img[src="icons/mail-folder-inbox.svg"] {
- background: url(https://gilbn.github.io/theme.park/Resources/qbittorrent/inbox-solid.svg);
+ background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/qbittorrent/inbox-solid.svg);
background-size: contain;
background-repeat: no-repeat;
background-origin: content-box;
@@ -1625,7 +1625,7 @@ img[src="icons/seeding.svg"] {
#torrentsFilterInput {
width: 160px;
padding-left: 2em;
- background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/qbittorrent/search-solid.png);
+ background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/qbittorrent/search-solid.png);
background-repeat: no-repeat;
background-size: 1em;
background-position: left;
@@ -1633,7 +1633,7 @@ img[src="icons/seeding.svg"] {
.contextMenu li a.arrow-right,
.contextMenu li a:hover.arrow-right {
- background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/qbittorrent/arrow-right.gif);
+ background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/qbittorrent/arrow-right.gif);
background-repeat: no-repeat;
background-position: right center;
}
diff --git a/CSS/themes/qbittorrent/space-gray.css b/CSS/themes/qbittorrent/space-gray.css
index 699ad7e1..3cc1bcb5 100644
--- a/CSS/themes/qbittorrent/space-gray.css
+++ b/CSS/themes/qbittorrent/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* QBITTORRENT SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/qbittorrent/qbittorrent-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/qbittorrent/qbittorrent-base.css);
: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;
--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;
diff --git a/CSS/themes/radarr/aquamarine.css b/CSS/themes/radarr/aquamarine.css
index eb10f42d..543c3442 100644
--- a/CSS/themes/radarr/aquamarine.css
+++ b/CSS/themes/radarr/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RADARR AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/radarr/radarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/radarr/radarr-base.css);
:root {
--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;
diff --git a/CSS/themes/radarr/dark.css b/CSS/themes/radarr/dark.css
index 87ceee20..82305714 100644
--- a/CSS/themes/radarr/dark.css
+++ b/CSS/themes/radarr/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RADARR DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/radarr/radarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/radarr/radarr-base.css);
:root {
--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;
diff --git a/CSS/themes/radarr/hotline.css b/CSS/themes/radarr/hotline.css
index ac5b1a85..d7ad154d 100644
--- a/CSS/themes/radarr/hotline.css
+++ b/CSS/themes/radarr/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RADARR HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/radarr/radarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/radarr/radarr-base.css);
:root {
--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;
diff --git a/CSS/themes/radarr/organizr-dark.css b/CSS/themes/radarr/organizr-dark.css
index 221ad402..26f52ca5 100644
--- a/CSS/themes/radarr/organizr-dark.css
+++ b/CSS/themes/radarr/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RADARR ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/radarr/radarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/radarr/radarr-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/radarr/plex.css b/CSS/themes/radarr/plex.css
index d41f94d4..981134c0 100644
--- a/CSS/themes/radarr/plex.css
+++ b/CSS/themes/radarr/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* RADARR PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/radarr/radarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/radarr/radarr-base.css);
: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;
- --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;
+ --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://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;
--calendar-in-cinemas: 53, 197, 244;
--calendar-Downloading: 122 67 182;
diff --git a/CSS/themes/radarr/space-gray.css b/CSS/themes/radarr/space-gray.css
index 799c1d47..080ef7e7 100644
--- a/CSS/themes/radarr/space-gray.css
+++ b/CSS/themes/radarr/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RADARR SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/radarr/radarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/radarr/radarr-base.css);
: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;
--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;
diff --git a/CSS/themes/readarr/aquamarine.css b/CSS/themes/readarr/aquamarine.css
index d49b489e..19a745ad 100644
--- a/CSS/themes/readarr/aquamarine.css
+++ b/CSS/themes/readarr/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* READARR AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/readarr/readarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/readarr/readarr-base.css);
:root {
--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;
diff --git a/CSS/themes/readarr/dark.css b/CSS/themes/readarr/dark.css
index 20fabdd1..84642c07 100644
--- a/CSS/themes/readarr/dark.css
+++ b/CSS/themes/readarr/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* READARR DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/readarr/readarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/readarr/readarr-base.css);
:root {
--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;
diff --git a/CSS/themes/readarr/hotline.css b/CSS/themes/readarr/hotline.css
index f548593f..fae2f354 100644
--- a/CSS/themes/readarr/hotline.css
+++ b/CSS/themes/readarr/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* READARR HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/readarr/readarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/readarr/readarr-base.css);
:root {
--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;
diff --git a/CSS/themes/readarr/organizr-dark.css b/CSS/themes/readarr/organizr-dark.css
index 9b601a1c..aedfd7b0 100644
--- a/CSS/themes/readarr/organizr-dark.css
+++ b/CSS/themes/readarr/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* READARR ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/readarr/readarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/readarr/readarr-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/readarr/plex.css b/CSS/themes/readarr/plex.css
index b5129603..46a8b488 100644
--- a/CSS/themes/readarr/plex.css
+++ b/CSS/themes/readarr/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* READARR PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/readarr/readarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/readarr/readarr-base.css);
: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;
- --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;
+ --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://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;
--calendar-Downloading: 122 67 182;
--calendar-Downloaded: 39 194 76;
diff --git a/CSS/themes/readarr/space-gray.css b/CSS/themes/readarr/space-gray.css
index b1dff11d..e2265b33 100644
--- a/CSS/themes/readarr/space-gray.css
+++ b/CSS/themes/readarr/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* READARR SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/readarr/readarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/readarr/readarr-base.css);
: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;
--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;
diff --git a/CSS/themes/requestrr/aquamarine.css b/CSS/themes/requestrr/aquamarine.css
index 3c49e15f..38fd0e24 100644
--- a/CSS/themes/requestrr/aquamarine.css
+++ b/CSS/themes/requestrr/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* REQUESTRR AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/requestrr/requestrr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/requestrr/requestrr-base.css);
:root {
--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;
diff --git a/CSS/themes/requestrr/dark.css b/CSS/themes/requestrr/dark.css
index a5573a78..08356b23 100644
--- a/CSS/themes/requestrr/dark.css
+++ b/CSS/themes/requestrr/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* REQUESTRR DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/requestrr/requestrr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/requestrr/requestrr-base.css);
:root {
--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;
diff --git a/CSS/themes/requestrr/hotline.css b/CSS/themes/requestrr/hotline.css
index 65a5d9a4..672c136d 100644
--- a/CSS/themes/requestrr/hotline.css
+++ b/CSS/themes/requestrr/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* REQUESTRR HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/requestrr/requestrr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/requestrr/requestrr-base.css);
:root {
--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;
diff --git a/CSS/themes/requestrr/organizr-dark.css b/CSS/themes/requestrr/organizr-dark.css
index 07cca276..ab78a119 100644
--- a/CSS/themes/requestrr/organizr-dark.css
+++ b/CSS/themes/requestrr/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* REQUESTRR ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/requestrr/requestrr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/requestrr/requestrr-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/requestrr/plex.css b/CSS/themes/requestrr/plex.css
index 6adb62cb..e83f6a3e 100644
--- a/CSS/themes/requestrr/plex.css
+++ b/CSS/themes/requestrr/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* REQUESTRR PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/requestrr/requestrr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/requestrr/requestrr-base.css);
: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;
- --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;
+ --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://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-hover: #e59029;
--accent-color: #e5a00d;
diff --git a/CSS/themes/requestrr/space-gray.css b/CSS/themes/requestrr/space-gray.css
index 19a2baae..321fbd63 100644
--- a/CSS/themes/requestrr/space-gray.css
+++ b/CSS/themes/requestrr/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RADARR SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/requestrr/requestrr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/requestrr/requestrr-base.css);
: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;
--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;
diff --git a/CSS/themes/resilio-sync/aquamarine.css b/CSS/themes/resilio-sync/aquamarine.css
index 9026a87c..adf9361a 100644
--- a/CSS/themes/resilio-sync/aquamarine.css
+++ b/CSS/themes/resilio-sync/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RESILIO-SYNC AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/resilio-sync/resilio-base.css);
:root {
--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;
diff --git a/CSS/themes/resilio-sync/dark.css b/CSS/themes/resilio-sync/dark.css
index ae95c2e1..4aff1600 100644
--- a/CSS/themes/resilio-sync/dark.css
+++ b/CSS/themes/resilio-sync/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RESILIO-SYNC DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/resilio-sync/resilio-base.css);
:root {
--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;
diff --git a/CSS/themes/resilio-sync/hotline.css b/CSS/themes/resilio-sync/hotline.css
index 7aedbeea..7287bfd4 100644
--- a/CSS/themes/resilio-sync/hotline.css
+++ b/CSS/themes/resilio-sync/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RESILIO-SYNC HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/resilio-sync/resilio-base.css);
:root {
--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;
diff --git a/CSS/themes/resilio-sync/organizr-dark.css b/CSS/themes/resilio-sync/organizr-dark.css
index de11c8a5..0d2f5932 100644
--- a/CSS/themes/resilio-sync/organizr-dark.css
+++ b/CSS/themes/resilio-sync/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RESILIO-SYNC ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/resilio-sync/resilio-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/resilio-sync/plex.css b/CSS/themes/resilio-sync/plex.css
index cdc8317f..3f0cdd95 100644
--- a/CSS/themes/resilio-sync/plex.css
+++ b/CSS/themes/resilio-sync/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* RESILIO-SYNC PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/resilio-sync/resilio-base.css);
: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;
- --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;
+ --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://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-hover: #e59029;
--button-text: #eee;
diff --git a/CSS/themes/resilio-sync/space-gray.css b/CSS/themes/resilio-sync/space-gray.css
index ef037fba..7560b51f 100644
--- a/CSS/themes/resilio-sync/space-gray.css
+++ b/CSS/themes/resilio-sync/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RESILIO-SYNC SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/resilio-sync/resilio-base.css);
: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;
--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;
diff --git a/CSS/themes/rutorrent/aquamarine.css b/CSS/themes/rutorrent/aquamarine.css
index 9fc99eee..5b499ecc 100644
--- a/CSS/themes/rutorrent/aquamarine.css
+++ b/CSS/themes/rutorrent/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RUTORRENT AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/rutorrent/rutorrent-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/rutorrent/rutorrent-base.css);
:root {
--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;
diff --git a/CSS/themes/rutorrent/dark.css b/CSS/themes/rutorrent/dark.css
index 0873742e..375b8364 100644
--- a/CSS/themes/rutorrent/dark.css
+++ b/CSS/themes/rutorrent/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RUTORRENT DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/rutorrent/rutorrent-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/rutorrent/rutorrent-base.css);
:root {
--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;
diff --git a/CSS/themes/rutorrent/hotline.css b/CSS/themes/rutorrent/hotline.css
index 92ed763f..9de9ece1 100644
--- a/CSS/themes/rutorrent/hotline.css
+++ b/CSS/themes/rutorrent/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RUTORRENT HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/rutorrent/rutorrent-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/rutorrent/rutorrent-base.css);
:root {
--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;
diff --git a/CSS/themes/rutorrent/organizr-dark.css b/CSS/themes/rutorrent/organizr-dark.css
index dc46fdcb..f800461e 100644
--- a/CSS/themes/rutorrent/organizr-dark.css
+++ b/CSS/themes/rutorrent/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RUTORRENT ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/rutorrent/rutorrent-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/rutorrent/rutorrent-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/rutorrent/plex.css b/CSS/themes/rutorrent/plex.css
index 94a1b59f..9f39dc4b 100644
--- a/CSS/themes/rutorrent/plex.css
+++ b/CSS/themes/rutorrent/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* RUTORRENT PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/rutorrent/rutorrent-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/rutorrent/rutorrent-base.css);
: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;
- --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;
+ --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://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;
--default-button-color: #cc7b19;
--default-button-color-hover: #e59029;
--progress-color: #cc7b19;
diff --git a/CSS/themes/rutorrent/rutorrent-base.css b/CSS/themes/rutorrent/rutorrent-base.css
index 64ed8e82..09cf60d9 100644
--- a/CSS/themes/rutorrent/rutorrent-base.css
+++ b/CSS/themes/rutorrent/rutorrent-base.css
@@ -32,15 +32,15 @@ div#preload
width:0;
height:0;
display:none;
- background-image:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/menus.png);
- background-image:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png);
- background-image:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png);
- background-image:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/r_bg.gif);
- background-image:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/asc.gif);
- background-image:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/desc.gif);
- background-image:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/pnl_open.gif);
- background-image:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/pnl_close.gif);
- background-image:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/headers.png)
+ background-image:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/menus.png);
+ background-image:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png);
+ background-image:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/status_icons.png);
+ background-image:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/r_bg.gif);
+ background-image:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/asc.gif);
+ background-image:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/desc.gif);
+ background-image:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/pnl_open.gif);
+ background-image:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/pnl_close.gif);
+ background-image:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/headers.png)
}
hr {
@@ -257,147 +257,147 @@ div#t div.TB_Separator
div#t div#add
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat 0 0
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat 0 0
}
div#t div#add:hover
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat 0 -24px
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat 0 -24px
}
div#t div#create
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -24px 0
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -24px 0
}
div#t div#create:hover
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -24px -24px
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -24px -24px
}
div#t div#remove
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -48px 0
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -48px 0
}
div#t div#remove:hover
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -48px -24px
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -48px -24px
}
div#t div#start
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -72px 0
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -72px 0
}
div#t div#start:hover
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -72px -24px
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -72px -24px
}
div#t div#pause
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -96px 0
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -96px 0
}
div#t div#pause:hover
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -96px -24px
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -96px -24px
}
div#t div#stop
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -120px 0
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -120px 0
}
div#t div#stop:hover
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -120px -24px
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -120px -24px
}
div#t div#moveu
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -144px 0
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -144px 0
}
div#t div#moveu:hover
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -144px -24px
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -144px -24px
}
div#t div#moved
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -168px 0
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -168px 0
}
div#t div#moved:hover
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -168px -24px
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -168px -24px
}
div#t div#search
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -192px 0
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -192px 0
}
div#t div#search:hover
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -192px -24px
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -192px -24px
}
div#t div#rss
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -241px 0
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -241px 0
}
div#t div#rss:hover
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -241px -24px
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -241px -24px
}
div#t div#setting
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -264px 0
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -264px 0
}
div#t div#setting:hover
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -264px -24px
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -264px -24px
}
div#t div#plugins
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/plugin.png) no-repeat 0 center
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/plugin.png) no-repeat 0 center
}
div#t div#plugins:hover
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/pluginh.png) no-repeat 0 center
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/pluginh.png) no-repeat 0 center
}
div#t div#help
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -288px 0
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -288px 0
}
div#t div#help:hover
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -288px -24px
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/toolbar.png) no-repeat -288px -24px
}
div#t div#go
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/go.png) no-repeat 0 0
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/go.png) no-repeat 0 0
}
div#t div#go:hover
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/goh.png) no-repeat 0 0
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/goh.png) no-repeat 0 0
}
div select {
-webkit-appearance:none !important;
- background:#1f1f1f url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/dropdown.png) no-repeat 0 0;
+ background:#1f1f1f url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/dropdown.png) no-repeat 0 0;
background-position: right;
border: 1px solid #1f1f1f ;
padding-right: 15px !important;
@@ -438,7 +438,7 @@ a
}
div#stg-header
{
- background:#273238 url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/dlg-toolbars.gif) no-repeat scroll 0 -72px;
+ background:#273238 url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/dlg-toolbars.gif) no-repeat scroll 0 -72px;
text-shadow:0 -1px 0 #000
}
@@ -477,7 +477,7 @@ div#CatList ul li.sel
#-_-_-all-_-_-,#-_-_-dls-_-_-,#-_-_-com-_-_-,#-_-_-act-_-_-,#-_-_-iac-_-_-,#-_-_-err-_-_-
{
- background-image:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png)
+ background-image:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/status_icons.png)
}
.catpanel
@@ -488,7 +488,7 @@ div#CatList ul li.sel
height:22px;
line-height:25px;
background-image: none;
- background:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/pnl_open.gif) 0 0 no-repeat !important;
+ background:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/pnl_open.gif) 0 0 no-repeat !important;
background-color:#273238;
font-weight:700;
color:#DCDCDC;
@@ -534,33 +534,33 @@ div#CatList ul li.sel
div#CatList ul li.RSS
{
- background-image:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png);
+ background-image:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/status_icons.png);
background-position:4px -207px
}
div#CatList ul li.disRSS
{
- background-image:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png)
+ background-image:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/status_icons.png)
}
.stable-icon
{
- background-image:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png)
+ background-image:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/status_icons.png)
}
.Icon_File
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/file.gif) no-repeat left center
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/file.gif) no-repeat left center
}
.Icon_Dir
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/dir.gif) no-repeat left center
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/dir.gif) no-repeat left center
}
.Icon_Share
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/dir.gif) no-repeat left center
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/dir.gif) no-repeat left center
}
div#CatList ul li.sel span
@@ -570,7 +570,7 @@ div#CatList ul li.sel span
div#flabel_cont ul li
{
- background-image:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png);
+ background-image:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/status_icons.png);
background-position:4px -352px
}
@@ -588,7 +588,7 @@ div#lcont
div#gcont table td.Header
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png) no-repeat 0 -286px;
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/status_icons.png) no-repeat 0 -286px;
font-family:'Roboto';
color:#D4D6C9;
padding-left:17px
@@ -655,17 +655,17 @@ div#FileList,div#TrackerList,div#PeerList,div#Speed
a.dlg-close
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/close.png) no-repeat scroll left center
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/close.png) no-repeat scroll left center
}
a.dlg-close:hover
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/close.png) no-repeat scroll left center
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/close.png) no-repeat scroll left center
}
a.dlg-close:link,a.dlg-close:visited
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/close.png) no-repeat scroll left center
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/close.png) no-repeat scroll left center
}
div.dlg-header
@@ -822,7 +822,7 @@ input[type="text"],input[type="password"],select
{
color:#fff;
border:none;
- background:rgba(0, 0, 0, 0.25) url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/headers.png) repeat-x scroll 0 -138px;
+ background:rgba(0, 0, 0, 0.25) url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/headers.png) repeat-x scroll 0 -138px;
border-radius:2px;
outline: none;
}
@@ -831,14 +831,14 @@ input[type="text"][disabled],input[type="password"][disabled],input[type="file"]
{
color:#fff;
border:none;
- background:rgba(0, 0, 0, 0.08) url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/headers.png) repeat scroll 0 0!important;
+ background:rgba(0, 0, 0, 0.08) url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/headers.png) repeat scroll 0 0!important;
border-radius:2px;
opacity:.2
}
#StatusBar table tr td.pstatus2
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/green.png) no-repeat scroll 5px center!important
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/green.png) no-repeat scroll 5px center!important
}
textarea
@@ -974,13 +974,13 @@ ul#tabbar li.selected a
#fMan_navbut
{
- background-image:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/directory.png)!important;
+ background-image:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/directory.png)!important;
border:1px solid #181818!important
}
#fMan_navbut:hover
{
- background-image:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/refresh.png)!important
+ background-image:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/refresh.png)!important
}
#fMan_pathsel
@@ -1023,7 +1023,7 @@ div.dlg-window {
#FS_main div.dlg-header
{
- background-image:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/share.png)!important
+ background-image:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/share.png)!important
}
div#yesnoDlg div.dlg-header
@@ -1102,7 +1102,7 @@ div#t div#ind
{
height:34px;
width:34px;
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/ajax-loader.gif) no-repeat 0 center;
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/ajax-loader.gif) no-repeat 0 center;
margin:2px 6px
}
@@ -1118,7 +1118,7 @@ tr#rrow td a#mnu_go div#go
span#loadimg
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/ajax-loader.gif) no-repeat center center
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/ajax-loader.gif) no-repeat center center
}
.meter-value-start-color
@@ -1183,7 +1183,7 @@ div#lcont div.std:nth-child(2n+1)
{
padding-right:5px;
border:none;
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/headers.png) no-repeat right -208px
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/headers.png) no-repeat right -208px
}
#StatusBar table tr td td
@@ -1198,12 +1198,12 @@ div#lcont div.std:nth-child(2n+1)
#st_up
{
- background:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status.png) no-repeat 6px 2px
+ background:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/status.png) no-repeat 6px 2px
}
#st_down
{
- background:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status.png) no-repeat 6px -18px
+ background:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/status.png) no-repeat 6px -18px
}
.statuscell
@@ -1255,54 +1255,54 @@ span.det
.Icon_Dir
{
- background-image:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png);
+ background-image:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/status_icons.png);
background-position:0 -272px
}
.Icon_File
{
- background-image:url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png);
+ background-image:url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/status_icons.png);
background-position:0 -256px
}
.Icon_Torrent
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/torrent.png) no-repeat scroll left center!important
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/torrent.png) no-repeat scroll left center!important
}
.Icon_Vid
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/video.png) no-repeat scroll left center!important
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/video.png) no-repeat scroll left center!important
}
.Icon_Mp3
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/mp3.png) no-repeat scroll left center!important
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/mp3.png) no-repeat scroll left center!important
}
.Icon_Img
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/image.png) no-repeat scroll left center!important
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/image.png) no-repeat scroll left center!important
}
.Icon_Nfo
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/nfo.png) no-repeat scroll left center!important
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/nfo.png) no-repeat scroll left center!important
}
.Icon_Sfv
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/text.png) no-repeat scroll left center!important
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/text.png) no-repeat scroll left center!important
}
.Icon_UpD
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/up.png) no-repeat scroll left center!important
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/up.png) no-repeat scroll left center!important
}
.Icon_Rar,.Icon_Zip
{
- background:transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/archive.zip) no-repeat scroll left center!important
+ background:transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/archive.zip) no-repeat scroll left center!important
}
@@ -1324,7 +1324,7 @@ div#tdcont .stable-head { border: none; }
div#tdcont .stable { border: none; }
.stable-head table tr { background: transparent; border: none; }
.stable-head table tr td { border: none; font-family: Ubuntu; height: 18px; line-height: 18px; cursor: pointer; }
-.stable-head div.resz { border: 1px solid #FF0000; background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/s.gif) no-repeat scroll left center; }
+.stable-head div.resz { border: 1px solid #FF0000; background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/s.gif) no-repeat scroll left center; }
.stable-body { background: window; text-shadow: 0px 1px 0px #000; color: #CACCCC; }
.stable-body td { border-bottom: 1px solid #333333; }
.stable-body td div { font-family: Ubuntu, Verdana, Arial, Helvetica, sans-serif; height: 16px !important; }
@@ -1335,18 +1335,18 @@ div#tdcont .stable { border: none; }
.stable-body tr.selected td{ background: rgba(255, 255, 255, 0.25); color: #fff; text-shadow: 0px -1px 0px #000; }
div.stable-body table tbody tr.even td { background: rgba(0, 0, 0, 0.08); }
div.stable-body table tbody tr.even td:nth-child(2n+1) { color: #ffffff; }
-div.stable-body table tbody tr.even:nth-child(2n+1) td { background: #181818 url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/headers.png) repeat-x 0px -64px; }
-.stable-move-header { background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/header_move.gif) repeat-x scroll center top; border: 1px solid #0099FF; }
+div.stable-body table tbody tr.even:nth-child(2n+1) td { background: #181818 url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/headers.png) repeat-x 0px -64px; }
+.stable-move-header { background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/header_move.gif) repeat-x scroll center top; border: 1px solid #0099FF; }
-.stable-move-header { background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/header_move.gif) repeat-x scroll center top rgba(128,128,128,0.7); border: 1px solid #0099FF; }
+.stable-move-header { background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/header_move.gif) repeat-x scroll center top rgba(128,128,128,0.7); border: 1px solid #0099FF; }
.gecko .stable-move-header { background: rgba(128,128,128,0.7); -moz-opacity: 0.7; }
.ie .stable-move-header { background: rgba(128,128,128,0.7); filter:alpha(opacity=70) }
.webkit .stable-move-header { background: rgba(128,128,128,0.7); }
.stable-active-header { border-color: threedface !important }
.stable-separator-header { background: #181818; }
-.stable-scrollpos { background: #181818 url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/headers.png) repeat-x 0px -37px; height: 17px; line-height: 17px; border-bottom: 1px solid #333333; }
-.stable-scrollpos:nth-child(2n+1) { background: #181818 url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/headers.png) repeat-x 0px -64px; }
+.stable-scrollpos { background: #181818 url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/headers.png) repeat-x 0px -37px; height: 17px; line-height: 17px; border-bottom: 1px solid #333333; }
+.stable-scrollpos:nth-child(2n+1) { background: #181818 url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/headers.png) repeat-x 0px -64px; }
.meter-value {
float: left;
@@ -1378,12 +1378,12 @@ div.stable-body table tbody tr.even:nth-child(2n+1) td { background: #181818 url
}
.cCell { color: black }
-#meter-disk-value, #qmeter-disk-value, #qmeter-band-value { float: left; border: 1px inset #1b1b1b; border-bottom: none; background: #96CE00 url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/headers.png) repeat-x 0px -138px; }
+#meter-disk-value, #qmeter-disk-value, #qmeter-band-value { float: left; border: 1px inset #1b1b1b; border-bottom: none; background: #96CE00 url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/headers.png) repeat-x 0px -138px; }
#meter-disk-text, #qmeter-disk-text, #meter-band-text { color: #fff; text-shadow: 0px 0px 2px #000; position: relative; text-align: left; float: left; width: 0px; height: 0px; overflow: visible; left: 40%; font-size: 11px; font-family: Ubuntu; z-index: 1; }
-#meter-disk-holder, #qmeter-disk-holder, #meter-band-holder { width: 100px; height: 16px; line-height: 16px; border-right: none; padding-left: 25px; margin-left: 0px; background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png) no-repeat 3px -336px; }
+#meter-disk-holder, #qmeter-disk-holder, #meter-band-holder { width: 100px; height: 16px; line-height: 16px; border-right: none; padding-left: 25px; margin-left: 0px; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/status_icons.png) no-repeat 3px -336px; }
#meter-cpu-text { position: absolute; left: 65px; top: 0px; color: #fff; text-shadow: 0px 0px 2px #000; font-size: 11px; font-family: Ubuntu; }
-#meter-cpu-holder { width: 100px; height: 16px; line-height: 16px; border-right: none; margin-left: 0px; padding-left: 25px; background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png) no-repeat 3px -320px; }
+#meter-cpu-holder { width: 100px; height: 16px; line-height: 16px; border-right: none; margin-left: 0px; padding-left: 25px; background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/status_icons.png) no-repeat 3px -320px; }
/* #meter-cpu-td {}*/
div.graph_tab { color: #FFF; border-color: transparent; }
@@ -1433,7 +1433,7 @@ div#dlgAddRSS-header, div#dlgAddRSS div.dlg-header { background: rgba(0, 0, 0, 0
#tRowNotSupported { vertical-align: middle; color: red; }
-div#dlgEditRules-header,#dlgEditRatioRules-header,div#dlgEditRules div.dlg-header { background:#181818 url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/dlg-toolbars.gif) no-repeat 0 -72px !important; border-bottom: 1px solid #333333; text-shadow: 0px -1px 0px #000; }
+div#dlgEditRules-header,#dlgEditRatioRules-header,div#dlgEditRules div.dlg-header { background:#181818 url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/dlg-toolbars.gif) no-repeat 0 -72px !important; border-bottom: 1px solid #333333; text-shadow: 0px -1px 0px #000; }
div#dlgEditRules,div#dlgEditRatioRules { width:600px; }
.lfc_rru, .lfc_rur { width:250px;}
@@ -1441,40 +1441,40 @@ div#dlgEditRules,div#dlgEditRatioRules { width:600px; }
#exratio_buttons1 input.Button {margin:0px 3px;}
-#autodl-tb { background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/autodll-irc1.png) no-repeat center; }
-#autodl-tb:hover { background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/autodll-irc2.png) no-repeat center; }
-#autodl-multiselect-header { background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/dlg-autodl-irc.gif"); }
+#autodl-tb { background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/autodll-irc1.png) no-repeat center; }
+#autodl-tb:hover { background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/autodll-irc2.png) no-repeat center; }
+#autodl-multiselect-header { background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/dlg-autodl-irc.gif"); }
.shieven { background: #191919; }
.shiodd { background: #333333; }
-div#webuiUpdateToggle.pause { background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/pauseui.png) no-repeat; }
-div#webuiUpdateToggle.pause:hover { background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/pauseuih.png) no-repeat; }
+div#webuiUpdateToggle.pause { background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/pauseui.png) no-repeat; }
+div#webuiUpdateToggle.pause:hover { background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/pauseuih.png) no-repeat; }
-div#webuiUpdateToggle.resume { background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/playui.png) no-repeat; }
-div#webuiUpdateToggle.resume:hover { background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/playuih.png) no-repeat; }
+div#webuiUpdateToggle.resume { background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/playui.png) no-repeat; }
+div#webuiUpdateToggle.resume:hover { background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/playuih.png) no-repeat; }
-div#webuiRefresh { background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/refreshui.png) no-repeat; }
-div#webuiRefresh:hover { background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/refreshuih.png) no-repeat; }
+div#webuiRefresh { background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/refreshui.png) no-repeat; }
+div#webuiRefresh:hover { background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/refreshuih.png) no-repeat; }
-div#linkproxy { background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/proxy.png) no-repeat; }
-div#linkproxy:hover { background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/proxyh.png) no-repeat; }
+div#linkproxy { background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/proxy.png) no-repeat; }
+div#linkproxy:hover { background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/proxyh.png) no-repeat; }
-div#linklogs { background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/linklogs.png) no-repeat; }
-div#linklogs:hover { background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/linklogsh.png) no-repeat; }
+div#linklogs { background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/linklogs.png) no-repeat; }
+div#linklogs:hover { background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/linklogsh.png) no-repeat; }
-div#linkseedboxmanager { background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/seedboxmanager.png) no-repeat; }
-div#linkseedboxmanager:hover { background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/seedboxmanagerh.png) no-repeat; }
+div#linkseedboxmanager { background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/seedboxmanager.png) no-repeat; }
+div#linkseedboxmanager:hover { background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/seedboxmanagerh.png) no-repeat; }
-div#plugin { background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/plugin.png) no-repeat; }
-div#plugin:hover { background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/pluginh.png) no-repeat; }
+div#plugin { background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/plugin.png) no-repeat; }
+div#plugin:hover { background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/pluginh.png) no-repeat; }
#maillayout #letterform table tr td { background: #181818 }
#maillayout #replyform table tr td { background: #181818 }
-div#chat { background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/chat.png); }
-div#chat:hover { background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/chat3.png); }
-div#tchat div.dlg-header { background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/chat2.png); }
+div#chat { background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/chat.png); }
+div#chat:hover { background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/chat3.png); }
+div#tchat div.dlg-header { background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/chat2.png); }
#userlist,#chatselect,#chatarea,#chatselect option
{
@@ -1484,9 +1484,9 @@ div#tchat div.dlg-header { background-image: url(https://raw.githubusercontent.c
color:#fff !important
}
-div#logoff { background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/logoff.png); }
-div#logoff:hover { background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/logoff3.png); }
-div#logoffDlg div.dlg-header { background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/logoff2.png); }
+div#logoff { background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/logoff.png); }
+div#logoff:hover { background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/logoff3.png); }
+div#logoffDlg div.dlg-header { background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/rutorrent/logoff2.png); }
.noty_alert, .noty_success { color: #000000; text-shadow: 0 -1px 0 #ffffff }
diff --git a/CSS/themes/rutorrent/space-gray.css b/CSS/themes/rutorrent/space-gray.css
index 9d22588c..e5d09007 100644
--- a/CSS/themes/rutorrent/space-gray.css
+++ b/CSS/themes/rutorrent/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* RUTORRENT SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/rutorrent/rutorrent-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/rutorrent/rutorrent-base.css);
: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;
--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;
diff --git a/CSS/themes/sabnzbd/aquamarine.css b/CSS/themes/sabnzbd/aquamarine.css
index 8f61d484..c25261a5 100644
--- a/CSS/themes/sabnzbd/aquamarine.css
+++ b/CSS/themes/sabnzbd/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* SABNZBD AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/sabnzbd/sabnzbd-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/sabnzbd/sabnzbd-base.css);
:root {
--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;
diff --git a/CSS/themes/sabnzbd/dark.css b/CSS/themes/sabnzbd/dark.css
index 44e456fc..03caa29c 100644
--- a/CSS/themes/sabnzbd/dark.css
+++ b/CSS/themes/sabnzbd/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* SABNZBD DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/sabnzbd/sabnzbd-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/sabnzbd/sabnzbd-base.css);
:root {
--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;
diff --git a/CSS/themes/sabnzbd/hotline.css b/CSS/themes/sabnzbd/hotline.css
index d63fa2d2..2d466099 100644
--- a/CSS/themes/sabnzbd/hotline.css
+++ b/CSS/themes/sabnzbd/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* SABNZBD HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/sabnzbd/sabnzbd-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/sabnzbd/sabnzbd-base.css);
:root {
--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;
diff --git a/CSS/themes/sabnzbd/organizr-dark.css b/CSS/themes/sabnzbd/organizr-dark.css
index dec31076..c9e3a575 100644
--- a/CSS/themes/sabnzbd/organizr-dark.css
+++ b/CSS/themes/sabnzbd/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* SABNZBD ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/sabnzbd/sabnzbd-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/sabnzbd/sabnzbd-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/sabnzbd/plex.css b/CSS/themes/sabnzbd/plex.css
index 8ba79226..b79b84a7 100644
--- a/CSS/themes/sabnzbd/plex.css
+++ b/CSS/themes/sabnzbd/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* SABNZBD PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/sabnzbd/sabnzbd-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/sabnzbd/sabnzbd-base.css);
: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;
- --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;
+ --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://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;
--settings-accent-color: #f9be03;
--nav-button-color: #cc7b19;
diff --git a/CSS/themes/sabnzbd/space-gray.css b/CSS/themes/sabnzbd/space-gray.css
index 643ef86b..f32e2518 100644
--- a/CSS/themes/sabnzbd/space-gray.css
+++ b/CSS/themes/sabnzbd/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* SABNZBD SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/sabnzbd/sabnzbd-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/sabnzbd/sabnzbd-base.css);
: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;
--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;
diff --git a/CSS/themes/sonarr/aquamarine.css b/CSS/themes/sonarr/aquamarine.css
index ab48b8ac..b2b0465b 100644
--- a/CSS/themes/sonarr/aquamarine.css
+++ b/CSS/themes/sonarr/aquamarine.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* SONARR AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/sonarr/sonarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/sonarr/sonarr-base.css);
:root {
--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;
diff --git a/CSS/themes/sonarr/dark.css b/CSS/themes/sonarr/dark.css
index 24eb7bd9..0a63ae5f 100644
--- a/CSS/themes/sonarr/dark.css
+++ b/CSS/themes/sonarr/dark.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* SONARR DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/sonarr/sonarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/sonarr/sonarr-base.css);
:root {
--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;
diff --git a/CSS/themes/sonarr/hotline.css b/CSS/themes/sonarr/hotline.css
index fee7ef97..ed3ab000 100644
--- a/CSS/themes/sonarr/hotline.css
+++ b/CSS/themes/sonarr/hotline.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* SONARR HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/sonarr/sonarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/sonarr/sonarr-base.css);
:root {
--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;
diff --git a/CSS/themes/sonarr/organizr-dark.css b/CSS/themes/sonarr/organizr-dark.css
index 88058072..8e2f4112 100644
--- a/CSS/themes/sonarr/organizr-dark.css
+++ b/CSS/themes/sonarr/organizr-dark.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* SONARR ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/sonarr/sonarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/sonarr/sonarr-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/sonarr/plex.css b/CSS/themes/sonarr/plex.css
index 942fb6a2..8c65e8c0 100644
--- a/CSS/themes/sonarr/plex.css
+++ b/CSS/themes/sonarr/plex.css
@@ -11,10 +11,10 @@
/* https://github.com/gilbN/theme.park */
/* SONARR PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/sonarr/sonarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/sonarr/sonarr-base.css);
: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;
- --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;
+ --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://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;
--calendar-tv-Unaired-Premiere: 53 197 244;
--calendar-tv-Downloading: 122 67 182;
diff --git a/CSS/themes/sonarr/space-gray.css b/CSS/themes/sonarr/space-gray.css
index e7a69eb8..4b552310 100644
--- a/CSS/themes/sonarr/space-gray.css
+++ b/CSS/themes/sonarr/space-gray.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* SONARR SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/sonarr/sonarr-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/sonarr/sonarr-base.css);
: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;
--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;
diff --git a/CSS/themes/synclounge/aquamarine.css b/CSS/themes/synclounge/aquamarine.css
index 9c6dd473..0563eb14 100644
--- a/CSS/themes/synclounge/aquamarine.css
+++ b/CSS/themes/synclounge/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* SYNCLOUNGE AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/synclounge/synclounge-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/synclounge/synclounge-base.css);
:root {
--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;
diff --git a/CSS/themes/synclounge/dark.css b/CSS/themes/synclounge/dark.css
index e18c8cf8..854d4fc5 100644
--- a/CSS/themes/synclounge/dark.css
+++ b/CSS/themes/synclounge/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* SYNCLOUNGE DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/synclounge/synclounge-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/synclounge/synclounge-base.css);
:root {
--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;
diff --git a/CSS/themes/synclounge/hotline.css b/CSS/themes/synclounge/hotline.css
index e4a2a05c..b8d31cbc 100644
--- a/CSS/themes/synclounge/hotline.css
+++ b/CSS/themes/synclounge/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* SYNCLOUNGE HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/synclounge/synclounge-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/synclounge/synclounge-base.css);
:root {
--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;
diff --git a/CSS/themes/synclounge/organizr-dark.css b/CSS/themes/synclounge/organizr-dark.css
index a50de3f3..10057811 100644
--- a/CSS/themes/synclounge/organizr-dark.css
+++ b/CSS/themes/synclounge/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* SYNCLOUNGE ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/synclounge/synclounge-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/synclounge/synclounge-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/synclounge/plex.css b/CSS/themes/synclounge/plex.css
index 6b8be7a8..928aaa6a 100644
--- a/CSS/themes/synclounge/plex.css
+++ b/CSS/themes/synclounge/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* SYNCLOUNGE PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/synclounge/synclounge-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/synclounge/synclounge-base.css);
: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;
- --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;
+ --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://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;
--default-button-color: #cc7b19;
--default-button-color-hover: #e59029;
--accent-color: #e59029;
diff --git a/CSS/themes/synclounge/space-gray.css b/CSS/themes/synclounge/space-gray.css
index 70507485..e3cf5e94 100644
--- a/CSS/themes/synclounge/space-gray.css
+++ b/CSS/themes/synclounge/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* SYNCLOUNGE SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/synclounge/synclounge-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/synclounge/synclounge-base.css);
: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;
--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;
diff --git a/CSS/themes/tautulli/aquamarine.css b/CSS/themes/tautulli/aquamarine.css
index c2ea2040..8a7a86cc 100644
--- a/CSS/themes/tautulli/aquamarine.css
+++ b/CSS/themes/tautulli/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* TAUTULLI AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/tautulli/tautulli-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/tautulli/tautulli-base.css);
:root {
--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;
diff --git a/CSS/themes/tautulli/dark.css b/CSS/themes/tautulli/dark.css
index 67543a57..51494158 100644
--- a/CSS/themes/tautulli/dark.css
+++ b/CSS/themes/tautulli/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* TAUTULLI DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/tautulli/tautulli-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/tautulli/tautulli-base.css);
:root {
--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;
diff --git a/CSS/themes/tautulli/hotline.css b/CSS/themes/tautulli/hotline.css
index 85f8e739..2792a099 100644
--- a/CSS/themes/tautulli/hotline.css
+++ b/CSS/themes/tautulli/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* TAUTULLI HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/tautulli/tautulli-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/tautulli/tautulli-base.css);
:root {
--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;
diff --git a/CSS/themes/tautulli/organizr-dark.css b/CSS/themes/tautulli/organizr-dark.css
index 56bb082d..82d9938d 100644
--- a/CSS/themes/tautulli/organizr-dark.css
+++ b/CSS/themes/tautulli/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* TAUTULLI DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/tautulli/tautulli-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/tautulli/tautulli-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/tautulli/plex.css b/CSS/themes/tautulli/plex.css
index a3a540f6..07e1ef23 100644
--- a/CSS/themes/tautulli/plex.css
+++ b/CSS/themes/tautulli/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* TAUTULLI PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/tautulli/tautulli-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/tautulli/tautulli-base.css);
: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;
- --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;
+ --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://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-hover: #e59029;
--accent-color: #e5a00d;
diff --git a/CSS/themes/tautulli/space-gray.css b/CSS/themes/tautulli/space-gray.css
index 41c7449d..9be3148e 100644
--- a/CSS/themes/tautulli/space-gray.css
+++ b/CSS/themes/tautulli/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* TAUTULLI SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/tautulli/tautulli-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/tautulli/tautulli-base.css);
: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;
--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;
diff --git a/CSS/themes/thelounge/aquamarine.css b/CSS/themes/thelounge/aquamarine.css
index c4edb753..2bee1b73 100644
--- a/CSS/themes/thelounge/aquamarine.css
+++ b/CSS/themes/thelounge/aquamarine.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* THE LOUNGE AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/thelounge/thelounge-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/thelounge/thelounge-base.css);
:root {
--body-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--window-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
diff --git a/CSS/themes/thelounge/dark.css b/CSS/themes/thelounge/dark.css
index 83ae6d5c..0f9736be 100644
--- a/CSS/themes/thelounge/dark.css
+++ b/CSS/themes/thelounge/dark.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* THE LOUNGE DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/thelounge/thelounge-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/thelounge/thelounge-base.css);
:root {
--body-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--window-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
diff --git a/CSS/themes/thelounge/hotline.css b/CSS/themes/thelounge/hotline.css
index a3a19569..d946dacc 100644
--- a/CSS/themes/thelounge/hotline.css
+++ b/CSS/themes/thelounge/hotline.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* THE LOUNGE HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/thelounge/thelounge-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/thelounge/thelounge-base.css);
:root {
--body-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--window-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
diff --git a/CSS/themes/thelounge/organizr-dark.css b/CSS/themes/thelounge/organizr-dark.css
index 58d5743c..2c5558e2 100644
--- a/CSS/themes/thelounge/organizr-dark.css
+++ b/CSS/themes/thelounge/organizr-dark.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* THE LOUNGE DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/thelounge/thelounge-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/thelounge/thelounge-base.css);
:root {
--body-bg-color: #1f1f1f;
--window-bg-color: #1b1b1b;
diff --git a/CSS/themes/thelounge/plex.css b/CSS/themes/thelounge/plex.css
index 91a9c794..137a837e 100644
--- a/CSS/themes/thelounge/plex.css
+++ b/CSS/themes/thelounge/plex.css
@@ -11,10 +11,10 @@
/* https://github.com/gilbN/theme.park */
/* THE LOUNGE PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/thelounge/thelounge-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/thelounge/thelounge-base.css);
:root {
- --body-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;
- --window-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;
+ --body-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;
+ --window-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;
--theme-accent: #cc7b19;
--date-marker-color: #e59029;
diff --git a/CSS/themes/thelounge/space-gray.css b/CSS/themes/thelounge/space-gray.css
index ce1a94e7..374819d3 100644
--- a/CSS/themes/thelounge/space-gray.css
+++ b/CSS/themes/thelounge/space-gray.css
@@ -11,7 +11,7 @@
/* https://github.com/gilbN/theme.park */
/* THE LOUNGE SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/thelounge/thelounge-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/thelounge/thelounge-base.css);
:root {
--body-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;
--window-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;
diff --git a/CSS/themes/transmission/aquamarine.css b/CSS/themes/transmission/aquamarine.css
index 0f9f3a70..ed6d1b3d 100644
--- a/CSS/themes/transmission/aquamarine.css
+++ b/CSS/themes/transmission/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* TRANSMISSION AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/transmission/transmission-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/transmission/transmission-base.css);
:root {
--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;
diff --git a/CSS/themes/transmission/dark.css b/CSS/themes/transmission/dark.css
index 3440b042..4e6c63d3 100644
--- a/CSS/themes/transmission/dark.css
+++ b/CSS/themes/transmission/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* TRANSMISSION DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/transmission/transmission-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/transmission/transmission-base.css);
:root {
--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;
diff --git a/CSS/themes/transmission/hotline.css b/CSS/themes/transmission/hotline.css
index 53d3b0d7..6cd6a4b8 100644
--- a/CSS/themes/transmission/hotline.css
+++ b/CSS/themes/transmission/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* TRANSMISSION HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/transmission/transmission-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/transmission/transmission-base.css);
:root {
--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;
diff --git a/CSS/themes/transmission/organizr-dark.css b/CSS/themes/transmission/organizr-dark.css
index e8d3a44c..6365046a 100644
--- a/CSS/themes/transmission/organizr-dark.css
+++ b/CSS/themes/transmission/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* TRANSMISSION DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/transmission/transmission-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/transmission/transmission-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/transmission/plex.css b/CSS/themes/transmission/plex.css
index e4a53071..65d0ff97 100644
--- a/CSS/themes/transmission/plex.css
+++ b/CSS/themes/transmission/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* TRANSMISSION PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/transmission/transmission-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/transmission/transmission-base.css);
: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;
- --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;
+ --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://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;
--default-button-color: #cc7b19;
--default-button-color-hover: #e59029;
--progress-color: #cc7b19;
diff --git a/CSS/themes/transmission/space-gray.css b/CSS/themes/transmission/space-gray.css
index ac6e764a..d7b40867 100644
--- a/CSS/themes/transmission/space-gray.css
+++ b/CSS/themes/transmission/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* TRANSMISSION SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/transmission/transmission-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/transmission/transmission-base.css);
: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;
--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;
diff --git a/CSS/themes/transmission/transmission-base.css b/CSS/themes/transmission/transmission-base.css
index 176691fb..68f7bed0 100644
--- a/CSS/themes/transmission/transmission-base.css
+++ b/CSS/themes/transmission/transmission-base.css
@@ -541,6 +541,6 @@ div#toolbar {
outline:none;
}
.ui-icon, .ui-widget-content .ui-icon {
- background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/transmission/icons.png);
+ background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/transmission/icons.png);
}
diff --git a/CSS/themes/webtools/aquamarine.css b/CSS/themes/webtools/aquamarine.css
index e333dc99..0a681e2d 100644
--- a/CSS/themes/webtools/aquamarine.css
+++ b/CSS/themes/webtools/aquamarine.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* WEBTOOLS AQUAMARINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/webtools/webtools-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/webtools/webtools-base.css);
:root {
--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;
diff --git a/CSS/themes/webtools/dark.css b/CSS/themes/webtools/dark.css
index 03749fc7..84d4d04d 100644
--- a/CSS/themes/webtools/dark.css
+++ b/CSS/themes/webtools/dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* WEBTOOLS DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/webtools/webtools-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/webtools/webtools-base.css);
:root {
--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;
diff --git a/CSS/themes/webtools/hotline.css b/CSS/themes/webtools/hotline.css
index 5bc18465..9a9b16a5 100644
--- a/CSS/themes/webtools/hotline.css
+++ b/CSS/themes/webtools/hotline.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* WEBTOOLS HOTLINE THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/webtools/webtools-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/webtools/webtools-base.css);
:root {
--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;
diff --git a/CSS/themes/webtools/organizr-dark.css b/CSS/themes/webtools/organizr-dark.css
index 3a75062d..11558232 100644
--- a/CSS/themes/webtools/organizr-dark.css
+++ b/CSS/themes/webtools/organizr-dark.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* WEBTOOLS ORGANIZR-DARK THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/webtools/webtools-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/webtools/webtools-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
diff --git a/CSS/themes/webtools/plex.css b/CSS/themes/webtools/plex.css
index bbb3ed4a..63e954a8 100644
--- a/CSS/themes/webtools/plex.css
+++ b/CSS/themes/webtools/plex.css
@@ -12,10 +12,10 @@
/* https://github.com/gilbN/theme.park */
/* WEBTOOLS PLEX THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/webtools/webtools-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/webtools/webtools-base.css);
: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;
- --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;
+ --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://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-hover: #e59029;
--button-text: #eee;
diff --git a/CSS/themes/webtools/space-gray.css b/CSS/themes/webtools/space-gray.css
index 5a633993..2a02bd88 100644
--- a/CSS/themes/webtools/space-gray.css
+++ b/CSS/themes/webtools/space-gray.css
@@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* WEBTOOLS SPACE GRAY THEME */
-@import url(https://gilbn.github.io/theme.park/CSS/themes/webtools/webtools-base.css);
+@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/webtools/webtools-base.css);
: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;
--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;
diff --git a/README.md b/README.md
index 1e0bb9fd..1ff43f73 100644
--- a/README.md
+++ b/README.md
@@ -9,20 +9,20 @@
-
-
-
-
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
# [Installation](https://github.com/gilbN/theme.park/wiki/Setup)
# [Addons](https://github.com/gilbN/theme.park/wiki/Addons)