1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-02 21:47:12 +02:00
This commit is contained in:
GilbN 2022-04-11 20:09:04 +00:00
parent 2b67cd06a9
commit 44c9472e42
1660 changed files with 3488 additions and 3415 deletions

View File

@ -46,6 +46,7 @@ jobs:
echo ::set-output name=platform::${ARCHITECTURE//-/\/} echo ::set-output name=platform::${ARCHITECTURE//-/\/}
echo ::set-output name=cache::${GITHUB_REPOSITORY,,}:${{ github.ref_name }}-cache-${{ matrix.architecture }} echo ::set-output name=cache::${GITHUB_REPOSITORY,,}:${{ github.ref_name }}-cache-${{ matrix.architecture }}
echo ::set-output name=tag::${GITHUB_REPOSITORY,,}:${{ github.ref_name }}-${GITHUB_SHA:0:7}-${GITHUB_RUN_NUMBER}-${{ matrix.architecture }} echo ::set-output name=tag::${GITHUB_REPOSITORY,,}:${{ github.ref_name }}-${GITHUB_SHA:0:7}-${GITHUB_RUN_NUMBER}-${{ matrix.architecture }}
echo ::set-output name=release::${{ github.event.release.target_commitish }}
- name: Set up QEMU - name: Set up QEMU
uses: docker/setup-qemu-action@v1 uses: docker/setup-qemu-action@v1
@ -85,7 +86,7 @@ jobs:
org.opencontainers.image.source=${{ steps.prep.outputs.source }} org.opencontainers.image.source=${{ steps.prep.outputs.source }}
org.opencontainers.image.vendor=${{ steps.prep.outputs.vendor }} org.opencontainers.image.vendor=${{ steps.prep.outputs.vendor }}
org.opencontainers.image.url=${{ steps.prep.outputs.url }} org.opencontainers.image.url=${{ steps.prep.outputs.url }}
org.opencontainers.image.version=${{ steps.prep.outputs.version }} org.opencontainers.image.version=${{ steps.prep.outputs.VERSION }}
build-args: | build-args: |
TP_RELEASE=${{ steps.prep.outputs.VERSION }} TP_RELEASE=${{ steps.prep.outputs.VERSION }}
BUILD_DATE=${{ steps.date_time.outputs.created }} BUILD_DATE=${{ steps.date_time.outputs.created }}
@ -129,16 +130,19 @@ jobs:
[[ -f linux-arm64.Dockerfile ]] && ARM64=${SOURCE}-linux-arm64 [[ -f linux-arm64.Dockerfile ]] && ARM64=${SOURCE}-linux-arm64
[[ -f linux-arm-v7.Dockerfile ]] && ARMV7=${SOURCE}-linux-arm-v7 [[ -f linux-arm-v7.Dockerfile ]] && ARMV7=${SOURCE}-linux-arm-v7
docker manifest create ${IMAGE}:${TAG} ${AMD64} ${ARM64} ${ARMV7} docker manifest create ${IMAGE}:${TAG} ${AMD64} ${ARM64} ${ARMV7}
docker manifest push ${IMAGE}:${TAG} docker manifest push ${IMAGE}:${TAG}
if [[! -z "${VERSION}" ]]; then
docker manifest create ${IMAGE}:${TAG}-${VERSION//\~/-} ${AMD64} ${ARM64} ${ARMV7}
docker manifest push ${IMAGE}:${TAG}-${VERSION//\~/-}
docker manifest create ${IMAGE}:${VERSION//\~/-} ${AMD64} ${ARM64} ${ARMV7}
docker manifest push ${IMAGE}:${VERSION//\~/-}
fi
docker manifest create ${IMAGE}:${TAG}-${GITHUB_SHA:0:7} ${AMD64} ${ARM64} ${ARMV7} docker manifest create ${IMAGE}:${TAG}-${GITHUB_SHA:0:7} ${AMD64} ${ARM64} ${ARMV7}
docker manifest push ${IMAGE}:${TAG}-${GITHUB_SHA:0:7} docker manifest push ${IMAGE}:${TAG}-${GITHUB_SHA:0:7}
if [[ ${TAG} == master ]]; then - name: Latest manifest
docker manifest create ${IMAGE}:latest ${AMD64} ${ARM64} ${ARMV7} if: ${{ github.event.release.target_commitish == 'master' }}
docker manifest push ${IMAGE}:latest env:
fi DOCKER_CLI_EXPERIMENTAL: enabled
run: |
IMAGE=${{ matrix.registry }}/${GITHUB_REPOSITORY,,}
TAG=${{ github.ref_name }}
SOURCE=${IMAGE}:${TAG}-${GITHUB_SHA:0:7}-${GITHUB_RUN_NUMBER}
[[ -f linux-amd64.Dockerfile ]] && AMD64=${SOURCE}-linux-amd64
[[ -f linux-arm64.Dockerfile ]] && ARM64=${SOURCE}-linux-arm64
[[ -f linux-arm-v7.Dockerfile ]] && ARMV7=${SOURCE}-linux-arm-v7
docker manifest create ${IMAGE}:latest ${AMD64} ${ARM64} ${ARMV7}
docker manifest push ${IMAGE}:latest

View File

@ -4,10 +4,21 @@ on:
branches: branches:
- master - master
- develop - develop
- testing
paths-ignore: paths-ignore:
- 'docker-mods/**' - 'docker-mods/**'
- '.vscode/**' - '.vscode/**'
- '.github/**' - '.github/**'
workflow_dispatch:
inputs:
branch:
description: 'Select branch'
required: true
type: choice
options:
- master
- develop
- testing
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -53,7 +64,7 @@ jobs:
done done
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/master' }} if: ${{ github.ref == 'refs/heads/master' || github.event.inputs.branch == 'master' }}
with: with:
publish_dir: ./ publish_dir: ./
publish_branch: live publish_branch: live
@ -61,9 +72,17 @@ jobs:
exclude_assets: '' exclude_assets: ''
- name: Deploy Develop - name: Deploy Develop
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/develop' }} if: ${{ github.ref == 'refs/heads/develop' || github.event.inputs.branch == 'develop' }}
with: with:
publish_dir: ./ publish_dir: ./
publish_branch: live_develop publish_branch: live_develop
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
exclude_assets: '' exclude_assets: ''
- name: Deploy Testing
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/testing' || github.event.inputs.branch == 'testing' }}
with:
publish_dir: ./
publish_branch: live_testing
github_token: ${{ secrets.GITHUB_TOKEN }}
exclude_assets: ''

View File

@ -4,7 +4,7 @@
display: none !important; display: none !important;
} }
.header-icon.px-3.m-0.d-none.d-md-block:before { .header-icon.px-3.m-0.d-none.d-md-block:before {
background-image: url("https://theme-park.dev/css/addons/bazarr/bazarr-4k-logo/bazarr4k.png"); background-image: url("/css/addons/bazarr/bazarr-4k-logo/bazarr4k.png");
display: inline-block; display: inline-block;
width: 32px; width: 32px;
height: 32px; height: 32px;
@ -22,7 +22,7 @@
display: none !important; display: none !important;
} }
.sidebar-title.d-flex.align-items-center.d-md-none.container:before { .sidebar-title.d-flex.align-items-center.d-md-none.container:before {
background-image: url("https://theme-park.dev/css/addons/bazarr/bazarr-4k-logo/bazarr4k.png"); background-image: url("/css/addons/bazarr/bazarr-4k-logo/bazarr4k.png");
display: inline-block; display: inline-block;
width: 32px; width: 32px;
height: 32px; height: 32px;

View File

@ -1,5 +1,5 @@
[class*="NavBar-plexLogo-"] { [class*="NavBar-plexLogo-"] {
background-image: url("https://theme-park.dev/css/addons/plex/plex-alt-logo/SeekPng.com_your-logo-here-png_2467553.png"); background-image: url("/css/addons/plex/plex-alt-logo/SeekPng.com_your-logo-here-png_2467553.png");
background-position: 50%; background-position: 50%;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: contain; background-size: contain;

View File

@ -4,7 +4,7 @@
display:none !important; display:none !important;
} }
.navbar > .container-fluid .navbar-brand:before { .navbar > .container-fluid .navbar-brand:before {
background-image: url("https://theme-park.dev/css/addons/radarr/radarr-4k-logo/radarr4k.png"); background-image: url("/css/addons/radarr/radarr-4k-logo/radarr4k.png");
display: inline-block; display: inline-block;
width: 128px; width: 128px;
height: 128px; height: 128px;
@ -24,7 +24,7 @@
display: inline !important; display: inline !important;
} }
.navbar > .container-fluid .navbar-brand:before { .navbar > .container-fluid .navbar-brand:before {
background-image: url("https://theme-park.dev/css/addons/radarr/radarr-4k-logo/radarr4k.png"); background-image: url("/css/addons/radarr/radarr-4k-logo/radarr4k.png");
display: inline-block; display: inline-block;
width: 32px; width: 32px;
height: 32px; height: 32px;
@ -43,7 +43,7 @@
display: none !important; display: none !important;
} }
[class*="PageHeader-logoContainer-"]:before { [class*="PageHeader-logoContainer-"]:before {
background-image: url("https://theme-park.dev/css/addons/radarr/radarr-4k-logo/radarr4k-v3.png"); background-image: url("/css/addons/radarr/radarr-4k-logo/radarr4k-v3.png");
display: inline-block; display: inline-block;
width: 148px; width: 148px;
height: 48px; height: 48px;
@ -60,7 +60,7 @@
display: none !important; display: none !important;
} }
[class*="PageHeader-logoContainer-"]{ [class*="PageHeader-logoContainer-"]{
background-image: url("https://theme-park.dev/css/addons/radarr/radarr-4k-logo/radarr-v3-mobile.png"); background-image: url("/css/addons/radarr/radarr-4k-logo/radarr-v3-mobile.png");
display: inline-block; display: inline-block;
width: 32px; width: 32px;
height: 32px; height: 32px;
@ -80,7 +80,7 @@
} }
[class*="LoadingPage-page-"]:before { [class*="LoadingPage-page-"]:before {
background-image: url("https://theme-park.dev/css/addons/radarr/radarr-4k-logo/radarr4k-v3.png"); background-image: url("/css/addons/radarr/radarr-4k-logo/radarr4k-v3.png");
display: inline-block; display: inline-block;
width: 148px; width: 148px;
height: 48px; height: 48px;

View File

@ -3,7 +3,7 @@
display: none !important; display: none !important;
} }
[class*="PageHeader-logoContainer-"]:before { [class*="PageHeader-logoContainer-"]:before {
background-image: url("https://theme-park.dev/css/addons/readarr/readarr-alt-logo/readarr_alt.png"); background-image: url("/css/addons/readarr/readarr-alt-logo/readarr_alt.png");
display: inline-block; display: inline-block;
width: 34px; width: 34px;
height: 34px; height: 34px;
@ -20,7 +20,7 @@
display: none !important; display: none !important;
} }
[class*="PageHeader-logoContainer-"]:before { [class*="PageHeader-logoContainer-"]:before {
background-image: url("https://theme-park.dev/css/addons/readarr/readarr-alt-logo/readarr_alt.png"); background-image: url("/css/addons/readarr/readarr-alt-logo/readarr_alt.png");
display: inline-block; display: inline-block;
width: 34px; width: 34px;
height: 34px; height: 34px;
@ -37,7 +37,7 @@
} }
[class*="LoadingPage-page-"]:before { [class*="LoadingPage-page-"]:before {
background-image: url("https://theme-park.dev/css/addons/readarr/readarr-alt-logo/readarr_alt.png"); background-image: url("/css/addons/readarr/readarr-alt-logo/readarr_alt.png");
display: inline-block; display: inline-block;
width: 48px; width: 48px;
height: 48px; height: 48px;

View File

@ -3,7 +3,7 @@
display: none !important; display: none !important;
} }
[class*="PageHeader-logoContainer-"]:before { [class*="PageHeader-logoContainer-"]:before {
background-image: url("https://theme-park.dev/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png"); background-image: url("/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png");
display: inline-block; display: inline-block;
width: 32px; width: 32px;
height: 32px; height: 32px;
@ -20,7 +20,7 @@
display: none !important; display: none !important;
} }
[class*="PageHeader-logoContainer-"]:before { [class*="PageHeader-logoContainer-"]:before {
background-image: url("https://theme-park.dev/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png"); background-image: url("/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png");
display: inline-block; display: inline-block;
width: 32px; width: 32px;
height: 32px; height: 32px;
@ -37,7 +37,7 @@
} }
[class*="LoadingPage-page-"]:before { [class*="LoadingPage-page-"]:before {
background-image: url("https://theme-park.dev/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png"); background-image: url("/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png");
display: inline-block; display: inline-block;
width: 48px; width: 48px;
height: 48px; height: 48px;

View File

@ -1,8 +1,8 @@
@import url("https://theme-park.dev/css/addons/unraid/login-page/alien/alien_base.css"); @import url("/css/addons/unraid/login-page/alien/alien_base.css");
:root { :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, --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://theme-park.dev/css/addons/unraid/login-page/alien/wallpaper/hallway2.jpg) center center/cover no-repeat fixed; url(/css/addons/unraid/login-page/alien/wallpaper/hallway2.jpg) center center/cover no-repeat fixed;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/alien/logo/nostromogreen2.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/alien/logo/nostromogreen2.png) center no-repeat;
--text-color: #37f592; --text-color: #37f592;
--input-color: #37f592; --input-color: #37f592;
--link-color: #37f592; --link-color: #37f592;

View File

@ -1,8 +1,8 @@
@import url("https://theme-park.dev/css/addons/unraid/login-page/alien/alien_base.css"); @import url("/css/addons/unraid/login-page/alien/alien_base.css");
:root { :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, --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://theme-park.dev/css/addons/unraid/login-page/alien/wallpaper/hallway.jpg) center center/cover no-repeat fixed; url(/css/addons/unraid/login-page/alien/wallpaper/hallway.jpg) center center/cover no-repeat fixed;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
--text-color: #37f592; --text-color: #37f592;
--input-color: #37f592; --input-color: #37f592;
--link-color: #37f592; --link-color: #37f592;

View File

@ -1,8 +1,8 @@
@import url("https://theme-park.dev/css/addons/unraid/login-page/alien/alien_base.css"); @import url("/css/addons/unraid/login-page/alien/alien_base.css");
:root { :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, --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://theme-park.dev/css/addons/unraid/login-page/alien/wallpaper/hallway2.jpg) center center/cover no-repeat fixed; url(/css/addons/unraid/login-page/alien/wallpaper/hallway2.jpg) center center/cover no-repeat fixed;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
--text-color: #37f592; --text-color: #37f592;
--input-color: #37f592; --input-color: #37f592;
--link-color: #37f592; --link-color: #37f592;

View File

@ -1,8 +1,8 @@
@import url("https://theme-park.dev/css/addons/unraid/login-page/alien/alien_base.css"); @import url("/css/addons/unraid/login-page/alien/alien_base.css");
:root { :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, --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://theme-park.dev/css/addons/unraid/login-page/alien/wallpaper/hallway3.jpg) center center/cover no-repeat fixed; url(/css/addons/unraid/login-page/alien/wallpaper/hallway3.jpg) center center/cover no-repeat fixed;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
--text-color: #37f592; --text-color: #37f592;
--input-color: #37f592; --input-color: #37f592;
--link-color: #37f592; --link-color: #37f592;

View File

@ -1,8 +1,8 @@
@import url("https://theme-park.dev/css/addons/unraid/login-page/alien/alien_base.css"); @import url("/css/addons/unraid/login-page/alien/alien_base.css");
:root { :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, --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://theme-park.dev/css/addons/unraid/login-page/alien/wallpaper/hallway4.jpg) center center/cover no-repeat fixed; url(/css/addons/unraid/login-page/alien/wallpaper/hallway4.jpg) center center/cover no-repeat fixed;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
--text-color: #37f592; --text-color: #37f592;
--input-color: #37f592; --input-color: #37f592;
--link-color: #37f592; --link-color: #37f592;

View File

@ -1,8 +1,8 @@
@import url("https://theme-park.dev/css/addons/unraid/login-page/alien/alien_base.css"); @import url("/css/addons/unraid/login-page/alien/alien_base.css");
:root { :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, --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://theme-park.dev/css/addons/unraid/login-page/alien/wallpaper/isolation.png) center center/cover no-repeat fixed; url(/css/addons/unraid/login-page/alien/wallpaper/isolation.png) center center/cover no-repeat fixed;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
--text-color: #37f592; --text-color: #37f592;
--input-color: #37f592; --input-color: #37f592;
--link-color: #37f592; --link-color: #37f592;

View File

@ -1,7 +1,7 @@
@import url("https://theme-park.dev/css/addons/unraid/login-page/alien/alien_base.css"); @import url("/css/addons/unraid/login-page/alien/alien_base.css");
:root { :root {
--main-bg: transparent; --main-bg: transparent;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
--text-color: #37f592; --text-color: #37f592;
--input-color: #37f592; --input-color: #37f592;
--link-color: #37f592; --link-color: #37f592;

View File

@ -1,8 +1,8 @@
@import url("https://theme-park.dev/css/addons/unraid/login-page/alien/alien_base.css"); @import url("/css/addons/unraid/login-page/alien/alien_base.css");
:root { :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, --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://theme-park.dev/css/addons/unraid/login-page/alien/wallpaper/nightmare.png) center center/cover no-repeat fixed; url(/css/addons/unraid/login-page/alien/wallpaper/nightmare.png) center center/cover no-repeat fixed;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/alien/logo/wings_red.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/alien/logo/wings_red.png) center no-repeat;
--text-color: #e22828; --text-color: #e22828;
--input-color: #e22828; --input-color: #e22828;
--link-color: #e22828; --link-color: #e22828;

View File

@ -1,8 +1,8 @@
@import url("https://theme-park.dev/css/addons/unraid/login-page/alien/alien_base.css"); @import url("/css/addons/unraid/login-page/alien/alien_base.css");
:root { :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, --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://theme-park.dev/css/addons/unraid/login-page/alien/wallpaper/scanner.jpg) center center/cover no-repeat fixed; url(/css/addons/unraid/login-page/alien/wallpaper/scanner.jpg) center center/cover no-repeat fixed;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/alien/logo/nostromogreen2.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/alien/logo/nostromogreen2.png) center no-repeat;
--text-color: #37f592; --text-color: #37f592;
--input-color: #37f592; --input-color: #37f592;
--link-color: #37f592; --link-color: #37f592;

View File

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

View File

@ -1,8 +1,8 @@
@import url("https://theme-park.dev/css/addons/unraid/login-page/fallout/fallout_base.css"); @import url("/css/addons/unraid/login-page/fallout/fallout_base.css");
:root { :root {
--main-bg-color: url(https://theme-park.dev/css/addons/unraid/login-page/fallout/wallpaper/rocky-wall.png), --main-bg-color: url(/css/addons/unraid/login-page/fallout/wallpaper/rocky-wall.png),
url(https://theme-park.dev/css/addons/unraid/login-page/fallout/wallpaper/terminal.jpg) center center/cover no-repeat fixed; url(/css/addons/unraid/login-page/fallout/wallpaper/terminal.jpg) center center/cover no-repeat fixed;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
--text-color: #14F074; --text-color: #14F074;
--input-color: #14F074; --input-color: #14F074;
--link-color: #14F074; --link-color: #14F074;

View File

@ -1,8 +1,8 @@
@import url("https://theme-park.dev/css/addons/unraid/login-page/fallout/fallout_base.css"); @import url("/css/addons/unraid/login-page/fallout/fallout_base.css");
:root { :root {
--main-bg-color: url(https://theme-park.dev/css/addons/unraid/login-page/fallout/wallpaper/rocky-wall.png), --main-bg-color: url(/css/addons/unraid/login-page/fallout/wallpaper/rocky-wall.png),
url(https://theme-park.dev/css/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg) center center/cover no-repeat fixed; url(/css/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg) center center/cover no-repeat fixed;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
--text-color: #14F074; --text-color: #14F074;
--input-color: #14F074; --input-color: #14F074;
--link-color: #14F074; --link-color: #14F074;

View File

@ -1,7 +1,7 @@
@import url("https://theme-park.dev/css/addons/unraid/login-page/fallout/fallout_base.css"); @import url("/css/addons/unraid/login-page/fallout/fallout_base.css");
:root { :root {
--main-bg-color: transparent; --main-bg-color: transparent;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
--text-color: #14F074; --text-color: #14F074;
--input-color: #14F074; --input-color: #14F074;
--link-color: #14F074; --link-color: #14F074;
@ -27,7 +27,7 @@
} }
@media (max-width: 500px) { @media (max-width: 500px) {
body { body {
background: url(https://theme-park.dev/css/addons/unraid/login-page/fallout/wallpaper/terminal.jpg) center center/cover no-repeat fixed !important; background: url(/css/addons/unraid/login-page/fallout/wallpaper/terminal.jpg) center center/cover no-repeat fixed !important;
} }
:root { :root {
--div-background-color-15: transparent; --div-background-color-15: transparent;

View File

@ -1,7 +1,7 @@
@import url("https://theme-park.dev/css/addons/unraid/login-page/fallout/fallout_base.css"); @import url("/css/addons/unraid/login-page/fallout/fallout_base.css");
:root { :root {
--main-bg-color: url(https://theme-park.dev/css/addons/unraid/login-page/fallout/wallpaper/terminal.jpg) center center/cover no-repeat fixed; --main-bg-color: url(/css/addons/unraid/login-page/fallout/wallpaper/terminal.jpg) center center/cover no-repeat fixed;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
--text-color: #14F074; --text-color: #14F074;
--input-color: #14F074; --input-color: #14F074;
--link-color: #14F074; --link-color: #14F074;

View File

@ -1,7 +1,7 @@
@import url("https://theme-park.dev/css/addons/unraid/login-page/fallout/fallout_base.css"); @import url("/css/addons/unraid/login-page/fallout/fallout_base.css");
:root { :root {
--main-bg-color: url(https://theme-park.dev/css/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg) center center/cover no-repeat fixed; --main-bg-color: url(/css/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg) center center/cover no-repeat fixed;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
--text-color: #14F074; --text-color: #14F074;
--input-color: #14F074; --input-color: #14F074;
--link-color: #14F074; --link-color: #14F074;

View File

@ -4,13 +4,13 @@
/* --body-animation: flicker; This is the background that flickers. SET TO NONE TO REMOVE THE FLICKER ANIMATION! */ /* --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! */ /* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
@import url(https://theme-park.dev/css/addons/unraid/login-page/retro-terminal/retro-terminal-base.css); @import url(/css/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
:root { :root {
--main-bg-color:black; --main-bg-color:black;
--body-before:#ffb52a1a; --body-before:#ffb52a1a;
--body-after: #ffb52a33; --body-after: #ffb52a33;
--body-animation: flicker; --body-animation: flicker;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/alien/logo/wings_yellow.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/alien/logo/wings_yellow.png) center no-repeat;
--text-color: #ffb52a; --text-color: #ffb52a;
--input-color: #ffb52a; --input-color: #ffb52a;
--link-color: #ffb52a; --link-color: #ffb52a;

View File

@ -4,13 +4,13 @@
/* --body-animation: flicker; This is the background that flickers. SET TO NONE TO REMOVE THE FLICKER ANIMATION! */ /* --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! */ /* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
@import url(https://theme-park.dev/css/addons/unraid/login-page/retro-terminal/retro-terminal-base.css); @import url(/css/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
:root { :root {
--main-bg-color:black; --main-bg-color:black;
--body-before:#70d7f61a; --body-before:#70d7f61a;
--body-after: #70d7f633; --body-after: #70d7f633;
--body-animation: flicker; --body-animation: flicker;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/alien/logo/wings_blue.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/alien/logo/wings_blue.png) center no-repeat;
--text-color: #70d7f6; --text-color: #70d7f6;
--input-color: #70d7f6; --input-color: #70d7f6;
--link-color: #70d7f6; --link-color: #70d7f6;

View File

@ -4,13 +4,13 @@
/* --body-animation: flicker; This is the background that flickers. SET TO NONE TO REMOVE THE FLICKER ANIMATION! */ /* --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! */ /* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
@import url(https://theme-park.dev/css/addons/unraid/login-page/retro-terminal/retro-terminal-base.css); @import url(/css/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
:root { :root {
--main-bg-color:black; --main-bg-color:black;
--body-before:#70d7f61a; --body-before:#70d7f61a;
--body-after: #70d7f633; --body-after: #70d7f633;
--body-animation: flicker; --body-animation: flicker;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/alien/logo/wings_shadow.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/alien/logo/wings_shadow.png) center no-repeat;
--text-color: #ffffff; --text-color: #ffffff;
--input-color: #ffffff; --input-color: #ffffff;
--link-color: #ffffff; --link-color: #ffffff;

View File

@ -4,13 +4,13 @@
/* --body-animation: flicker; This is the background that flickers. SET TO NONE TO REMOVE THE FLICKER ANIMATION! */ /* --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! */ /* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
@import url(https://theme-park.dev/css/addons/unraid/login-page/retro-terminal/retro-terminal-base.css); @import url(/css/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
:root { :root {
--main-bg-color:black; --main-bg-color:black;
--body-before:#00ff771a; --body-before:#00ff771a;
--body-after: #00ff7733; --body-after: #00ff7733;
--body-animation: flicker; --body-animation: flicker;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
--text-color: #37f592; --text-color: #37f592;
--input-color: #37f592; --input-color: #37f592;
--link-color: #37f592; --link-color: #37f592;

View File

@ -4,13 +4,13 @@
/* --body-animation: flicker; This is the background that flickers. SET TO NONE TO REMOVE THE FLICKER ANIMATION! */ /* --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! */ /* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
@import url(https://theme-park.dev/css/addons/unraid/login-page/retro-terminal/retro-terminal-base.css); @import url(/css/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
:root { :root {
--main-bg-color: black; --main-bg-color: black;
--body-before: #ff00001a; --body-before: #ff00001a;
--body-after: #ff000033; --body-after: #ff000033;
--body-animation: flicker; --body-animation: flicker;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/alien/logo/wings_red.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/alien/logo/wings_red.png) center no-repeat;
--text-color: #e22828; --text-color: #e22828;
--input-color: #e22828; --input-color: #e22828;
--link-color: #e22828; --link-color: #e22828;

View File

@ -4,13 +4,13 @@
/* --body-animation: flicker; This is the background that flickers. SET TO NONE TO REMOVE THE FLICKER ANIMATION! */ /* --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! */ /* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
@import url(https://theme-park.dev/css/addons/unraid/login-page/retro-terminal/retro-terminal-base.css); @import url(/css/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
:root { :root {
--main-bg-color:black; --main-bg-color:black;
--body-before:#70d7f61a; --body-before:#70d7f61a;
--body-after: #70d7f633; --body-after: #70d7f633;
--body-animation: flicker; --body-animation: flicker;
--logo: url(https://theme-park.dev/css/addons/unraid/login-page/alien/logo/wings_shadow.png) center no-repeat; --logo: url(/css/addons/unraid/login-page/alien/logo/wings_shadow.png) center no-repeat;
--text-color: #ffffff; --text-color: #ffffff;
--input-color: #ffffff; --input-color: #ffffff;
--link-color: #ffffff; --link-color: #ffffff;

File diff suppressed because one or more lines are too long

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/theme-options/aquamarine.css?sha=e263f729d3f58f939c76a02c8ed89cb17b02fd5c"); @import url("/css/theme-options/aquamarine.css?sha=e263f729d3f58f939c76a02c8ed89cb17b02fd5c");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-abyss.css?sha=b64eb1f01cbd66a9dd888a96e62bb05ccf749802"); @import url("/css/community-theme-options/blackberry-abyss.css?sha=b64eb1f01cbd66a9dd888a96e62bb05ccf749802");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-amethyst.css?sha=1f1cd7d10acca7c00b54073724bb75e73c83a603"); @import url("/css/community-theme-options/blackberry-amethyst.css?sha=1f1cd7d10acca7c00b54073724bb75e73c83a603");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-carol.css?sha=0c7da8c7ad5257ee575adfed2e8ff3987fe3dfa1"); @import url("/css/community-theme-options/blackberry-carol.css?sha=3dcbd0b3591e253fca5dcce881a789d153a7a3c0");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-dreamscape.css?sha=adc24f5a940aa6f8e0061e4b1ad86126f95ba57f"); @import url("/css/community-theme-options/blackberry-dreamscape.css?sha=adc24f5a940aa6f8e0061e4b1ad86126f95ba57f");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-flamingo.css?sha=d075526c4af1caa77d1d6ccb11536b66aa993b99"); @import url("/css/community-theme-options/blackberry-flamingo.css?sha=d075526c4af1caa77d1d6ccb11536b66aa993b99");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-hearth.css?sha=5a139953a525ca38111fd2dfa815c686bc5dbb88"); @import url("/css/community-theme-options/blackberry-hearth.css?sha=5a139953a525ca38111fd2dfa815c686bc5dbb88");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-martian.css?sha=6eb4cd0529632fca270378f66f777182f4e2fb3e"); @import url("/css/community-theme-options/blackberry-martian.css?sha=6eb4cd0529632fca270378f66f777182f4e2fb3e");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-pumpkin.css?sha=0e4c45af378262c4705bc538fdc3357e24613098"); @import url("/css/community-theme-options/blackberry-pumpkin.css?sha=0e4c45af378262c4705bc538fdc3357e24613098");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-royal.css?sha=6aebe0c7f1aa26cb9822b1e44ebd7ffa628d981a"); @import url("/css/community-theme-options/blackberry-royal.css?sha=6aebe0c7f1aa26cb9822b1e44ebd7ffa628d981a");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-shadow.css?sha=b1ea4de97e26ef32b52edc79e0fb8aeee4a7d83d"); @import url("/css/community-theme-options/blackberry-shadow.css?sha=b1ea4de97e26ef32b52edc79e0fb8aeee4a7d83d");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-solar.css?sha=d53082caa15548ea53a518a9ca950eeab6a95059"); @import url("/css/community-theme-options/blackberry-solar.css?sha=d53082caa15548ea53a518a9ca950eeab6a95059");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-vanta.css?sha=5ae2f81e3d70a7a3f166ebfba6ae4ff050ea766d"); @import url("/css/community-theme-options/blackberry-vanta.css?sha=5ae2f81e3d70a7a3f166ebfba6ae4ff050ea766d");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/theme-options/dark.css?sha=08b228ea163be7beccc6bd88a6d002c4e172032e"); @import url("/css/theme-options/dark.css?sha=08b228ea163be7beccc6bd88a6d002c4e172032e");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/theme-options/dracula.css?sha=60d9ec4d3e22fe15d205242f41ce71d25c4cf056"); @import url("/css/theme-options/dracula.css?sha=60d9ec4d3e22fe15d205242f41ce71d25c4cf056");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/hotline-old.css?sha=4befb6edb8a0b329baa4319e3c6fec9856f1d76f"); @import url("/css/community-theme-options/hotline-old.css?sha=4befb6edb8a0b329baa4319e3c6fec9856f1d76f");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/theme-options/hotline.css?sha=5cba20990e5a70eef88445d3df6c7bc72bc22ac9"); @import url("/css/theme-options/hotline.css?sha=5cba20990e5a70eef88445d3df6c7bc72bc22ac9");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/theme-options/hotpink.css?sha=18ffb7ff0cf9d4ae97f09c2ccb980d8bb0fd9d3e"); @import url("/css/theme-options/hotpink.css?sha=18ffb7ff0cf9d4ae97f09c2ccb980d8bb0fd9d3e");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/mind.css?sha=6689c5111ff6eec40cce87e2ce7c659946fe00a1"); @import url("/css/community-theme-options/mind.css?sha=c01a8cabe8855cb522fd078e80f9798441a42638");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/theme-options/nord.css?sha=dc62b646ac8f48d4e1e8722f305f8a174e1a4447"); @import url("/css/theme-options/nord.css?sha=dc62b646ac8f48d4e1e8722f305f8a174e1a4447");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/onedark.css?sha=7754291defa741c805bb0aec4d647ba27fec9cca"); @import url("/css/community-theme-options/onedark.css?sha=7754291defa741c805bb0aec4d647ba27fec9cca");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/theme-options/organizr.css?sha=2a1ee65a26780204509f713f7ea2d5ebdc5bd057"); @import url("/css/theme-options/organizr.css?sha=2a1ee65a26780204509f713f7ea2d5ebdc5bd057");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/theme-options/overseerr.css?sha=eedb2e0df6cc892903b8716a05184c61577ebe20"); @import url("/css/theme-options/overseerr.css?sha=eedb2e0df6cc892903b8716a05184c61577ebe20");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/pine-shadow.css?sha=cc2adf274933630ff06539a244ba9fffff9090dc"); @import url("/css/community-theme-options/pine-shadow.css?sha=cc2adf274933630ff06539a244ba9fffff9090dc");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/theme-options/plex.css?sha=bce3fc8daf82f424f1c86672ede9aa07ad0cfdae"); @import url("/css/theme-options/plex.css?sha=fa39c140368ea73d3a07b1ffa0cff1e1b5c742cc");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/power.css?sha=3dc209c5ab792d0fb00407f361dc5b75040054e2"); @import url("/css/community-theme-options/power.css?sha=5b3c3054b6092318df20470ace034ee643276e44");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/reality.css?sha=cefddc8d27191a2e6fec826e80b2c83d107037c3"); @import url("/css/community-theme-options/reality.css?sha=21ef4c227d69b655b9a06f63f716cc880187866e");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/soul.css?sha=863105e7b6a608c6211d335be61cf6f0b3a5b629"); @import url("/css/community-theme-options/soul.css?sha=432029211cc7edad97fc1291c3226313a74bc4f8");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/theme-options/space-gray.css?sha=8c996eb8d2c729fe95861ed683e2a8993a413c93"); @import url("/css/theme-options/space-gray.css?sha=8c996eb8d2c729fe95861ed683e2a8993a413c93");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/space.css?sha=5fadc3d68221e85c2ebb4b0d5649b985a7681d23"); @import url("/css/community-theme-options/space.css?sha=ff3ec9e753c0a528b92a751f08c89745d4c959c1");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/time.css?sha=ee60b4f5f6e787181abe2ce5f56abc8dcceabd98"); @import url("/css/community-theme-options/time.css?sha=ac159ae02f02aca0eccf6b78dfb1d668323f530a");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); @import url("/css/base/adguard/adguard-base.css?sha=1fd3fc5800fed5cd019e4ef1b90506d1f7a3e70f");
@import url("https://theme-park.dev/css/community-theme-options/trueblack.css?sha=de3a1b7f21d63c3c9d72c16e03f90c7309ceb695"); @import url("/css/community-theme-options/trueblack.css?sha=de3a1b7f21d63c3c9d72c16e03f90c7309ceb695");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/theme-options/aquamarine.css?sha=e263f729d3f58f939c76a02c8ed89cb17b02fd5c"); @import url("/css/theme-options/aquamarine.css?sha=e263f729d3f58f939c76a02c8ed89cb17b02fd5c");

File diff suppressed because one or more lines are too long

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-abyss.css?sha=b64eb1f01cbd66a9dd888a96e62bb05ccf749802"); @import url("/css/community-theme-options/blackberry-abyss.css?sha=b64eb1f01cbd66a9dd888a96e62bb05ccf749802");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-amethyst.css?sha=1f1cd7d10acca7c00b54073724bb75e73c83a603"); @import url("/css/community-theme-options/blackberry-amethyst.css?sha=1f1cd7d10acca7c00b54073724bb75e73c83a603");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-carol.css?sha=0c7da8c7ad5257ee575adfed2e8ff3987fe3dfa1"); @import url("/css/community-theme-options/blackberry-carol.css?sha=3dcbd0b3591e253fca5dcce881a789d153a7a3c0");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-dreamscape.css?sha=adc24f5a940aa6f8e0061e4b1ad86126f95ba57f"); @import url("/css/community-theme-options/blackberry-dreamscape.css?sha=adc24f5a940aa6f8e0061e4b1ad86126f95ba57f");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-flamingo.css?sha=d075526c4af1caa77d1d6ccb11536b66aa993b99"); @import url("/css/community-theme-options/blackberry-flamingo.css?sha=d075526c4af1caa77d1d6ccb11536b66aa993b99");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-hearth.css?sha=5a139953a525ca38111fd2dfa815c686bc5dbb88"); @import url("/css/community-theme-options/blackberry-hearth.css?sha=5a139953a525ca38111fd2dfa815c686bc5dbb88");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-martian.css?sha=6eb4cd0529632fca270378f66f777182f4e2fb3e"); @import url("/css/community-theme-options/blackberry-martian.css?sha=6eb4cd0529632fca270378f66f777182f4e2fb3e");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-pumpkin.css?sha=0e4c45af378262c4705bc538fdc3357e24613098"); @import url("/css/community-theme-options/blackberry-pumpkin.css?sha=0e4c45af378262c4705bc538fdc3357e24613098");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-royal.css?sha=6aebe0c7f1aa26cb9822b1e44ebd7ffa628d981a"); @import url("/css/community-theme-options/blackberry-royal.css?sha=6aebe0c7f1aa26cb9822b1e44ebd7ffa628d981a");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-shadow.css?sha=b1ea4de97e26ef32b52edc79e0fb8aeee4a7d83d"); @import url("/css/community-theme-options/blackberry-shadow.css?sha=b1ea4de97e26ef32b52edc79e0fb8aeee4a7d83d");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-solar.css?sha=d53082caa15548ea53a518a9ca950eeab6a95059"); @import url("/css/community-theme-options/blackberry-solar.css?sha=d53082caa15548ea53a518a9ca950eeab6a95059");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-vanta.css?sha=5ae2f81e3d70a7a3f166ebfba6ae4ff050ea766d"); @import url("/css/community-theme-options/blackberry-vanta.css?sha=5ae2f81e3d70a7a3f166ebfba6ae4ff050ea766d");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/theme-options/dark.css?sha=08b228ea163be7beccc6bd88a6d002c4e172032e"); @import url("/css/theme-options/dark.css?sha=08b228ea163be7beccc6bd88a6d002c4e172032e");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/theme-options/dracula.css?sha=60d9ec4d3e22fe15d205242f41ce71d25c4cf056"); @import url("/css/theme-options/dracula.css?sha=60d9ec4d3e22fe15d205242f41ce71d25c4cf056");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/hotline-old.css?sha=4befb6edb8a0b329baa4319e3c6fec9856f1d76f"); @import url("/css/community-theme-options/hotline-old.css?sha=4befb6edb8a0b329baa4319e3c6fec9856f1d76f");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/theme-options/hotline.css?sha=5cba20990e5a70eef88445d3df6c7bc72bc22ac9"); @import url("/css/theme-options/hotline.css?sha=5cba20990e5a70eef88445d3df6c7bc72bc22ac9");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/theme-options/hotpink.css?sha=18ffb7ff0cf9d4ae97f09c2ccb980d8bb0fd9d3e"); @import url("/css/theme-options/hotpink.css?sha=18ffb7ff0cf9d4ae97f09c2ccb980d8bb0fd9d3e");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/mind.css?sha=6689c5111ff6eec40cce87e2ce7c659946fe00a1"); @import url("/css/community-theme-options/mind.css?sha=c01a8cabe8855cb522fd078e80f9798441a42638");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/theme-options/nord.css?sha=dc62b646ac8f48d4e1e8722f305f8a174e1a4447"); @import url("/css/theme-options/nord.css?sha=dc62b646ac8f48d4e1e8722f305f8a174e1a4447");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/onedark.css?sha=7754291defa741c805bb0aec4d647ba27fec9cca"); @import url("/css/community-theme-options/onedark.css?sha=7754291defa741c805bb0aec4d647ba27fec9cca");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/theme-options/organizr.css?sha=2a1ee65a26780204509f713f7ea2d5ebdc5bd057"); @import url("/css/theme-options/organizr.css?sha=2a1ee65a26780204509f713f7ea2d5ebdc5bd057");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/theme-options/overseerr.css?sha=eedb2e0df6cc892903b8716a05184c61577ebe20"); @import url("/css/theme-options/overseerr.css?sha=eedb2e0df6cc892903b8716a05184c61577ebe20");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/pine-shadow.css?sha=cc2adf274933630ff06539a244ba9fffff9090dc"); @import url("/css/community-theme-options/pine-shadow.css?sha=cc2adf274933630ff06539a244ba9fffff9090dc");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/theme-options/plex.css?sha=bce3fc8daf82f424f1c86672ede9aa07ad0cfdae"); @import url("/css/theme-options/plex.css?sha=fa39c140368ea73d3a07b1ffa0cff1e1b5c742cc");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/power.css?sha=3dc209c5ab792d0fb00407f361dc5b75040054e2"); @import url("/css/community-theme-options/power.css?sha=5b3c3054b6092318df20470ace034ee643276e44");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/reality.css?sha=cefddc8d27191a2e6fec826e80b2c83d107037c3"); @import url("/css/community-theme-options/reality.css?sha=21ef4c227d69b655b9a06f63f716cc880187866e");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/soul.css?sha=863105e7b6a608c6211d335be61cf6f0b3a5b629"); @import url("/css/community-theme-options/soul.css?sha=432029211cc7edad97fc1291c3226313a74bc4f8");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/theme-options/space-gray.css?sha=8c996eb8d2c729fe95861ed683e2a8993a413c93"); @import url("/css/theme-options/space-gray.css?sha=8c996eb8d2c729fe95861ed683e2a8993a413c93");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/space.css?sha=5fadc3d68221e85c2ebb4b0d5649b985a7681d23"); @import url("/css/community-theme-options/space.css?sha=ff3ec9e753c0a528b92a751f08c89745d4c959c1");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/time.css?sha=ee60b4f5f6e787181abe2ce5f56abc8dcceabd98"); @import url("/css/community-theme-options/time.css?sha=ac159ae02f02aca0eccf6b78dfb1d668323f530a");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bazarr/bazarr-base.css?sha=43d7ec0b6a346b35e3396cafce23e54110658a06"); @import url("/css/base/bazarr/bazarr-base.css?sha=3f64e954ddc41938c508ea5f274c70caf206f667");
@import url("https://theme-park.dev/css/community-theme-options/trueblack.css?sha=de3a1b7f21d63c3c9d72c16e03f90c7309ceb695"); @import url("/css/community-theme-options/trueblack.css?sha=de3a1b7f21d63c3c9d72c16e03f90c7309ceb695");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899"); @import url("/css/base/bitwarden/bitwarden-base.css?sha=bb2ae99fd77be9b33058b30ac55fd095e73160ed");
@import url("https://theme-park.dev/css/theme-options/aquamarine.css?sha=e263f729d3f58f939c76a02c8ed89cb17b02fd5c"); @import url("/css/theme-options/aquamarine.css?sha=e263f729d3f58f939c76a02c8ed89cb17b02fd5c");

File diff suppressed because one or more lines are too long

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899"); @import url("/css/base/bitwarden/bitwarden-base.css?sha=bb2ae99fd77be9b33058b30ac55fd095e73160ed");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-abyss.css?sha=b64eb1f01cbd66a9dd888a96e62bb05ccf749802"); @import url("/css/community-theme-options/blackberry-abyss.css?sha=b64eb1f01cbd66a9dd888a96e62bb05ccf749802");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899"); @import url("/css/base/bitwarden/bitwarden-base.css?sha=bb2ae99fd77be9b33058b30ac55fd095e73160ed");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-amethyst.css?sha=1f1cd7d10acca7c00b54073724bb75e73c83a603"); @import url("/css/community-theme-options/blackberry-amethyst.css?sha=1f1cd7d10acca7c00b54073724bb75e73c83a603");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899"); @import url("/css/base/bitwarden/bitwarden-base.css?sha=bb2ae99fd77be9b33058b30ac55fd095e73160ed");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-carol.css?sha=0c7da8c7ad5257ee575adfed2e8ff3987fe3dfa1"); @import url("/css/community-theme-options/blackberry-carol.css?sha=3dcbd0b3591e253fca5dcce881a789d153a7a3c0");

View File

@ -1,2 +1,2 @@
@import url("https://theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899"); @import url("/css/base/bitwarden/bitwarden-base.css?sha=bb2ae99fd77be9b33058b30ac55fd095e73160ed");
@import url("https://theme-park.dev/css/community-theme-options/blackberry-dreamscape.css?sha=adc24f5a940aa6f8e0061e4b1ad86126f95ba57f"); @import url("/css/community-theme-options/blackberry-dreamscape.css?sha=adc24f5a940aa6f8e0061e4b1ad86126f95ba57f");

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