selfhosted
This commit is contained in:
parent
bb0cfdc937
commit
b30671e9a8
@ -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:
|
||||
|
||||
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/aquamarine_banner.png" width="600px" />
|
||||
<img src="https://htpc.deathbybandaid.net/assets/theme.park/Screenshots/aquamarine_banner.png" width="600px" />
|
||||
|
||||
`--mobile-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;`
|
||||
|
||||
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/hotline_banner.png" width="600px" />
|
||||
<img src="https://htpc.deathbybandaid.net/assets/theme.park/Screenshots/hotline_banner.png" width="600px" />
|
||||
|
||||
` --mobile-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;`
|
||||
|
||||
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/spacegray_banner.png" width="600px" />
|
||||
<img src="https://htpc.deathbybandaid.net/assets/theme.park/Screenshots/spacegray_banner.png" width="600px" />
|
||||
|
||||
`--mobile-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;`
|
||||
|
||||
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/dark_banner.png" width="600px" />
|
||||
<img src="https://htpc.deathbybandaid.net/assets/theme.park/Screenshots/dark_banner.png" width="600px" />
|
||||
|
||||
`--mobile-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;`
|
||||
|
||||
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/plex_banner.png" width="600px" />
|
||||
<img src="https://htpc.deathbybandaid.net/assets/theme.park/Screenshots/plex_banner.png" width="600px" />
|
||||
|
||||
`--mobile-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;`
|
||||
`--mobile-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;`
|
||||
|
||||
### Replace the variables if you have a dark background.
|
||||
|
||||
@ -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
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
@ -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;
|
||||
|
||||
@ -20,8 +20,8 @@ Examples of how to add it:
|
||||
proxy_set_header Accept-Encoding "";
|
||||
sub_filter
|
||||
'</head>'
|
||||
'<link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/themes/radarr/THEME.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/addons/radarr/radarr-4k-logo.css">
|
||||
'<link rel="stylesheet" type="text/css" href="https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/radarr/THEME.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr-4k-logo.css">
|
||||
</head>';
|
||||
sub_filter_once on;
|
||||
```
|
||||
@ -30,7 +30,7 @@ sub_filter_once on;
|
||||
|
||||
```nginx
|
||||
AddOutputFilterByType SUBSTITUTE text/html
|
||||
Substitute 's|</head> '<link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/themes/radarr/THEME.css"><link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/addons/radarr/radarr-4k-logo.css">
|
||||
Substitute 's|</head> '<link rel="stylesheet" type="text/css" href="https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/radarr/THEME.css"><link rel="stylesheet" type="text/css" href="https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr-4k-logo.css">
|
||||
</head>';|'
|
||||
```
|
||||
|
||||
@ -40,7 +40,7 @@ AddOutputFilterByType SUBSTITUTE text/html
|
||||
filter rule {
|
||||
content_type text/html.*
|
||||
search_pattern </head>
|
||||
replacement "<link rel='stylesheet' type='text/css' href='https://gilbn.github.io/theme.park/CSS/themes/<APP_NAME>/<THEME>.css'><link rel='stylesheet' type='text/css' href='https://gilbn.github.io/theme.park/CSS/addons/radarr/radarr-4k-logo.css'></head>"
|
||||
replacement "<link rel='stylesheet' type='text/css' href='https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/<APP_NAME>/<THEME>.css'><link rel='stylesheet' type='text/css' href='https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr-4k-logo.css'></head>"
|
||||
}
|
||||
```
|
||||
|
||||
@ -49,6 +49,6 @@ filter rule {
|
||||
Just add another import line.
|
||||
|
||||
```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";
|
||||
```
|
||||
@ -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;
|
||||
|
||||
@ -20,8 +20,8 @@ Examples of how to add it:
|
||||
proxy_set_header Accept-Encoding "";
|
||||
sub_filter
|
||||
'</head>'
|
||||
'<link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/themes/sonarr/THEME.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/addons/sonarr/sonarr-4k-logo.css">
|
||||
'<link rel="stylesheet" type="text/css" href="https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/sonarr/THEME.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k-logo.css">
|
||||
</head>';
|
||||
sub_filter_once on;
|
||||
```
|
||||
@ -30,7 +30,7 @@ sub_filter_once on;
|
||||
|
||||
```nginx
|
||||
AddOutputFilterByType SUBSTITUTE text/html
|
||||
Substitute 's|</head> '<link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/themes/sonarr/THEME.css"><link rel="stylesheet" type="text/css" href="https://gilbn.github.io/theme.park/CSS/addons/sonarr/sonarr-4k-logo.css">
|
||||
Substitute 's|</head> '<link rel="stylesheet" type="text/css" href="https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/sonarr/THEME.css"><link rel="stylesheet" type="text/css" href="https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k-logo.css">
|
||||
</head>';|'
|
||||
```
|
||||
|
||||
@ -40,7 +40,7 @@ AddOutputFilterByType SUBSTITUTE text/html
|
||||
filter rule {
|
||||
content_type text/html.*
|
||||
search_pattern </head>
|
||||
replacement "<link rel='stylesheet' type='text/css' href='https://gilbn.github.io/theme.park/CSS/themes/<APP_NAME>/<THEME>.css'><link rel='stylesheet' type='text/css' href='https://gilbn.github.io/theme.park/CSS/addons/sonarr/sonarr-4k-logo.css'></head>"
|
||||
replacement "<link rel='stylesheet' type='text/css' href='https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/<APP_NAME>/<THEME>.css'><link rel='stylesheet' type='text/css' href='https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k-logo.css'></head>"
|
||||
}
|
||||
```
|
||||
|
||||
@ -49,6 +49,6 @@ filter rule {
|
||||
Just add another import line.
|
||||
|
||||
```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";
|
||||
```
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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{
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
}
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user