Update subdomain
This commit is contained in:
parent
8abfe76711
commit
a9e1efd1fb
@ -1,8 +1,8 @@
|
||||
# CSS Addons
|
||||
|
||||
## [Organizr](https://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/organizr/)
|
||||
## [Organizr](https://assets.deathbybandaid.net/theme.park/CSS//addons/organizr/)
|
||||
|
||||
## [Radarr](https://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/radarr)
|
||||
## [Radarr](https://assets.deathbybandaid.net/theme.park/CSS//addons/radarr)
|
||||
|
||||
## [Sonarr](https://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/sonarr)
|
||||
## [Sonarr](https://assets.deathbybandaid.net/theme.park/CSS//addons/sonarr)
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
display: none !important;
|
||||
}
|
||||
.header-icon.px-3.m-0.d-none.d-md-block:before {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/bazarr/bazarr4k.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS//addons/bazarr/bazarr4k.png");
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
@ -22,7 +22,7 @@
|
||||
display: none !important;
|
||||
}
|
||||
.sidebar-title.d-flex.align-items-center.d-md-none.container:before {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/bazarr/bazarr4k.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS//addons/bazarr/bazarr4k.png");
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
display: none !important;
|
||||
}
|
||||
.header-icon.px-3.m-0.d-none.d-md-block:before {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/bazarr/bazarr-4k-logo/bazarr4k.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS/addons/bazarr/bazarr-4k-logo/bazarr4k.png");
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
@ -22,7 +22,7 @@
|
||||
display: none !important;
|
||||
}
|
||||
.sidebar-title.d-flex.align-items-center.d-md-none.container:before {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/bazarr/bazarr-4k-logo/bazarr4k.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS/addons/bazarr/bazarr-4k-logo/bazarr4k.png");
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
# Organizr Addons
|
||||
|
||||
## [Glass](https://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/organizr/glass)
|
||||
## [Glass](https://assets.deathbybandaid.net/theme.park/CSS//addons/organizr/glass)
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
|
||||
## Installation
|
||||
|
||||
* [Full](https://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/organizr/glass#Full)
|
||||
* [Login - Lockscreen only](https://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/organizr/glass#login---lockscreen-only)
|
||||
* [Full](https://assets.deathbybandaid.net/theme.park/CSS//addons/organizr/glass#Full)
|
||||
* [Login - Lockscreen only](https://assets.deathbybandaid.net/theme.park/CSS//addons/organizr/glass#login---lockscreen-only)
|
||||
|
||||
|
||||
|
||||
@ -25,9 +25,9 @@
|
||||
Replace `--main-bg-color` with a wallpaper you have uploaded to Organizr
|
||||
|
||||
```css
|
||||
@import "https://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/organizr/glass/glass-base.css";
|
||||
@import "https://assets.deathbybandaid.net/theme.park/CSS//addons/organizr/glass/glass-base.css";
|
||||
:root {
|
||||
--main-bg-color: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/organizr/glass/example.jpg) center center/cover no-repeat fixed;
|
||||
--main-bg-color: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/Screenshots/aquamarine_banner.png" width="600px" />
|
||||
<img src="https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/Screenshots/hotline_banner.png" width="600px" />
|
||||
<img src="https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/Screenshots/spacegray_banner.png" width="600px" />
|
||||
<img src="https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/Screenshots/dark_banner.png" width="600px" />
|
||||
<img src="https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/Screenshots/plex_banner.png" width="600px" />
|
||||
<img src="https://assets.deathbybandaid.net/theme.park/Screenshots/plex_banner.png" width="600px" />
|
||||
|
||||
`--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;`
|
||||
`--mobile-bg-color: url("https://assets.deathbybandaid.net/theme.park/Resources/blur-noise.png"), url("https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/organizr/glass/glass-login.css";
|
||||
@import "https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/organizr/glass/glass-login.css";
|
||||
@import "https://assets.deathbybandaid.net/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
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
/* Set the Organizr theme to either Aquamarine or Hotline */
|
||||
/* Import the glass-base.css and root variables in the Custom Theme CSS box like below */
|
||||
/*
|
||||
@import "https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/organizr/glass/organizr-base-old.css"
|
||||
@import "https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/organizr/glass/glass-base.css";
|
||||
@import "https://assets.deathbybandaid.net/theme.park/CSS/addons/organizr/glass/organizr-base-old.css"
|
||||
@import "https://assets.deathbybandaid.net/theme.park/CSS/addons/organizr/glass/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;
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
/* PLEX OVERSEERR SIDE MENU */
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
[class*="NavBar-plexLogo-"] {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/plex/plex-alt-logo/SeekPng.com_your-logo-here-png_2467553.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS/addons/plex/plex-alt-logo/SeekPng.com_your-logo-here-png_2467553.png");
|
||||
background-position: 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
|
||||
@ -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://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">
|
||||
'<link rel="stylesheet" type="text/css" href="https://assets.deathbybandaid.net/theme.park/CSS//themes/radarr/THEME.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://assets.deathbybandaid.net/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://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">
|
||||
Substitute 's|</head> '<link rel="stylesheet" type="text/css" href="https://assets.deathbybandaid.net/theme.park/CSS//themes/radarr/THEME.css"><link rel="stylesheet" type="text/css" href="https://assets.deathbybandaid.net/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://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>"
|
||||
replacement "<link rel='stylesheet' type='text/css' href='https://assets.deathbybandaid.net/theme.park/CSS//themes/<APP_NAME>/<THEME>.css'><link rel='stylesheet' type='text/css' href='https://assets.deathbybandaid.net/theme.park/CSS//addons/radarr/radarr-4k-logo.css'></head>"
|
||||
}
|
||||
```
|
||||
|
||||
@ -49,6 +49,6 @@ filter rule {
|
||||
Just add another import line.
|
||||
|
||||
```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";
|
||||
@import "https://assets.deathbybandaid.net/theme.park/CSS//themes/radarr/THEME.css";
|
||||
@import "https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/radarr/radarr4k.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/radarr/radarr4k.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS//addons/radarr/radarr4k.png");
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
@ -43,7 +43,7 @@
|
||||
display: none !important;
|
||||
}
|
||||
[class*="PageHeader-logoContainer-"]:before {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/radarr/radarr4k-v3.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS//addons/radarr/radarr4k-v3.png");
|
||||
display: inline-block;
|
||||
width: 148px;
|
||||
height: 48px;
|
||||
@ -60,7 +60,7 @@
|
||||
display: none !important;
|
||||
}
|
||||
[class*="PageHeader-logoContainer-"]{
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/radarr/radarr-v3-mobile.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS//addons/radarr/radarr-v3-mobile.png");
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
@ -80,7 +80,7 @@
|
||||
}
|
||||
|
||||
[class*="LoadingPage-page-"]:before {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/radarr/radarr4k-v3.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS//addons/radarr/radarr4k-v3.png");
|
||||
display: inline-block;
|
||||
width: 148px;
|
||||
height: 48px;
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
display:none !important;
|
||||
}
|
||||
.navbar > .container-fluid .navbar-brand:before {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr-4k-logo/radarr4k.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS/addons/radarr/radarr-4k-logo/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://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr-4k-logo/radarr4k.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS/addons/radarr/radarr-4k-logo/radarr4k.png");
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
@ -43,7 +43,7 @@
|
||||
display: none !important;
|
||||
}
|
||||
[class*="PageHeader-logoContainer-"]:before {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr-4k-logo/radarr4k-v3.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS/addons/radarr/radarr-4k-logo/radarr4k-v3.png");
|
||||
display: inline-block;
|
||||
width: 148px;
|
||||
height: 48px;
|
||||
@ -60,7 +60,7 @@
|
||||
display: none !important;
|
||||
}
|
||||
[class*="PageHeader-logoContainer-"]{
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr-4k-logo/radarr-v3-mobile.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS/addons/radarr/radarr-4k-logo/radarr-v3-mobile.png");
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
@ -80,7 +80,7 @@
|
||||
}
|
||||
|
||||
[class*="LoadingPage-page-"]:before {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr-4k-logo/radarr4k-v3.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS/addons/radarr/radarr-4k-logo/radarr4k-v3.png");
|
||||
display: inline-block;
|
||||
width: 148px;
|
||||
height: 48px;
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
display: none !important;
|
||||
}
|
||||
[class*="PageHeader-logoContainer-"]:before {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/readarr/readarr-alt-logo/readarr_alt.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS/addons/readarr/readarr-alt-logo/readarr_alt.png");
|
||||
display: inline-block;
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
@ -20,7 +20,7 @@
|
||||
display: none !important;
|
||||
}
|
||||
[class*="PageHeader-logoContainer-"]:before {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/readarr/readarr-alt-logo/readarr_alt.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS/addons/readarr/readarr-alt-logo/readarr_alt.png");
|
||||
display: inline-block;
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
@ -37,7 +37,7 @@
|
||||
}
|
||||
|
||||
[class*="LoadingPage-page-"]:before {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/readarr/readarr-alt-logo/readarr_alt.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS/addons/readarr/readarr-alt-logo/readarr_alt.png");
|
||||
display: inline-block;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
||||
@ -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://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">
|
||||
'<link rel="stylesheet" type="text/css" href="https://assets.deathbybandaid.net/theme.park/CSS//themes/sonarr/THEME.css">
|
||||
<link rel="stylesheet" type="text/css" href="https://assets.deathbybandaid.net/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://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">
|
||||
Substitute 's|</head> '<link rel="stylesheet" type="text/css" href="https://assets.deathbybandaid.net/theme.park/CSS//themes/sonarr/THEME.css"><link rel="stylesheet" type="text/css" href="https://assets.deathbybandaid.net/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://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>"
|
||||
replacement "<link rel='stylesheet' type='text/css' href='https://assets.deathbybandaid.net/theme.park/CSS//themes/<APP_NAME>/<THEME>.css'><link rel='stylesheet' type='text/css' href='https://assets.deathbybandaid.net/theme.park/CSS//addons/sonarr/sonarr-4k-logo.css'></head>"
|
||||
}
|
||||
```
|
||||
|
||||
@ -49,6 +49,6 @@ filter rule {
|
||||
Just add another import line.
|
||||
|
||||
```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";
|
||||
@import "https://assets.deathbybandaid.net/theme.park/CSS//themes/sonarr/THEME.css";
|
||||
@import "https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/sonarr/sonarr-4k.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/sonarr/sonarr-4k.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/sonarr/sonarr-4k.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS//addons/sonarr/sonarr-4k.png");
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
@ -65,7 +65,7 @@
|
||||
display: none !important;
|
||||
}
|
||||
[class*="PageHeader\/logoContainer\/"]:before {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/sonarr/sonarr-4k.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS//addons/sonarr/sonarr-4k.png");
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
@ -82,7 +82,7 @@
|
||||
display: none !important;
|
||||
}
|
||||
[class*="PageHeader\/logoContainer\/"]:before {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/sonarr/sonarr-4k.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS//addons/sonarr/sonarr-4k.png");
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
@ -99,7 +99,7 @@
|
||||
}
|
||||
|
||||
[class*="LoadingPage\/page\/"]:before {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/sonarr/sonarr-4k.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS//addons/sonarr/sonarr-4k.png");
|
||||
display: inline-block;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
display: none !important;
|
||||
}
|
||||
[class*="PageHeader-logoContainer-"]:before {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k.png");
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
@ -20,7 +20,7 @@
|
||||
display: none !important;
|
||||
}
|
||||
[class*="PageHeader-logoContainer-"]:before {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k.png");
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
@ -37,7 +37,7 @@
|
||||
}
|
||||
|
||||
[class*="LoadingPage-page-"]:before {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k.png");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k.png");
|
||||
display: inline-block;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||
:root {
|
||||
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
|
||||
url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/hallway2.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/nostromogreen2.png) center no-repeat;
|
||||
url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/hallway2.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/logo/nostromogreen2.png) center no-repeat;
|
||||
--text-color: #37f592;
|
||||
--input-color: #37f592;
|
||||
--link-color: #37f592;
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||
:root {
|
||||
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
|
||||
url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/hallway.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||
url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/hallway.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||
--text-color: #37f592;
|
||||
--input-color: #37f592;
|
||||
--link-color: #37f592;
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||
:root {
|
||||
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
|
||||
url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/hallway2.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||
url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/hallway2.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||
--text-color: #37f592;
|
||||
--input-color: #37f592;
|
||||
--link-color: #37f592;
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||
:root {
|
||||
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
|
||||
url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/hallway3.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||
url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/hallway3.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||
--text-color: #37f592;
|
||||
--input-color: #37f592;
|
||||
--link-color: #37f592;
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||
:root {
|
||||
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
|
||||
url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/hallway4.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||
url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/hallway4.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||
--text-color: #37f592;
|
||||
--input-color: #37f592;
|
||||
--link-color: #37f592;
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||
:root {
|
||||
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
|
||||
url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/isolation.png) center center/cover no-repeat fixed;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||
url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/isolation.png) center center/cover no-repeat fixed;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||
--text-color: #37f592;
|
||||
--input-color: #37f592;
|
||||
--link-color: #37f592;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||
:root {
|
||||
--main-bg: transparent;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||
--text-color: #37f592;
|
||||
--input-color: #37f592;
|
||||
--link-color: #37f592;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// Adds a video background
|
||||
|
||||
let video = `
|
||||
<div class="background-wrap"><video id="video-bg-elem" preload="auto" autoplay="true" loop="loop" muted="muted"> <source src="https:\/\/htpc.deathbybandaid.net\/assets\/theme.park\/ https:\/\/htpc.deathbybandaid.net\/assets\/theme.park\/CSS\/addons\/unraid\/login-page\/alien\/video\/isolation.mp4" type="video\/mp4">Video not supported</video></div>
|
||||
<div class="background-wrap"><video id="video-bg-elem" preload="auto" autoplay="true" loop="loop" muted="muted"> <source src="https:\/\/assets.deathbybandaid.net\/theme.park\/ https:\/\/assets.deathbybandaid.net\/theme.park\/CSS\/addons\/unraid\/login-page\/alien\/video\/isolation.mp4" type="video\/mp4">Video not supported</video></div>
|
||||
`
|
||||
document.body.innerHTML += video
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||
:root {
|
||||
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
|
||||
url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/nightmare.png) center center/cover no-repeat fixed;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_red.png) center no-repeat;
|
||||
url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/nightmare.png) center center/cover no-repeat fixed;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_red.png) center no-repeat;
|
||||
--text-color: #e22828;
|
||||
--input-color: #e22828;
|
||||
--link-color: #e22828;
|
||||
|
||||
@ -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://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/unraid/login-page/alien/retro-terminal/retro-terminal-base.css);
|
||||
@import url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/unraid/login-page/alien/logo/nostromoyellow.png) center no-repeat;
|
||||
--logo: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/unraid/login-page/alien/retro-terminal/retro-terminal-base.css);
|
||||
@import url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/unraid/login-page/alien/logo/nostromoblue.png) center no-repeat;
|
||||
--logo: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/unraid/login-page/alien/retro-terminal/retro-terminal-base.css);
|
||||
@import url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/unraid/login-page/alien/logo/nostromogreen.png) center no-repeat;
|
||||
--logo: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/unraid/login-page/alien/retro-terminal/retro-terminal-base.css);
|
||||
@import url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/unraid/login-page/alien/logo/nostromored.png) center no-repeat;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS//addons/unraid/login-page/alien/logo/nostromored.png) center no-repeat;
|
||||
--text-color: #e22828;
|
||||
--input-color: #e22828;
|
||||
--link-color: #e22828;
|
||||
|
||||
@ -45,8 +45,8 @@ cp -p /usr/local/emhttp/login.php /usr/local/emhttp/login.php.backup
|
||||
|
||||
#!/bin/bash \
|
||||
theme=green \
|
||||
sed -i -e '\@<style>@i\ <link rel="stylesheet" href="https:\/\/htpc.deathbybandaid.net\/assets\/theme.park\/ https:\/\/htpc.deathbybandaid.net\/assets\/theme.park\/CSS\/addons\/unraid\/login-page\/alien\/retro-terminal\/"$theme".css">' /usr/local/emhttp/login.php
|
||||
sed -i -e '\@</body>@i\ <script type="text/javascript" src="https:\/\/htpc.deathbybandaid.net\/assets\/theme.park\/ https:\/\/htpc.deathbybandaid.net\/assets\/theme.park\/CSS\/addons\/unraid\/login-page\/alien\/retro-terminal\/js\/custom_text_header.js"></script>' /usr/local/emhttp/login.php
|
||||
sed -i -e '\@<style>@i\ <link rel="stylesheet" href="https:\/\/assets.deathbybandaid.net\/theme.park\/ https:\/\/assets.deathbybandaid.net\/theme.park\/CSS\/addons\/unraid\/login-page\/alien\/retro-terminal\/"$theme".css">' /usr/local/emhttp/login.php
|
||||
sed -i -e '\@</body>@i\ <script type="text/javascript" src="https:\/\/assets.deathbybandaid.net\/theme.park\/ https:\/\/assets.deathbybandaid.net\/theme.park\/CSS\/addons\/unraid\/login-page\/alien\/retro-terminal\/js\/custom_text_header.js"></script>' /usr/local/emhttp/login.php
|
||||
|
||||
RESTORE
|
||||
cp /usr/local/emhttp/login.php.backup /usr/local/emhttp/login.php
|
||||
|
||||
@ -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://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/unraid/login-page/alien/retro-terminal/retro-terminal-base.css);
|
||||
@import url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/unraid/login-page/alien/logo/nostromo3.png) center no-repeat;
|
||||
--logo: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/unraid/login-page/alien/retro-terminal/retro-terminal-base.css);
|
||||
@import url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/CSS//addons/unraid/login-page/alien/logo/nostromo3.png) center no-repeat;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS//addons/unraid/login-page/alien/logo/nostromo3.png) center no-repeat;
|
||||
--text-color: #ffffff;
|
||||
--input-color: #ffffff;
|
||||
--link-color: #ffffff;
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||
:root {
|
||||
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
|
||||
url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/scanner.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/nostromogreen2.png) center no-repeat;
|
||||
url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/wallpaper/scanner.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/logo/nostromogreen2.png) center no-repeat;
|
||||
--text-color: #37f592;
|
||||
--input-color: #37f592;
|
||||
--link-color: #37f592;
|
||||
|
||||
@ -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://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;
|
||||
--main-bg-color: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/wallpaper/rocky-wall.png), url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/wallpaper/6Ua3u8.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/logo/vault.png) center no-repeat;
|
||||
--text-color: #14F074;
|
||||
--input-color: #14F074;
|
||||
--link-color: #14F074;
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/fallout/fallout_base.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/fallout_base.css");
|
||||
:root {
|
||||
--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/terminal.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
|
||||
--main-bg-color: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/wallpaper/rocky-wall.png),
|
||||
url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/wallpaper/terminal.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
|
||||
--text-color: #14F074;
|
||||
--input-color: #14F074;
|
||||
--link-color: #14F074;
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/fallout/fallout_base.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/fallout_base.css");
|
||||
:root {
|
||||
--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/terminal2.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
|
||||
--main-bg-color: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/wallpaper/rocky-wall.png),
|
||||
url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
|
||||
--text-color: #14F074;
|
||||
--input-color: #14F074;
|
||||
--link-color: #14F074;
|
||||
|
||||
@ -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://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;
|
||||
--main-bg-color: url(https://assets.deathbybandaid.net/theme.park/CSS//addons/unraid/login-page/fallout/wallpaper/rocky-wall.png), url(https://assets.deathbybandaid.net/theme.park/CSS//addons/unraid/login-page/fallout/wallpaper/6Ua3u8.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS//addons/unraid/login-page/fallout/logo/vault.png) center no-repeat;
|
||||
--text-color: #14F074;
|
||||
--input-color: #14F074;
|
||||
--link-color: #14F074;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/fallout/fallout_base.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/fallout_base.css");
|
||||
:root {
|
||||
--main-bg-color: transparent;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
|
||||
--text-color: #14F074;
|
||||
--input-color: #14F074;
|
||||
--link-color: #14F074;
|
||||
@ -27,7 +27,7 @@
|
||||
}
|
||||
@media (max-width: 500px) {
|
||||
body {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/fallout/wallpaper/terminal.jpg) center center/cover no-repeat fixed !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/wallpaper/terminal.jpg) center center/cover no-repeat fixed !important;
|
||||
}
|
||||
:root {
|
||||
--div-background-color-15: transparent;
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
// Source: https://www.youtube.com/watch?v=ehvduomE0AU
|
||||
|
||||
let video = `
|
||||
<div class="background-wrap"><video id="video-bg-elem" preload="auto" autoplay="true" loop="loop" muted="muted"> <source src="https:\/\/htpc.deathbybandaid.net\/assets\/theme.park\/ https:\/\/htpc.deathbybandaid.net\/assets\/theme.park\/CSS\/addons\/unraid\/login-page\/fallout\/video\/please_stand_by.mp4" type="video\/mp4">Video not supported</video></div>
|
||||
<div class="background-wrap"><video id="video-bg-elem" preload="auto" autoplay="true" loop="loop" muted="muted"> <source src="https:\/\/assets.deathbybandaid.net\/theme.park\/ https:\/\/assets.deathbybandaid.net\/theme.park\/CSS\/addons\/unraid\/login-page\/fallout\/video\/please_stand_by.mp4" type="video\/mp4">Video not supported</video></div>
|
||||
`
|
||||
document.body.innerHTML += video
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
// Source: https://steamcommunity.com/sharedfiles/filedetails/?id=920035918
|
||||
|
||||
let video = `
|
||||
<div class="background-wrap"><video id="video-bg-elem" preload="auto" autoplay="true" loop="loop" muted="muted"> <source src="https:\/\/htpc.deathbybandaid.net\/assets\/theme.park\/ https:\/\/htpc.deathbybandaid.net\/assets\/theme.park\/CSS\/addons\/unraid\/login-page\/fallout\/video\/VaultTecCRTLoop.mp4" type="video\/mp4">Video not supported</video></div>
|
||||
<div class="background-wrap"><video id="video-bg-elem" preload="auto" autoplay="true" loop="loop" muted="muted"> <source src="https:\/\/assets.deathbybandaid.net\/theme.park\/ https:\/\/assets.deathbybandaid.net\/theme.park\/CSS\/addons\/unraid\/login-page\/fallout\/video\/VaultTecCRTLoop.mp4" type="video\/mp4">Video not supported</video></div>
|
||||
`
|
||||
document.body.innerHTML += video;
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
// Source: https://www.youtube.com/watch?v=ehvduomE0AU
|
||||
|
||||
let video = `
|
||||
<div class="background-wrap"><video id="video-bg-elem" preload="auto" autoplay="true" loop="loop" muted="muted"> <source src="https:\/\/htpc.deathbybandaid.net\/assets\/theme.park\/ https:\/\/htpc.deathbybandaid.net\/assets\/theme.park\/CSS\/addons\/unraid\/login-page\/fallout\/video\/VaultTecCRTLoopNoScanline.mp4" type="video\/mp4">Video not supported</video></div>
|
||||
<div class="background-wrap"><video id="video-bg-elem" preload="auto" autoplay="true" loop="loop" muted="muted"> <source src="https:\/\/assets.deathbybandaid.net\/theme.park\/ https:\/\/assets.deathbybandaid.net\/theme.park\/CSS\/addons\/unraid\/login-page\/fallout\/video\/VaultTecCRTLoopNoScanline.mp4" type="video\/mp4">Video not supported</video></div>
|
||||
`
|
||||
document.body.innerHTML += video
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/fallout/fallout_base.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/fallout_base.css");
|
||||
:root {
|
||||
--main-bg-color: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/fallout/wallpaper/terminal.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
|
||||
--main-bg-color: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/wallpaper/terminal.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
|
||||
--text-color: #14F074;
|
||||
--input-color: #14F074;
|
||||
--link-color: #14F074;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/fallout/fallout_base.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/fallout_base.css");
|
||||
:root {
|
||||
--main-bg-color: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
|
||||
--main-bg-color: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
|
||||
--text-color: #14F074;
|
||||
--input-color: #14F074;
|
||||
--link-color: #14F074;
|
||||
|
||||
@ -4,13 +4,13 @@
|
||||
/* --body-animation: flicker; This is the background that flickers. SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||
/* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||
|
||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
|
||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
|
||||
:root {
|
||||
--main-bg-color:black;
|
||||
--body-before:#ffb52a1a;
|
||||
--body-after: #ffb52a33;
|
||||
--body-animation: flicker;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_yellow.png) center no-repeat;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_yellow.png) center no-repeat;
|
||||
--text-color: #ffb52a;
|
||||
--input-color: #ffb52a;
|
||||
--link-color: #ffb52a;
|
||||
|
||||
@ -4,13 +4,13 @@
|
||||
/* --body-animation: flicker; This is the background that flickers. SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||
/* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||
|
||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
|
||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
|
||||
:root {
|
||||
--main-bg-color:black;
|
||||
--body-before:#70d7f61a;
|
||||
--body-after: #70d7f633;
|
||||
--body-animation: flicker;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_blue.png) center no-repeat;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_blue.png) center no-repeat;
|
||||
--text-color: #70d7f6;
|
||||
--input-color: #70d7f6;
|
||||
--link-color: #70d7f6;
|
||||
|
||||
@ -4,13 +4,13 @@
|
||||
/* --body-animation: flicker; This is the background that flickers. SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||
/* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||
|
||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
|
||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
|
||||
:root {
|
||||
--main-bg-color:black;
|
||||
--body-before:#70d7f61a;
|
||||
--body-after: #70d7f633;
|
||||
--body-animation: flicker;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_shadow.png) center no-repeat;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_shadow.png) center no-repeat;
|
||||
--text-color: #ffffff;
|
||||
--input-color: #ffffff;
|
||||
--link-color: #ffffff;
|
||||
|
||||
@ -4,13 +4,13 @@
|
||||
/* --body-animation: flicker; This is the background that flickers. SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||
/* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||
|
||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
|
||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
|
||||
:root {
|
||||
--main-bg-color:black;
|
||||
--body-before:#00ff771a;
|
||||
--body-after: #00ff7733;
|
||||
--body-animation: flicker;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||
--text-color: #37f592;
|
||||
--input-color: #37f592;
|
||||
--link-color: #37f592;
|
||||
|
||||
@ -4,13 +4,13 @@
|
||||
/* --body-animation: flicker; This is the background that flickers. SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||
/* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||
|
||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
|
||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
|
||||
:root {
|
||||
--main-bg-color: black;
|
||||
--body-before: #ff00001a;
|
||||
--body-after: #ff000033;
|
||||
--body-animation: flicker;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_red.png) center no-repeat;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_red.png) center no-repeat;
|
||||
--text-color: #e22828;
|
||||
--input-color: #e22828;
|
||||
--link-color: #e22828;
|
||||
|
||||
@ -4,13 +4,13 @@
|
||||
/* --body-animation: flicker; This is the background that flickers. SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||
/* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||
|
||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
|
||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
|
||||
:root {
|
||||
--main-bg-color:black;
|
||||
--body-before:#70d7f61a;
|
||||
--body-after: #70d7f633;
|
||||
--body-animation: flicker;
|
||||
--logo: url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_shadow.png) center no-repeat;
|
||||
--logo: url(https://assets.deathbybandaid.net/theme.park/CSS/addons/unraid/login-page/alien/logo/wings_shadow.png) center no-repeat;
|
||||
--text-color: #ffffff;
|
||||
--input-color: #ffffff;
|
||||
--link-color: #ffffff;
|
||||
|
||||
@ -8,9 +8,9 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/defaults/placeholders.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/defaults/placeholders.css");
|
||||
|
||||
body {
|
||||
background: var(--main-bg-color);
|
||||
|
||||
@ -8,9 +8,9 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/defaults/placeholders.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/defaults/placeholders.css");
|
||||
|
||||
* {
|
||||
outline: none;
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
* {
|
||||
outline: none;
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
/* "Re-skin" of CaliBlur https://github.com/leram84/layer.Cake/tree/master/caliBlur */
|
||||
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
/* Based on https://github.com/HalianElf/Deluge-Dark/blob/master/deluge.css */
|
||||
|
||||
@ -104,14 +104,14 @@
|
||||
}
|
||||
|
||||
.x-deluge-all {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/all.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/dling.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/dling.png);
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
@ -119,34 +119,34 @@
|
||||
.x-btn .x-deluge-seeding,
|
||||
.deluge-torrents .seeding,
|
||||
.x-deluge-seed {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/uling.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/active.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/paused.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/queued.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/queued.png);
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.x-deluge-checking,
|
||||
.deluge-torrents .checking {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/checking.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/checking.png);
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
@ -154,36 +154,36 @@
|
||||
.deluge-torrents .error,
|
||||
.icon-error,
|
||||
.x-not-connected {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/error.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/error.png) !important;
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.icon-ok {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/ok.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/ok.png) !important;
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.x-deluge-connections,
|
||||
.x-btn .x-deluge-connections {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/connections.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/connections.png) !important;
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.x-deluge-freespace,
|
||||
.x-btn .x-deluge-freespace {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/harddrive.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/harddrive.png) !important;
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.icon-move {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/move.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/search.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/search.png) !important;
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
@ -191,59 +191,59 @@
|
||||
.icon-edit,
|
||||
.x-deluge-edit-trackers,
|
||||
.x-btn .x-deluge-edit-trackers {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/edit.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/edit.png) !important;
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.xg-hmenu-sort-asc .x-menu-item-icon {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/ascending.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/ascending.png) !important;
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.xg-hmenu-sort-desc .x-menu-item-icon {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/descending.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/descending.png) !important;
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.icon-update-tracker {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/update.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/update.png) !important;
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.icon-queue,
|
||||
.icon-upload-slots {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/queue.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/plugin.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/plugin.png) !important;
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.x-deluge-connect-window-icon {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/connection_small.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/connection_small.png) !important;
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.x-deluge-connect-window-icon {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/connection_small.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/connection_small.png) !important;
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.x-deluge-connect-window-icon {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/connection_small.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/connection_small.png) !important;
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.icon-top {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/top.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/top.png) !important;
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
.icon-bottom {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/bottom.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/bottom.png) !important;
|
||||
background-position: left center;
|
||||
}
|
||||
|
||||
@ -550,186 +550,186 @@
|
||||
}
|
||||
|
||||
.x-panel-tbar .icon-add {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/add.png) no-repeat 0 0 !important;
|
||||
background: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/add.png) no-repeat 0 -24px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/add.png) no-repeat 0 -24px !important;
|
||||
}
|
||||
|
||||
.x-panel-tbar .icon-add:active {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/add.png) no-repeat 1px -23px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/add.png) no-repeat 1px -23px !important;
|
||||
}
|
||||
|
||||
.x-panel-bbar .icon-add {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/add_small.png) no-repeat 0 0 !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/add_small.png) no-repeat 0 0 !important;
|
||||
}
|
||||
|
||||
.x-panel-tbar .icon-remove {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/remove.png) no-repeat 0 0 !important;
|
||||
background: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/remove.png) no-repeat 0 -24px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/remove.png) no-repeat 0 -24px !important;
|
||||
}
|
||||
|
||||
.x-panel-tbar .icon-remove:active {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/remove.png) no-repeat 1px -23px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/remove.png) no-repeat 1px -23px !important;
|
||||
}
|
||||
|
||||
.x-panel-bbar .icon-remove {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/remove_small.png) no-repeat 0 0 !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/remove_small.png) no-repeat 0 0 !important;
|
||||
}
|
||||
|
||||
.x-panel-tbar .icon-pause {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/pause.png) no-repeat 0 0 !important;
|
||||
background: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/pause.png) no-repeat 0 -24px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/pause.png) no-repeat 0 -24px !important;
|
||||
}
|
||||
|
||||
.x-panel-tbar .icon-pause:active {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/pause.png) no-repeat 1px -23px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/pause.png) no-repeat 1px -23px !important;
|
||||
}
|
||||
|
||||
.x-menu-item .icon-pause {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/paused.png) no-repeat 0 0 !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/paused.png) no-repeat 0 0 !important;
|
||||
}
|
||||
|
||||
.x-panel-tbar .icon-resume {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/resume.png) no-repeat 0 0 !important;
|
||||
background: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/resume.png) no-repeat 0 -24px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/resume.png) no-repeat 0 -24px !important;
|
||||
}
|
||||
|
||||
.x-panel-tbar .icon-resume:active {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/resume.png) no-repeat 1px -23px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/resume.png) no-repeat 1px -23px !important;
|
||||
}
|
||||
|
||||
.x-menu-item .icon-resume {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/resume_small.png) no-repeat 0 0 !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/resume_small.png) no-repeat 0 0 !important;
|
||||
}
|
||||
|
||||
.icon-remove {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/remove_small.png) no-repeat 0 0 !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/remove_small.png) no-repeat 0 0 !important;
|
||||
}
|
||||
|
||||
.x-panel-tbar .icon-up {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/up.png) no-repeat 0 0 !important;
|
||||
background: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/up.png) no-repeat 0 -24px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/up.png) no-repeat 0 -24px !important;
|
||||
}
|
||||
|
||||
.x-panel-tbar .icon-up:active {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/up.png) no-repeat 1px -23px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/up.png) no-repeat 1px -23px !important;
|
||||
}
|
||||
|
||||
.icon-up {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/up_small.png) no-repeat 0 0 !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/up_small.png) no-repeat 0 0 !important;
|
||||
}
|
||||
|
||||
.x-panel-tbar .icon-down {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/down.png) no-repeat 0 0 !important;
|
||||
background: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/down.png) no-repeat 0 -24px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/down.png) no-repeat 0 -24px !important;
|
||||
}
|
||||
|
||||
.x-panel-tbar .icon-down:active {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/down.png) no-repeat 1px -23px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/down.png) no-repeat 1px -23px !important;
|
||||
}
|
||||
|
||||
.icon-down {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/down_small.png) no-repeat 0 0 !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/down_small.png) no-repeat 0 0 !important;
|
||||
}
|
||||
|
||||
.x-btn .x-deluge-preferences {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/settings.png) no-repeat 0 0 !important;
|
||||
background: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/settings.png) no-repeat 0 -24px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/settings.png) no-repeat 0 -24px !important;
|
||||
}
|
||||
|
||||
.x-btn .x-deluge-preferences:active {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/settings.png) no-repeat 1px -23px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/settings.png) no-repeat 1px -23px !important;
|
||||
}
|
||||
|
||||
.x-deluge-preferences {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/settings_small.png) no-repeat 0 4px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/settings_small.png) no-repeat 0 4px !important;
|
||||
}
|
||||
|
||||
.icon-options {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/settings_small.png) no-repeat 0 0px !important;
|
||||
background: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/connection.png) no-repeat 0 0 !important;
|
||||
background: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/connection.png) no-repeat 0 -24px !important;
|
||||
background: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/connection.png) no-repeat 1px -23px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/connection.png) no-repeat 1px -23px !important;
|
||||
}
|
||||
|
||||
.icon-help {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/help.png) no-repeat 0 0 !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/help.png) no-repeat 0 0 !important;
|
||||
width: 24px !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.icon-help:hover {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/help.png) no-repeat 0 -24px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/help.png) no-repeat 0 -24px !important;
|
||||
}
|
||||
|
||||
.icon-help:active {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/help.png) no-repeat 1px -23px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/help.png) no-repeat 1px -23px !important;
|
||||
}
|
||||
|
||||
.icon-logout {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/logout.png) no-repeat 0 0 !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/logout.png) no-repeat 0 0 !important;
|
||||
width: 24px !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.icon-logout:hover {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/logout.png) no-repeat 0 -24px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/logout.png) no-repeat 0 -24px !important;
|
||||
}
|
||||
|
||||
.icon-logout:active {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/logout.png) no-repeat 1px -23px !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/logout.png) no-repeat 1px -23px !important;
|
||||
}
|
||||
|
||||
.x-deluge-main-panel {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/deluge.png) no-repeat 0 0 !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/deluge.png) no-repeat 0 0 !important;
|
||||
padding-left: 30px !important;
|
||||
}
|
||||
|
||||
@ -1296,7 +1296,7 @@
|
||||
}
|
||||
|
||||
.x-cols-icon {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/columns.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/columns.png);
|
||||
}
|
||||
|
||||
.x-show-groups-icon {
|
||||
@ -1372,15 +1372,15 @@
|
||||
}
|
||||
|
||||
.x-tree-node-expanded .x-tree-node-icon {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/folder.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/folder.png);
|
||||
}
|
||||
|
||||
.x-tree-node-leaf .x-tree-node-icon {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/file.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/file.png);
|
||||
}
|
||||
|
||||
.x-tree-node-collapsed .x-tree-node-icon {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/deluge/folder.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/folder.png);
|
||||
}
|
||||
|
||||
.x-tree-node-loading .x-tree-node-icon {
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
:root {
|
||||
--scheme-main-ter: var(--main-bg-color);
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
|
||||
body {
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/defaults/placeholders.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/defaults/placeholders.css");
|
||||
|
||||
* {
|
||||
outline: none !important;
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
/* PLACEHOLDERS */
|
||||
input::-webkit-input-placeholder {
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
/* MOBILE */
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
body {
|
||||
background: var(--main-bg-color);
|
||||
|
||||
@ -8,10 +8,10 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/base/gitea/chroma.css");
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/base/gitea/monaco_vs_dark.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/base/gitea/chroma.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/base/gitea/monaco_vs_dark.css");
|
||||
:root {
|
||||
--color-text: var(--text);
|
||||
--color-secondary-alpha-70: rgba(0, 0, 0, 0.35);
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
body {
|
||||
color: var(--text) !important;
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
/* GRAFANA THEME FOR ORGANIZR DASHBOARD INTEGRATION */
|
||||
body {
|
||||
@ -247,11 +247,11 @@ div.flot-text {
|
||||
border-bottom: 0px;
|
||||
}
|
||||
|
||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/base/grafana/grafana-base.css);
|
||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/base/grafana/grafana-base.css);
|
||||
|
||||
:root {
|
||||
--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;
|
||||
--main-bg-color: url("https://assets.deathbybandaid.net/theme.park/resources/blur-noise.png"), url("https://assets.deathbybandaid.net/theme.park/resources/preset-light2.png") center center/cover no-repeat fixed;
|
||||
--modal-bg-color: url("https://assets.deathbybandaid.net/theme.park/resources/blur-noise.png"), url("https://assets.deathbybandaid.net/theme.park/resources/preset-dark2.png") center center/cover no-repeat fixed;
|
||||
|
||||
--button-color: #cc7b19;
|
||||
--button-color-hover: #e59029;
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
|
||||
* {
|
||||
@ -201,73 +201,73 @@ textarea {
|
||||
|
||||
.connection .icon.vnc,
|
||||
.connection .icon.rdp {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/guacamole/guac-monitor.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-monitor.png);
|
||||
}
|
||||
|
||||
.connection .icon.ssh,
|
||||
.connection .icon.telnet {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/guacamole/guac-text.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-text.png);
|
||||
}
|
||||
|
||||
.user-menu .menu-dropdown .menu-title {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/guacamole/guac-user.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-user.png);
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.user-menu .menu-dropdown .menu-contents li a[href="#/"] {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/guacamole/guac-home-dark.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/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://htpc.deathbybandaid.net/assets/theme.park/resources/guacamole/guac-config-dark.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-config-dark.png);
|
||||
}
|
||||
|
||||
.user-menu .menu-dropdown .menu-contents li a.logout {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/guacamole/guac-logout-dark.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-logout-dark.png);
|
||||
}
|
||||
|
||||
.icon.user {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/guacamole/guac-user.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-user.png);
|
||||
}
|
||||
|
||||
.pager .icon.first-page {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/guacamole/guac-first-page.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-first-page.png);
|
||||
}
|
||||
|
||||
.pager .icon.prev-page {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/guacamole/guac-prev-page.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-prev-page.png);
|
||||
}
|
||||
|
||||
.pager .icon.next-page {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/guacamole/guac-next-page.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-next-page.png);
|
||||
}
|
||||
|
||||
.pager .icon.last-page {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/guacamole/guac-last-page.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-last-page.png);
|
||||
}
|
||||
|
||||
.loading::before {
|
||||
background-image: url('https://htpc.deathbybandaid.net/assets/theme.park/resources/guacamole/cog.png');
|
||||
background-image: url('https://assets.deathbybandaid.net/theme.park/resources/guacamole/cog.png');
|
||||
}
|
||||
|
||||
table.sorted th.sort-primary.sort-descending:after {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/guacamole/up.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/up.png);
|
||||
}
|
||||
|
||||
.menu-dropdown .menu-indicator {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/guacamole/down.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/down.png);
|
||||
}
|
||||
|
||||
.menu-dropdown .menu-indicator:hover {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/guacamole/down.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/down.png);
|
||||
color: #f9be03;
|
||||
}
|
||||
|
||||
table.sorted th.sort-primary:after {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/guacamole/down.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/down.png);
|
||||
}
|
||||
|
||||
thead {
|
||||
@ -338,7 +338,7 @@ table.sorted td {
|
||||
}
|
||||
|
||||
.filter .search-string {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/guacamole/magnifier.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/magnifier.png) !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-size: 1.75em !important;
|
||||
background-position: .25em center !important;
|
||||
@ -515,11 +515,11 @@ textarea {
|
||||
}
|
||||
|
||||
.manage-user .page-tabs .page-list li.linked a[href]:before {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/guacamole/checkmark.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/checkmark.png);
|
||||
}
|
||||
|
||||
.manage-user .page-tabs .page-list li.read-only a[href]:before {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/guacamole/lock.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/lock.png);
|
||||
}
|
||||
|
||||
.manage-user .notice.read-only {
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
* {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
body {
|
||||
background: var(--main-bg-color);
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
* {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
html,
|
||||
body {
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
:root {
|
||||
--calendar-downloading: 122 67 182;
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
body {
|
||||
font-family: Open Sans Bold, Helvetica Neue, Helvetica, Arial, sans-serif;
|
||||
@ -163,7 +163,7 @@ body.fade-out {
|
||||
|
||||
.expandtoggle:checked~.expandtoggle::before {
|
||||
content: "";
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/logarr/increase.png) no-repeat;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/logarr/increase.png) no-repeat;
|
||||
background-size: 2em;
|
||||
display: inline-block;
|
||||
width: 2em;
|
||||
@ -172,7 +172,7 @@ body.fade-out {
|
||||
}
|
||||
|
||||
.expandtoggle::before {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/logarr/decrease.png) no-repeat;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/logarr/decrease.png) no-repeat;
|
||||
background-size: 2em;
|
||||
content: "";
|
||||
display: inline-block;
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
|
||||
#footer:after {
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
body {
|
||||
background-color: transparent !important;
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
* {
|
||||
outline: none;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/defaults/placeholders.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/defaults/placeholders.css");
|
||||
|
||||
* {
|
||||
outline: none !important;
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
|
||||
body,
|
||||
|
||||
@ -9,12 +9,12 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
|
||||
/* NETDATA ORGANIZR DASHBOARD THEME */
|
||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/base/netdata/netdata-base.css);
|
||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/variables/organizr-dark.css);
|
||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/base/netdata/netdata-base.css);
|
||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/organizr-dark.css);
|
||||
:root {
|
||||
--main-bg-color: transparent;
|
||||
}
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
body {
|
||||
background: var(--main-bg-color);
|
||||
@ -234,7 +234,7 @@ div.check:hover {
|
||||
[class*=" icon-"],
|
||||
[class^="img-"],
|
||||
[class*=" img-"] {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/nzbget/icons.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/nzbget/icons.png);
|
||||
}
|
||||
|
||||
.navbar-search .search-query {
|
||||
|
||||
@ -8,9 +8,9 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/defaults/placeholders.css);
|
||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/defaults/placeholders.css);
|
||||
|
||||
body,
|
||||
html {
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
|
||||
* {
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
* {
|
||||
outline: none;
|
||||
|
||||
@ -8,9 +8,9 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/defaults/placeholders.css);
|
||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/defaults/placeholders.css);
|
||||
|
||||
body {
|
||||
background: var(--main-bg-color) !important;
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
* {
|
||||
outline: none;
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
body {
|
||||
background: var(--main-bg-color) !important;
|
||||
|
||||
@ -8,9 +8,9 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/defaults/placeholders.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/defaults/placeholders.css");
|
||||
|
||||
/* Scrollbar */
|
||||
@media only screen and (min-width: 768px) {
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
body {
|
||||
background: var(--main-bg-color);
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
@import url(https://use.fontawesome.com/releases/v5.0.7/css/all.css);
|
||||
|
||||
@ -205,7 +205,7 @@ label {
|
||||
line-height: 1px;
|
||||
font-size: 1px;
|
||||
overflow: hidden;
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/qbittorrent/dots.png) center center no-repeat;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/qbittorrent/dots.png) center center no-repeat;
|
||||
}
|
||||
|
||||
#desktopNavbar {
|
||||
@ -306,11 +306,11 @@ label {
|
||||
}
|
||||
|
||||
.dynamicTable th.sorted.reverse {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/qbittorrent/go-down.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/qbittorrent/go-down.png) !important;
|
||||
}
|
||||
|
||||
.dynamicTable th.sorted {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/qbittorrent/go-up.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/qbittorrent/go-up.png) !important;
|
||||
background-size: 9px !important;
|
||||
background-position: right !important;
|
||||
background-repeat: no-repeat !important;
|
||||
@ -526,11 +526,11 @@ ul.filterList li:hover:before {
|
||||
}
|
||||
|
||||
.panel-collapse {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/qbittorrent/collapse-expand.gif) left top no-repeat;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/qbittorrent/collapse-expand.gif) left top no-repeat;
|
||||
}
|
||||
|
||||
.panel-expand {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/qbittorrent/collapse-expand.gif) left -16px no-repeat;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/qbittorrent/collapse-expand.gif) left -16px no-repeat;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
@ -1773,7 +1773,7 @@ img[src="icons/checking.svg"] {
|
||||
#torrentsFilterInput {
|
||||
width: 160px;
|
||||
padding-left: 2em;
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/qbittorrent/search-solid.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/qbittorrent/search-solid.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1em;
|
||||
background-position: left;
|
||||
@ -1783,7 +1783,7 @@ img[src="icons/checking.svg"] {
|
||||
.contextMenu li a:hover.arrow-right,
|
||||
.contextMenu li a.arrow-right,
|
||||
.contextMenu li a:hover.arrow-right {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/qbittorrent/arrow-right.gif);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/qbittorrent/arrow-right.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right center;
|
||||
}
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
:root {
|
||||
--calendar-in-cinemas: 53, 197, 244;
|
||||
--calendar-downloading: 122 67 182;
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
:root {
|
||||
--calendar-downloading: 122 67 182;
|
||||
|
||||
@ -8,9 +8,9 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/defaults/placeholders.css);
|
||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/defaults/placeholders.css);
|
||||
|
||||
body {
|
||||
color: var(--text);
|
||||
|
||||
@ -8,10 +8,10 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
@import url(https://use.fontawesome.com/releases/v5.15.1/css/all.css);
|
||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/defaults/placeholders.css);
|
||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/defaults/placeholders.css);
|
||||
|
||||
body,
|
||||
.tableScrollContainer,
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
/* Based on https://github.com/themightykitten/ruTorrent-MaterialDesign */
|
||||
@import url(https://use.fontawesome.com/releases/v5.0.7/css/all.css);
|
||||
@import url(https://fonts.googleapis.com/css?family=Roboto:400,600,700,300);
|
||||
@ -36,15 +36,15 @@ div#preload {
|
||||
width: 0;
|
||||
height: 0;
|
||||
display: none;
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/menus.png);
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png);
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/status_icons.png);
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/r_bg.gif);
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/asc.gif);
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/desc.gif);
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/pnl_open.gif);
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/pnl_close.gif);
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/headers.png)
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/menus.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/r_bg.gif);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/asc.gif);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/desc.gif);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/pnl_open.gif);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/pnl_close.gif);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/headers.png)
|
||||
}
|
||||
|
||||
hr {
|
||||
@ -259,120 +259,120 @@ div#t div.TB_Separator {
|
||||
}
|
||||
|
||||
div#t div#add {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat 0 0
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat 0 0
|
||||
}
|
||||
|
||||
div#t div#add:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat 0 -24px
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat 0 -24px
|
||||
}
|
||||
|
||||
div#t div#create {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -24px 0
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -24px 0
|
||||
}
|
||||
|
||||
div#t div#create:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -24px -24px
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -24px -24px
|
||||
}
|
||||
|
||||
div#t div#remove {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -48px 0
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -48px 0
|
||||
}
|
||||
|
||||
div#t div#remove:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -48px -24px
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -48px -24px
|
||||
}
|
||||
|
||||
div#t div#start {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -72px 0
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -72px 0
|
||||
}
|
||||
|
||||
div#t div#start:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -72px -24px
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -72px -24px
|
||||
}
|
||||
|
||||
div#t div#pause {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -96px 0
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -96px 0
|
||||
}
|
||||
|
||||
div#t div#pause:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -96px -24px
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -96px -24px
|
||||
}
|
||||
|
||||
div#t div#stop {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -120px 0
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -120px 0
|
||||
}
|
||||
|
||||
div#t div#stop:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -120px -24px
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -120px -24px
|
||||
}
|
||||
|
||||
div#t div#moveu {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -144px 0
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -144px 0
|
||||
}
|
||||
|
||||
div#t div#moveu:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -144px -24px
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -144px -24px
|
||||
}
|
||||
|
||||
div#t div#moved {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -168px 0
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -168px 0
|
||||
}
|
||||
|
||||
div#t div#moved:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -168px -24px
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -168px -24px
|
||||
}
|
||||
|
||||
div#t div#search {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -192px 0
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -192px 0
|
||||
}
|
||||
|
||||
div#t div#search:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -192px -24px
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -192px -24px
|
||||
}
|
||||
|
||||
div#t div#rss {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -241px 0
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -241px 0
|
||||
}
|
||||
|
||||
div#t div#rss:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -241px -24px
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -241px -24px
|
||||
}
|
||||
|
||||
div#t div#setting {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -264px 0
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -264px 0
|
||||
}
|
||||
|
||||
div#t div#setting:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -264px -24px
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -264px -24px
|
||||
}
|
||||
|
||||
div#t div#plugins {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/plugin.png) no-repeat 0 center
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/plugin.png) no-repeat 0 center
|
||||
}
|
||||
|
||||
div#t div#plugins:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/pluginh.png) no-repeat 0 center
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/pluginh.png) no-repeat 0 center
|
||||
}
|
||||
|
||||
div#t div#help {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -288px 0
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -288px 0
|
||||
}
|
||||
|
||||
div#t div#help:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/toolbar.png) no-repeat -288px -24px
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -288px -24px
|
||||
}
|
||||
|
||||
div#t div#go {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/go.png) no-repeat 0 0
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/go.png) no-repeat 0 0
|
||||
}
|
||||
|
||||
div#t div#go:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/goh.png) no-repeat 0 0
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/goh.png) no-repeat 0 0
|
||||
}
|
||||
|
||||
div select {
|
||||
-webkit-appearance: none !important;
|
||||
background: #1f1f1f url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/dropdown.png) no-repeat 0 0;
|
||||
background: #1f1f1f url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/dropdown.png) no-repeat 0 0;
|
||||
background-position: right;
|
||||
border: 1px solid #1f1f1f;
|
||||
padding-right: 15px !important;
|
||||
@ -411,7 +411,7 @@ a {
|
||||
}
|
||||
|
||||
div#stg-header {
|
||||
background: #273238 url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/dlg-toolbars.gif) no-repeat scroll 0 -72px;
|
||||
background: #273238 url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/dlg-toolbars.gif) no-repeat scroll 0 -72px;
|
||||
text-shadow: 0 -1px 0 #000
|
||||
}
|
||||
|
||||
@ -449,7 +449,7 @@ div#CatList ul li.sel {
|
||||
#-_-_-act-_-_-,
|
||||
#-_-_-iac-_-_-,
|
||||
#-_-_-err-_-_- {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/status_icons.png)
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png)
|
||||
}
|
||||
|
||||
.catpanel {
|
||||
@ -459,7 +459,7 @@ div#CatList ul li.sel {
|
||||
height: 22px;
|
||||
line-height: 25px;
|
||||
background-image: none;
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/pnl_open.gif) 0 0 no-repeat !important;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/pnl_open.gif) 0 0 no-repeat !important;
|
||||
background-color: #273238;
|
||||
font-weight: 700;
|
||||
color: var(--text-hover);
|
||||
@ -497,28 +497,28 @@ div#CatList ul li.sel {
|
||||
}
|
||||
|
||||
div#CatList ul li.RSS {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/status_icons.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png);
|
||||
background-position: 4px -207px
|
||||
}
|
||||
|
||||
div#CatList ul li.disRSS {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/status_icons.png)
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png)
|
||||
}
|
||||
|
||||
.stable-icon {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/status_icons.png)
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png)
|
||||
}
|
||||
|
||||
.Icon_File {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/file.gif) no-repeat left center
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/file.gif) no-repeat left center
|
||||
}
|
||||
|
||||
.Icon_Dir {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/dir.gif) no-repeat left center
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/dir.gif) no-repeat left center
|
||||
}
|
||||
|
||||
.Icon_Share {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/dir.gif) no-repeat left center
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/dir.gif) no-repeat left center
|
||||
}
|
||||
|
||||
div#CatList ul li.sel span {
|
||||
@ -526,7 +526,7 @@ div#CatList ul li.sel span {
|
||||
}
|
||||
|
||||
div#flabel_cont ul li {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/status_icons.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png);
|
||||
background-position: 4px -352px
|
||||
}
|
||||
|
||||
@ -541,7 +541,7 @@ div#lcont {
|
||||
}
|
||||
|
||||
div#gcont table td.Header {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/status_icons.png) no-repeat 0 -286px;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png) no-repeat 0 -286px;
|
||||
font-family: 'Roboto';
|
||||
color: var(--text-hover);
|
||||
padding-left: 17px
|
||||
@ -600,16 +600,16 @@ div#Speed {
|
||||
}
|
||||
|
||||
a.dlg-close {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/close.png) no-repeat scroll left center
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/close.png) no-repeat scroll left center
|
||||
}
|
||||
|
||||
a.dlg-close:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/close.png) no-repeat scroll left center
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/close.png) no-repeat scroll left center
|
||||
}
|
||||
|
||||
a.dlg-close:link,
|
||||
a.dlg-close:visited {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/close.png) no-repeat scroll left center
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/close.png) no-repeat scroll left center
|
||||
}
|
||||
|
||||
div.dlg-header {
|
||||
@ -760,7 +760,7 @@ input[type="password"],
|
||||
select {
|
||||
color: #fff;
|
||||
border: none;
|
||||
background: rgba(0, 0, 0, 0.25) url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/headers.png) repeat-x scroll 0 -138px;
|
||||
background: rgba(0, 0, 0, 0.25) url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/headers.png) repeat-x scroll 0 -138px;
|
||||
border-radius: 2px;
|
||||
outline: none;
|
||||
}
|
||||
@ -771,13 +771,13 @@ input[type="file"][disabled],
|
||||
select[disabled] {
|
||||
color: #fff;
|
||||
border: none;
|
||||
background: rgba(0, 0, 0, 0.08) url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/headers.png) repeat scroll 0 0 !important;
|
||||
background: rgba(0, 0, 0, 0.08) url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/headers.png) repeat scroll 0 0 !important;
|
||||
border-radius: 2px;
|
||||
opacity: .2
|
||||
}
|
||||
|
||||
#StatusBar table tr td.pstatus2 {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/green.png) no-repeat scroll 5px center !important
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/green.png) no-repeat scroll 5px center !important
|
||||
}
|
||||
|
||||
textarea {
|
||||
@ -903,12 +903,12 @@ ul#tabbar li.selected a {
|
||||
}
|
||||
|
||||
#fMan_navbut {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/directory.png) !important;
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/directory.png) !important;
|
||||
border: 1px solid #181818 !important
|
||||
}
|
||||
|
||||
#fMan_navbut:hover {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/refresh.png) !important
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/refresh.png) !important
|
||||
}
|
||||
|
||||
#fMan_pathsel {
|
||||
@ -952,7 +952,7 @@ div.dlg-window {
|
||||
}
|
||||
|
||||
#FS_main div.dlg-header {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/share.png) !important
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/share.png) !important
|
||||
}
|
||||
|
||||
div#yesnoDlg div.dlg-header {
|
||||
@ -1029,7 +1029,7 @@ div.tab {
|
||||
div#t div#ind {
|
||||
height: 34px;
|
||||
width: 34px;
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/ajax-loader.gif) no-repeat 0 center;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/ajax-loader.gif) no-repeat 0 center;
|
||||
margin: 2px 6px
|
||||
}
|
||||
|
||||
@ -1042,7 +1042,7 @@ tr#rrow td a#mnu_go div#go {
|
||||
}
|
||||
|
||||
span#loadimg {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/ajax-loader.gif) no-repeat center center
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/ajax-loader.gif) no-repeat center center
|
||||
}
|
||||
|
||||
.meter-value-start-color {
|
||||
@ -1105,7 +1105,7 @@ div#lcont div.std:nth-child(2n+1) {
|
||||
#StatusBar table tr td {
|
||||
padding-right: 5px;
|
||||
border: none;
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/headers.png) no-repeat right -208px
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/headers.png) no-repeat right -208px
|
||||
}
|
||||
|
||||
#StatusBar table tr td td {
|
||||
@ -1117,11 +1117,11 @@ div#lcont div.std:nth-child(2n+1) {
|
||||
}
|
||||
|
||||
#st_up {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/status.png) no-repeat 6px 2px
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status.png) no-repeat 6px 2px
|
||||
}
|
||||
|
||||
#st_down {
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/status.png) no-repeat 6px -18px
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status.png) no-repeat 6px -18px
|
||||
}
|
||||
|
||||
.statuscell {
|
||||
@ -1166,46 +1166,46 @@ span.det {
|
||||
}
|
||||
|
||||
.Icon_Dir {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/status_icons.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png);
|
||||
background-position: 0 -272px
|
||||
}
|
||||
|
||||
.Icon_File {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/status_icons.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png);
|
||||
background-position: 0 -256px
|
||||
}
|
||||
|
||||
.Icon_Torrent {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/torrent.png) no-repeat scroll left center !important
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/torrent.png) no-repeat scroll left center !important
|
||||
}
|
||||
|
||||
.Icon_Vid {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/video.png) no-repeat scroll left center !important
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/video.png) no-repeat scroll left center !important
|
||||
}
|
||||
|
||||
.Icon_Mp3 {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/mp3.png) no-repeat scroll left center !important
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/mp3.png) no-repeat scroll left center !important
|
||||
}
|
||||
|
||||
.Icon_Img {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/image.png) no-repeat scroll left center !important
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/image.png) no-repeat scroll left center !important
|
||||
}
|
||||
|
||||
.Icon_Nfo {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/nfo.png) no-repeat scroll left center !important
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/nfo.png) no-repeat scroll left center !important
|
||||
}
|
||||
|
||||
.Icon_Sfv {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/text.png) no-repeat scroll left center !important
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/text.png) no-repeat scroll left center !important
|
||||
}
|
||||
|
||||
.Icon_UpD {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/up.png) no-repeat scroll left center !important
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/up.png) no-repeat scroll left center !important
|
||||
}
|
||||
|
||||
.Icon_Rar,
|
||||
.Icon_Zip {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/archive.zip) no-repeat scroll left center !important
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/archive.zip) no-repeat scroll left center !important
|
||||
}
|
||||
|
||||
|
||||
@ -1260,7 +1260,7 @@ div#tdcont .stable {
|
||||
|
||||
.stable-head div.resz {
|
||||
border: 1px solid #FF0000;
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/s.gif) no-repeat scroll left center;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/s.gif) no-repeat scroll left center;
|
||||
}
|
||||
|
||||
.stable-body {
|
||||
@ -1309,16 +1309,16 @@ div.stable-body table tbody tr.even td:nth-child(2n+1) {
|
||||
}
|
||||
|
||||
div.stable-body table tbody tr.even:nth-child(2n+1) td {
|
||||
background: #181818 url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/headers.png) repeat-x 0px -64px;
|
||||
background: #181818 url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/headers.png) repeat-x 0px -64px;
|
||||
}
|
||||
|
||||
.stable-move-header {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/header_move.gif) repeat-x scroll center top;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/header_move.gif) repeat-x scroll center top;
|
||||
border: 1px solid #0099FF;
|
||||
}
|
||||
|
||||
.stable-move-header {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/header_move.gif) repeat-x scroll center top rgba(128, 128, 128, 0.7);
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/header_move.gif) repeat-x scroll center top rgba(128, 128, 128, 0.7);
|
||||
border: 1px solid #0099FF;
|
||||
}
|
||||
|
||||
@ -1345,14 +1345,14 @@ div.stable-body table tbody tr.even:nth-child(2n+1) td {
|
||||
}
|
||||
|
||||
.stable-scrollpos {
|
||||
background: #181818 url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/headers.png) repeat-x 0px -37px;
|
||||
background: #181818 url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/headers.png) repeat-x 0px -37px;
|
||||
height: 17px;
|
||||
line-height: 17px;
|
||||
border-bottom: 1px solid #333333;
|
||||
}
|
||||
|
||||
.stable-scrollpos:nth-child(2n+1) {
|
||||
background: #181818 url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/headers.png) repeat-x 0px -64px;
|
||||
background: #181818 url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/headers.png) repeat-x 0px -64px;
|
||||
}
|
||||
|
||||
.meter-value {
|
||||
@ -1417,7 +1417,7 @@ div.stable-body table tbody tr.even:nth-child(2n+1) td {
|
||||
float: left;
|
||||
border: 1px inset #1b1b1b;
|
||||
border-bottom: none;
|
||||
background: #96CE00 url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/headers.png) repeat-x 0px -138px;
|
||||
background: #96CE00 url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/headers.png) repeat-x 0px -138px;
|
||||
}
|
||||
|
||||
#meter-disk-text,
|
||||
@ -1446,7 +1446,7 @@ div.stable-body table tbody tr.even:nth-child(2n+1) td {
|
||||
border-right: none;
|
||||
padding-left: 25px;
|
||||
margin-left: 0px;
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/status_icons.png) no-repeat 3px -336px;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png) no-repeat 3px -336px;
|
||||
}
|
||||
|
||||
#meter-cpu-text {
|
||||
@ -1466,7 +1466,7 @@ div.stable-body table tbody tr.even:nth-child(2n+1) td {
|
||||
border-right: none;
|
||||
margin-left: 0px;
|
||||
padding-left: 25px;
|
||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/status_icons.png) no-repeat 3px -320px;
|
||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png) no-repeat 3px -320px;
|
||||
}
|
||||
|
||||
/* #meter-cpu-td {}*/
|
||||
@ -1588,7 +1588,7 @@ div#dlgAddRSS div.dlg-header {
|
||||
div#dlgEditRules-header,
|
||||
#dlgEditRatioRules-header,
|
||||
div#dlgEditRules div.dlg-header {
|
||||
background: #181818 url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/dlg-toolbars.gif) no-repeat 0 -72px !important;
|
||||
background: #181818 url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/dlg-toolbars.gif) no-repeat 0 -72px !important;
|
||||
border-bottom: 1px solid #333333;
|
||||
text-shadow: 0px -1px 0px #000;
|
||||
}
|
||||
@ -1615,15 +1615,15 @@ div#dlgEditRatioRules {
|
||||
}
|
||||
|
||||
#autodl-tb {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/autodll-irc1.png) no-repeat center;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/autodll-irc1.png) no-repeat center;
|
||||
}
|
||||
|
||||
#autodl-tb:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/autodll-irc2.png) no-repeat center;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/autodll-irc2.png) no-repeat center;
|
||||
}
|
||||
|
||||
#autodl-multiselect-header {
|
||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/dlg-autodl-irc.gif");
|
||||
background-image: url("https://assets.deathbybandaid.net/theme.park/resources/rutorrent/dlg-autodl-irc.gif");
|
||||
}
|
||||
|
||||
.shieven {
|
||||
@ -1635,59 +1635,59 @@ div#dlgEditRatioRules {
|
||||
}
|
||||
|
||||
div#webuiUpdateToggle.pause {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/pauseui.png) no-repeat;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/pauseui.png) no-repeat;
|
||||
}
|
||||
|
||||
div#webuiUpdateToggle.pause:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/pauseuih.png) no-repeat;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/pauseuih.png) no-repeat;
|
||||
}
|
||||
|
||||
div#webuiUpdateToggle.resume {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/playui.png) no-repeat;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/playui.png) no-repeat;
|
||||
}
|
||||
|
||||
div#webuiUpdateToggle.resume:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/playuih.png) no-repeat;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/playuih.png) no-repeat;
|
||||
}
|
||||
|
||||
div#webuiRefresh {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/refreshui.png) no-repeat;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/refreshui.png) no-repeat;
|
||||
}
|
||||
|
||||
div#webuiRefresh:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/refreshuih.png) no-repeat;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/refreshuih.png) no-repeat;
|
||||
}
|
||||
|
||||
div#linkproxy {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/proxy.png) no-repeat;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/proxy.png) no-repeat;
|
||||
}
|
||||
|
||||
div#linkproxy:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/proxyh.png) no-repeat;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/proxyh.png) no-repeat;
|
||||
}
|
||||
|
||||
div#linklogs {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/linklogs.png) no-repeat;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/linklogs.png) no-repeat;
|
||||
}
|
||||
|
||||
div#linklogs:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/linklogsh.png) no-repeat;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/linklogsh.png) no-repeat;
|
||||
}
|
||||
|
||||
div#linkseedboxmanager {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/seedboxmanager.png) no-repeat;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/seedboxmanager.png) no-repeat;
|
||||
}
|
||||
|
||||
div#linkseedboxmanager:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/seedboxmanagerh.png) no-repeat;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/seedboxmanagerh.png) no-repeat;
|
||||
}
|
||||
|
||||
div#plugin {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/plugin.png) no-repeat;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/plugin.png) no-repeat;
|
||||
}
|
||||
|
||||
div#plugin:hover {
|
||||
background: transparent url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/pluginh.png) no-repeat;
|
||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/pluginh.png) no-repeat;
|
||||
}
|
||||
|
||||
#maillayout #letterform table tr td {
|
||||
@ -1699,15 +1699,15 @@ div#plugin:hover {
|
||||
}
|
||||
|
||||
div#chat {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/chat.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/chat.png);
|
||||
}
|
||||
|
||||
div#chat:hover {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/chat3.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/chat3.png);
|
||||
}
|
||||
|
||||
div#tchat div.dlg-header {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/chat2.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/chat2.png);
|
||||
}
|
||||
|
||||
#userlist,
|
||||
@ -1721,15 +1721,15 @@ div#tchat div.dlg-header {
|
||||
}
|
||||
|
||||
div#logoff {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/logoff.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/logoff.png);
|
||||
}
|
||||
|
||||
div#logoff:hover {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/logoff3.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/logoff3.png);
|
||||
}
|
||||
|
||||
div#logoffDlg div.dlg-header {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/rutorrent/logoff2.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/logoff2.png);
|
||||
}
|
||||
|
||||
.noty_alert,
|
||||
|
||||
@ -7,9 +7,9 @@
|
||||
/* 88 */
|
||||
/* dP */
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/defaults/placeholders.css);
|
||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/defaults/placeholders.css);
|
||||
|
||||
body {
|
||||
background: var(--main-bg-color) !important;
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
:root {
|
||||
--calendar-tv-unaired-premiere: 53 197 244;
|
||||
|
||||
@ -8,9 +8,9 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/defaults/placeholders.css);
|
||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/defaults/placeholders.css);
|
||||
|
||||
:root {
|
||||
--v-primary-base: rgb(var(--accent-color));
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
body {
|
||||
background: var(--main-bg-color);
|
||||
background-repeat: repeat, no-repeat;
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
#chat .userlist .names {
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
@import url(https://use.fontawesome.com/releases/v5.0.7/css/all.css);
|
||||
|
||||
* {
|
||||
@ -978,5 +978,5 @@ ul.torrent_list li.torrent.compact div.torrent_name {
|
||||
|
||||
.ui-icon,
|
||||
.ui-widget-content .ui-icon {
|
||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/resources/transmission/icons.png);
|
||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/transmission/icons.png);
|
||||
}
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
* {
|
||||
outline: none;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
@import url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/defaults/placeholders.css");
|
||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/defaults/placeholders.css");
|
||||
|
||||
body,
|
||||
.dark {
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
/* MOBILE */
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://htpc.deathbybandaid.net/assets/theme.park */
|
||||
/* https://assets.deathbybandaid.net/theme.park */
|
||||
|
||||
body {
|
||||
background: var(--main-bg-color);
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user