mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 01:52:32 +01:00
deploy: cfb9f201a0
This commit is contained in:
parent
dc81e90d8d
commit
662a462e38
5
.github/workflows/minify-and-deploy.yml
vendored
5
.github/workflows/minify-and-deploy.yml
vendored
@ -86,3 +86,8 @@ jobs:
|
||||
publish_branch: live_testing
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
exclude_assets: ''
|
||||
- name: Clear CF Cache
|
||||
run: |
|
||||
curl -X GET "https://api.cloudflare.com/client/v4/user/tokens/verify" \
|
||||
-H "Authorization: Bearer ${{ secrets.CLOUDFLARE_CACHE_PURGE }}" \
|
||||
-H "Content-Type:application/json"
|
@ -1,4 +1,4 @@
|
||||
@import url("/css/addons/unraid/login-page/alien/alien_base.css");
|
||||
@import url("/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(/css/addons/unraid/login-page/alien/wallpaper/hallway2.jpg) center center/cover no-repeat fixed;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import url("/css/addons/unraid/login-page/alien/alien_base.css");
|
||||
@import url("/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(/css/addons/unraid/login-page/alien/wallpaper/hallway.jpg) center center/cover no-repeat fixed;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import url("/css/addons/unraid/login-page/alien/alien_base.css");
|
||||
@import url("/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(/css/addons/unraid/login-page/alien/wallpaper/hallway2.jpg) center center/cover no-repeat fixed;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import url("/css/addons/unraid/login-page/alien/alien_base.css");
|
||||
@import url("/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(/css/addons/unraid/login-page/alien/wallpaper/hallway3.jpg) center center/cover no-repeat fixed;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import url("/css/addons/unraid/login-page/alien/alien_base.css");
|
||||
@import url("/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(/css/addons/unraid/login-page/alien/wallpaper/hallway4.jpg) center center/cover no-repeat fixed;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import url("/css/addons/unraid/login-page/alien/alien_base.css");
|
||||
@import url("/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(/css/addons/unraid/login-page/alien/wallpaper/isolation.png) center center/cover no-repeat fixed;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import url("/css/addons/unraid/login-page/alien/alien_base.css");
|
||||
@import url("/css/addons/unraid/login-page/alien/alien-base.css");
|
||||
:root {
|
||||
--main-bg: transparent;
|
||||
--logo: url(/css/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import url("/css/addons/unraid/login-page/alien/alien_base.css");
|
||||
@import url("/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(/css/addons/unraid/login-page/alien/wallpaper/nightmare.png) center center/cover no-repeat fixed;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import url("/css/addons/unraid/login-page/alien/alien_base.css");
|
||||
@import url("/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(/css/addons/unraid/login-page/alien/wallpaper/scanner.jpg) center center/cover no-repeat fixed;
|
||||
|
@ -1,12 +1,21 @@
|
||||
#!/bin/bash
|
||||
TYPE="retro-terminal"
|
||||
THEME="green.css"
|
||||
DOMAIN="theme-park.dev" # If you update the domain after the script has been run, You must disable and re the whole theme with the DISABLE_THEME env.
|
||||
DOMAIN="theme-park.dev"
|
||||
SCHEME="https"
|
||||
ADD_JS="true"
|
||||
JS="custom_text_header.js"
|
||||
DISABLE_THEME="false"
|
||||
|
||||
## FAQ
|
||||
|
||||
# If you update the DOMAIN variable after the script has been run,
|
||||
# you must disable the whole theme with the DISABLE_THEME="true" env first and re-run it again after with "false".
|
||||
|
||||
# Your domain can be your custom domain or a github pages (user.github.io) etc. Don't add the whole URL with scheme, you only need to add the domain.
|
||||
|
||||
# If your custom domain uses a subfolder you must escape the forward slash. (custom.com\/subfolder)
|
||||
|
||||
echo -e "Variables set:\\n\
|
||||
TYPE = ${TYPE}\\n\
|
||||
THEME = ${THEME}\\n\
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import url("/css/addons/unraid/login-page/fallout/fallout_base.css");
|
||||
@import url("/css/addons/unraid/login-page/fallout/fallout-base.css");
|
||||
:root {
|
||||
--main-bg-color: url(/css/addons/unraid/login-page/fallout/wallpaper/rocky-wall.png),
|
||||
url(/css/addons/unraid/login-page/fallout/wallpaper/terminal.jpg) center center/cover no-repeat fixed;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import url("/css/addons/unraid/login-page/fallout/fallout_base.css");
|
||||
@import url("/css/addons/unraid/login-page/fallout/fallout-base.css");
|
||||
:root {
|
||||
--main-bg-color: url(/css/addons/unraid/login-page/fallout/wallpaper/rocky-wall.png),
|
||||
url(/css/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg) center center/cover no-repeat fixed;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import url("/css/addons/unraid/login-page/fallout/fallout_base.css");
|
||||
@import url("/css/addons/unraid/login-page/fallout/fallout-base.css");
|
||||
:root {
|
||||
--main-bg-color: transparent;
|
||||
--logo: url(/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import url("/css/addons/unraid/login-page/fallout/fallout_base.css");
|
||||
@import url("/css/addons/unraid/login-page/fallout/fallout-base.css");
|
||||
:root {
|
||||
--main-bg-color: url(/css/addons/unraid/login-page/fallout/wallpaper/terminal.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@import url("/css/addons/unraid/login-page/fallout/fallout_base.css");
|
||||
@import url("/css/addons/unraid/login-page/fallout/fallout-base.css");
|
||||
:root {
|
||||
--main-bg-color: url(/css/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg) center center/cover no-repeat fixed;
|
||||
--logo: url(/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/theme-options/aquamarine.css?sha=7f02500167b598d1a64c86198ed3c9af9dec5466");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/blackberry-abyss.css?sha=b64eb1f01cbd66a9dd888a96e62bb05ccf749802");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/blackberry-amethyst.css?sha=1f1cd7d10acca7c00b54073724bb75e73c83a603");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/blackberry-carol.css?sha=51ce48be9f6521bf9805a0b6206967540352ca2b");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/blackberry-dreamscape.css?sha=adc24f5a940aa6f8e0061e4b1ad86126f95ba57f");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/blackberry-flamingo.css?sha=d075526c4af1caa77d1d6ccb11536b66aa993b99");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/blackberry-hearth.css?sha=5a139953a525ca38111fd2dfa815c686bc5dbb88");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/blackberry-martian.css?sha=6eb4cd0529632fca270378f66f777182f4e2fb3e");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/blackberry-pumpkin.css?sha=0e4c45af378262c4705bc538fdc3357e24613098");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/blackberry-royal.css?sha=6aebe0c7f1aa26cb9822b1e44ebd7ffa628d981a");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/blackberry-shadow.css?sha=b1ea4de97e26ef32b52edc79e0fb8aeee4a7d83d");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/blackberry-solar.css?sha=d53082caa15548ea53a518a9ca950eeab6a95059");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/blackberry-vanta.css?sha=5ae2f81e3d70a7a3f166ebfba6ae4ff050ea766d");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/theme-options/dark.css?sha=08b228ea163be7beccc6bd88a6d002c4e172032e");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/theme-options/dracula.css?sha=60d9ec4d3e22fe15d205242f41ce71d25c4cf056");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/hotline-old.css?sha=4befb6edb8a0b329baa4319e3c6fec9856f1d76f");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/theme-options/hotline.css?sha=1cf394f1f517bb0ce3672d67846a3ab1bf8eda4c");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/theme-options/hotpink.css?sha=18ffb7ff0cf9d4ae97f09c2ccb980d8bb0fd9d3e");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/theme-options/maroon.css?sha=2260540a1a97c69eadd787b998113b892e4124da");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/mind.css?sha=bd65d1ae6f686873d9ef0d04100ae358deca1844");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/theme-options/nord.css?sha=66e2ab527d521003b7c1cd114a31af3d2cb6af7b");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/onedark.css?sha=7754291defa741c805bb0aec4d647ba27fec9cca");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/theme-options/organizr.css?sha=2a1ee65a26780204509f713f7ea2d5ebdc5bd057");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/theme-options/overseerr.css?sha=eedb2e0df6cc892903b8716a05184c61577ebe20");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/pine-shadow.css?sha=cc2adf274933630ff06539a244ba9fffff9090dc");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/theme-options/plex.css?sha=f31f9e494f6e675b55d16f0f811d94a0b9def845");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/power.css?sha=e3e059c24433790a92157332489c91eb6fabaf96");
|
File diff suppressed because one or more lines are too long
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/reality.css?sha=411fda46ff8940263182b2cc9b8c0144e62473d7");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/soul.css?sha=07c2b204f14dbe38c7a5f9d0b7d901de99f4e4c3");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/theme-options/space-gray.css?sha=b8691b12c5972ad40471008c8d9fb05145b692d4");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/space.css?sha=0f922ed3e9d26c0a6242132bcdc1d2bc4aec6f7b");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/time.css?sha=6cc9173f0be75cbd57bce1bd2aeddbd6da8258c8");
|
@ -1,2 +1,2 @@
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3");
|
||||
@import url("/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f");
|
||||
@import url("/css/community-theme-options/trueblack.css?sha=de3a1b7f21d63c3c9d72c16e03f90c7309ceb695");
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
62
themes.json
62
themes.json
@ -40,26 +40,26 @@
|
||||
"alien": {
|
||||
"css": [
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/custom.css?sha=89e360c6b3cbe9a9a31774839e325760c7195f82",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/alien_base.css?sha=7e310e223692a1169d19ad0eec747488ece7ca4e",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/scanner.css?sha=7c65e7d600c161dbfe157a3304bb74eb0d543b43",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/hallway4.css?sha=bfd5e75c703e56f190b5dfbba57fbba4078da1de",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/hallway3.css?sha=3f7cc52181f3f2618acda800b281720f0c645694",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/hallway.css?sha=6247189f230004352734346bcd964c325f3697ef",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/hallway2.css?sha=fef317462bdfe18f5abbc4a34a977ee2e52e7e49",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/isolation.css?sha=eb795ea317c8f477ad4e9769dd8ad4ded272ab22",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/nightmare.css?sha=8c6cadb1ffa63986e75b7ea01f6ebb18c8f8f7d3",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/isolation_video.css?sha=a66b918a52c776d08d7e30453d77084328ff5b40"
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/alien-base.css?sha=7e310e223692a1169d19ad0eec747488ece7ca4e",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/scanner.css?sha=27cc81f7bfe30ed24a464590567cb07f6b9ff8a0",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/hallway4.css?sha=aeb86d487947468a5238ca51fb25bc1a6caf21fa",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/hallway3.css?sha=eaa87edda46b08a1946fb4f3bbaa1f86b3269a46",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/hallway.css?sha=72232d4cb2029dd42b27968aa8ce4dd32aae1d69",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/hallway2.css?sha=a1fdba5d1dfa66ca694da89f0e687b46eb2cb64e",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/isolation.css?sha=8a65e839eb0c5840a02f0b46615612884a0796ef",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/nightmare.css?sha=a3f1d315bf864a84a5cdf5269f5ef9ef6648ee8c",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/isolation_video.css?sha=76e9a924194d67d5af10e707f3438fed5b920c1a"
|
||||
]
|
||||
},
|
||||
"fallout": {
|
||||
"css": [
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/custom.css?sha=89e360c6b3cbe9a9a31774839e325760c7195f82",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/dirty_terminal2.css?sha=407558ab914c64cebc485d479cda683abffbbb4e",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/dirty_terminal.css?sha=bac17b4fa56fb3d00f904a45c336af0a57788c8f",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/terminal.css?sha=4e27717d9cdf667aad553dc48c5029f9430c0c92",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/terminal2.css?sha=cea6c1ae7e841cf7900b093b65f6049fcbb2873f",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/fallout_base.css?sha=3a79171bff7252461e4ff5e76b507640bffcf5e1",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/fallout_video.css?sha=344c115a6b2837660611186e0329b19deef8c0e0"
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/dirty_terminal2.css?sha=670b921a85dfdfd942199c1988995f2c9a651d9f",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/dirty_terminal.css?sha=3896f0bace6582ad2cef3c8d38dc4f7aba4549bd",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/terminal.css?sha=0b3d14ad638f201dd8b8705eed6c6824848d887d",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/terminal2.css?sha=3c8f53f270a9fb66b9163277411a8b9a0c614d5e",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/fallout-base.css?sha=3a79171bff7252461e4ff5e76b507640bffcf5e1",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/fallout_video.css?sha=5875d1bd4d5f93224579ea0f526ce21d9bf98f10"
|
||||
]
|
||||
},
|
||||
"retro-terminal": {
|
||||
@ -337,7 +337,7 @@
|
||||
},
|
||||
"qbittorrent": {
|
||||
"addons": {},
|
||||
"base_css": "https://theme-park.dev/css/base/qbittorrent/qbittorrent-base.css?sha=c9a7ff068d07d3a2b7cf48ea3fbbc5f3402d76b3"
|
||||
"base_css": "https://theme-park.dev/css/base/qbittorrent/qbittorrent-base.css?sha=3802696e4ee1bf14db6601fe4ac7c07230b3c16f"
|
||||
},
|
||||
"radarr": {
|
||||
"addons": {
|
||||
@ -394,26 +394,26 @@
|
||||
"alien": {
|
||||
"css": [
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/custom.css?sha=89e360c6b3cbe9a9a31774839e325760c7195f82",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/alien_base.css?sha=7e310e223692a1169d19ad0eec747488ece7ca4e",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/scanner.css?sha=7c65e7d600c161dbfe157a3304bb74eb0d543b43",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/hallway4.css?sha=bfd5e75c703e56f190b5dfbba57fbba4078da1de",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/hallway3.css?sha=3f7cc52181f3f2618acda800b281720f0c645694",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/hallway.css?sha=6247189f230004352734346bcd964c325f3697ef",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/hallway2.css?sha=fef317462bdfe18f5abbc4a34a977ee2e52e7e49",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/isolation.css?sha=eb795ea317c8f477ad4e9769dd8ad4ded272ab22",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/nightmare.css?sha=8c6cadb1ffa63986e75b7ea01f6ebb18c8f8f7d3",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/isolation_video.css?sha=a66b918a52c776d08d7e30453d77084328ff5b40"
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/alien-base.css?sha=7e310e223692a1169d19ad0eec747488ece7ca4e",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/scanner.css?sha=27cc81f7bfe30ed24a464590567cb07f6b9ff8a0",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/hallway4.css?sha=aeb86d487947468a5238ca51fb25bc1a6caf21fa",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/hallway3.css?sha=eaa87edda46b08a1946fb4f3bbaa1f86b3269a46",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/hallway.css?sha=72232d4cb2029dd42b27968aa8ce4dd32aae1d69",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/hallway2.css?sha=a1fdba5d1dfa66ca694da89f0e687b46eb2cb64e",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/isolation.css?sha=8a65e839eb0c5840a02f0b46615612884a0796ef",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/nightmare.css?sha=a3f1d315bf864a84a5cdf5269f5ef9ef6648ee8c",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/alien/isolation_video.css?sha=76e9a924194d67d5af10e707f3438fed5b920c1a"
|
||||
]
|
||||
},
|
||||
"fallout": {
|
||||
"css": [
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/custom.css?sha=89e360c6b3cbe9a9a31774839e325760c7195f82",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/dirty_terminal2.css?sha=407558ab914c64cebc485d479cda683abffbbb4e",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/dirty_terminal.css?sha=bac17b4fa56fb3d00f904a45c336af0a57788c8f",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/terminal.css?sha=4e27717d9cdf667aad553dc48c5029f9430c0c92",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/terminal2.css?sha=cea6c1ae7e841cf7900b093b65f6049fcbb2873f",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/fallout_base.css?sha=3a79171bff7252461e4ff5e76b507640bffcf5e1",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/fallout_video.css?sha=344c115a6b2837660611186e0329b19deef8c0e0"
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/dirty_terminal2.css?sha=670b921a85dfdfd942199c1988995f2c9a651d9f",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/dirty_terminal.css?sha=3896f0bace6582ad2cef3c8d38dc4f7aba4549bd",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/terminal.css?sha=0b3d14ad638f201dd8b8705eed6c6824848d887d",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/terminal2.css?sha=3c8f53f270a9fb66b9163277411a8b9a0c614d5e",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/fallout-base.css?sha=3a79171bff7252461e4ff5e76b507640bffcf5e1",
|
||||
"https://theme-park.dev/css/addons/unraid/login-page/fallout/fallout_video.css?sha=5875d1bd4d5f93224579ea0f526ce21d9bf98f10"
|
||||
]
|
||||
},
|
||||
"retro-terminal": {
|
||||
|
Loading…
Reference in New Issue
Block a user