diff --git a/.github/workflows/minify-and-deploy.yml b/.github/workflows/minify-and-deploy.yml index c0f620e5..5b3b1efb 100644 --- a/.github/workflows/minify-and-deploy.yml +++ b/.github/workflows/minify-and-deploy.yml @@ -3,6 +3,7 @@ on: push: branches: - master + - develop paths-ignore: - 'docker-mods/**' - '.github/**' @@ -32,6 +33,7 @@ jobs: git commit -m "themes.json" || echo "Ignore commit failure, proceed" git push || echo "Ignore push failure, proceed" - name: Minify CSS + if: ${{ github.ref == 'refs/heads/master' }} run: | sudo npm install -g minify@7.2.2 sudo apt-get update @@ -48,7 +50,7 @@ jobs: echo "Minified ${directory} > ${output_path}" } - find ./CSS -type f -iname *base.css | while read fname + find ./css -type f -iname *base.css | while read fname do if [[ "$fname" != *"min."* ]]; then minify_file $fname diff --git a/CSS/themes/adguard/aquamarine.css b/CSS/themes/adguard/aquamarine.css deleted file mode 100644 index afc32bec..00000000 --- a/CSS/themes/adguard/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* ADGUARD AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/adguard/adguard-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/adguard/dark.css b/CSS/themes/adguard/dark.css deleted file mode 100644 index 0e8e5f69..00000000 --- a/CSS/themes/adguard/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* ADGUARD DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/adguard/adguard-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/adguard/dracula.css b/CSS/themes/adguard/dracula.css deleted file mode 100644 index 31c20dac..00000000 --- a/CSS/themes/adguard/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* ADGUARD DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/adguard/adguard-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/adguard/hotline.css b/CSS/themes/adguard/hotline.css deleted file mode 100644 index 83563187..00000000 --- a/CSS/themes/adguard/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* ADGUARD HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/adguard/adguard-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/adguard/organizr-dark.css b/CSS/themes/adguard/organizr-dark.css deleted file mode 100644 index e9e80ff8..00000000 --- a/CSS/themes/adguard/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* ADGUARD ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/adguard/adguard-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/adguard/plex.css b/CSS/themes/adguard/plex.css deleted file mode 100644 index ca3ca5cd..00000000 --- a/CSS/themes/adguard/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* ADGUARD PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/adguard/adguard-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/adguard/space-gray.css b/CSS/themes/adguard/space-gray.css deleted file mode 100644 index 140597f7..00000000 --- a/CSS/themes/adguard/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* ADGUARD SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/adguard/adguard-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/bazarr/dracula.css b/CSS/themes/bazarr/dracula.css deleted file mode 100644 index da6dd4eb..00000000 --- a/CSS/themes/bazarr/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* BAZARR DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/bazarr/bazarr-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); diff --git a/CSS/themes/bazarr/hotline.css b/CSS/themes/bazarr/hotline.css deleted file mode 100644 index ea19e066..00000000 --- a/CSS/themes/bazarr/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* BAZARR HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/bazarr/bazarr-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/bazarr/organizr-dark.css b/CSS/themes/bazarr/organizr-dark.css deleted file mode 100644 index f7bd4e04..00000000 --- a/CSS/themes/bazarr/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* BAZARR ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/bazarr/bazarr-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/bazarr/plex.css b/CSS/themes/bazarr/plex.css deleted file mode 100644 index c5b5090e..00000000 --- a/CSS/themes/bazarr/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* BAZARR PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/bazarr/bazarr-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/bitwarden/aquamarine.css b/CSS/themes/bitwarden/aquamarine.css deleted file mode 100644 index 84dd541d..00000000 --- a/CSS/themes/bitwarden/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* BITWARDEN AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/bitwarden/bitwarden-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/bitwarden/dark.css b/CSS/themes/bitwarden/dark.css deleted file mode 100644 index eda2f098..00000000 --- a/CSS/themes/bitwarden/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* BITWARDEN DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/bitwarden/bitwarden-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/bitwarden/dracula.css b/CSS/themes/bitwarden/dracula.css deleted file mode 100644 index da3c7ed1..00000000 --- a/CSS/themes/bitwarden/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* BITWARDEN DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/bitwarden/bitwarden-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/bitwarden/hotline.css b/CSS/themes/bitwarden/hotline.css deleted file mode 100644 index 263b9f4d..00000000 --- a/CSS/themes/bitwarden/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* BITWARDEN HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/bitwarden/bitwarden-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/bitwarden/organizr-dark.css b/CSS/themes/bitwarden/organizr-dark.css deleted file mode 100644 index 27b82a69..00000000 --- a/CSS/themes/bitwarden/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* BITWARDEN ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/bitwarden/bitwarden-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/bitwarden/plex.css b/CSS/themes/bitwarden/plex.css deleted file mode 100644 index 6cf34f9f..00000000 --- a/CSS/themes/bitwarden/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* BITWARDEN PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/bitwarden/bitwarden-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/bitwarden/space-gray.css b/CSS/themes/bitwarden/space-gray.css deleted file mode 100644 index b6905cb7..00000000 --- a/CSS/themes/bitwarden/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* BITWARDEN SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/bitwarden/bitwarden-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/calibreweb/aquamarine.css b/CSS/themes/calibreweb/aquamarine.css deleted file mode 100644 index 1bace737..00000000 --- a/CSS/themes/calibreweb/aquamarine.css +++ /dev/null @@ -1,17 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* CALIBRE-WEB AQUAMARINE THEME */ -/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */ -@import url(https://theme-park.dev/CSS/themes/calibreweb/calibreweb-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/calibreweb/dark.css b/CSS/themes/calibreweb/dark.css deleted file mode 100644 index 20711bcc..00000000 --- a/CSS/themes/calibreweb/dark.css +++ /dev/null @@ -1,17 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* CALIBRE-WEB DARK THEME */ -/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */ -@import url(https://theme-park.dev/CSS/themes/calibreweb/calibreweb-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/calibreweb/dracula.css b/CSS/themes/calibreweb/dracula.css deleted file mode 100644 index bdc3b180..00000000 --- a/CSS/themes/calibreweb/dracula.css +++ /dev/null @@ -1,17 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* CALIBRE-WEB DRACULA THEME */ -/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */ -@import url(https://theme-park.dev/CSS/themes/calibreweb/calibreweb-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/calibreweb/hotline.css b/CSS/themes/calibreweb/hotline.css deleted file mode 100644 index d5b9426f..00000000 --- a/CSS/themes/calibreweb/hotline.css +++ /dev/null @@ -1,17 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* CALIBRE-WEB HOTLINE THEME */ -/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */ -@import url(https://theme-park.dev/CSS/themes/calibreweb/calibreweb-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/calibreweb/organizr-dark.css b/CSS/themes/calibreweb/organizr-dark.css deleted file mode 100644 index d14f9423..00000000 --- a/CSS/themes/calibreweb/organizr-dark.css +++ /dev/null @@ -1,17 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* CALIBRE-WEB ORGANIZR-DARK THEME */ -/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */ -@import url(https://theme-park.dev/CSS/themes/calibreweb/calibreweb-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/calibreweb/space-gray.css b/CSS/themes/calibreweb/space-gray.css deleted file mode 100644 index 05cf2ed3..00000000 --- a/CSS/themes/calibreweb/space-gray.css +++ /dev/null @@ -1,17 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* CALIBRE-WEB SPACE GRAY THEME */ -/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */ -@import url(https://theme-park.dev/CSS/themes/calibreweb/calibreweb-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/deluge/deluge-base.css b/CSS/themes/deluge/deluge-base.css index 89331d30..76794f13 100644 --- a/CSS/themes/deluge/deluge-base.css +++ b/CSS/themes/deluge/deluge-base.css @@ -104,14 +104,14 @@ } .x-deluge-all { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/all.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/all.png); background-position: left center; } .x-deluge-downloading, .x-btn .x-deluge-downloading, .x-deluge-peer { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/dling.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/dling.png); background-position: left center; } @@ -119,34 +119,34 @@ .x-btn .x-deluge-seeding, .deluge-torrents .seeding, .x-deluge-seed { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/uling.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/uling.png); background-position: left center; } .x-deluge-active, .x-deluge-traffic, .x-btn .x-deluge-traffic { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/active.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/active.png); background-position: left center; } .x-deluge-paused, .x-btn .x-deluge-paused, .deluge-torrents .paused { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/paused.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/paused.png); background-position: left center; } .x-deluge-queued, .x-btn .x-deluge-queued, .deluge-torrents .queued { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/queued.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/queued.png); background-position: left center; } .x-deluge-checking, .deluge-torrents .checking { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/checking.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/checking.png); background-position: left center; } @@ -154,36 +154,36 @@ .deluge-torrents .error, .icon-error, .x-not-connected { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/error.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/error.png) !important; background-position: left center; } .icon-ok { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/ok.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/ok.png) !important; background-position: left center; } .x-deluge-connections, .x-btn .x-deluge-connections { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/connections.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/connections.png) !important; background-position: left center; } .x-deluge-freespace, .x-btn .x-deluge-freespace { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/harddrive.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/harddrive.png) !important; background-position: left center; } .icon-move { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/move.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/move.png) !important; background-position: left center; } .icon-recheck, .x-deluge-find-more, .x-btn .x-deluge-find-more { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/search.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/search.png) !important; background-position: left center; } @@ -191,59 +191,59 @@ .icon-edit, .x-deluge-edit-trackers, .x-btn .x-deluge-edit-trackers { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/edit.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/edit.png) !important; background-position: left center; } .xg-hmenu-sort-asc .x-menu-item-icon { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/ascending.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/ascending.png) !important; background-position: left center; } .xg-hmenu-sort-desc .x-menu-item-icon { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/descending.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/descending.png) !important; background-position: left center; } .icon-update-tracker { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/update.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/update.png) !important; background-position: left center; } .icon-queue, .icon-upload-slots { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/queue.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/queue.png) !important; background-position: left center; } .x-deluge-install-plugin, .x-btn .x-deluge-install-plugin { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/plugin.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/plugin.png) !important; background-position: left center; } .x-deluge-connect-window-icon { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/connection_small.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/connection_small.png) !important; background-position: left center; } .x-deluge-connect-window-icon { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/connection_small.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/connection_small.png) !important; background-position: left center; } .x-deluge-connect-window-icon { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/connection_small.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/connection_small.png) !important; background-position: left center; } .icon-top { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/top.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/top.png) !important; background-position: left center; } .icon-bottom { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/bottom.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/bottom.png) !important; background-position: left center; } @@ -550,186 +550,186 @@ } .x-panel-tbar .icon-add { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/add.png) no-repeat 0 0 !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/add.png) no-repeat 0 0 !important; width: 24px !important; overflow: hidden; } .x-panel-tbar .icon-add:hover { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/add.png) no-repeat 0 -24px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/add.png) no-repeat 0 -24px !important; } .x-panel-tbar .icon-add:active { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/add.png) no-repeat 1px -23px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/add.png) no-repeat 1px -23px !important; } .x-panel-bbar .icon-add { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/add_small.png) no-repeat 0 0 !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/add_small.png) no-repeat 0 0 !important; } .x-panel-tbar .icon-remove { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/remove.png) no-repeat 0 0 !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/remove.png) no-repeat 0 0 !important; width: 24px !important; overflow: hidden; } .x-panel-tbar .icon-remove:hover { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/remove.png) no-repeat 0 -24px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/remove.png) no-repeat 0 -24px !important; } .x-panel-tbar .icon-remove:active { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/remove.png) no-repeat 1px -23px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/remove.png) no-repeat 1px -23px !important; } .x-panel-bbar .icon-remove { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/remove_small.png) no-repeat 0 0 !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/remove_small.png) no-repeat 0 0 !important; } .x-panel-tbar .icon-pause { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/pause.png) no-repeat 0 0 !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/pause.png) no-repeat 0 0 !important; width: 24px !important; overflow: hidden; } .x-panel-tbar .icon-pause:hover { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/pause.png) no-repeat 0 -24px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/pause.png) no-repeat 0 -24px !important; } .x-panel-tbar .icon-pause:active { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/pause.png) no-repeat 1px -23px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/pause.png) no-repeat 1px -23px !important; } .x-menu-item .icon-pause { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/paused.png) no-repeat 0 0 !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/paused.png) no-repeat 0 0 !important; } .x-panel-tbar .icon-resume { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/resume.png) no-repeat 0 0 !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/resume.png) no-repeat 0 0 !important; width: 24px !important; overflow: hidden; } .x-panel-tbar .icon-resume:hover { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/resume.png) no-repeat 0 -24px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/resume.png) no-repeat 0 -24px !important; } .x-panel-tbar .icon-resume:active { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/resume.png) no-repeat 1px -23px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/resume.png) no-repeat 1px -23px !important; } .x-menu-item .icon-resume { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/resume_small.png) no-repeat 0 0 !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/resume_small.png) no-repeat 0 0 !important; } .icon-remove { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/remove_small.png) no-repeat 0 0 !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/remove_small.png) no-repeat 0 0 !important; } .x-panel-tbar .icon-up { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/up.png) no-repeat 0 0 !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/up.png) no-repeat 0 0 !important; width: 24px !important; overflow: hidden; } .x-panel-tbar .icon-up:hover { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/up.png) no-repeat 0 -24px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/up.png) no-repeat 0 -24px !important; } .x-panel-tbar .icon-up:active { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/up.png) no-repeat 1px -23px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/up.png) no-repeat 1px -23px !important; } .icon-up { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/up_small.png) no-repeat 0 0 !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/up_small.png) no-repeat 0 0 !important; } .x-panel-tbar .icon-down { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/down.png) no-repeat 0 0 !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/down.png) no-repeat 0 0 !important; width: 24px !important; overflow: hidden; } .x-panel-tbar .icon-down:hover { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/down.png) no-repeat 0 -24px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/down.png) no-repeat 0 -24px !important; } .x-panel-tbar .icon-down:active { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/down.png) no-repeat 1px -23px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/down.png) no-repeat 1px -23px !important; } .icon-down { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/down_small.png) no-repeat 0 0 !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/down_small.png) no-repeat 0 0 !important; } .x-btn .x-deluge-preferences { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/settings.png) no-repeat 0 0 !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/settings.png) no-repeat 0 0 !important; width: 24px !important; overflow: hidden; } .x-btn .x-deluge-preferences:hover { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/settings.png) no-repeat 0 -24px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/settings.png) no-repeat 0 -24px !important; } .x-btn .x-deluge-preferences:active { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/settings.png) no-repeat 1px -23px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/settings.png) no-repeat 1px -23px !important; } .x-deluge-preferences { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/settings_small.png) no-repeat 0 4px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/settings_small.png) no-repeat 0 4px !important; } .icon-options { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/settings_small.png) no-repeat 0 0px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/settings_small.png) no-repeat 0 0px !important; } .x-deluge-connection-manager, .x-btn .x-deluge-connection-manager { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/connection.png) no-repeat 0 0 !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/connection.png) no-repeat 0 0 !important; width: 24px !important; overflow: hidden; } .x-deluge-connection-manager:hover, .x-btn .x-deluge-connection-manager:hover { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/connection.png) no-repeat 0 -24px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/connection.png) no-repeat 0 -24px !important; } .x-deluge-connection-manager:active, .x-btn .x-deluge-connection-manager:active { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/connection.png) no-repeat 1px -23px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/connection.png) no-repeat 1px -23px !important; } .icon-help { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/help.png) no-repeat 0 0 !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/help.png) no-repeat 0 0 !important; width: 24px !important; overflow: hidden; } .icon-help:hover { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/help.png) no-repeat 0 -24px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/help.png) no-repeat 0 -24px !important; } .icon-help:active { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/help.png) no-repeat 1px -23px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/help.png) no-repeat 1px -23px !important; } .icon-logout { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/logout.png) no-repeat 0 0 !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/logout.png) no-repeat 0 0 !important; width: 24px !important; overflow: hidden; } .icon-logout:hover { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/logout.png) no-repeat 0 -24px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/logout.png) no-repeat 0 -24px !important; } .icon-logout:active { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/logout.png) no-repeat 1px -23px !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/logout.png) no-repeat 1px -23px !important; } .x-deluge-main-panel { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/deluge.png) no-repeat 0 0 !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/deluge.png) no-repeat 0 0 !important; padding-left: 30px !important; } @@ -1296,7 +1296,7 @@ } .x-cols-icon { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/columns.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/columns.png); } .x-show-groups-icon { @@ -1372,15 +1372,15 @@ } .x-tree-node-expanded .x-tree-node-icon { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/folder.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/folder.png); } .x-tree-node-leaf .x-tree-node-icon { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/file.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/file.png); } .x-tree-node-collapsed .x-tree-node-icon { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/deluge/folder.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/deluge/folder.png); } .x-tree-node-loading .x-tree-node-icon { diff --git a/CSS/themes/dozzle/aquamarine.css b/CSS/themes/dozzle/aquamarine.css deleted file mode 100644 index bcd3527d..00000000 --- a/CSS/themes/dozzle/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* DOZZLE AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); diff --git a/CSS/themes/dozzle/dark.css b/CSS/themes/dozzle/dark.css deleted file mode 100644 index 77109a83..00000000 --- a/CSS/themes/dozzle/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* DOZZLE DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/dozzle/dracula.css b/CSS/themes/dozzle/dracula.css deleted file mode 100644 index 090907de..00000000 --- a/CSS/themes/dozzle/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* DOZZLE DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/dozzle/organizr-dark.css b/CSS/themes/dozzle/organizr-dark.css deleted file mode 100644 index 66232b81..00000000 --- a/CSS/themes/dozzle/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* DOZZLE ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/dozzle/plex.css b/CSS/themes/dozzle/plex.css deleted file mode 100644 index 6fe7b47b..00000000 --- a/CSS/themes/dozzle/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* DOZZLE PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/dozzle/space-gray.css b/CSS/themes/dozzle/space-gray.css deleted file mode 100644 index 3b5dbf1a..00000000 --- a/CSS/themes/dozzle/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* DOZZLE SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/duplicacy/aquamarine.css b/CSS/themes/duplicacy/aquamarine.css deleted file mode 100644 index 2f240e56..00000000 --- a/CSS/themes/duplicacy/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* DUPLICACY AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/duplicacy/duplicacy-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/duplicacy/dark.css b/CSS/themes/duplicacy/dark.css deleted file mode 100644 index cb496c66..00000000 --- a/CSS/themes/duplicacy/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* DUPLICACY DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/duplicacy/duplicacy-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/duplicacy/dracula.css b/CSS/themes/duplicacy/dracula.css deleted file mode 100644 index 81018d70..00000000 --- a/CSS/themes/duplicacy/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* DUPLICACY DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/duplicacy/duplicacy-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/duplicacy/hotline.css b/CSS/themes/duplicacy/hotline.css deleted file mode 100644 index f4f73372..00000000 --- a/CSS/themes/duplicacy/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* DUPLICACY HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/duplicacy/duplicacy-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/duplicacy/organizr-dark.css b/CSS/themes/duplicacy/organizr-dark.css deleted file mode 100644 index 635914cd..00000000 --- a/CSS/themes/duplicacy/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* DUPLICACY ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/duplicacy/duplicacy-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/duplicacy/plex.css b/CSS/themes/duplicacy/plex.css deleted file mode 100644 index 1fcff78c..00000000 --- a/CSS/themes/duplicacy/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* DUPLICACY PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/duplicacy/duplicacy-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/duplicacy/space-gray.css b/CSS/themes/duplicacy/space-gray.css deleted file mode 100644 index bf1a573c..00000000 --- a/CSS/themes/duplicacy/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* DUPLICACY SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/duplicacy/duplicacy-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/duplicati/duplicati-base.css b/CSS/themes/duplicati/duplicati-base.css index 40054b99..02066e66 100644 --- a/CSS/themes/duplicati/duplicati-base.css +++ b/CSS/themes/duplicati/duplicati-base.css @@ -53,12 +53,12 @@ body .container .footer { body .container .header .action-icons>.pause, body .container .header .action-icons-small>.pause { - background: url(https://theme-park.dev/Resources/duplicati/pause.png); + background: url(https://theme-park.dev/resources/duplicati/pause.png); } body .container .header .action-icons>.throttle, body .container .header .action-icons-small>.throttle { - background: url(https://theme-park.dev/Resources/duplicati/throttle.png); + background: url(https://theme-park.dev/resources/duplicati/throttle.png); } body .container .body .content div.add .steps .step.active span, @@ -209,27 +209,27 @@ body .container .body .contextmenu li a:hover { } body .container .body .mainmenu>ul>li>a.home { - background: url(https://theme-park.dev/Resources/duplicati/home.png) no-repeat 8px 7px; + background: url(https://theme-park.dev/resources/duplicati/home.png) no-repeat 8px 7px; } body .container .body .mainmenu>ul>li>a.add { - background: url(https://theme-park.dev/Resources/duplicati/add.png) no-repeat 8px 7px; + background: url(https://theme-park.dev/resources/duplicati/add.png) no-repeat 8px 7px; } body .container .body .mainmenu>ul>li>a.restore { - background: url(https://theme-park.dev/Resources/duplicati/restore.png) no-repeat 8px 7px; + background: url(https://theme-park.dev/resources/duplicati/restore.png) no-repeat 8px 7px; } body .container .body .mainmenu>ul>li>a.settings { - background: url(https://theme-park.dev/Resources/duplicati/settings.png) no-repeat 8px 7px; + background: url(https://theme-park.dev/resources/duplicati/settings.png) no-repeat 8px 7px; } body .container .body .mainmenu>ul>li>a.about { - background: url(https://theme-park.dev/Resources/duplicati/about.png) no-repeat 8px 7px; + background: url(https://theme-park.dev/resources/duplicati/about.png) no-repeat 8px 7px; } body .container .body .mainmenu>ul>li>a.logout { - background: url(https://theme-park.dev/Resources/duplicati/logout.png) no-repeat 8px 7px; + background: url(https://theme-park.dev/resources/duplicati/logout.png) no-repeat 8px 7px; } #threedotmenu_add_destination>ul>li>a>span { diff --git a/CSS/themes/emby/aquamarine.css b/CSS/themes/emby/aquamarine.css deleted file mode 100644 index 66f509c9..00000000 --- a/CSS/themes/emby/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* EMBY AQUAMARINE THEME */ -@import url("https://theme-park.dev/CSS/themes/emby/emby-base.css"); -@import url("https://theme-park.dev/CSS/variables/aquamarine.css"); diff --git a/CSS/themes/emby/dark.css b/CSS/themes/emby/dark.css deleted file mode 100644 index 0c0f9a81..00000000 --- a/CSS/themes/emby/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* EMBY DARK THEME */ -@import url("https://theme-park.dev/CSS/themes/emby/emby-base.css"); -@import url("https://theme-park.dev/CSS/variables/dark.css"); \ No newline at end of file diff --git a/CSS/themes/emby/dracula.css b/CSS/themes/emby/dracula.css deleted file mode 100644 index 2d151770..00000000 --- a/CSS/themes/emby/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* EMBY DRACULA THEME */ -@import url("https://theme-park.dev/CSS/themes/emby/emby-base.css"); -@import url("https://theme-park.dev/CSS/variables/dracula.css"); \ No newline at end of file diff --git a/CSS/themes/emby/emby-base.css b/CSS/themes/emby/emby-base.css index f41f2a0e..86b7f7a1 100644 --- a/CSS/themes/emby/emby-base.css +++ b/CSS/themes/emby/emby-base.css @@ -157,7 +157,7 @@ html { } .pageTitleWithDefaultLogo { - background-image: url(https://theme-park.dev/Resources/emby/logowhite.png) + background-image: url(https://theme-park.dev/resources/emby/logowhite.png) } .backgroundContainer, @@ -697,7 +697,7 @@ html { } .drawerLogo { - background-image: url(https://theme-park.dev/Resources/emby/logowhite.png); + background-image: url(https://theme-park.dev/resources/emby/logowhite.png); border-bottom-color: var(--line-background) } diff --git a/CSS/themes/emby/hotline.css b/CSS/themes/emby/hotline.css deleted file mode 100644 index c18712b7..00000000 --- a/CSS/themes/emby/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* EMBY HOTLINE THEME */ -@import url("https://theme-park.dev/CSS/themes/emby/emby-base.css"); -@import url("https://theme-park.dev/CSS/variables/hotline.css"); \ No newline at end of file diff --git a/CSS/themes/emby/organizr-dark.css b/CSS/themes/emby/organizr-dark.css deleted file mode 100644 index effa0204..00000000 --- a/CSS/themes/emby/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* EMBY ORGANIZR-DARK THEME */ -@import url("https://theme-park.dev/CSS/themes/emby/emby-base.css"); -@import url("https://theme-park.dev/CSS/variables/organizr-dark.css"); \ No newline at end of file diff --git a/CSS/themes/emby/plex.css b/CSS/themes/emby/plex.css deleted file mode 100644 index 07a96cab..00000000 --- a/CSS/themes/emby/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* EMBY PLEX THEME */ -@import url("https://theme-park.dev/CSS/themes/emby/emby-base.css"); -@import url("https://theme-park.dev/CSS/variables/plex.css"); \ No newline at end of file diff --git a/CSS/themes/emby/space-gray.css b/CSS/themes/emby/space-gray.css deleted file mode 100644 index a94dde95..00000000 --- a/CSS/themes/emby/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* EMBY SPACE GRAY THEME */ -@import url("https://theme-park.dev/CSS/themes/emby/emby-base.css"); -@import url("https://theme-park.dev/CSS/variables/space-gray.css"); \ No newline at end of file diff --git a/CSS/themes/filebrowser/aquamarine.css b/CSS/themes/filebrowser/aquamarine.css deleted file mode 100644 index a22f7784..00000000 --- a/CSS/themes/filebrowser/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* FILEBROWSER AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/filebrowser/filebrowser-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/filebrowser/dark.css b/CSS/themes/filebrowser/dark.css deleted file mode 100644 index 3d047ad7..00000000 --- a/CSS/themes/filebrowser/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* FILEBROWSER DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/filebrowser/filebrowser-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/filebrowser/dracula.css b/CSS/themes/filebrowser/dracula.css deleted file mode 100644 index 8884db45..00000000 --- a/CSS/themes/filebrowser/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* FILEBROWSER DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/filebrowser/filebrowser-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); diff --git a/CSS/themes/filebrowser/hotline.css b/CSS/themes/filebrowser/hotline.css deleted file mode 100644 index 26e64c69..00000000 --- a/CSS/themes/filebrowser/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* FILEBROWSER HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/filebrowser/filebrowser-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/filebrowser/organizr-dark.css b/CSS/themes/filebrowser/organizr-dark.css deleted file mode 100644 index bd2d89aa..00000000 --- a/CSS/themes/filebrowser/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* FILEBROWSER ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/filebrowser/filebrowser-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/filebrowser/plex.css b/CSS/themes/filebrowser/plex.css deleted file mode 100644 index 29a35a87..00000000 --- a/CSS/themes/filebrowser/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* FILEBROWSER PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/filebrowser/filebrowser-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/filebrowser/space-gray.css b/CSS/themes/filebrowser/space-gray.css deleted file mode 100644 index 8c617abc..00000000 --- a/CSS/themes/filebrowser/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* FILEBROWSER SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/filebrowser/filebrowser-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/flood/aquamarine.css b/CSS/themes/flood/aquamarine.css deleted file mode 100644 index 04bdd783..00000000 --- a/CSS/themes/flood/aquamarine.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* FLOOD AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/flood/flood-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/flood/dark.css b/CSS/themes/flood/dark.css deleted file mode 100644 index d0ea1620..00000000 --- a/CSS/themes/flood/dark.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* FLOOD DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/flood/flood-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/flood/dracula.css b/CSS/themes/flood/dracula.css deleted file mode 100644 index 6a731eb5..00000000 --- a/CSS/themes/flood/dracula.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* FLOOD DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/flood/flood-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/flood/hotline.css b/CSS/themes/flood/hotline.css deleted file mode 100644 index a50022a9..00000000 --- a/CSS/themes/flood/hotline.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* FLOOD HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/flood/flood-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/flood/organizr-dark.css b/CSS/themes/flood/organizr-dark.css deleted file mode 100644 index c7b4e6ad..00000000 --- a/CSS/themes/flood/organizr-dark.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* FLOOD ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/flood/flood-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/flood/plex.css b/CSS/themes/flood/plex.css deleted file mode 100644 index 97912f45..00000000 --- a/CSS/themes/flood/plex.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* FLOOD PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/flood/flood-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/flood/space-gray.css b/CSS/themes/flood/space-gray.css deleted file mode 100644 index dfacc3e3..00000000 --- a/CSS/themes/flood/space-gray.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* FLOOD SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/flood/flood-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/gaps/aquamarine.css b/CSS/themes/gaps/aquamarine.css deleted file mode 100644 index f69b0ae4..00000000 --- a/CSS/themes/gaps/aquamarine.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GAPS AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/gaps/gaps-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/gaps/dark.css b/CSS/themes/gaps/dark.css deleted file mode 100644 index 11035207..00000000 --- a/CSS/themes/gaps/dark.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GAPS DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/gaps/gaps-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/gaps/dracula.css b/CSS/themes/gaps/dracula.css deleted file mode 100644 index b1a81dea..00000000 --- a/CSS/themes/gaps/dracula.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GAPS DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/gaps/gaps-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/gaps/hotline.css b/CSS/themes/gaps/hotline.css deleted file mode 100644 index 9120a11d..00000000 --- a/CSS/themes/gaps/hotline.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GAPS HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/gaps/gaps-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/gaps/organizr-dark.css b/CSS/themes/gaps/organizr-dark.css deleted file mode 100644 index 79da0c3d..00000000 --- a/CSS/themes/gaps/organizr-dark.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GAPS ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/gaps/gaps-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/gaps/plex.css b/CSS/themes/gaps/plex.css deleted file mode 100644 index 021b6e24..00000000 --- a/CSS/themes/gaps/plex.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GAPS PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/gaps/gaps-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/gaps/space-gray.css b/CSS/themes/gaps/space-gray.css deleted file mode 100644 index 2e47b70f..00000000 --- a/CSS/themes/gaps/space-gray.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GAPS SPACE-GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/gaps/gaps-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/gitea/aquamarine.css b/CSS/themes/gitea/aquamarine.css deleted file mode 100644 index 96ad4eb6..00000000 --- a/CSS/themes/gitea/aquamarine.css +++ /dev/null @@ -1,17 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GITEA AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/gitea/gitea-base.css); -@import url(https://theme-park.dev/CSS/themes/gitea/chroma.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/gitea/dark.css b/CSS/themes/gitea/dark.css deleted file mode 100644 index a5d33054..00000000 --- a/CSS/themes/gitea/dark.css +++ /dev/null @@ -1,17 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GITEA DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/gitea/gitea-base.css); -@import url(https://theme-park.dev/CSS/themes/gitea/chroma.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/gitea/dracula.css b/CSS/themes/gitea/dracula.css deleted file mode 100644 index 1ae47b8e..00000000 --- a/CSS/themes/gitea/dracula.css +++ /dev/null @@ -1,17 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GITEA DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/gitea/gitea-base.css); -@import url(https://theme-park.dev/CSS/themes/gitea/chroma.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/gitea/hotline.css b/CSS/themes/gitea/hotline.css deleted file mode 100644 index 7c2e2eec..00000000 --- a/CSS/themes/gitea/hotline.css +++ /dev/null @@ -1,17 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GITEA HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/gitea/gitea-base.css); -@import url(https://theme-park.dev/CSS/themes/gitea/chroma.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/gitea/organizr-dark.css b/CSS/themes/gitea/organizr-dark.css deleted file mode 100644 index 4a560419..00000000 --- a/CSS/themes/gitea/organizr-dark.css +++ /dev/null @@ -1,17 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GITEA ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/gitea/gitea-base.css); -@import url(https://theme-park.dev/CSS/themes/gitea/chroma.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/gitea/plex.css b/CSS/themes/gitea/plex.css deleted file mode 100644 index e0e7deda..00000000 --- a/CSS/themes/gitea/plex.css +++ /dev/null @@ -1,17 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GITEA PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/gitea/gitea-base.css); -@import url(https://theme-park.dev/CSS/themes/gitea/chroma.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/gitea/space-gray.css b/CSS/themes/gitea/space-gray.css deleted file mode 100644 index b4a5776b..00000000 --- a/CSS/themes/gitea/space-gray.css +++ /dev/null @@ -1,17 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GITEA SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/gitea/gitea-base.css); -@import url(https://theme-park.dev/CSS/themes/gitea/chroma.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/grafana/aquamarine.css b/CSS/themes/grafana/aquamarine.css deleted file mode 100644 index 13ccbb76..00000000 --- a/CSS/themes/grafana/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GRAFANA AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/grafana/grafana-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/grafana/dark.css b/CSS/themes/grafana/dark.css deleted file mode 100644 index 57faa57b..00000000 --- a/CSS/themes/grafana/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GRAFANA DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/grafana/grafana-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/grafana/dracula.css b/CSS/themes/grafana/dracula.css deleted file mode 100644 index 8a94c085..00000000 --- a/CSS/themes/grafana/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GRAFANA DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/grafana/grafana-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/grafana/hotline.css b/CSS/themes/grafana/hotline.css deleted file mode 100644 index a120df98..00000000 --- a/CSS/themes/grafana/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GRAFANA HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/grafana/grafana-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/grafana/organizr-dark.css b/CSS/themes/grafana/organizr-dark.css deleted file mode 100644 index 57fcc81a..00000000 --- a/CSS/themes/grafana/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GRAFANA ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/grafana/grafana-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/grafana/organizr-dashboard.css b/CSS/themes/grafana/organizr-dashboard.css index 7c1c49be..5817f4a4 100644 --- a/CSS/themes/grafana/organizr-dashboard.css +++ b/CSS/themes/grafana/organizr-dashboard.css @@ -250,8 +250,8 @@ div.flot-text { @import url(https://theme-park.dev/CSS/themes/grafana/grafana-base.css); :root { - --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; - --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; + --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/resources/preset-light2.png") center center/cover no-repeat fixed; + --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/resources/preset-dark2.png") center center/cover no-repeat fixed; --button-color: #cc7b19; --button-color-hover: #e59029; diff --git a/CSS/themes/grafana/plex.css b/CSS/themes/grafana/plex.css deleted file mode 100644 index fe2a00a1..00000000 --- a/CSS/themes/grafana/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LIDARR PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/grafana/grafana-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/grafana/space-gray.css b/CSS/themes/grafana/space-gray.css deleted file mode 100644 index 7bd9006d..00000000 --- a/CSS/themes/grafana/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GRAFANA SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/grafana/grafana-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/guacamole/aquamarine.css b/CSS/themes/guacamole/aquamarine.css deleted file mode 100644 index 3d44a5f5..00000000 --- a/CSS/themes/guacamole/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GUACAMOLE AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/guacamole/guacamole-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/guacamole/dark.css b/CSS/themes/guacamole/dark.css deleted file mode 100644 index f4309c29..00000000 --- a/CSS/themes/guacamole/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GUACAMOLE DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/guacamole/guacamole-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/guacamole/dracula.css b/CSS/themes/guacamole/dracula.css deleted file mode 100644 index 5d23dcd7..00000000 --- a/CSS/themes/guacamole/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GUACAMOLE DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/guacamole/guacamole-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/guacamole/guacamole-base.css b/CSS/themes/guacamole/guacamole-base.css index dbcdb851..11ad4368 100644 --- a/CSS/themes/guacamole/guacamole-base.css +++ b/CSS/themes/guacamole/guacamole-base.css @@ -201,73 +201,73 @@ textarea { .connection .icon.vnc, .connection .icon.rdp { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-monitor.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/guacamole/guac-monitor.png); } .connection .icon.ssh, .connection .icon.telnet { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-text.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/guacamole/guac-text.png); } .user-menu .menu-dropdown .menu-title { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-user.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/guacamole/guac-user.png); background-color: transparent; } .user-menu .menu-dropdown .menu-contents li a[href="#/"] { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-home-dark.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/guacamole/guac-home-dark.png); } .user-menu .menu-dropdown .menu-contents li a[href="#/settings/users"], .user-menu .menu-dropdown .menu-contents li a[href="#/settings/connections"], .user-menu .menu-dropdown .menu-contents li a[href="#/settings/sessions"], .user-menu .menu-dropdown .menu-contents li a[href="#/settings/preferences"] { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-config-dark.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/guacamole/guac-config-dark.png); } .user-menu .menu-dropdown .menu-contents li a.logout { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-logout-dark.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/guacamole/guac-logout-dark.png); } .icon.user { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-user.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/guacamole/guac-user.png); } .pager .icon.first-page { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-first-page.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/guacamole/guac-first-page.png); } .pager .icon.prev-page { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-prev-page.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/guacamole/guac-prev-page.png); } .pager .icon.next-page { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-next-page.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/guacamole/guac-next-page.png); } .pager .icon.last-page { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/guac-last-page.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/guacamole/guac-last-page.png); } .loading::before { - background-image: url('https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/cog.png'); + background-image: url('https://raw.githubusercontent.com/gilbN/theme.park/master/resources/guacamole/cog.png'); } table.sorted th.sort-primary.sort-descending:after { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/up.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/guacamole/up.png); } .menu-dropdown .menu-indicator { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/down.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/guacamole/down.png); } .menu-dropdown .menu-indicator:hover { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/down.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/guacamole/down.png); color: #f9be03; } table.sorted th.sort-primary:after { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/down.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/guacamole/down.png); } thead { @@ -338,7 +338,7 @@ table.sorted td { } .filter .search-string { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/magnifier.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/guacamole/magnifier.png) !important; background-repeat: no-repeat !important; background-size: 1.75em !important; background-position: .25em center !important; @@ -515,11 +515,11 @@ textarea { } .manage-user .page-tabs .page-list li.linked a[href]:before { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/checkmark.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/guacamole/checkmark.png); } .manage-user .page-tabs .page-list li.read-only a[href]:before { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/lock.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/guacamole/lock.png); } .manage-user .notice.read-only { diff --git a/CSS/themes/guacamole/hotline.css b/CSS/themes/guacamole/hotline.css deleted file mode 100644 index 8a63020b..00000000 --- a/CSS/themes/guacamole/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GUACAMOLE HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/guacamole/guacamole-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/guacamole/organizr-dark.css b/CSS/themes/guacamole/organizr-dark.css deleted file mode 100644 index b5287bea..00000000 --- a/CSS/themes/guacamole/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GUACAMOLE ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/guacamole/guacamole-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/guacamole/plex.css b/CSS/themes/guacamole/plex.css deleted file mode 100644 index 20cfbf8f..00000000 --- a/CSS/themes/guacamole/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GUACAMOLE PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/guacamole/guacamole-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/guacamole/space-gray.css b/CSS/themes/guacamole/space-gray.css deleted file mode 100644 index e8395427..00000000 --- a/CSS/themes/guacamole/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* GUACAMOLE SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/guacamole/guacamole-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/jackett/aquamarine.css b/CSS/themes/jackett/aquamarine.css deleted file mode 100644 index aa91be25..00000000 --- a/CSS/themes/jackett/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* JACKETT AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/jackett/jackett-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/jackett/dark.css b/CSS/themes/jackett/dark.css deleted file mode 100644 index 606e5abc..00000000 --- a/CSS/themes/jackett/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* JACKETT DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/jackett/jackett-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/jackett/dracula.css b/CSS/themes/jackett/dracula.css deleted file mode 100644 index b54219bb..00000000 --- a/CSS/themes/jackett/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* JACKETT AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/jackett/jackett-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); diff --git a/CSS/themes/jackett/hotline.css b/CSS/themes/jackett/hotline.css deleted file mode 100644 index 66558674..00000000 --- a/CSS/themes/jackett/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* JACKETT HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/jackett/jackett-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/jackett/organizr-dark.css b/CSS/themes/jackett/organizr-dark.css deleted file mode 100644 index 9e65a985..00000000 --- a/CSS/themes/jackett/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* JACKETT ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/jackett/jackett-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/jackett/plex.css b/CSS/themes/jackett/plex.css deleted file mode 100644 index 66ceeb7b..00000000 --- a/CSS/themes/jackett/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* JACKETT PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/jackett/jackett-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/jackett/space-gray.css b/CSS/themes/jackett/space-gray.css deleted file mode 100644 index 9e6a35a3..00000000 --- a/CSS/themes/jackett/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* JACKETT SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/jackett/jackett-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/jellyfin/aquamarine.css b/CSS/themes/jellyfin/aquamarine.css deleted file mode 100644 index dd22e0c2..00000000 --- a/CSS/themes/jellyfin/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* JELLYFIN AQUAMARINE THEME */ -@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css"); -@import url("https://theme-park.dev/CSS/variables/aquamarine.css"); \ No newline at end of file diff --git a/CSS/themes/jellyfin/dark.css b/CSS/themes/jellyfin/dark.css deleted file mode 100644 index 49a0f6f2..00000000 --- a/CSS/themes/jellyfin/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* JELLYFIN DARK THEME */ -@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css"); -@import url("https://theme-park.dev/CSS/variables/dark.css"); \ No newline at end of file diff --git a/CSS/themes/jellyfin/dracula.css b/CSS/themes/jellyfin/dracula.css deleted file mode 100644 index 96331d78..00000000 --- a/CSS/themes/jellyfin/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* JELLYFIN AQUAMARINE THEME */ -@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css"); -@import url("https://theme-park.dev/CSS/variables/dracula.css"); \ No newline at end of file diff --git a/CSS/themes/jellyfin/hotline.css b/CSS/themes/jellyfin/hotline.css deleted file mode 100644 index 4ab8178f..00000000 --- a/CSS/themes/jellyfin/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* JELLYFIN HOTLINE THEME */ -@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css"); -@import url("https://theme-park.dev/CSS/variables/hotline.css"); \ No newline at end of file diff --git a/CSS/themes/jellyfin/organizr-dark.css b/CSS/themes/jellyfin/organizr-dark.css deleted file mode 100644 index 77fefb28..00000000 --- a/CSS/themes/jellyfin/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* JELLYFIN ORGANIZR-DARK THEME */ -@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css"); -@import url("https://theme-park.dev/CSS/variables/organizr-dark.css"); \ No newline at end of file diff --git a/CSS/themes/jellyfin/plex.css b/CSS/themes/jellyfin/plex.css deleted file mode 100644 index b96a5671..00000000 --- a/CSS/themes/jellyfin/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* JELLYFIN PLEX THEME */ -@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css"); -@import url("https://theme-park.dev/CSS/variables/plex.css"); \ No newline at end of file diff --git a/CSS/themes/jellyfin/space-gray.css b/CSS/themes/jellyfin/space-gray.css deleted file mode 100644 index 97c7ccfa..00000000 --- a/CSS/themes/jellyfin/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* JELLYFIN SPACE GRAY THEME */ -@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css"); -@import url("https://theme-park.dev/CSS/variables/space-gray.css"); \ No newline at end of file diff --git a/CSS/themes/kitana/aquamarine.css b/CSS/themes/kitana/aquamarine.css deleted file mode 100644 index 5403f8d5..00000000 --- a/CSS/themes/kitana/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* KITANA AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/kitana/kitana-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/kitana/dark.css b/CSS/themes/kitana/dark.css deleted file mode 100644 index bf5868c9..00000000 --- a/CSS/themes/kitana/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* KITANA DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/kitana/kitana-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/kitana/hotline.css b/CSS/themes/kitana/hotline.css deleted file mode 100644 index 16334a3d..00000000 --- a/CSS/themes/kitana/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* KITANA HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/kitana/kitana-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/kitana/plex.css b/CSS/themes/kitana/plex.css deleted file mode 100644 index 8c11ffd0..00000000 --- a/CSS/themes/kitana/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* KITANA PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/kitana/kitana-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/kitana/space-gray.css b/CSS/themes/kitana/space-gray.css deleted file mode 100644 index f18a8f89..00000000 --- a/CSS/themes/kitana/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* KITANA SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/kitana/kitana-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/lazylibrarian/aquamarine.css b/CSS/themes/lazylibrarian/aquamarine.css deleted file mode 100644 index 76d2c7d2..00000000 --- a/CSS/themes/lazylibrarian/aquamarine.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LAZYLIBRARIAN AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/lazylibrarian/lazylibrarian-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/lazylibrarian/dark.css b/CSS/themes/lazylibrarian/dark.css deleted file mode 100644 index 2af944f5..00000000 --- a/CSS/themes/lazylibrarian/dark.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LAZYLIBRARIAN DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/lazylibrarian/lazylibrarian-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/lazylibrarian/dracula.css b/CSS/themes/lazylibrarian/dracula.css deleted file mode 100644 index a7536090..00000000 --- a/CSS/themes/lazylibrarian/dracula.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LAZYLIBRARIAN DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/lazylibrarian/lazylibrarian-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/lazylibrarian/hotline.css b/CSS/themes/lazylibrarian/hotline.css deleted file mode 100644 index 6d25329a..00000000 --- a/CSS/themes/lazylibrarian/hotline.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LAZYLIBRARIAN HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/lazylibrarian/lazylibrarian-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/lazylibrarian/organizr-dark.css b/CSS/themes/lazylibrarian/organizr-dark.css deleted file mode 100644 index a9dd28d5..00000000 --- a/CSS/themes/lazylibrarian/organizr-dark.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LAZYLIBRARIAN ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/lazylibrarian/lazylibrarian-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/lazylibrarian/plex.css b/CSS/themes/lazylibrarian/plex.css deleted file mode 100644 index 3c672139..00000000 --- a/CSS/themes/lazylibrarian/plex.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LAZYLIBRARIAN PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/lazylibrarian/lazylibrarian-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/lazylibrarian/space-gray.css b/CSS/themes/lazylibrarian/space-gray.css deleted file mode 100644 index ad33b152..00000000 --- a/CSS/themes/lazylibrarian/space-gray.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LAZYLIBRARIAN SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/lazylibrarian/lazylibrarian-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); diff --git a/CSS/themes/librespeed/aquamarine.css b/CSS/themes/librespeed/aquamarine.css deleted file mode 100644 index d5dc9bcc..00000000 --- a/CSS/themes/librespeed/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LIBRESPEED AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/librespeed/librespeed-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/librespeed/dark.css b/CSS/themes/librespeed/dark.css deleted file mode 100644 index 67d87231..00000000 --- a/CSS/themes/librespeed/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LIBRESPEED DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/librespeed/librespeed-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/librespeed/dracula.css b/CSS/themes/librespeed/dracula.css deleted file mode 100644 index b1e818f6..00000000 --- a/CSS/themes/librespeed/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LIBRESPEED DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/librespeed/librespeed-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/librespeed/hotline.css b/CSS/themes/librespeed/hotline.css deleted file mode 100644 index 139a9fd9..00000000 --- a/CSS/themes/librespeed/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LIBRESPEED HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/librespeed/librespeed-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/librespeed/organizr-dark.css b/CSS/themes/librespeed/organizr-dark.css deleted file mode 100644 index 2291a3cc..00000000 --- a/CSS/themes/librespeed/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LIBRESPEED ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/librespeed/librespeed-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/librespeed/plex.css b/CSS/themes/librespeed/plex.css deleted file mode 100644 index 523b4cbf..00000000 --- a/CSS/themes/librespeed/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LIBRESPEED PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/librespeed/librespeed-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/librespeed/space-gray.css b/CSS/themes/librespeed/space-gray.css deleted file mode 100644 index ffbf73ce..00000000 --- a/CSS/themes/librespeed/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LIBRESPEED SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/librespeed/librespeed-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/lidarr/aquamarine.css b/CSS/themes/lidarr/aquamarine.css deleted file mode 100644 index 961d0e3d..00000000 --- a/CSS/themes/lidarr/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LIDARR AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/lidarr/lidarr-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/lidarr/dark.css b/CSS/themes/lidarr/dark.css deleted file mode 100644 index 36c3cd84..00000000 --- a/CSS/themes/lidarr/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LIDARR DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/lidarr/lidarr-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/lidarr/dracula.css b/CSS/themes/lidarr/dracula.css deleted file mode 100644 index be2d44ad..00000000 --- a/CSS/themes/lidarr/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LIDARR AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/lidarr/lidarr-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/lidarr/hotline.css b/CSS/themes/lidarr/hotline.css deleted file mode 100644 index 404d2f2d..00000000 --- a/CSS/themes/lidarr/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LIDARR HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/lidarr/lidarr-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/lidarr/organizr-dark.css b/CSS/themes/lidarr/organizr-dark.css deleted file mode 100644 index a9147528..00000000 --- a/CSS/themes/lidarr/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LIDARR ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/lidarr/lidarr-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/lidarr/space-gray.css b/CSS/themes/lidarr/space-gray.css deleted file mode 100644 index 35baaaea..00000000 --- a/CSS/themes/lidarr/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LIDARR SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/lidarr/lidarr-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/logarr/aquamarine.css b/CSS/themes/logarr/aquamarine.css deleted file mode 100644 index e8c868af..00000000 --- a/CSS/themes/logarr/aquamarine.css +++ /dev/null @@ -1,21 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LOGARR AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/logarr/logarr-base.css); -:root { - --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; - --button-color: hsla(0,0%,100%,.15); - --button-color-hover: hsla(0,0%,100%,.30); -} \ No newline at end of file diff --git a/CSS/themes/logarr/dark.css b/CSS/themes/logarr/dark.css deleted file mode 100644 index cc80df58..00000000 --- a/CSS/themes/logarr/dark.css +++ /dev/null @@ -1,21 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LOGARR DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/logarr/logarr-base.css); -:root { - --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; - --button-color: #cc7b19; - --button-color-hover: #e59029; - } \ No newline at end of file diff --git a/CSS/themes/logarr/hotline.css b/CSS/themes/logarr/hotline.css deleted file mode 100644 index 819a299e..00000000 --- a/CSS/themes/logarr/hotline.css +++ /dev/null @@ -1,21 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LOGARR HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/logarr/logarr-base.css); -:root { - --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; - --button-color: hsla(0,0%,100%,.15); - --button-color-hover: hsla(0,0%,100%,.30); -} \ No newline at end of file diff --git a/CSS/themes/logarr/logarr-base.css b/CSS/themes/logarr/logarr-base.css index 8adf9708..7d6be72b 100644 --- a/CSS/themes/logarr/logarr-base.css +++ b/CSS/themes/logarr/logarr-base.css @@ -163,7 +163,7 @@ body.fade-out { .expandtoggle:checked~.expandtoggle::before { content: ""; - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/logarr/increase.png) no-repeat; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/logarr/increase.png) no-repeat; background-size: 2em; display: inline-block; width: 2em; @@ -172,7 +172,7 @@ body.fade-out { } .expandtoggle::before { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/logarr/decrease.png) no-repeat; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/logarr/decrease.png) no-repeat; background-size: 2em; content: ""; display: inline-block; diff --git a/CSS/themes/logarr/organizr-dark.css b/CSS/themes/logarr/organizr-dark.css deleted file mode 100644 index bd68791f..00000000 --- a/CSS/themes/logarr/organizr-dark.css +++ /dev/null @@ -1,21 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LOGARR ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/logarr/logarr-base.css); -:root { - --main-bg-color: #1f1f1f; - --modal-bg-color: #1b1b1b; - --button-color: #2cabe3; - --button-color-hover: rgb(44 171 227 / .8); - } \ No newline at end of file diff --git a/CSS/themes/logarr/plex.css b/CSS/themes/logarr/plex.css deleted file mode 100644 index 79d0069f..00000000 --- a/CSS/themes/logarr/plex.css +++ /dev/null @@ -1,21 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LOGARR PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/logarr/logarr-base.css); -:root { - --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; - --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; - --button-color: #cc7b19; - --button-color-hover: #e59029; - } \ No newline at end of file diff --git a/CSS/themes/logarr/space-gray.css b/CSS/themes/logarr/space-gray.css deleted file mode 100644 index d9a573a6..00000000 --- a/CSS/themes/logarr/space-gray.css +++ /dev/null @@ -1,21 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LOGARR SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/logarr/logarr-base.css); -:root { - --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; - --button-color: #607D8B; - --button-color-hover: #81a6b7; -} \ No newline at end of file diff --git a/CSS/themes/monitorr/aquamarine.css b/CSS/themes/monitorr/aquamarine.css deleted file mode 100644 index cb430e04..00000000 --- a/CSS/themes/monitorr/aquamarine.css +++ /dev/null @@ -1,21 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* MONIITORR AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/monitorr/monitorr-base.css); -:root { - --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; - --button-color: hsla(0,0%,100%,.15); - --button-color-hover: hsla(0,0%,100%,.30); -} \ No newline at end of file diff --git a/CSS/themes/monitorr/dark.css b/CSS/themes/monitorr/dark.css deleted file mode 100644 index 1c90457b..00000000 --- a/CSS/themes/monitorr/dark.css +++ /dev/null @@ -1,21 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* MONITORR DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/monitorr/monitorr-base.css); -:root { - --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; - --button-color: #cc7b19; - --button-color-hover: #e59029; - } \ No newline at end of file diff --git a/CSS/themes/monitorr/hotline.css b/CSS/themes/monitorr/hotline.css deleted file mode 100644 index 7198c33e..00000000 --- a/CSS/themes/monitorr/hotline.css +++ /dev/null @@ -1,21 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* MONITORR HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/monitorr/monitorr-base.css); -:root { - --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; - --button-color: hsla(0,0%,100%,.15); - --button-color-hover: hsla(0,0%,100%,.30); -} \ No newline at end of file diff --git a/CSS/themes/monitorr/organizr-dark.css b/CSS/themes/monitorr/organizr-dark.css deleted file mode 100644 index 2ec9dfd9..00000000 --- a/CSS/themes/monitorr/organizr-dark.css +++ /dev/null @@ -1,21 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* MONITORR ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/monitorr/monitorr-base.css); -:root { - --main-bg-color: #1f1f1f; - --modal-bg-color: #1b1b1b; - --button-color: #2cabe3; - --button-color-hover: rgb(44 171 227 / .8); - } \ No newline at end of file diff --git a/CSS/themes/monitorr/plex.css b/CSS/themes/monitorr/plex.css deleted file mode 100644 index 7f6cbedc..00000000 --- a/CSS/themes/monitorr/plex.css +++ /dev/null @@ -1,21 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* MONITORR PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/monitorr/monitorr-base.css); -:root { - --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; - --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; - --button-color: #cc7b19; - --button-color-hover: #e59029; - } \ No newline at end of file diff --git a/CSS/themes/monitorr/space-gray.css b/CSS/themes/monitorr/space-gray.css deleted file mode 100644 index 9fb2ee34..00000000 --- a/CSS/themes/monitorr/space-gray.css +++ /dev/null @@ -1,21 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* MONIITORR AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/monitorr/monitorr-base.css); -:root { - --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; - --button-color: #607D8B; - --button-color-hover: #81a6b7; -} \ No newline at end of file diff --git a/CSS/themes/moviematch/aquamarine.css b/CSS/themes/moviematch/aquamarine.css deleted file mode 100644 index 16d66052..00000000 --- a/CSS/themes/moviematch/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* MOVIEMATCH AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/moviematch/moviematch-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/moviematch/dark.css b/CSS/themes/moviematch/dark.css deleted file mode 100644 index c0a5d173..00000000 --- a/CSS/themes/moviematch/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* MOVIEMATCH DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/moviematch/moviematch-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/moviematch/dracula.css b/CSS/themes/moviematch/dracula.css deleted file mode 100644 index 6d4d55b9..00000000 --- a/CSS/themes/moviematch/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* MOVIEMATCH DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/moviematch/moviematch-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/moviematch/hotline.css b/CSS/themes/moviematch/hotline.css deleted file mode 100644 index e7131288..00000000 --- a/CSS/themes/moviematch/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* MOVIEMATCH HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/moviematch/moviematch-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/moviematch/organizr-dark.css b/CSS/themes/moviematch/organizr-dark.css deleted file mode 100644 index abbc5e02..00000000 --- a/CSS/themes/moviematch/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* MOVIEMATCH ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/moviematch/moviematch-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/moviematch/plex.css b/CSS/themes/moviematch/plex.css deleted file mode 100644 index 045a168f..00000000 --- a/CSS/themes/moviematch/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* MOVIEMATCH PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/moviematch/moviematch-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/moviematch/space-gray.css b/CSS/themes/moviematch/space-gray.css deleted file mode 100644 index 00966fe1..00000000 --- a/CSS/themes/moviematch/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* MOVIEMATCH SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/moviematch/moviematch-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/netdata/aquamarine.css b/CSS/themes/netdata/aquamarine.css deleted file mode 100644 index 71152b81..00000000 --- a/CSS/themes/netdata/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NETDATA AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/netdata/netdata-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/netdata/dark.css b/CSS/themes/netdata/dark.css deleted file mode 100644 index a84f0254..00000000 --- a/CSS/themes/netdata/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NETDATA DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/netdata/netdata-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/netdata/dracula.css b/CSS/themes/netdata/dracula.css deleted file mode 100644 index 7bd82af3..00000000 --- a/CSS/themes/netdata/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NETDATA AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/netdata/netdata-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/netdata/hotline.css b/CSS/themes/netdata/hotline.css deleted file mode 100644 index ee4253e5..00000000 --- a/CSS/themes/netdata/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NETDATA HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/netdata/netdata-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/netdata/plex.css b/CSS/themes/netdata/plex.css deleted file mode 100644 index 8edbfec3..00000000 --- a/CSS/themes/netdata/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NETDATA PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/netdata/netdata-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/netdata/space-gray.css b/CSS/themes/netdata/space-gray.css deleted file mode 100644 index 26a880aa..00000000 --- a/CSS/themes/netdata/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NETDATA SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/netdata/netdata-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/nzbget/aquamarine.css b/CSS/themes/nzbget/aquamarine.css deleted file mode 100644 index ecfeb00d..00000000 --- a/CSS/themes/nzbget/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NZBGET AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/nzbget/nzbget-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/nzbget/dark.css b/CSS/themes/nzbget/dark.css deleted file mode 100644 index 7b2e74f1..00000000 --- a/CSS/themes/nzbget/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NZBGET DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/nzbget/nzbget-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/nzbget/dracula.css b/CSS/themes/nzbget/dracula.css deleted file mode 100644 index 1f9e8c83..00000000 --- a/CSS/themes/nzbget/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NZBGET DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/nzbget/nzbget-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/nzbget/hotline.css b/CSS/themes/nzbget/hotline.css deleted file mode 100644 index 23001957..00000000 --- a/CSS/themes/nzbget/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NZBGET HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/nzbget/nzbget-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/nzbget/nzbget-base.css b/CSS/themes/nzbget/nzbget-base.css index ad3517ab..aa241067 100644 --- a/CSS/themes/nzbget/nzbget-base.css +++ b/CSS/themes/nzbget/nzbget-base.css @@ -234,7 +234,7 @@ div.check:hover { [class*=" icon-"], [class^="img-"], [class*=" img-"] { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/nzbget/icons.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/nzbget/icons.png); } .navbar-search .search-query { diff --git a/CSS/themes/nzbget/organizr-dark.css b/CSS/themes/nzbget/organizr-dark.css deleted file mode 100644 index 383f039a..00000000 --- a/CSS/themes/nzbget/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NZBGET ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/nzbget/nzbget-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/nzbget/plex.css b/CSS/themes/nzbget/plex.css deleted file mode 100644 index c936f760..00000000 --- a/CSS/themes/nzbget/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NZBGET PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/nzbget/nzbget-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/nzbget/space-gray.css b/CSS/themes/nzbget/space-gray.css deleted file mode 100644 index e9614ec6..00000000 --- a/CSS/themes/nzbget/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NZBGET SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/nzbget/nzbget-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/nzbhydra2/aquamarine.css b/CSS/themes/nzbhydra2/aquamarine.css deleted file mode 100644 index 967f2fda..00000000 --- a/CSS/themes/nzbhydra2/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NZBHYDRA2 AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); diff --git a/CSS/themes/nzbhydra2/dark.css b/CSS/themes/nzbhydra2/dark.css deleted file mode 100644 index 847d7b53..00000000 --- a/CSS/themes/nzbhydra2/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NZBHYDRA2 DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/nzbhydra2/dracula.css b/CSS/themes/nzbhydra2/dracula.css deleted file mode 100644 index 8840c3e9..00000000 --- a/CSS/themes/nzbhydra2/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NZBHYDRA2 DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); diff --git a/CSS/themes/nzbhydra2/hotline.css b/CSS/themes/nzbhydra2/hotline.css deleted file mode 100644 index e9cbd404..00000000 --- a/CSS/themes/nzbhydra2/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NZBHYDRA2 HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/nzbhydra2/organizr-dark.css b/CSS/themes/nzbhydra2/organizr-dark.css deleted file mode 100644 index 829df7a6..00000000 --- a/CSS/themes/nzbhydra2/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NZBHYDRA2 ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/nzbhydra2/plex.css b/CSS/themes/nzbhydra2/plex.css deleted file mode 100644 index 2e9de9b7..00000000 --- a/CSS/themes/nzbhydra2/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NZBHYDRA2 PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/nzbhydra2/space-gray.css b/CSS/themes/nzbhydra2/space-gray.css deleted file mode 100644 index 0abc591c..00000000 --- a/CSS/themes/nzbhydra2/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* NZBHYDRA2 SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); diff --git a/CSS/themes/ombi/aquamarine.css b/CSS/themes/ombi/aquamarine.css deleted file mode 100644 index d362ead7..00000000 --- a/CSS/themes/ombi/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* OMBI AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/ombi/ombi-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/ombi/dark.css b/CSS/themes/ombi/dark.css deleted file mode 100644 index 4ae182cd..00000000 --- a/CSS/themes/ombi/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* OMBI DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/ombi/ombi-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); diff --git a/CSS/themes/ombi/dracula.css b/CSS/themes/ombi/dracula.css deleted file mode 100644 index 1040afad..00000000 --- a/CSS/themes/ombi/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* OMBI DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/ombi/ombi-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); diff --git a/CSS/themes/ombi/hotline.css b/CSS/themes/ombi/hotline.css deleted file mode 100644 index d60dab23..00000000 --- a/CSS/themes/ombi/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* OMBI HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/ombi/ombi-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/ombi/organizr-dark.css b/CSS/themes/ombi/organizr-dark.css deleted file mode 100644 index 7387385d..00000000 --- a/CSS/themes/ombi/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* OMBI ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/ombi/ombi-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); diff --git a/CSS/themes/ombi/plex.css b/CSS/themes/ombi/plex.css deleted file mode 100644 index eb2d93b6..00000000 --- a/CSS/themes/ombi/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* OMBI PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/ombi/ombi-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/ombi/space-gray.css b/CSS/themes/ombi/space-gray.css deleted file mode 100644 index 3d4dfe97..00000000 --- a/CSS/themes/ombi/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* OMBI SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/ombi/ombi-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); diff --git a/CSS/themes/organizr/aquamarine.css b/CSS/themes/organizr/aquamarine.css deleted file mode 100644 index 7cc76fd8..00000000 --- a/CSS/themes/organizr/aquamarine.css +++ /dev/null @@ -1,26 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* ORGANIZR AQUAMARINE THEME */ -@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css"); -@import url("https://theme-park.dev/CSS/variables/aquamarine.css"); - -/* APP VARS */ -:root { - --calendar-tv-premier: #FFEB3B; - --calendar-tv-missing: #ff7676; - --calendar-tv-available: #53e69d; - --calendar-tv-unreleased: #eeeeee; - --calendar-movie-missing: #ff7676; - --calendar-movie-available: #53e69d; - --calendar-movie-unreleased: #eeeeee; - } diff --git a/CSS/themes/organizr/dark.css b/CSS/themes/organizr/dark.css deleted file mode 100644 index 6e26068e..00000000 --- a/CSS/themes/organizr/dark.css +++ /dev/null @@ -1,27 +0,0 @@ -/* -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* ORGANIZR DARK THEME */ -@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css"); -@import url("https://theme-park.dev/CSS/variables/dark.css"); - -/* APP VARS */ -:root { - --calendar-tv-premier: #FFEB3B; - --calendar-tv-missing: #ff7676; - --calendar-tv-available: #53e69d; - --calendar-tv-unreleased: #eeeeee; - --calendar-movie-missing: #ff7676; - --calendar-movie-available: #53e69d; - --calendar-movie-unreleased: #eeeeee; - } diff --git a/CSS/themes/organizr/dracula.css b/CSS/themes/organizr/dracula.css deleted file mode 100644 index c35eb23a..00000000 --- a/CSS/themes/organizr/dracula.css +++ /dev/null @@ -1,26 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* ORGANIZR DRACULA THEME */ -@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css"); -@import url("https://theme-park.dev/CSS/variables/dracula.css"); - -/* APP VARS */ -:root { - --calendar-tv-premier: #FFEB3B; - --calendar-tv-missing: #ff7676; - --calendar-tv-available: #53e69d; - --calendar-tv-unreleased: #eeeeee; - --calendar-movie-missing: #ff7676; - --calendar-movie-available: #53e69d; - --calendar-movie-unreleased: #eeeeee; - } \ No newline at end of file diff --git a/CSS/themes/organizr/hotline.css b/CSS/themes/organizr/hotline.css deleted file mode 100644 index 88058eff..00000000 --- a/CSS/themes/organizr/hotline.css +++ /dev/null @@ -1,26 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* ORGANIZR HOTLINE THEME */ -@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css"); -@import url("https://theme-park.dev/CSS/variables/hotline.css"); - -/* APP VARS */ -:root { - --calendar-tv-premier: #FFEB3B; - --calendar-tv-missing: #ff7676; - --calendar-tv-available: #53e69d; - --calendar-tv-unreleased: #eeeeee; - --calendar-movie-missing: #ff7676; - --calendar-movie-available: #53e69d; - --calendar-movie-unreleased: #eeeeee; - } \ No newline at end of file diff --git a/CSS/themes/organizr/organizr-base-old.css b/CSS/themes/organizr/organizr-base-old.css deleted file mode 100644 index 2a4813b1..00000000 --- a/CSS/themes/organizr/organizr-base-old.css +++ /dev/null @@ -1,1366 +0,0 @@ -html { - background: var(--main-bg-color); -} - -body { - color: white; -} - -.panel .panel-heading .panel-title { - color: #ffffff; -} - -.dataTables_wrapper .dataTables_filter, -.dataTables_wrapper .dataTables_length, -.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, -.dataTables_wrapper, -.dataTables_info, -.text-dark, -.drop-title, -.tabs-style-flip nav a, -.text-dark .bg-title .breadcrumb a, -.daterangepicker .input-mini, -.dd-handle, -.dd3-content, -.dropify-wrapper, -.form-control, -.panel-default .panel-heading, -.panel-white .panel-heading, -.select2-container .select2-choice, -.steamline .sl-right div>a, -.white-box .box-title, -a.list-group-item, -button.list-group-item, -h1, -h2, -h3, -h4, -h5, -h6, -.panel-default .panel-body, -.panel-white .panel-body { - color: #ffffff !important; -} - -/* Scrollbar */ -@media only screen and (min-width: 768px) { - html { - height: 100%; - width: 100%; - overflow: hidden; - } - - body { - overflow-y: auto; - height: 100%; - background: var(--main-bg-color) - } -} - -::-webkit-scrollbar { - width: 14px; -} - -::-webkit-scrollbar-thumb { - min-height: 50px; - border: 3px solid transparent; - border-radius: 8px; - background-color: hsla(0, 0%, 100%, .2); - background-clip: padding-box; -} - -::-webkit-scrollbar-track { - background-color: transparent; -} - -::-webkit-scrollbar-thumb:hover { - min-height: 50px; - border: 3px solid transparent; - border-radius: 8px; - background-color: hsla(0, 0%, 100%, .5); - background-clip: padding-box; -} - -/* Header */ -.navbar-header { - background: transparent !important; -} - -@media (max-width: 480px) { - .navbar-header { - background: var(--main-bg-color) !important; - } -} - -.nav .open>a, -.nav .open>a:focus, -.nav .open>a:hover { - background: transparent; -} - -.navbar-default { - background-color: transparent; -} - -.dropdown-menu { - background: var(--modal-bg-color); -} - -.chat-list .odd .chat-text { - background: rgba(255, 255, 255, 0.15); -} - -/* Background */ -#page-wrapper { - background: var(--main-bg-color) !important; -} - -/* Update bar */ -.progress-bar-primary { - background: var(--modal-bg-color); -} - -/* Lockscreen */ -.lock-screen { - background: var(--main-bg-color) !important; -} - -/* Buttons */ -.btn-primary, -.btn-primary.disabled { - background: rgba(0, 0, 0, 0.25); - border: 1px solid transparent; -} - -.btn-primary:hover { - background: rgba(0, 0, 0, 0.45); - border: 1px solid rgba(0, 0, 0, 0); -} - -.form-material .form-control, -.form-material .form-control:focus { - background: #1f1f1f; - border-radius: 3px; - padding: inherit; -} - -.lock-screen>.login-box { - width: 400px; - margin: 10% auto 0; - height: initial; - position: initial; -} - -/* Sidebar/settings */ -#internal-Settings, -.active-tab-Settings, -.sidebar body[data-active-tab=""], -.sidebar { - background: var(--main-bg-color) !important; -} - -.sidebar, -.sidebar { - background: transparent; - box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.6); -} - -.sidebar-head { - background: var(--main-bg-color) !important; -} - -#side-menu li a { - color: #ffffff; -} - -#side-menu li a:focus, -#side-menu li a:hover { - color: #fff; - background: rgba(255, 255, 255, .08) !important; -} - -#side-menu li a.active { - box-shadow: inset 4px 0 0 0 var(--link-color); -} - -.label-inverse { - background: var(--custom-buttons-color); -} - -.tabLoaded { - -webkit-filter: drop-shadow(0 0 5px var(--link-color)); - filter: drop-shadow(0 0 5px var(--link-color)); -} - -/*input form control dropdown*/ -.form-control, -select { - background: rgba(0, 0, 0, .25); - color: #fff; - border: 1px transparent; -} - -.form-control:focus, -select:focus { - color: #fff !important; - background: #1f1f1f; - border: 1px transparent; - transition: all 0ms linear 0s; -} - -/* Settings */ -.bg-title { - background: rgba(0, 0, 0, 0.15); -} - -.content-wrap { - background: var(--main-bg-color) !important; -} - -.swal-modal.bg-org { - background: var(--main-bg-color); -} - -.panel-wrapper>.bg-org .tab-content { - background-color: transparent !important; -} - -.panel-blue .panel-heading, -.panel-info .panel-heading { - border-color: #ffffff; - color: #fff; - background-color: rgba(0, 0, 0, 0.15); -} - -.panel { - background: transparent; -} - -.panel-body { - background: transparent !important; -} - -.nav-tabs>li>a:hover { - background: rgba(0, 0, 0, 0.15); -} - -.bg-org { - background-color: transparent !important; -} - -.tab-content>.active { - display: block; - background: var(--main-bg-color); -} - -/* Settings - tables */ -.panel .table { - background: var(--main-bg-color) !important; -} - -/* User Management */ -#settings-user-manage-users tr.jsgrid-header-row th { - background: rgba(0, 0, 0, .0); -} - -#settings-user-manage-users .jsgrid-grid-body td { - background: rgba(0, 0, 0, .0) !important; -} - -#settings-user-manage-users .jsgrid-selected-row td { - background: rgba(0, 0, 0, .15) !important -} - -/* iframe sandbox */ -.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { - color: #ffffff; -} - -.select2-container--default .select2-selection--multiple .select2-selection__choice { - background-color: #00000094; - border: 1px solid #00000000; - color: #ffffff; -} - -/* error page */ -.error-box { - top: 10%; - background: var(--main-bg-color); -} - -/*error page background */ -#internal-Settings, -#preloader, -.preloader, -.active-tab-Settings, -.error-page { - background: var(--main-bg-color); -} - -/*Speed test footer and circles*/ -.white-popup .panel-footer { - background: var(--main-bg-color); - border-top: 1px solid #fff; -} - -.css-bar-lg:after { - background: #1f1f1f !important; -} - -/* Settings - menu tabs */ -.sttabs nav { - background: rgba(0, 0, 0, 0); -} - -.tabs-style-flip nav li.tab-current a::after { - background-color: rgba(0, 0, 0, .15) !important; - -webkit-transform: none !important; - transform: none !important; - border-radius: 0px !important; -} - -.tabs-style-flip nav a::after { - background: rgba(0, 0, 0, 0) !important; - transition: none; - -webkit-transform: none; - transform: none; -} - -.tabs-style-flip nav a:hover { - background: rgba(255, 255, 255, .05) !important; -} - -.nav-tabs>li.active>a, -.nav-tabs>li.active>a:hover { - background-color: none !important; -} - -.tabs-style-flip nav li.tab-current a:hover { - color: #ffffff; - background: rgba(0, 0, 0, 0) !important; -} - -.tabs-style-flip nav li.tab-current a { - color: var(--link-color) !important; -} - -/* Settings - custom css */ -.ace_gutter { - background: rgba(0, 0, 0, .3) !important; - color: #fff !important; -} - -/* Settings - image manager */ -.el-element-overlay .white-box { - background: transparent !important; -} - -/* Settings - news panel */ -#organizrNewsPanel .panel-body { - background: rgba(0, 0, 0, 0.15) !important; -} - -/* Settings - tab editor panel */ -.table-hover>tbody>tr:hover, -.table-striped>tbody>tr:nth-of-type(odd), -.table>tbody>tr.active>td, -.table>tbody>tr.active>th, -.table>tbody>tr>td.active, -.table>tbody>tr>th.active, -.table>tfoot>tr.active>td, -.table>tfoot>tr.active>th, -.table>tfoot>tr>td.active, -.table>tfoot>tr>th.active, -.table>thead>tr.active>td, -.table>thead>tr.active>th, -.table>thead>tr>td.active, -.table>thead>tr>th.active { - background-color: rgba(0, 0, 0, 0.15) !important; -} - -.table-hover>tbody>tr:hover { - background: rgba(0, 0, 0, .15) !important; -} - -#tabEditorTable .btn-info.btn-outline { - color: var(--custom-buttons-color); -} - -#tabEditorTable .btn-info.btn-outline:hover, -#tabEditorTable .btn-info.btn-outline:focus { - color: white; - background: var(--custom-buttons-color); -} - -/* Settings - popup modal */ -.white-popup .panel-heading, -.white-popup>.col-md-6>.white-box:first-child { - background: var(--main-bg-color) !important; -} - -.white-popup .panel-body, -.white-popup>.col-md-6>.white-box:nth-child(2) { - background: var(--main-bg-color) !important; -} - -.panel-blue a:hover, -.panel-info a:hover { - color: #ffffff; -} - -.customtab li.active a, -.customtab li.active a:focus, -.customtab li.active a:hover, -.nav-tabs>li.active>a, -.nav-tabs>li.active>a:focus, -.nav-tabs>li.active>a:hover { - background: rgba(0, 0, 0, 0.25); -} - -.white-popup-block { - background: var(--main-bg-color) !important; -} - -.nav-tabs>li>a { - color: #ffffff; -} - -.modal-content, -.modal-header, -.modal-footer, -.modal-body { - background: var(--main-bg-color) !important; -} - -.close:focus, -.close:hover { - color: #fff; -} - -.has-success .control-label { - color: var(--link-color); -} - -/* Settings - save button */ -.btn-info, -.btn-info.disabled { - background: rgba(0, 0, 0, 0.25); - border: none; -} - -.btn-info.disabled.focus, -.btn-info.disabled:focus, -.btn-info.disabled:hover, -.btn-info.focus, -.btn-info:focus, -.btn-info:hover { - background: rgba(0, 0, 0, 0.45); - border: none; -} - -.btn-info.active, -.btn-info:active, -.open>.dropdown-toggle.btn-info, -.btn-info:active:hover { - background-color: #1b1a1a; - border-color: #1b1a1a; -} - -/* Settings logs */ - -.table-striped>tbody>tr:nth-of-type(odd) { - background: rgba(0, 0, 0, .15) !important; -} - -.table-striped>tbody>tr:nth-of-type(odd):hover { - background: rgba(0, 0, 0, .25) !important; -} - -table.dataTable>tbody>tr:nth-of-type(even) { - background: rgba(0, 0, 0, .15) !important; -} - -table.dataTable>tbody>tr:nth-of-type(even):hover { - background: rgba(0, 0, 0, .25) !important; -} - -.dataTables_wrapper .dataTables_paginate .paginate_button.current, -.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { - background: rgba(0, 0, 0, .08) !important; - color: var(--link-color) !important; - border: 0 !important; - border-radius: 0 !important; - margin: 0 !important; - transition: none; -} - -.dataTables_wrapper .dataTables_paginate .paginate_button { - background: rgba(0, 0, 0, .15); - color: rgba(255, 255, 255, .7) !important; - border: 0 !important; - border-radius: 0 !important; - margin: 0 !important; - transition: none; -} - -.dataTables_wrapper .dataTables_paginate .paginate_button:hover, -.nav-tabs li a:hover { - background: rgba(255, 255, 255, .08) !important; - color: #eee !important; -} - -.nav-tabs>li.active>a, -.nav-tabs>li.active>a:hover { - background: rgba(0, 0, 0, 0.25) !important; -} - -/* Settings - custom CSS */ -.ace-idle-fingers { - background-color: rgba(0, 0, 0, 0.15) !important; - background: rgba(0, 0, 0, 0.15) !important; -} - -.ace_gutter { - background: rgba(0, 0, 0, .3) !important; - color: #eee !important; -} - -/* custom buttons */ -.cbutton { - background-color: rgba(255, 255, 255, 0.2) !important; - border-radius: 3px !important; - border-color: transparent !important; -} - -/* Calendar */ -.fc-day-header a, -.fc-day-number, -.fc-list-heading-main { - color: #FFF; - cursor: pointer !important; - transition: color .2s ease; -} - -.fc-unthemed th, -.fc-unthemed td, -.fc-unthemed thead, -.fc-unthemed .fc-divider, -.fc-unthemed .fc-row, -.fc-unthemed .fc-popover { - border-color: transparent; - background: rgba(0, 0, 0, 0.05); -} - -.bg-theme, -.fc-day-header { - background: rgba(0, 0, 0, .3) !important; -} - -.bg-theme, -.fc th.fc-sun, -.fc th.fc-tue, -.fc th.fc-thu, -.fc th.fc-sat, -.fc th.fc-mon, -.fc th.fc-wed, -.fc th.fc-fri, -.fc-button { - background-color: rgba(0, 0, 0, 0.25) !important; -} - -th.fc-day-header.fc-widget-header.fc-today { - background-color: rgba(0, 0, 0, 0.25) !important; -} - -.fc-widget-content.fc-today { - background-color: rgba(255, 255, 255, 0.25) !important; -} - -.fc-popover { - background: var(--modal-bg-color); -} - -/*TV Missing icon and status*/ -#calendar .fa.fa-tv.text-danger, -#calendar .fc-time.tv.text-danger { - color: var(--calendar-tv-missing); -} - -/*TV Available icon and status*/ -#calendar .fa.fa-tv.text-success, -#calendar .fc-time.tv.text-success { - color: var(--calendar-tv-available); -} - -/*TV Unreleased icon and status*/ -#calendar .fa.fa-tv.text-info, -#calendar .fc-time.tv.text-info { - color: var(--calendar-tv-unreleased); -} - -/*TV Premier icon and status*/ -#calendar .fa.fa-tv.text-primary, -#calendar .fc-time.tv.text-primary, -#calendar .fa.fa-tv.text-purple, -#calendar .fc-time.tv.text-purple { - color: var(--calendar-tv-premier); -} - -/*Movie Missing icon and status*/ -#calendar .fa.fa-film.text-danger:before { - color: var(--calendar-movie-missing); -} - -#calendar .fa.fa-film.text-danger:after { - content: " Missing"; - font-family: Rubik, sans-serif; - font-weight: 500; - color: var(--calendar-movie-missing); -} - -/*Movie Available icon and status*/ -#calendar .fa.fa-film.text-success:before { - color: var(--calendar-movie-available); -} - -#calendar .fa.fa-film.text-success:after { - content: " Available"; - font-family: Rubik, sans-serif; - font-weight: 500; - color: var(--calendar-movie-available); -} - -/*Movie Unreleased icon and status*/ -#calendar .fa.fa-film.text-info:before { - color: var(--calendar-movie-unreleased); -} - -#calendar .fa.fa-film.text-info:after { - content: " Unreleased"; - font-family: Rubik, sans-serif; - font-weight: 500; - color: var(--calendar-movie-unreleased); -} - - -/* Homepage Now playing card */ -.nowPlayingItem>.white-box>.el-card-item { - background: rgba(0, 0, 0, 0.15) !important; - -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); - box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); -} - -.icon-film, -.icon-control-play, -.icon-screen-desktop, -.icon-control-pause { - color: white !important; -} - -.label-info { - background: var(--custom-buttons-color); -} - -.white-box { - background: var(--main-bg-color); -} - -/* Homepage headers */ -.panel-default .panel-heading, -.fc-toolbar { - background: transparent !important; - padding: 20px 0px; -} - -/* Homepage buttons */ -#homepage-items .btn-group .btn { - background: 0 0 !important; - color: rgba(255, 255, 255, .7) !important; - padding: 6px 12px; - margin: 0 12.5px; - transition: color .2s ease; -} - -#homepageOrderdeluge .mailbox-widget .customtab li.active a, -#homepageOrderqBittorrent .mailbox-widget .customtab li.active a, -#homepageOrderrTorrent .mailbox-widget .customtab li.active a, -#homepageOrdertransmission .mailbox-widget .customtab li.active a { - height: auto; - padding: 5px 5px 0px 5px; - cursor: pointer; - font-weight: 400; -} - -#homepageOrderdeluge .ti-download:before, -#homepageOrderqBittorrent .ti-download:before, -#homepageOrderrTorrent .ti-download:before, -#homepageOrdertransmission .ti-download:before { - display: none; -} - -#homepageOrderdeluge .white-box, -#homepageOrderqBittorrent .white-box, -#homepageOrderrTorrent .white-box, -#homepageOrdertransmission .white-box { - padding-right: 0px !important; -} - -/* #homepage-items .white-box { - padding-left: 0px !important; - }*/ -#homepage-items .nav-tabs>li.active>a, -.nav-tabs>li.active>a:hover { - cursor: pointer; - opacity: 1; - background: rgba(0, 0, 0, 0.25) !important; -} - -#homepageOrderdownloader .nav-tabs>li.active>a, -.nav-tabs>li.active .nav>li>a, -#homepageOrderdownloader .nav-tabs>li>a, -.nav-tabs>li .nav>li>a { - padding: 10px 12.5px; -} - -#homepageOrderdownloader .nav-tabs>li.active>a, -.nav-tabs>li.active .nav>li>a .customtab, -#homepageOrderdownloader .nav-tabs { - padding: 10px 12.5px; -} - -#homepageOrderdownloader ul.nav.customtab.nav-tabs.m-t-5.nav-tabs>li.active>a, -#homepageOrderdownloader ul.nav.customtab.nav-tabs.m-t-5.nav-tabs>li>a { - padding: 10px 11.5px !important; -} - -#homepageOrderdownloader .nav-tabs>li.active>a:hover, -#homepageOrderdownloader .nav-tabs>li.active:hover { - background: rgba(0, 0, 0, 0.25) !important; - opacity: 1; -} - -#homepageOrderdownloader .downloaderCount { - margin-top: -20px !important; -} - -#homepageOrderdownloader .mailbox-widget .customtab li a { - padding: 20px 15px 5px 15px; -} - -#homepageOrderdownloader .customtab li a { - padding: 20px 15px 5px 15px !important; -} - -#homepageOrderdownloader .mailbox-widget .customtab li a:hover { - opacity: 1; -} - -/* Homepage calendar buttons */ -.fc-next-button, -.fc-prev-button { - background: 0 0 !important; - color: rgba(255, 255, 255, .7) !important; - border: 0 !important; -} - -.btn-group.open .dropdown-toggle, -.fc-state-default { - text-shadow: none; - box-shadow: none; -} - -.fc-button:hover { - background: rgba(255, 255, 255, .08) !important; -} - -.fc-button { - background: rgba(0, 0, 0, 0) !important; - color: #fff; - border-radius: 0 !important; - border: 0 !important; - text-transform: uppercase; -} - -/* Homepage ombi - request triangle */ -.inside-request-div { - background-color: var(--link-color) !important; -} - -/* Homepage ombi - dropdown */ -#homepage-items .btn-group .btn { - background: 0 0 !important; - color: rgba(255, 255, 255, .7) !important; - padding: 6px 12px; - margin: 0 12.5px; - transition: color .2s ease; -} - -.btn-group.open, -.dropdown-toggle, -.fc-state-default { - text-shadow: none !important; - box-shadow: none !important; -} - -.btn-info:active:focus, -.btn-info:active:hover, -.btn-info:focus { - border: none !important; -} - -.btn.active, -.btn:active { - -webkit-box-shadow: none; - box-shadow: none; -} - -/* Notification Popups */ -/* Izi */ -.iziToast.update-notify.iziToast-layout2, -.iziToast.success-notify.iziToast-layout2 { - border: none; - background: var(--modal-bg-color) !important; - border-bottom: transparent; -} - -.iziToast.update-notify>.iziToast-body .iziToast-icon, -.iziToast.success-notify>.iziToast-body .iziToast-icon { - color: var(--link-color) !important; -} - -.iziToast:after { - background: var(--modal-bg-color) !important; -} - -.update-notify .iziToast-progressbar div, -.success-notify .iziToast-progressbar div { - background: var(--notification-box-line) !important; -} - -.iziToast>.iziToast-close { - background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAk6AAAJOgHwZJJKAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTEyLTAyVDIyOjExOjA0KzAxOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0xMi0wMlQyMjoxMTozNiswMTowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0xMi0wMlQyMjoxMTozNiswMTowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMzZkZDFlZS01YjJhLWIyNGMtOTA5ZC1lMzljOTJlMDVlYmMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTM2ZGQxZWUtNWIyYS1iMjRjLTkwOWQtZTM5YzkyZTA1ZWJjIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MTM2ZGQxZWUtNWIyYS1iMjRjLTkwOWQtZTM5YzkyZTA1ZWJjIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMzZkZDFlZS01YjJhLWIyNGMtOTA5ZC1lMzljOTJlMDVlYmMiIHN0RXZ0OndoZW49IjIwMTktMTItMDJUMjI6MTE6MDQrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz47W311AAAA1klEQVRYw82XDQrDIAyFPVgP4AX8vXHPtIJTsKMMk6XT7E0IVGz9nrHGxJRStmp7N2uUW2NceJvpD2d7VHOKcNcZZ9vfBaiJGMBfAuxgoPX9QrgnGJZTt0QEA3cSFx3VwgQ89DlkW0yo/UoEA/cSlx0DEfEGPBJz+Bn1IhEMPKxwYesn5pu0BC5YTboBj7PHiBKRL+9kFbhgdZmBp9WhlBKhD//ganJrfi1CHw4XAN0C6E8IPYbQQAQNxdDLCHodQxMSaEoGTUqhaTm8MPmH0gxenELL8yfG1e3Ahlk83AAAAABJRU5ErkJggg==) 50% 50% / 8px no-repeat; -} - -/* Alertify */ -.ajs-message.ajs-error-alertify.ajs-visible { - color: #f44336; - background: var(--modal-bg-color); - border-color: transparent; -} - -.ajs-message.ajs-warning-alertify { - color: #ffeb3b; - background: var(--modal-bg-color); - border-color: transparent; -} - -.ajs-message.ajs-info-alertify { - color: #6da8ff; - background: var(--modal-bg-color); - border-color: transparent; -} - -.ajs-message.ajs-success-alertify { - color: #00ffb8; - background: var(--modal-bg-color); - border-color: transparent; -} - -/* Noty */ -.noty_type__error-noty .noty_body { - background: var(--modal-bg-color); - color: #f44336; - border: 1px solid transparent; - border-bottom: transparent; -} - -.noty_type__warning-noty .noty_body { - background: var(--modal-bg-color); - color: #ffeb3b; - border: 1px solid transparent; - border-bottom: transparent; -} - -.noty_type__info-noty .noty_body { - background: var(--modal-bg-color); - color: #3a83f0; - border: 1px solid transparent; - border-bottom: transparent; -} - -.noty_type__success-noty .noty_body { - background: var(--modal-bg-color); - color: #00ffb8; - border: 1px solid transparent; - border-bottom: transparent; -} - -.btn-link, -a { - color: var(--link-color); - text-decoration: none; -} - -/* Homepage cover - hover */ -.hover-homepage-item:hover { - background: var(--hompage-item-hover); - opacity: 1; - transition: linear .2s; -} - -/* Homepage streams- hover */ -.el-card-avatar a { - color: rgba(255, 255, 255, .7) !important; - border: white; -} - -.el-element-overlay .el-card-item .el-overlay-1 .el-info>li a:hover { - background: transparent; - color: white !important; - border: white !important; -} - -.progress-bar-info { - background: rgba(255, 255, 255, 0.25) !important; -} - -.progress-bar-inverse, -.progress { - background: rgba(0, 0, 0, 0.25) !important; -} - -/* Homepage health checks */ -.bg-inverse .healthPosition { - background: rgba(255, 255, 255, 0.2) !important; - -webkit-backdrop-filter: saturate(180%) blur(30px); - backdrop-filter: saturate(180%) blur(30px); - border-radius: 3px; -} - -#homepageOrderhealthchecks .card-body { - background: rgba(255, 255, 255, 0.2); -} - -.card, -.card-body { - border-radius: 3px; -} - -.bg-inverse { - background: transparent !important; -} - -.left-health { - border-radius: 3px 0 0 3px; -} - -/* Homepage Tautulli Cards*/ -#homepageOrdertautulli .library-card .card-body, -#homepageOrdertautulli div:nth-child(8) .card-body { - background: rgba(255, 255, 255, .2); -} - -.homepage-tautulli-card .cardCountType { - color: #eee; -} - -.homepage-tautulli-card .tautulliRank, -.homepage-tautulli-card .tautulliSeparator { - color: #eee; -} - -.homepage-tautulli-card .bg-img-cont { - border-radius: 3px; - border: .0001px solid #00000000; -} - -/* Homepage Unifi cards */ -.unifiCards .panel-heading { - background: rgba(255, 255, 255, 0.2) !important; - color: #fff !important; - border-color: transparent !important; - text-align: inherit !important; - border-radius: 3px 3px 0 0 !important; -} - -.unifiCards .panel-wrapper.collapse.in { - background: rgba(0, 0, 0, 0.15); -} - -/* Homepage Monitor Cards */ -#homepageOrderMonitorr .card-body { - background: rgba(255, 255, 255, 0.2); -} - -#homepageOrderMonitorr .col-lg-2 { - width: 170px; -} - -#homepageOrderMonitorr .badge { - border-radius: 3px; -} - -#homepageOrderMonitorr .bg-success { - background-color: #47bb62 !important; -} - -#homepageOrderMonitorr .col-lg-3 .bg-success { - background-color: #53e69d !important; -} - -/*Homepage WeatherAndAir Cards*/ -#homepageOrderWeatherAndAir .tabs-style-iconbox nav ul li.tab-current a { - background: rgba(0, 0, 0, .2); -} - -.health-and-pollutant-section .content-current { - background: rgba(255, 255, 255, .2); -} - -#homepageOrderWeatherAndAir .tabs-style-iconbox nav ul li.tab-current a::after { - border-top-color: var(--link-color); -} - -#homepageOrderWeatherAndAir .text-info { - color: var(--link-color); -} - -#homepageOrderWeatherAndAir .tabs-style-iconbox nav ul li a { - color: #ddd; -} - -#homepageOrderWeatherAndAir .white-box { - background: rgba(255, 255, 255, .1); - border-radius: 3px; -} - -/*Homepage Speedtest Cards*/ -#allSpeedtest .speedtest-card { - background-color: rgba(255, 255, 255, .1); -} - -#allSpeedtest .speedtest-card .text-muted, -#allSpeedtest .speedtest-card h5 { - color: #d6d6d6 !important; -} - -#allSpeedtest .shadow-sm { - -webkit-box-shadow: none !important; - box-shadow: none !important; -} - -/* loginpage sidemenu */ -@media (max-width: 480px) { - .login-register>.login-box>.white-box { - margin-top: auto !important; - width: 100% !important; - -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0) !important; - box-shadow: 0 0 10px rgba(0, 0, 0, 0) !important; - } -} - -/* logo */ -.white-box .visible-xs { - display: block !important; -} - -.loginLogo { - border: 0; - margin-top: -60%; - transform: translateY(-10%); -} - -@media (max-width: 480px) { - .loginLogo { - margin-top: -10% !important; - } -} - -.blockUI { - opacity: 1 !important; - background-color: transparent !important; -} - -.blockMsg { - background: rgba(0, 0, 0, 0.9) !important; - border: none !important; -} - -.login-register>.login-box>.white-box { - background: transparent !important; - -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); - box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); -} - -.login-register { - background: var(--main-bg-color) !important; - height: 100%; - position: fixed; -} - -.slideInRight { - -webkit-animation-name: none; - animation-name: none; -} - -.login-register .login-box .white-box .bg-org { - background-color: transparent !important; -} - -/*2FA login button*/ -.panel-wrapper .panel-body>.btn-warning, -.btn-warning.disabled { - background: hsla(0, 0%, 0%, 0.25) !important; - border: 1px solid #ffc36d00 !important; -} - -/*2FA animation header*/ -.panel-warning .panel-heading, -.panel-yellow .panel-heading { - color: #fff; - border-radius: 3px; - background-color: rgba(0, 0, 0, 0.3); - border-color: #00000000; -} - -/*oAuth Successful*/ -.panel-green .panel-heading, -.panel-success .panel-heading { - color: #53e69d; - text-align: center; - text-transform: uppercase; - border-radius: 3px; - background-color: transparent; - border-color: transparent; -} - -/*Login sidebar*/ -/*Login sidebar*/ -/*Login sidebar*/ -.login-box.login-sidebar, -#login-panels .panel-body, -#login-panels .panel { - background: transparent !important; -} - -/*Center login Box*/ -.login-sidebar { - position: relative; - right: initial; -} - -#lockScreen .white-box { - width: 400px; - height: 345px; -} - -.login-sidebar .white-box { - width: 100%; - position: absolute; - top: 50%; - transform: translateY(-50%); -} - -#lockScreen .white-box { - position: absolute; - top: 50%; - transform: translateY(-50%); - background: transparent; - -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); - box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); -} - -/* Splash screen */ -.p-20 { - padding: 0px !important; -} - -#splashScreen, -.lock-screen { - overflow-y: scroll; -} - -#splashScreen .flexbox:first-of-type { - width: calc(100% - 40px); - margin: auto; -} - -@media (max-width: 375px) { - #splashScreen div[id^=menu-] { - max-width: 88px !important; - } -} - -@media (max-width: 480px) { - #splashScreen .flexbox:first-of-type { - width: auto; - margin-left: 30px; - } -} - -@media (min-width: 768px) { - #splashScreen .flexbox:first-of-type { - width: 600px !important; - margin-top: 0px !important; - } -} - -#splashScreen div[id^=menu-] { - background: transparent; - border-radius: 3px; - max-width: 115px; - margin: 24px 20px 0 0 !important; - padding: 25px; -} - -#splashScreen .bg-org.fc-event { - background-color: transparent !important; - border-radius: 1000px; - height: 80px !important; - width: 80px !important; - background-position: center; -} - -#splashScreen .homepage-text { - display: none; -} - -#splashScreen .flexbox:last-of-type .bg-danger { - background: transparent !important; - color: #fff !important; - border: 0 !important; - border-radius: 100px; - height: 0px !important; - text-align: center; - -} - -#splashScreen .bottom-close-splash { - position: relative !important; - width: 0px; - right: 0px; - bottom: 0px; -} - -#splashScreen .flexbox:last-of-type .bg-danger:before { - font-family: "FontAwesome"; - font-size: 40px; - content: "\f00d"; - font-weight: 900; - display: inline-block; - margin-right: 5px; - color: rgba(255, 255, 255, 0.7); - -webkit-transform: scale(1.1) !important; - transform: scale(1.1) !important; - -webkit-animation-name: none; - animation-name: none; - text-align: center; - padding-top: inherit; - -} - -#splashScreen .flexbox:last-of-type { - padding: 0 !important; - position: absolute; - left: 50%; - -webkit-transform: translateX(calc(-50% - 10px)); - transform: translateX(calc(-50% - 10px)); -} - -.hvr-wobble-bottom:active, -.hvr-wobble-bottom:focus, -.hvr-wobble-bottom:hover { - -webkit-transform: scale(1.1) !important; - transform: scale(1.1) !important; - -webkit-animation-name: none; - animation-name: none; - -} - -.hvr-wobble-bottom { - display: inline-block; - vertical-align: middle; - -webkit-transform: perspective(1px) translateZ(0); - transform: perspective(1px) translateZ(0); - box-shadow: 0 0 1px rgba(0, 0, 0, 0); - -webkit-transition-duration: .3s; - transition-duration: .3s; - -webkit-transition-property: transform; - transition-property: transform; - -webkit-transform-origin: center; - transform-origin: center; -} - -.splash-badge { - color: #fff; - width: 80px !important; - height: 80px; - font-size: 60px; - border-radius: 1000px; -} - -.splash-badge i { - position: absolute; - left: 10px; - top: 10px; - margin: 0px; - padding: 0px; -} - -.splash-badge i.fa-home:before { - position: absolute !important; - left: -2px !important; -} - -/* Google auth settings modal*/ - -.color-table.info-table thead th { - background-color: rgba(0, 0, 0, 0.25); - color: #fff; -} - -.bg-success.text-inverse { - background-color: rgba(255, 255, 255, 0.15) !important; - color: #FFF; -} - -.panel-blue a, -.panel-info a { - color: var(--link-color); -} - -.color-bordered-table.purple-bordered-table { - border: 2px solid var(--notification-box-line); -} - -.white-box .bg-info { - background: var(--link-color) !important; -} - -/* Email Center*/ - -.ms-container .ms-selectable, -.ms-container .ms-selection { - background: rgba(0, 0, 0, 0.25); -} - -.ms-container .ms-list { - border: 1px solid rgba(255, 255, 255, 0.2); -} - -.ms-container .ms-selectable li.ms-elem-selectable, -.ms-container .ms-selection li.ms-elem-selection { - border-bottom: 1px rgba(238, 238, 238, .2) solid; -} - -.ms-container .ms-selectable li.ms-hover, -.ms-container .ms-selection li.ms-hover { - background: rgba(255, 255, 255, .08) -} - -.ms-container .ms-list.ms-focus { - border-color: rgba(255, 255, 255, .5); - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, .6); - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, .6); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, .6); -} \ No newline at end of file diff --git a/CSS/themes/organizr/plex.css b/CSS/themes/organizr/plex.css deleted file mode 100644 index 03a596af..00000000 --- a/CSS/themes/organizr/plex.css +++ /dev/null @@ -1,26 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* ORGANIZR PLEX THEME */ -@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css"); -@import url("https://theme-park.dev/CSS/variables/plex.css"); - -/* APP VARS */ -:root { - --calendar-tv-premier: #FFEB3B; - --calendar-tv-missing: #ff7676; - --calendar-tv-available: #53e69d; - --calendar-tv-unreleased: #eeeeee; - --calendar-movie-missing: #ff7676; - --calendar-movie-available: #53e69d; - --calendar-movie-unreleased: #eeeeee; - } \ No newline at end of file diff --git a/CSS/themes/organizr/space-gray.css b/CSS/themes/organizr/space-gray.css deleted file mode 100644 index 53404ed6..00000000 --- a/CSS/themes/organizr/space-gray.css +++ /dev/null @@ -1,26 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* ORGANIZR SPACE GRAY THEME */ -@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css"); -@import url("https://theme-park.dev/CSS/variables/space-gray.css"); - -/* APP VARS */ -:root { - --calendar-tv-premier: #FFEB3B; - --calendar-tv-missing: #ff7676; - --calendar-tv-available: #53e69d; - --calendar-tv-unreleased: #eeeeee; - --calendar-movie-missing: #ff7676; - --calendar-movie-available: #53e69d; - --calendar-movie-unreleased: #eeeeee; - } diff --git a/CSS/themes/petio/aquamarine.css b/CSS/themes/petio/aquamarine.css deleted file mode 100644 index cd13c270..00000000 --- a/CSS/themes/petio/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PETIO AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/petio/petio-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/petio/dark.css b/CSS/themes/petio/dark.css deleted file mode 100644 index e8b55643..00000000 --- a/CSS/themes/petio/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PETIO DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/petio/petio-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/petio/dracula.css b/CSS/themes/petio/dracula.css deleted file mode 100644 index 6186c7b7..00000000 --- a/CSS/themes/petio/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PETIO DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/petio/petio-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/petio/hotline.css b/CSS/themes/petio/hotline.css deleted file mode 100644 index e3652ce6..00000000 --- a/CSS/themes/petio/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PETIO HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/petio/petio-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/petio/organizr-dark.css b/CSS/themes/petio/organizr-dark.css deleted file mode 100644 index f4ecbf22..00000000 --- a/CSS/themes/petio/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PETIO ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/petio/petio-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/petio/plex.css b/CSS/themes/petio/plex.css deleted file mode 100644 index 197c385f..00000000 --- a/CSS/themes/petio/plex.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PETIO PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/petio/petio-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/petio/space-gray.css b/CSS/themes/petio/space-gray.css deleted file mode 100644 index 950ea271..00000000 --- a/CSS/themes/petio/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PETIO SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/petio/petio-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/pihole/aquamarine.css b/CSS/themes/pihole/aquamarine.css deleted file mode 100644 index 3cadd7b3..00000000 --- a/CSS/themes/pihole/aquamarine.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PI-HOLE AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/pihole/dark.css b/CSS/themes/pihole/dark.css deleted file mode 100644 index 161eda3d..00000000 --- a/CSS/themes/pihole/dark.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PI-HOLE DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/pihole/dracula.css b/CSS/themes/pihole/dracula.css deleted file mode 100644 index 20a42de2..00000000 --- a/CSS/themes/pihole/dracula.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PI-HOLE DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/pihole/hotline.css b/CSS/themes/pihole/hotline.css deleted file mode 100644 index e6d2d976..00000000 --- a/CSS/themes/pihole/hotline.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PI-HOLE HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/pihole/organizr-dark.css b/CSS/themes/pihole/organizr-dark.css deleted file mode 100644 index 25f5e11f..00000000 --- a/CSS/themes/pihole/organizr-dark.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PI-HOLE ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); diff --git a/CSS/themes/pihole/plex.css b/CSS/themes/pihole/plex.css deleted file mode 100644 index 4e182acf..00000000 --- a/CSS/themes/pihole/plex.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PI-HOLE PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/pihole/space-gray.css b/CSS/themes/pihole/space-gray.css deleted file mode 100644 index e2158503..00000000 --- a/CSS/themes/pihole/space-gray.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PI-HOLE SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/plex/aquamarine.css b/CSS/themes/plex/aquamarine.css deleted file mode 100644 index f208fe34..00000000 --- a/CSS/themes/plex/aquamarine.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PLEX AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/plex/plex-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/plex/dark.css b/CSS/themes/plex/dark.css deleted file mode 100644 index e568a6a0..00000000 --- a/CSS/themes/plex/dark.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PLEX DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/plex/plex-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/plex/dracula.css b/CSS/themes/plex/dracula.css deleted file mode 100644 index a86d4b47..00000000 --- a/CSS/themes/plex/dracula.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PLEX DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/plex/plex-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/plex/hotline.css b/CSS/themes/plex/hotline.css deleted file mode 100644 index f5ee5c73..00000000 --- a/CSS/themes/plex/hotline.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PLEX HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/plex/plex-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/plex/organizr-dark.css b/CSS/themes/plex/organizr-dark.css deleted file mode 100644 index 977a3f8e..00000000 --- a/CSS/themes/plex/organizr-dark.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PLEX ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/plex/plex-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/plex/space-gray.css b/CSS/themes/plex/space-gray.css deleted file mode 100644 index b2bbd044..00000000 --- a/CSS/themes/plex/space-gray.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PLEX AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/plex/plex-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/plpp/aquamarine.css b/CSS/themes/plpp/aquamarine.css deleted file mode 100644 index 33e760fd..00000000 --- a/CSS/themes/plpp/aquamarine.css +++ /dev/null @@ -1,21 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PLPP AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/plpp/plpp-base.css); -:root { - --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; - --button-color: radial-gradient(ellipse at center, #3F51B5 0%, #009688 100%) center center/cover no-repeat fixed; - --button-color-hover: radial-gradient(ellipse at center, #5066e0 0%, #01ccb9 100%) center center/cover no-repeat fixed; -} diff --git a/CSS/themes/plpp/dark.css b/CSS/themes/plpp/dark.css deleted file mode 100644 index 012d838f..00000000 --- a/CSS/themes/plpp/dark.css +++ /dev/null @@ -1,21 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PLPP DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/plpp/plpp-base.css); -:root { - --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; - --button-color: #cc7b19; - --button-color-hover: #e59029; -} \ No newline at end of file diff --git a/CSS/themes/plpp/hotline.css b/CSS/themes/plpp/hotline.css deleted file mode 100644 index 9b5982e5..00000000 --- a/CSS/themes/plpp/hotline.css +++ /dev/null @@ -1,21 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PLPP HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/plpp/plpp-base.css); -:root { - --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; - --button-color: radial-gradient(ellipse at center, #F44336 0%, #3F51B5 100%) center center/cover no-repeat fixed; - --button-color-hover: radial-gradient(ellipse at center, #fb6054 0%, #5269e6 100%) center center/cover no-repeat fixed; -} \ No newline at end of file diff --git a/CSS/themes/plpp/organizr-dark.css b/CSS/themes/plpp/organizr-dark.css deleted file mode 100644 index eda4b7c0..00000000 --- a/CSS/themes/plpp/organizr-dark.css +++ /dev/null @@ -1,21 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PLPP ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/plpp/plpp-base.css); -:root { - --main-bg-color: #1f1f1f; - --modal-bg-color: #1b1b1b; - --button-color: #2cabe3; - --button-color-hover: rgb(44 171 227 / .8); -} \ No newline at end of file diff --git a/CSS/themes/plpp/plex.css b/CSS/themes/plpp/plex.css deleted file mode 100644 index 592e1463..00000000 --- a/CSS/themes/plpp/plex.css +++ /dev/null @@ -1,21 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PLPP PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/plpp/plpp-base.css); -:root { - --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; - --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; - --button-color: #cc7b19; - --button-color-hover: #e59029; -} \ No newline at end of file diff --git a/CSS/themes/plpp/space-gray.css b/CSS/themes/plpp/space-gray.css deleted file mode 100644 index edf5891b..00000000 --- a/CSS/themes/plpp/space-gray.css +++ /dev/null @@ -1,21 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PLPP SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/plpp/plpp-base.css); -:root { - --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; - --button-color: #607D8B; - --button-color-hover: #81a6b7; -} diff --git a/CSS/themes/portainer/aquamarine.css b/CSS/themes/portainer/aquamarine.css deleted file mode 100644 index 34678aec..00000000 --- a/CSS/themes/portainer/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PORTAINER AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/portainer/portainer-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/portainer/dark.css b/CSS/themes/portainer/dark.css deleted file mode 100644 index ed5fa318..00000000 --- a/CSS/themes/portainer/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PORTAINER DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/portainer/portainer-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/portainer/dracula.css b/CSS/themes/portainer/dracula.css deleted file mode 100644 index cb006cb6..00000000 --- a/CSS/themes/portainer/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PORTAINER DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/portainer/portainer-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/portainer/hotline.css b/CSS/themes/portainer/hotline.css deleted file mode 100644 index 699f6652..00000000 --- a/CSS/themes/portainer/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PORTAINER HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/portainer/portainer-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/portainer/organizr-dark.css b/CSS/themes/portainer/organizr-dark.css deleted file mode 100644 index 9696be7a..00000000 --- a/CSS/themes/portainer/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PORTAINER ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/portainer/portainer-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/portainer/plex.css b/CSS/themes/portainer/plex.css deleted file mode 100644 index 5d4a3f98..00000000 --- a/CSS/themes/portainer/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PORTAINER PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/portainer/portainer-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/portainer/space-gray.css b/CSS/themes/portainer/space-gray.css deleted file mode 100644 index 09a0d1ec..00000000 --- a/CSS/themes/portainer/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* LIDARR SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/portainer/portainer-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/prowlarr/aquamarine.css b/CSS/themes/prowlarr/aquamarine.css deleted file mode 100644 index 910185b8..00000000 --- a/CSS/themes/prowlarr/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PROWLARR AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/prowlarr/dark.css b/CSS/themes/prowlarr/dark.css deleted file mode 100644 index 2aea842a..00000000 --- a/CSS/themes/prowlarr/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PROWLARR DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/prowlarr/dracula.css b/CSS/themes/prowlarr/dracula.css deleted file mode 100644 index 5b31ece0..00000000 --- a/CSS/themes/prowlarr/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PROWLARR DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); diff --git a/CSS/themes/prowlarr/hotline.css b/CSS/themes/prowlarr/hotline.css deleted file mode 100644 index 65ca859d..00000000 --- a/CSS/themes/prowlarr/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* PROWLARR HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/prowlarr/organizr-dark.css b/CSS/themes/prowlarr/organizr-dark.css deleted file mode 100644 index 905b12ae..00000000 --- a/CSS/themes/prowlarr/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* prowlarr ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/prowlarr/plex.css b/CSS/themes/prowlarr/plex.css deleted file mode 100644 index fe6805ac..00000000 --- a/CSS/themes/prowlarr/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* prowlarr PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/prowlarr/space-gray.css b/CSS/themes/prowlarr/space-gray.css deleted file mode 100644 index af4776bd..00000000 --- a/CSS/themes/prowlarr/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* prowlarr SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/qbittorrent/aquamarine.css b/CSS/themes/qbittorrent/aquamarine.css deleted file mode 100644 index ff7f609a..00000000 --- a/CSS/themes/qbittorrent/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* QBITTORRENT AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); diff --git a/CSS/themes/qbittorrent/dark.css b/CSS/themes/qbittorrent/dark.css deleted file mode 100644 index f9002dcf..00000000 --- a/CSS/themes/qbittorrent/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* QBITTORRENT DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/qbittorrent/dracula.css b/CSS/themes/qbittorrent/dracula.css deleted file mode 100644 index f875dcef..00000000 --- a/CSS/themes/qbittorrent/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - - /* QBITTORRENT DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/qbittorrent/hotline.css b/CSS/themes/qbittorrent/hotline.css deleted file mode 100644 index 311d4b2c..00000000 --- a/CSS/themes/qbittorrent/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* QBITTORRENT HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/qbittorrent/organizr-dark.css b/CSS/themes/qbittorrent/organizr-dark.css deleted file mode 100644 index d1de75d7..00000000 --- a/CSS/themes/qbittorrent/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* QBITTORRENT ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/qbittorrent/plex.css b/CSS/themes/qbittorrent/plex.css deleted file mode 100644 index e5d86927..00000000 --- a/CSS/themes/qbittorrent/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* QBITTORRENT PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/qbittorrent/qbittorrent-base.css b/CSS/themes/qbittorrent/qbittorrent-base.css index 5b7b5aa5..6cfd129b 100644 --- a/CSS/themes/qbittorrent/qbittorrent-base.css +++ b/CSS/themes/qbittorrent/qbittorrent-base.css @@ -205,7 +205,7 @@ label { line-height: 1px; font-size: 1px; overflow: hidden; - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/qbittorrent/dots.png) center center no-repeat; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/qbittorrent/dots.png) center center no-repeat; } #desktopNavbar { @@ -306,11 +306,11 @@ label { } .dynamicTable th.sorted.reverse { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/qbittorrent/go-down.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/qbittorrent/go-down.png) !important; } .dynamicTable th.sorted { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/qbittorrent/go-up.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/qbittorrent/go-up.png) !important; background-size: 9px !important; background-position: right !important; background-repeat: no-repeat !important; @@ -526,11 +526,11 @@ ul.filterList li:hover:before { } .panel-collapse { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/qbittorrent/collapse-expand.gif) left top no-repeat; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/qbittorrent/collapse-expand.gif) left top no-repeat; } .panel-expand { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/qbittorrent/collapse-expand.gif) left -16px no-repeat; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/qbittorrent/collapse-expand.gif) left -16px no-repeat; } fieldset { @@ -1604,7 +1604,7 @@ ul.filterList a { } img[src="icons/inode-directory.svg"] { - background: url(https://theme-park.dev/Resources/qbittorrent/folder-open-solid.svg); + background: url(https://theme-park.dev/resources/qbittorrent/folder-open-solid.svg); background-size: contain; background-repeat: no-repeat; background-origin: content-box; @@ -1612,7 +1612,7 @@ img[src="icons/inode-directory.svg"] { } img[src="icons/network-server.svg"] { - background: url(https://theme-park.dev/Resources/qbittorrent/network-wired-solid.svg); + background: url(https://theme-park.dev/resources/qbittorrent/network-wired-solid.svg); background-size: contain; background-repeat: no-repeat; background-origin: content-box; @@ -1620,7 +1620,7 @@ img[src="icons/network-server.svg"] { } img[src="icons/mail-folder-inbox.svg"] { - background: url(https://theme-park.dev/Resources/qbittorrent/inbox-solid.svg); + background: url(https://theme-park.dev/resources/qbittorrent/inbox-solid.svg); background-size: contain; background-repeat: no-repeat; background-origin: content-box; @@ -1773,7 +1773,7 @@ img[src="icons/checking.svg"] { #torrentsFilterInput { width: 160px; padding-left: 2em; - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/qbittorrent/search-solid.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/qbittorrent/search-solid.png); background-repeat: no-repeat; background-size: 1em; background-position: left; @@ -1783,7 +1783,7 @@ img[src="icons/checking.svg"] { .contextMenu li a:hover.arrow-right, .contextMenu li a.arrow-right, .contextMenu li a:hover.arrow-right { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/qbittorrent/arrow-right.gif); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/qbittorrent/arrow-right.gif); background-repeat: no-repeat; background-position: right center; } diff --git a/CSS/themes/qbittorrent/space-gray.css b/CSS/themes/qbittorrent/space-gray.css deleted file mode 100644 index 2285f931..00000000 --- a/CSS/themes/qbittorrent/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - - /* QBITTORRENT SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); diff --git a/CSS/themes/radarr/aquamarine.css b/CSS/themes/radarr/aquamarine.css deleted file mode 100644 index 4ae4273c..00000000 --- a/CSS/themes/radarr/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RADARR AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/radarr/radarr-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); diff --git a/CSS/themes/radarr/dark.css b/CSS/themes/radarr/dark.css deleted file mode 100644 index 5fc1cbc8..00000000 --- a/CSS/themes/radarr/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RADARR DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/radarr/radarr-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/radarr/dracula.css b/CSS/themes/radarr/dracula.css deleted file mode 100644 index d7d88671..00000000 --- a/CSS/themes/radarr/dracula.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RADARR DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/radarr/radarr-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/radarr/hotline.css b/CSS/themes/radarr/hotline.css deleted file mode 100644 index e5022a3b..00000000 --- a/CSS/themes/radarr/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RADARR HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/radarr/radarr-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/radarr/organizr-dark.css b/CSS/themes/radarr/organizr-dark.css deleted file mode 100644 index 01e8b45f..00000000 --- a/CSS/themes/radarr/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RADARR ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/radarr/radarr-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/radarr/plex.css b/CSS/themes/radarr/plex.css deleted file mode 100644 index 53a051fb..00000000 --- a/CSS/themes/radarr/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RADARR PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/radarr/radarr-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/radarr/radarrv2.css b/CSS/themes/radarr/radarrv2.css deleted file mode 100644 index 40fcdf5f..00000000 --- a/CSS/themes/radarr/radarrv2.css +++ /dev/null @@ -1,640 +0,0 @@ -body { - background: var(--main-bg-color); - background-repeat: repeat, no-repeat; - background-attachment: fixed, fixed; - background-position: center center, center center; - background-size: auto, cover; - -webkit-background-size: auto, cover; - -moz-background-size: auto, cover; - -o-background-size: auto, cover; - color: #fff !important; - } - - -/* VERSION */ - -#footer-region::after { - content: "\A theme.park 2.0"; - font-size: 20px; -} -.footer { - color: #fff; -} -#scroll-up { - color: white; -} -@media (max-width: 991px) { - .toolbar .page-toolbar .x-toolbar-left-1 { - display: block; - } - .toolbar .page-toolbar .btn-group { - display: block; - } - .btn-group.btn-group-collapse > .btn { - margin: 2px; - display: block; - float: none; - border-radius: 4px!important; - word-wrap: normal; - white-space: normal; - } -} -@media screen and (max-width: 767px) { - .table-responsive { - border: none; - } -} - -.modal-content { - box-shadow: 0 0 10px 1px #000; - border-radius: 3px; - background: var(--main-bg-color); - background-repeat: repeat, no-repeat; - background-attachment: fixed, fixed; - background-position: center center, center center; - background-size: auto, cover; - -webkit-background-size: auto, cover; - -moz-background-size: auto, cover; - -o-background-size: auto, cover; -} - -/* navbar and searchbar */ -.navbar-nzbdrone li a { - color: hsla(0,0%,100%,.7); -} -.navbar-nzbdrone li a:hover { - background-color: hsla(0,0%,100%,.08); - color: #ffffff; -} -.search .input-group .input-group-addon, .search .input-group input { - background-color: rgba(0, 0, 0, .25) !important; - color: #FFF; - border-color: transparent; - height: 40px; -} -.search .input-group .input-group-addon, .search .input-group input:focus { - color: #FFF; -} -.input-group-addon { - background-color: rgba(255, 255, 255, 0.25); - border: 1px solid transparent; -} -.tt-suggestion.tt-cursor { - background-color: #191a1c !important; - color: #ffffff !important; -} -.search .tt-dropdown-menu { - background-color: #1f1f1f; -} -.fa-search { - color: white; -} -.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn { - height: 50px; -} -.navbar-inverse, .navbar-toggle { - background-color: rgba(0, 0, 0, .25); - border-color: rgba(0, 0, 0, .25); - color: #FFF; -} -.navbar-nzbdrone .navbar-toggle:focus, .navbar-nzbdrone .navbar-toggle:hover { - color: #FFF; - background-color: hsla(0,0%,100%,.08); -} -@media (max-width: 767px) { -.navbar-nzbdrone .navbar-collapse .navbar-nav li:focus, .navbar-nzbdrone .navbar-collapse .navbar-nav li:hover { - background-color: hsla(0,0%,100%,.08); - } -} -/* Form Stuff */ - -.form-control { - color: #FFF; - background-color: rgba(0, 0, 0, .25) !important; - border: 1px solid transparent; -} - -.form-control:focus { - background-color: #1f1f1f !important; - border-color: rgba(0, 0, 0, 0.51); - outline: 0; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6); -} - -.bootstrap-tagsinput { - background-color: rgba(0, 0, 0, .25); - border: 1px solid rgba(0, 0, 0, .25); - color: #FFF; -} -.form-group i { - color: #ffffff; -} - -/* /Movies/Series/Season page */ -.started #page { - background-color: rgba(0, 0, 0, .25); - color: White; - box-shadow: none; - max-width: 1280px; -} -.series-item a { - color: #FFF; -} -.series-posters .series-posters-item, .movie-posters-item { - background-color: rgba(0, 0, 0, .25) !important; - color: #444; - box-shadow: 0 0 10px 1px #000000 !important; -} -.movie-posters-item { - min-height: 302px !important; -} -.header-text .year { - color: #FFF; -} -.backdrop .navbar-nzbdrone { - opacity: 0.98; - box-shadow: 0 0 10px 1px #000; - border-radius: 3px; - background: var(--main-bg-color); - background-repeat: repeat, no-repeat; - background-attachment: fixed, fixed; - background-position: center center, center center; - background-size: auto, cover; - -webkit-background-size: auto, cover; - -moz-background-size: auto, cover; - -o-background-size: auto, cover; -} - -.series-page-header, .movie-page-header { - opacity: 0.98; - box-shadow: 0 0 10px 1px #000; - color: #ffffff; - background: var(--main-bg-color); - background-repeat: repeat, no-repeat; - background-attachment: fixed, fixed; - background-position: center center, center center; - background-size: auto, cover; - -webkit-background-size: auto, cover; - -moz-background-size: auto, cover; - -o-background-size: auto, cover; -} -.series-season, .movie-tabs-card { - opacity: 0.98; - box-shadow: 0 0 10px 1px #000; - color: #ffffff; - background: var(--main-bg-color); - background-repeat: repeat, no-repeat; - background-attachment: fixed, fixed; - background-position: center center, center center; - background-size: auto, cover; - -webkit-background-size: auto, cover; - -moz-background-size: auto, cover; - -o-background-size: auto, cover; -} -.episode-title-cell { - color: #ffffff; -} -a, .episode-title-cell { - color: #FFFFFF !important; - text-decoration: none; -} -th.sortable:hover, .table-hover > tbody > tr:hover { - background-color: rgba(0, 0, 0, .25); - color: #ffffff; -} -.progress.episode-progress .progressbar-back-text { - color: #000 !important; -} -.text-warning { - color: #ffffff; -} - -/* SEARCH */ -#add-series-screen .new-series .search-item, -#add-movies-screen .new-movies .search-item { - background-color: rgba(0, 0, 0, .25) !important; - color: #FFFFFF !important; - box-shadow: none; -} -div.form-group > label { - font-weight: 500; -} -#add-series-screen .add-series-search > input.form-control.x-series-search, -#add-movies-screen .add-movies-search > input.form-control.x-movies-search { - background-color: rgba(0, 0, 0, .25) !important; - color: #FFFFFF !important; - border: none; - box-shadow: none; -} -#add-series-screen .search-item select.form-control, -#add-movies-screen .search-item select.form-control { - background-color: #1f1f1f ; - color: #FFFFFF; -} -.dropdown-menu>li>a { - color: #ffffff; -} -.dropdown-menu>li>a:hover { - color: #000; -} - -.input-group.input-group-lg.add-series-search > .input-group-addon, -.input-group.input-group-lg.add-movies-search > .input-group-addon { - color: #FFFFFF; - background-color: rgba(0, 0, 0, .25); - border: 0px solid rgba(0, 0, 0, .25); -} -/* Add Movies */ -.nav .open>a, .nav .open>a:focus, .nav .open>a:hover { - background-color: hsla(0,0%,100%,.08); - border-color: #FFF; -} -.discoverable-list-item:hover { - background-color: #1f1f1f; - color: white; -} -.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, -.btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover { - background-color: hsla(0,0%,100%,.08); -} - -/* Add Series */ -#add-series-screen .existing-series { - background-color: rgba(0, 0, 0, 0); - color: #fff; - box-shadow: 0 0 10px 1px #000000; -} - -/* Calendar page */ - /* In Cinemas */ - .calendar .premiere { - border-color: rgb(var(--calendar-in-cinemas)); - background-color: rgb(var(--calendar-in-cinemas)); - } - /* Missing */ - .calendar .danger { - border-color: rgb(var(--calendar-missing)); - background-color: rgb(var(--calendar-missing)); - color: #fff; - } - /* Announced */ - .calendar .primary { - border-color: rgb(var(--calendar-announced)); - background-color: rgb(var(--calendar-announced)); - } - /* Downloaded */ - .calendar .success { - border-color: rgb(var(--calendar-downloaded)); - background-color: rgb(var(--calendar-downloaded)); - } - /* Downloading */ - .calendar .purple { - border-color: rgb(var(-calendar-downloading)); - background-color: rgb(var(-calendar-downloading)); - } - /* Unmonitored */ - .calendar .unmonitored { - border-color: rgb(var(--calendar-unmonitored)); - background-color: rgb(var(--calendar-unmonitored)); - } - - .event .primary { - border-color: rgba(0, 0, 0, .25); - } - - /* upcoming panel */ -.event h4, .date h4, .event .episode-title { - color: #FFFFFF !important; -} -.event .episode-title { - color: #f9be03 !important; -} -.event .episode-title:focus, .event .episode-title:hover { - color: #f9be03; - text-decoration: underline; - background-color: transparent; -} -a:focus, a:hover { - color: #ffffff; -} -.event p { - color: #FFF; -} -.fc-title { - color: #FFF; -} -/* calendar month */ - -.calendar th { - background-color: hsla(0,0%,100%,.08); - color: #FFFFFF; -} -.fc-day.fc-today.fc-state-highlight, -.fc-day-number.fc-today.fc-state-highlight, -.fc-day-top.fc-today.fc-state-highlight { - background-color: hsla(0,0%,100%,.08); - color: #f9be03; -} - -/* Calendar List */ - -.fc-list-item:hover td { - background-color: rgba(0, 0, 0, 0.1) !important; -} -.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header { - background: rgba(0, 0, 0, 0.1) !important; -} -.fc-unthemed .fc-list-view { - border-color: rgba(0, 0, 0, 0.1); -} - -/* Activity Page */ -.popover.in { - opacity: .9; -} -.popover { - background-color: #000; - color: #fff; -} -.popover > .popover-title { - background-color: #000; - color: #fff; - border: none; -} -.popover.left > .arrow, -.popover.left > .arrow:after { - border-left-color: #000; -} -.popover.right > .arrow:after { - border-right-color: #000; -} - -.backgrid-paginator ul .active span { - background-color: rgba(0, 0, 0, 0); -} -.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { - background-color: hsla(0,0%,100%,.08); -} -.nav>li>a:focus, .nav>li>a:hover { - background-color: hsla(0,0%,100%,.08); -} -.TableRowCell-cell-2fbg4 .ProgressBar-primary-3YDfb { - background-color: var(--accent-color); -} - -/* Season Pass */ -.alert-info { - background-color: rgba(255, 255, 255, 0.25); - border-color: transparent; - color: #ffffff; -} -/* alerts */ -.alert-warning { - background-color: rgba(0, 0, 0, 0.25); - border-color: transparent; - color: #f0ad4e; -} -.alert-danger, .manual-import-error { - background-color: rgba(0, 0, 0, 0.25); - border-color: transparent; - color: #d9534f; -} - -/* Settings Page */ -legend { - color: #FFFFFF; -} -/* nav bar tabs */ -.nav-tabs { - border-bottom: 1px solid #ddd !important; -} - -@media (min-width: 768px) { -.nav-tabs.nav-justified>li>a { - margin-bottom: -1px; -} -} -/* Settings Page - Profile */ -/*thingy*/ - -.thingy { - background-color: rgba(0, 0, 0, 0.25); - color: #FFFFFF; - box-shadow: none; - border: 1px solid rgba(0, 0, 0, 0.25); -} - -.add-card .center { - background-color: rgba(0, 0, 0, 0); - border: 1px solid rgba(0, 0, 0, 0); -} - -.metadata-item { - background-color: rgba(0, 0, 0, 0.25); - color: #FFFFFF; - box-shadow: none; -} - -/* Settings add thingy*/ - -.add-thingy { - background-color: rgba(0, 0, 0, 0.25); - color: #FFFFFF; - box-shadow: none; -} - -.add-thingy > div > .btn-default, -.add-thingy > div > div > .btn.btn-xs.btn-default.dropdown-toggle { - color: #FFFFFF; - background-color: rgba(0, 0, 0, 0.25); - border-color: #FFFFFF; - outline-style: none; -} - -.add-thingy > div > .btn-default:hover, -.add-thingy > div > div > .btn.btn-xs.btn-default.dropdown-toggle:hover { - color: #FFF; - background-color: rgba(0, 0, 0, 0.25); - border-color: #FFF; - outline-style: none; -} -li.save-and-add { - color: #ffffff; -} - -/* Settings qualities*/ -ul.qualities li { - border: 1px solid rgba(0, 0, 0, .25); - background: rgba(0, 0, 0, .25); -} -ul.qualities li:hover { - border: 1px solid rgba(0, 0, 0, .25); - background: rgba(255, 255, 255, .25); -} -ul.qualities li.selected .quality-label { - color: #ffffff; -} - -/* Settings Quality sliders */ -#quality-definition-list .rows .row .ui-slider .ui-slider-range { - background-color: rgb(46, 47, 49); -} -#quality-definition-list .rows .row .ui-slider .ui-slider-handle { - background-color: #f5f5f5; - border: 1px solid #c7c7c7; -} -#quality-definition-list .rows .row .ui-slider { - border: 1px solid #2e2f31; -} -.label-warning { - background-color: #d58512; -} -.label-info { - background-color: #337ab7; -} - -/* SYSTEM logs */ -pre { - color: #fff; - background-color: rgba(0, 0, 0, .25); -} - -/* BUTTONS */ - /* YES/NO Switch */ -.well { - background-color: rgba(0, 0, 0, .25); - border: 1px solid transparent; -} -.toggle p span { - color: rgba(0, 0, 0, 0); -} - -.toggle input:checked ~ p span:nth-child(1) { - color: #FFFFFF; -} - -.toggle input:not(:checked) ~ p span:nth-child(2) { - color: #FFFFFF; -} - /* Close X button */ -.close, -.close:hover, -.close:focus { - color: #FFF !important; - opacity: 1; - outline: none; -} -.btn-default { - color: hsla(0,0%,100%,.7); - background-color: rgba(0, 0, 0, .25); - border-color: transparent; - outline-style: none; -} -.btn-default:hover { - color: #FFFFFF; - background-color: hsla(0,0%,100%,.08); - border-color: transparent; - outline-style: none; -} -.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default { - color: #fff; -} -.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group { - margin-left: 0px; -} -.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover { - color: #fff; - background-color: hsla(0,0%,100%,.08); - border-color: #FFF; -} -.fc-state-default { - color: #FFF; - background-color: rgba(0, 0, 0, .25); - border-color: #FFF; - outline-style: none; - background-image: none; - text-shadow: none; -} -.fc-state-default:hover { - background-color: hsla(0,0%,100%,.08); -} -.input-group-btn > button.btn.btn-icon-only.dropdown-toggle, -.btn.btn-icon-only.x-copy-api-key.hidden-xs { - color: #FFFFFF; - background-color: #5cb85c; -} -.input-group-btn > button.btn.btn-icon-only.dropdown-toggle:hover { - color: #FFFFFF; - background-color: #449d44; -} - -.btn { - color: #FFF; - outline: 0 !important; -} -.btn.btn-lg.btn-block.x-search-auto { - color: #FFF; - background-color: rgba(0, 0, 0, .25); -} -.btn.btn-lg.btn-block.x-search-auto:hover { - color: #FFF; - background-color: rgba(255, 255, 255, 0.05); -} -.btn.focus, .btn:focus, .btn:hover { - color: #fff; - border-color: transparent; -} -.modal-footer > button:not([class*="btn-primary"]):not([class*="btn-danger"]):not([class*="btn-success"]) { - color: #FFF; - background-color: rgba(0, 0, 0, .25); - border-color: transparent; - outline-style: none; -} -.modal-footer > button:hover:not([class*="btn-primary"]):not([class*="btn-danger"]):not([class*="btn-success"]) { - color: #FFF; - background-color: rgba(255, 255, 255, .25); - border-color: transparent; - outline-style: none; -} -/* green button */ - .btn-success { - color: #FFF; -} - -/* save button */ -.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, -.btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover { - color: #fff; - background-color: #286090 !important; - border-color: transparent; -} - -/* blue button */ -.btn-primary.focus, .btn-primary:focus, .btn-primary:hover { - color: #fff; - background-color: #286090 !important; -} -.btn-success.focus, .btn-success:focus, .btn-success:hover { - color: #fff; - background-color: #449d44 !important; -} -.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default { - background-color: hsla(0,0%,100%,.08); -} -.btn-danger:hover { - color: #fff; - background-color: #c9302c; - border-color: transparent; -} -.btn-primary, .btn-danger { - border-color: transparent; -} -.dropdown-menu { - background-color: #1f1f1f; -} -.dropdown-menu>li>a { - color: #ffffff; -} -.dropdown-menu>li>a:hover { - color: #000 !important; -} \ No newline at end of file diff --git a/CSS/themes/radarr/space-gray.css b/CSS/themes/radarr/space-gray.css deleted file mode 100644 index c25fa8e4..00000000 --- a/CSS/themes/radarr/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RADARR SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/radarr/radarr-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); diff --git a/CSS/themes/readarr/aquamarine.css b/CSS/themes/readarr/aquamarine.css deleted file mode 100644 index 6b10eb25..00000000 --- a/CSS/themes/readarr/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* READARR AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/readarr/readarr-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/readarr/dark.css b/CSS/themes/readarr/dark.css deleted file mode 100644 index d0342a81..00000000 --- a/CSS/themes/readarr/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* READARR DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/readarr/readarr-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/readarr/dracula.css b/CSS/themes/readarr/dracula.css deleted file mode 100644 index 1be01934..00000000 --- a/CSS/themes/readarr/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* READARR AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/readarr/readarr-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/readarr/hotline.css b/CSS/themes/readarr/hotline.css deleted file mode 100644 index 44f12711..00000000 --- a/CSS/themes/readarr/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* READARR HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/readarr/readarr-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/readarr/organizr-dark.css b/CSS/themes/readarr/organizr-dark.css deleted file mode 100644 index 22df9793..00000000 --- a/CSS/themes/readarr/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* READARR ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/readarr/readarr-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/readarr/plex.css b/CSS/themes/readarr/plex.css deleted file mode 100644 index d03b7d66..00000000 --- a/CSS/themes/readarr/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* READARR PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/readarr/readarr-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/readarr/space-gray.css b/CSS/themes/readarr/space-gray.css deleted file mode 100644 index 1a740858..00000000 --- a/CSS/themes/readarr/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* READARR SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/readarr/readarr-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/requestrr/aquamarine.css b/CSS/themes/requestrr/aquamarine.css deleted file mode 100644 index fce0d22d..00000000 --- a/CSS/themes/requestrr/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* REQUESTRR AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); diff --git a/CSS/themes/requestrr/dark.css b/CSS/themes/requestrr/dark.css deleted file mode 100644 index a51a0979..00000000 --- a/CSS/themes/requestrr/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* REQUESTRR DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/requestrr/dracula.css b/CSS/themes/requestrr/dracula.css deleted file mode 100644 index a4e5385b..00000000 --- a/CSS/themes/requestrr/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RADARR DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); diff --git a/CSS/themes/requestrr/hotline.css b/CSS/themes/requestrr/hotline.css deleted file mode 100644 index b2029362..00000000 --- a/CSS/themes/requestrr/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* REQUESTRR HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/requestrr/organizr-dark.css b/CSS/themes/requestrr/organizr-dark.css deleted file mode 100644 index 31c4dc30..00000000 --- a/CSS/themes/requestrr/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* REQUESTRR ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/requestrr/plex.css b/CSS/themes/requestrr/plex.css deleted file mode 100644 index 5775bf39..00000000 --- a/CSS/themes/requestrr/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* REQUESTRR PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/requestrr/space-gray.css b/CSS/themes/requestrr/space-gray.css deleted file mode 100644 index e20e66a6..00000000 --- a/CSS/themes/requestrr/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RADARR SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); diff --git a/CSS/themes/resilio-sync/aquamarine.css b/CSS/themes/resilio-sync/aquamarine.css deleted file mode 100644 index fcf0a94c..00000000 --- a/CSS/themes/resilio-sync/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RESILIO-SYNC AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/resilio-sync/dark.css b/CSS/themes/resilio-sync/dark.css deleted file mode 100644 index 686a8a95..00000000 --- a/CSS/themes/resilio-sync/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RESILIO-SYNC DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/resilio-sync/dracula.css b/CSS/themes/resilio-sync/dracula.css deleted file mode 100644 index 99fa2a51..00000000 --- a/CSS/themes/resilio-sync/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RESILIO-SYNC DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/resilio-sync/hotline.css b/CSS/themes/resilio-sync/hotline.css deleted file mode 100644 index aad3a1ba..00000000 --- a/CSS/themes/resilio-sync/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RESILIO-SYNC HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/resilio-sync/organizr-dark.css b/CSS/themes/resilio-sync/organizr-dark.css deleted file mode 100644 index 4ad01536..00000000 --- a/CSS/themes/resilio-sync/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RESILIO-SYNC ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/resilio-sync/plex.css b/CSS/themes/resilio-sync/plex.css deleted file mode 100644 index 78832f4d..00000000 --- a/CSS/themes/resilio-sync/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RESILIO-SYNC PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/resilio-sync/space-gray.css b/CSS/themes/resilio-sync/space-gray.css deleted file mode 100644 index 5831d184..00000000 --- a/CSS/themes/resilio-sync/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RESILIO-SYNC SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/rutorrent/aquamarine.css b/CSS/themes/rutorrent/aquamarine.css deleted file mode 100644 index 33854a60..00000000 --- a/CSS/themes/rutorrent/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RUTORRENT AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/rutorrent/rutorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/rutorrent/dark.css b/CSS/themes/rutorrent/dark.css deleted file mode 100644 index c4cafe80..00000000 --- a/CSS/themes/rutorrent/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RUTORRENT DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/rutorrent/rutorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/rutorrent/dracula.css b/CSS/themes/rutorrent/dracula.css deleted file mode 100644 index 07f07064..00000000 --- a/CSS/themes/rutorrent/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RUTORRENT DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/rutorrent/rutorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/rutorrent/hotline.css b/CSS/themes/rutorrent/hotline.css deleted file mode 100644 index f70b8b37..00000000 --- a/CSS/themes/rutorrent/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RUTORRENT HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/rutorrent/rutorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/rutorrent/organizr-dark.css b/CSS/themes/rutorrent/organizr-dark.css deleted file mode 100644 index a937f398..00000000 --- a/CSS/themes/rutorrent/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RUTORRENT ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/rutorrent/rutorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/rutorrent/plex.css b/CSS/themes/rutorrent/plex.css deleted file mode 100644 index f0b9f29f..00000000 --- a/CSS/themes/rutorrent/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RUTORRENT PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/rutorrent/rutorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/rutorrent/rutorrent-base.css b/CSS/themes/rutorrent/rutorrent-base.css index 0305f651..1a2a61d2 100644 --- a/CSS/themes/rutorrent/rutorrent-base.css +++ b/CSS/themes/rutorrent/rutorrent-base.css @@ -36,15 +36,15 @@ div#preload { width: 0; height: 0; display: none; - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/menus.png); - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png); - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png); - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/r_bg.gif); - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/asc.gif); - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/desc.gif); - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/pnl_open.gif); - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/pnl_close.gif); - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/headers.png) + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/menus.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/status_icons.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/r_bg.gif); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/asc.gif); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/desc.gif); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/pnl_open.gif); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/pnl_close.gif); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/headers.png) } hr { @@ -259,120 +259,120 @@ div#t div.TB_Separator { } div#t div#add { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat 0 0 + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat 0 0 } div#t div#add:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat 0 -24px + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat 0 -24px } div#t div#create { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -24px 0 + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -24px 0 } div#t div#create:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -24px -24px + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -24px -24px } div#t div#remove { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -48px 0 + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -48px 0 } div#t div#remove:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -48px -24px + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -48px -24px } div#t div#start { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -72px 0 + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -72px 0 } div#t div#start:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -72px -24px + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -72px -24px } div#t div#pause { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -96px 0 + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -96px 0 } div#t div#pause:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -96px -24px + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -96px -24px } div#t div#stop { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -120px 0 + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -120px 0 } div#t div#stop:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -120px -24px + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -120px -24px } div#t div#moveu { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -144px 0 + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -144px 0 } div#t div#moveu:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -144px -24px + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -144px -24px } div#t div#moved { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -168px 0 + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -168px 0 } div#t div#moved:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -168px -24px + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -168px -24px } div#t div#search { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -192px 0 + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -192px 0 } div#t div#search:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -192px -24px + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -192px -24px } div#t div#rss { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -241px 0 + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -241px 0 } div#t div#rss:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -241px -24px + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -241px -24px } div#t div#setting { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -264px 0 + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -264px 0 } div#t div#setting:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -264px -24px + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -264px -24px } div#t div#plugins { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/plugin.png) no-repeat 0 center + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/plugin.png) no-repeat 0 center } div#t div#plugins:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/pluginh.png) no-repeat 0 center + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/pluginh.png) no-repeat 0 center } div#t div#help { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -288px 0 + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -288px 0 } div#t div#help:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/toolbar.png) no-repeat -288px -24px + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/toolbar.png) no-repeat -288px -24px } div#t div#go { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/go.png) no-repeat 0 0 + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/go.png) no-repeat 0 0 } div#t div#go:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/goh.png) no-repeat 0 0 + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/goh.png) no-repeat 0 0 } div select { -webkit-appearance: none !important; - background: #1f1f1f url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/dropdown.png) no-repeat 0 0; + background: #1f1f1f url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/dropdown.png) no-repeat 0 0; background-position: right; border: 1px solid #1f1f1f; padding-right: 15px !important; @@ -411,7 +411,7 @@ a { } div#stg-header { - background: #273238 url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/dlg-toolbars.gif) no-repeat scroll 0 -72px; + background: #273238 url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/dlg-toolbars.gif) no-repeat scroll 0 -72px; text-shadow: 0 -1px 0 #000 } @@ -449,7 +449,7 @@ div#CatList ul li.sel { #-_-_-act-_-_-, #-_-_-iac-_-_-, #-_-_-err-_-_- { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png) + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/status_icons.png) } .catpanel { @@ -459,7 +459,7 @@ div#CatList ul li.sel { height: 22px; line-height: 25px; background-image: none; - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/pnl_open.gif) 0 0 no-repeat !important; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/pnl_open.gif) 0 0 no-repeat !important; background-color: #273238; font-weight: 700; color: var(--text-hover); @@ -497,28 +497,28 @@ div#CatList ul li.sel { } div#CatList ul li.RSS { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/status_icons.png); background-position: 4px -207px } div#CatList ul li.disRSS { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png) + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/status_icons.png) } .stable-icon { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png) + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/status_icons.png) } .Icon_File { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/file.gif) no-repeat left center + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/file.gif) no-repeat left center } .Icon_Dir { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/dir.gif) no-repeat left center + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/dir.gif) no-repeat left center } .Icon_Share { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/dir.gif) no-repeat left center + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/dir.gif) no-repeat left center } div#CatList ul li.sel span { @@ -526,7 +526,7 @@ div#CatList ul li.sel span { } div#flabel_cont ul li { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/status_icons.png); background-position: 4px -352px } @@ -541,7 +541,7 @@ div#lcont { } div#gcont table td.Header { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png) no-repeat 0 -286px; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/status_icons.png) no-repeat 0 -286px; font-family: 'Roboto'; color: var(--text-hover); padding-left: 17px @@ -600,16 +600,16 @@ div#Speed { } a.dlg-close { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/close.png) no-repeat scroll left center + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/close.png) no-repeat scroll left center } a.dlg-close:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/close.png) no-repeat scroll left center + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/close.png) no-repeat scroll left center } a.dlg-close:link, a.dlg-close:visited { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/close.png) no-repeat scroll left center + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/close.png) no-repeat scroll left center } div.dlg-header { @@ -760,7 +760,7 @@ input[type="password"], select { color: #fff; border: none; - background: rgba(0, 0, 0, 0.25) url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/headers.png) repeat-x scroll 0 -138px; + background: rgba(0, 0, 0, 0.25) url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/headers.png) repeat-x scroll 0 -138px; border-radius: 2px; outline: none; } @@ -771,13 +771,13 @@ input[type="file"][disabled], select[disabled] { color: #fff; border: none; - background: rgba(0, 0, 0, 0.08) url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/headers.png) repeat scroll 0 0 !important; + background: rgba(0, 0, 0, 0.08) url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/headers.png) repeat scroll 0 0 !important; border-radius: 2px; opacity: .2 } #StatusBar table tr td.pstatus2 { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/green.png) no-repeat scroll 5px center !important + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/green.png) no-repeat scroll 5px center !important } textarea { @@ -903,12 +903,12 @@ ul#tabbar li.selected a { } #fMan_navbut { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/directory.png) !important; + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/directory.png) !important; border: 1px solid #181818 !important } #fMan_navbut:hover { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/refresh.png) !important + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/refresh.png) !important } #fMan_pathsel { @@ -952,7 +952,7 @@ div.dlg-window { } #FS_main div.dlg-header { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/share.png) !important + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/share.png) !important } div#yesnoDlg div.dlg-header { @@ -1029,7 +1029,7 @@ div.tab { div#t div#ind { height: 34px; width: 34px; - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/ajax-loader.gif) no-repeat 0 center; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/ajax-loader.gif) no-repeat 0 center; margin: 2px 6px } @@ -1042,7 +1042,7 @@ tr#rrow td a#mnu_go div#go { } span#loadimg { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/ajax-loader.gif) no-repeat center center + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/ajax-loader.gif) no-repeat center center } .meter-value-start-color { @@ -1105,7 +1105,7 @@ div#lcont div.std:nth-child(2n+1) { #StatusBar table tr td { padding-right: 5px; border: none; - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/headers.png) no-repeat right -208px + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/headers.png) no-repeat right -208px } #StatusBar table tr td td { @@ -1117,11 +1117,11 @@ div#lcont div.std:nth-child(2n+1) { } #st_up { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status.png) no-repeat 6px 2px + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/status.png) no-repeat 6px 2px } #st_down { - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status.png) no-repeat 6px -18px + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/status.png) no-repeat 6px -18px } .statuscell { @@ -1166,46 +1166,46 @@ span.det { } .Icon_Dir { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/status_icons.png); background-position: 0 -272px } .Icon_File { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/status_icons.png); background-position: 0 -256px } .Icon_Torrent { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/torrent.png) no-repeat scroll left center !important + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/torrent.png) no-repeat scroll left center !important } .Icon_Vid { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/video.png) no-repeat scroll left center !important + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/video.png) no-repeat scroll left center !important } .Icon_Mp3 { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/mp3.png) no-repeat scroll left center !important + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/mp3.png) no-repeat scroll left center !important } .Icon_Img { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/image.png) no-repeat scroll left center !important + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/image.png) no-repeat scroll left center !important } .Icon_Nfo { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/nfo.png) no-repeat scroll left center !important + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/nfo.png) no-repeat scroll left center !important } .Icon_Sfv { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/text.png) no-repeat scroll left center !important + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/text.png) no-repeat scroll left center !important } .Icon_UpD { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/up.png) no-repeat scroll left center !important + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/up.png) no-repeat scroll left center !important } .Icon_Rar, .Icon_Zip { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/archive.zip) no-repeat scroll left center !important + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/archive.zip) no-repeat scroll left center !important } @@ -1260,7 +1260,7 @@ div#tdcont .stable { .stable-head div.resz { border: 1px solid #FF0000; - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/s.gif) no-repeat scroll left center; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/s.gif) no-repeat scroll left center; } .stable-body { @@ -1309,16 +1309,16 @@ div.stable-body table tbody tr.even td:nth-child(2n+1) { } div.stable-body table tbody tr.even:nth-child(2n+1) td { - background: #181818 url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/headers.png) repeat-x 0px -64px; + background: #181818 url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/headers.png) repeat-x 0px -64px; } .stable-move-header { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/header_move.gif) repeat-x scroll center top; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/header_move.gif) repeat-x scroll center top; border: 1px solid #0099FF; } .stable-move-header { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/header_move.gif) repeat-x scroll center top rgba(128, 128, 128, 0.7); + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/header_move.gif) repeat-x scroll center top rgba(128, 128, 128, 0.7); border: 1px solid #0099FF; } @@ -1345,14 +1345,14 @@ div.stable-body table tbody tr.even:nth-child(2n+1) td { } .stable-scrollpos { - background: #181818 url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/headers.png) repeat-x 0px -37px; + background: #181818 url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/headers.png) repeat-x 0px -37px; height: 17px; line-height: 17px; border-bottom: 1px solid #333333; } .stable-scrollpos:nth-child(2n+1) { - background: #181818 url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/headers.png) repeat-x 0px -64px; + background: #181818 url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/headers.png) repeat-x 0px -64px; } .meter-value { @@ -1417,7 +1417,7 @@ div.stable-body table tbody tr.even:nth-child(2n+1) td { float: left; border: 1px inset #1b1b1b; border-bottom: none; - background: #96CE00 url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/headers.png) repeat-x 0px -138px; + background: #96CE00 url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/headers.png) repeat-x 0px -138px; } #meter-disk-text, @@ -1446,7 +1446,7 @@ div.stable-body table tbody tr.even:nth-child(2n+1) td { border-right: none; padding-left: 25px; margin-left: 0px; - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png) no-repeat 3px -336px; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/status_icons.png) no-repeat 3px -336px; } #meter-cpu-text { @@ -1466,7 +1466,7 @@ div.stable-body table tbody tr.even:nth-child(2n+1) td { border-right: none; margin-left: 0px; padding-left: 25px; - background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/status_icons.png) no-repeat 3px -320px; + background: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/status_icons.png) no-repeat 3px -320px; } /* #meter-cpu-td {}*/ @@ -1588,7 +1588,7 @@ div#dlgAddRSS div.dlg-header { div#dlgEditRules-header, #dlgEditRatioRules-header, div#dlgEditRules div.dlg-header { - background: #181818 url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/dlg-toolbars.gif) no-repeat 0 -72px !important; + background: #181818 url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/dlg-toolbars.gif) no-repeat 0 -72px !important; border-bottom: 1px solid #333333; text-shadow: 0px -1px 0px #000; } @@ -1615,15 +1615,15 @@ div#dlgEditRatioRules { } #autodl-tb { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/autodll-irc1.png) no-repeat center; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/autodll-irc1.png) no-repeat center; } #autodl-tb:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/autodll-irc2.png) no-repeat center; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/autodll-irc2.png) no-repeat center; } #autodl-multiselect-header { - background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/dlg-autodl-irc.gif"); + background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/dlg-autodl-irc.gif"); } .shieven { @@ -1635,59 +1635,59 @@ div#dlgEditRatioRules { } div#webuiUpdateToggle.pause { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/pauseui.png) no-repeat; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/pauseui.png) no-repeat; } div#webuiUpdateToggle.pause:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/pauseuih.png) no-repeat; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/pauseuih.png) no-repeat; } div#webuiUpdateToggle.resume { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/playui.png) no-repeat; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/playui.png) no-repeat; } div#webuiUpdateToggle.resume:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/playuih.png) no-repeat; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/playuih.png) no-repeat; } div#webuiRefresh { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/refreshui.png) no-repeat; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/refreshui.png) no-repeat; } div#webuiRefresh:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/refreshuih.png) no-repeat; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/refreshuih.png) no-repeat; } div#linkproxy { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/proxy.png) no-repeat; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/proxy.png) no-repeat; } div#linkproxy:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/proxyh.png) no-repeat; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/proxyh.png) no-repeat; } div#linklogs { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/linklogs.png) no-repeat; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/linklogs.png) no-repeat; } div#linklogs:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/linklogsh.png) no-repeat; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/linklogsh.png) no-repeat; } div#linkseedboxmanager { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/seedboxmanager.png) no-repeat; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/seedboxmanager.png) no-repeat; } div#linkseedboxmanager:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/seedboxmanagerh.png) no-repeat; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/seedboxmanagerh.png) no-repeat; } div#plugin { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/plugin.png) no-repeat; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/plugin.png) no-repeat; } div#plugin:hover { - background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/pluginh.png) no-repeat; + background: transparent url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/pluginh.png) no-repeat; } #maillayout #letterform table tr td { @@ -1699,15 +1699,15 @@ div#plugin:hover { } div#chat { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/chat.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/chat.png); } div#chat:hover { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/chat3.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/chat3.png); } div#tchat div.dlg-header { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/chat2.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/chat2.png); } #userlist, @@ -1721,15 +1721,15 @@ div#tchat div.dlg-header { } div#logoff { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/logoff.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/logoff.png); } div#logoff:hover { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/logoff3.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/logoff3.png); } div#logoffDlg div.dlg-header { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/rutorrent/logoff2.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/rutorrent/logoff2.png); } .noty_alert, diff --git a/CSS/themes/rutorrent/space-gray.css b/CSS/themes/rutorrent/space-gray.css deleted file mode 100644 index c9f16cea..00000000 --- a/CSS/themes/rutorrent/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* RUTORRENT SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/rutorrent/rutorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); diff --git a/CSS/themes/sabnzbd/aquamarine.css b/CSS/themes/sabnzbd/aquamarine.css deleted file mode 100644 index 53498e65..00000000 --- a/CSS/themes/sabnzbd/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SABNZBD AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/sabnzbd/sabnzbd-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/sabnzbd/dark.css b/CSS/themes/sabnzbd/dark.css deleted file mode 100644 index 03e7a708..00000000 --- a/CSS/themes/sabnzbd/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SABNZBD DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/sabnzbd/sabnzbd-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/sabnzbd/dracula.css b/CSS/themes/sabnzbd/dracula.css deleted file mode 100644 index 9a6cf61c..00000000 --- a/CSS/themes/sabnzbd/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SABNZBD DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/sabnzbd/sabnzbd-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/sabnzbd/hotline.css b/CSS/themes/sabnzbd/hotline.css deleted file mode 100644 index 0308f369..00000000 --- a/CSS/themes/sabnzbd/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SABNZBD HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/sabnzbd/sabnzbd-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/sabnzbd/organizr-dark.css b/CSS/themes/sabnzbd/organizr-dark.css deleted file mode 100644 index 3f067911..00000000 --- a/CSS/themes/sabnzbd/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SABNZBD ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/sabnzbd/sabnzbd-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/sabnzbd/plex.css b/CSS/themes/sabnzbd/plex.css deleted file mode 100644 index bfcd85bc..00000000 --- a/CSS/themes/sabnzbd/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SABNZBD PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/sabnzbd/sabnzbd-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/sabnzbd/sabnzbd-base.css b/CSS/themes/sabnzbd/sabnzbd-base.css index 682580c9..22567214 100644 --- a/CSS/themes/sabnzbd/sabnzbd-base.css +++ b/CSS/themes/sabnzbd/sabnzbd-base.css @@ -540,6 +540,10 @@ tr td.row-extra-text, color: var(--button-text); } +.progress strong, .progress i { + color: #fff; +} + .progress { background-color: transparent !important; box-shadow: none !important; diff --git a/CSS/themes/sabnzbd/space-gray.css b/CSS/themes/sabnzbd/space-gray.css deleted file mode 100644 index 7489af93..00000000 --- a/CSS/themes/sabnzbd/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SABNZBD SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/sabnzbd/sabnzbd-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/sonarr/aquamarine.css b/CSS/themes/sonarr/aquamarine.css deleted file mode 100644 index 14e9bb2b..00000000 --- a/CSS/themes/sonarr/aquamarine.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SONARR AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/sonarr/sonarr-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/sonarr/dark.css b/CSS/themes/sonarr/dark.css deleted file mode 100644 index 120d5145..00000000 --- a/CSS/themes/sonarr/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SONARR DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/sonarr/sonarr-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/sonarr/dracula.css b/CSS/themes/sonarr/dracula.css deleted file mode 100644 index b5d4dfd8..00000000 --- a/CSS/themes/sonarr/dracula.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SONARR DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/sonarr/sonarr-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); diff --git a/CSS/themes/sonarr/hotline.css b/CSS/themes/sonarr/hotline.css deleted file mode 100644 index 1f9aae1c..00000000 --- a/CSS/themes/sonarr/hotline.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SONARR HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/sonarr/sonarr-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/sonarr/organizr-dark.css b/CSS/themes/sonarr/organizr-dark.css deleted file mode 100644 index e1bc0979..00000000 --- a/CSS/themes/sonarr/organizr-dark.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SONARR ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/sonarr/sonarr-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/sonarr/plex.css b/CSS/themes/sonarr/plex.css deleted file mode 100644 index b40c1f79..00000000 --- a/CSS/themes/sonarr/plex.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SONARR PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/sonarr/sonarr-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/sonarr/space-gray.css b/CSS/themes/sonarr/space-gray.css deleted file mode 100644 index 62ad1ced..00000000 --- a/CSS/themes/sonarr/space-gray.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SONARR SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/sonarr/sonarr-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); diff --git a/CSS/themes/synclounge/aquamarine.css b/CSS/themes/synclounge/aquamarine.css deleted file mode 100644 index 14494e34..00000000 --- a/CSS/themes/synclounge/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SYNCLOUNGE AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/synclounge/synclounge-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); diff --git a/CSS/themes/synclounge/dark.css b/CSS/themes/synclounge/dark.css deleted file mode 100644 index c1a61740..00000000 --- a/CSS/themes/synclounge/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SYNCLOUNGE DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/synclounge/synclounge-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/synclounge/hotline.css b/CSS/themes/synclounge/hotline.css deleted file mode 100644 index c7820a09..00000000 --- a/CSS/themes/synclounge/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SYNCLOUNGE HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/synclounge/synclounge-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/synclounge/organizr-dark.css b/CSS/themes/synclounge/organizr-dark.css deleted file mode 100644 index 5c364a74..00000000 --- a/CSS/themes/synclounge/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SYNCLOUNGE ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/synclounge/synclounge-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/synclounge/plex.css b/CSS/themes/synclounge/plex.css deleted file mode 100644 index 300e44c1..00000000 --- a/CSS/themes/synclounge/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SYNCLOUNGE PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/synclounge/synclounge-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/synclounge/space-gray.css b/CSS/themes/synclounge/space-gray.css deleted file mode 100644 index bd30f0d5..00000000 --- a/CSS/themes/synclounge/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* SYNCLOUNGE SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/synclounge/synclounge-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); diff --git a/CSS/themes/tautulli/aquamarine.css b/CSS/themes/tautulli/aquamarine.css deleted file mode 100644 index 38caff6c..00000000 --- a/CSS/themes/tautulli/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* TAUTULLI AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/tautulli/tautulli-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/tautulli/dark.css b/CSS/themes/tautulli/dark.css deleted file mode 100644 index 7984c56d..00000000 --- a/CSS/themes/tautulli/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* TAUTULLI DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/tautulli/tautulli-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/tautulli/dracula.css b/CSS/themes/tautulli/dracula.css deleted file mode 100644 index 4c836e7b..00000000 --- a/CSS/themes/tautulli/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* TAUTULLI DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/tautulli/tautulli-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/tautulli/hotline.css b/CSS/themes/tautulli/hotline.css deleted file mode 100644 index 54c5e49a..00000000 --- a/CSS/themes/tautulli/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* TAUTULLI HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/tautulli/tautulli-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/tautulli/organizr-dark.css b/CSS/themes/tautulli/organizr-dark.css deleted file mode 100644 index 5f44bfad..00000000 --- a/CSS/themes/tautulli/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* TAUTULLI ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/tautulli/tautulli-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/tautulli/plex.css b/CSS/themes/tautulli/plex.css deleted file mode 100644 index 21a43d94..00000000 --- a/CSS/themes/tautulli/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* TAUTULLI PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/tautulli/tautulli-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/tautulli/space-gray.css b/CSS/themes/tautulli/space-gray.css deleted file mode 100644 index e5981b0b..00000000 --- a/CSS/themes/tautulli/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* TAUTULLI SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/tautulli/tautulli-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/tautulli/tautulli-base.css b/CSS/themes/tautulli/tautulli-base.css index 00901e8d..ba1e8e8b 100644 --- a/CSS/themes/tautulli/tautulli-base.css +++ b/CSS/themes/tautulli/tautulli-base.css @@ -121,6 +121,7 @@ a.no-highlight:hover, #search_form #search_button.btn-inactive { background-color: #0000; + color: var(--text); } .nav>li.active>a, @@ -220,6 +221,7 @@ select, .btn-dark { background-color: var(--button-color); border-color: var(--button-color); + color: var(--button-text); } .btn-dark:hover { diff --git a/CSS/themes/thelounge/aquamarine.css b/CSS/themes/thelounge/aquamarine.css deleted file mode 100644 index 619c9d30..00000000 --- a/CSS/themes/thelounge/aquamarine.css +++ /dev/null @@ -1,30 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* THE LOUNGE AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/thelounge/thelounge-base.css); -:root { - --body-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; - --window-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; - --button-color: #009688; - --theme-accent: #009688; - --date-marker-color: #FFC107; - - --body-color: #f3f3f3; - --body-color-muted: #dedede; - --link-color: #77abd9; - --button-text-color-hover: #fff; - --upload-progressbar-color: var(--button-color); - --unread-marker-color: #f92772; - --highlight-bg-color: #4d4332; - --highlight-border-color: #b08c4f; - } diff --git a/CSS/themes/thelounge/dark.css b/CSS/themes/thelounge/dark.css deleted file mode 100644 index 8a830eb2..00000000 --- a/CSS/themes/thelounge/dark.css +++ /dev/null @@ -1,30 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* THE LOUNGE DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/thelounge/thelounge-base.css); -:root { - --body-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; - --window-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; - --button-color: #3d3d3d; - --theme-accent: #3d3d3d; - --date-marker-color: #e59029; - - --body-color: #f3f3f3; - --body-color-muted: #dedede; - --link-color: #77abd9; - --button-text-color-hover: #fff; - --upload-progressbar-color: var(--button-color); - --unread-marker-color: #f92772; - --highlight-bg-color: #4d4332; - --highlight-border-color: #b08c4f; - } \ No newline at end of file diff --git a/CSS/themes/thelounge/hotline.css b/CSS/themes/thelounge/hotline.css deleted file mode 100644 index 99463e73..00000000 --- a/CSS/themes/thelounge/hotline.css +++ /dev/null @@ -1,30 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* THE LOUNGE HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/thelounge/thelounge-base.css); -:root { - --body-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; - --window-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; - --button-color: #F44336; - --theme-accent: #F44336; - --date-marker-color: #FFC107; - - --body-color: #f3f3f3; - --body-color-muted: #dedede; - --link-color: #77abd9; - --button-text-color-hover: #fff; - --upload-progressbar-color: var(--button-color); - --unread-marker-color: #f92772; - --highlight-bg-color: #4d4332; - --highlight-border-color: #b08c4f; - } diff --git a/CSS/themes/thelounge/organizr-dark.css b/CSS/themes/thelounge/organizr-dark.css deleted file mode 100644 index 28d19389..00000000 --- a/CSS/themes/thelounge/organizr-dark.css +++ /dev/null @@ -1,30 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* THE LOUNGE DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/thelounge/thelounge-base.css); -:root { - --body-bg-color: #1f1f1f; - --window-bg-color: #1b1b1b; - --button-color: #2cabe3; - --theme-accent: #2cabe3; - --date-marker-color: #e59029; - - --body-color: #f3f3f3; - --body-color-muted: #dedede; - --link-color: #2cabe3; - --button-text-color-hover: #fff; - --upload-progressbar-color: var(--button-color); - --unread-marker-color: #ff7676; - --highlight-bg-color: #4d4332; - --highlight-border-color: #b08c4f; - } \ No newline at end of file diff --git a/CSS/themes/thelounge/plex.css b/CSS/themes/thelounge/plex.css deleted file mode 100644 index 244fb968..00000000 --- a/CSS/themes/thelounge/plex.css +++ /dev/null @@ -1,30 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* THE LOUNGE PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/thelounge/thelounge-base.css); -:root { - --body-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; - --window-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; - --button-color: #cc7b19; - --theme-accent: #cc7b19; - --date-marker-color: #e59029; - - --body-color: #f3f3f3; - --body-color-muted: #dedede; - --link-color: #77abd9; - --button-text-color-hover: #fff; - --upload-progressbar-color: var(--button-color); - --unread-marker-color: #f92772; - --highlight-bg-color: #4d4332; - --highlight-border-color: #b08c4f; -} \ No newline at end of file diff --git a/CSS/themes/thelounge/space-gray.css b/CSS/themes/thelounge/space-gray.css deleted file mode 100644 index 7c029af7..00000000 --- a/CSS/themes/thelounge/space-gray.css +++ /dev/null @@ -1,30 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* THE LOUNGE SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/thelounge/thelounge-base.css); -:root { - --body-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; - --window-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; - --button-color: #607D8B; - --theme-accent: #607D8B; - --date-marker-color: #81a6b7; - - --body-color: #f3f3f3; - --body-color-muted: #dedede; - --link-color: #77abd9; - --button-text-color-hover: #fff; - --upload-progressbar-color: var(--button-color); - --unread-marker-color: #f92772; - --highlight-bg-color: #4d4332; - --highlight-border-color: #b08c4f; -} diff --git a/CSS/themes/transmission/aquamarine.css b/CSS/themes/transmission/aquamarine.css deleted file mode 100644 index 37305e4f..00000000 --- a/CSS/themes/transmission/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* TRANSMISSION AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/transmission/transmission-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/transmission/dark.css b/CSS/themes/transmission/dark.css deleted file mode 100644 index 9e1046b9..00000000 --- a/CSS/themes/transmission/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* TRANSMISSION DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/transmission/transmission-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/transmission/dracula.css b/CSS/themes/transmission/dracula.css deleted file mode 100644 index 8ba9a07d..00000000 --- a/CSS/themes/transmission/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* TRANSMISSION DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/transmission/transmission-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/transmission/hotline.css b/CSS/themes/transmission/hotline.css deleted file mode 100644 index 57bb45af..00000000 --- a/CSS/themes/transmission/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* TRANSMISSION HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/transmission/transmission-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/transmission/organizr-dark.css b/CSS/themes/transmission/organizr-dark.css deleted file mode 100644 index 15059421..00000000 --- a/CSS/themes/transmission/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* TRANSMISSION DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/transmission/transmission-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/transmission/plex.css b/CSS/themes/transmission/plex.css deleted file mode 100644 index db05b9c8..00000000 --- a/CSS/themes/transmission/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* TRANSMISSION PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/transmission/transmission-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/transmission/space-gray.css b/CSS/themes/transmission/space-gray.css deleted file mode 100644 index 5bc09cbd..00000000 --- a/CSS/themes/transmission/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* TRANSMISSION SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/transmission/transmission-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/transmission/transmission-base.css b/CSS/themes/transmission/transmission-base.css index 988de234..41b36626 100644 --- a/CSS/themes/transmission/transmission-base.css +++ b/CSS/themes/transmission/transmission-base.css @@ -978,5 +978,5 @@ ul.torrent_list li.torrent.compact div.torrent_name { .ui-icon, .ui-widget-content .ui-icon { - background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/transmission/icons.png); + background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/resources/transmission/icons.png); } \ No newline at end of file diff --git a/CSS/themes/unraid/aquamarine.css b/CSS/themes/unraid/aquamarine.css deleted file mode 100644 index 4923f743..00000000 --- a/CSS/themes/unraid/aquamarine.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* UNRAID AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/unraid/unraid-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/unraid/dark.css b/CSS/themes/unraid/dark.css deleted file mode 100644 index 8d8ff47a..00000000 --- a/CSS/themes/unraid/dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* UNRAID DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/unraid/unraid-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); diff --git a/CSS/themes/unraid/dracula.css b/CSS/themes/unraid/dracula.css deleted file mode 100644 index eb9bd3c2..00000000 --- a/CSS/themes/unraid/dracula.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* UNRAID DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/unraid/unraid-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/unraid/hotline.css b/CSS/themes/unraid/hotline.css deleted file mode 100644 index 66875735..00000000 --- a/CSS/themes/unraid/hotline.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* UNRAID HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/unraid/unraid-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/unraid/organizr-dark.css b/CSS/themes/unraid/organizr-dark.css deleted file mode 100644 index fa15bbb9..00000000 --- a/CSS/themes/unraid/organizr-dark.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* UNRAID ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/unraid/unraid-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/unraid/plex.css b/CSS/themes/unraid/plex.css deleted file mode 100644 index c46fc9aa..00000000 --- a/CSS/themes/unraid/plex.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* UNRAID PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/unraid/unraid-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/unraid/space-gray.css b/CSS/themes/unraid/space-gray.css deleted file mode 100644 index 319c5afd..00000000 --- a/CSS/themes/unraid/space-gray.css +++ /dev/null @@ -1,16 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* UNRAID SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/unraid/unraid-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/vuetorrent/aquamarine.css b/CSS/themes/vuetorrent/aquamarine.css deleted file mode 100644 index 4d40fe5e..00000000 --- a/CSS/themes/vuetorrent/aquamarine.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* VUETORRENT AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/vuetorrent/vuetorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/vuetorrent/dark.css b/CSS/themes/vuetorrent/dark.css deleted file mode 100644 index f3a921b2..00000000 --- a/CSS/themes/vuetorrent/dark.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* VUETORRENT DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/vuetorrent/vuetorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/vuetorrent/dracula.css b/CSS/themes/vuetorrent/dracula.css deleted file mode 100644 index 6019f63b..00000000 --- a/CSS/themes/vuetorrent/dracula.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* VUETORRENT DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/vuetorrent/vuetorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/vuetorrent/hotline.css b/CSS/themes/vuetorrent/hotline.css deleted file mode 100644 index eb1c8493..00000000 --- a/CSS/themes/vuetorrent/hotline.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* VUETORRENT HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/vuetorrent/vuetorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/vuetorrent/organizr-dark.css b/CSS/themes/vuetorrent/organizr-dark.css deleted file mode 100644 index 1a1c6574..00000000 --- a/CSS/themes/vuetorrent/organizr-dark.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* VUETORRENT ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/vuetorrent/vuetorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/vuetorrent/plex.css b/CSS/themes/vuetorrent/plex.css deleted file mode 100644 index 4640975c..00000000 --- a/CSS/themes/vuetorrent/plex.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* VUETORRENT PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/vuetorrent/vuetorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/vuetorrent/space-gray.css b/CSS/themes/vuetorrent/space-gray.css deleted file mode 100644 index 53b8ef22..00000000 --- a/CSS/themes/vuetorrent/space-gray.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* VUETORRENT SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/vuetorrent/vuetorrent-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/themes/webtools/aquamarine.css b/CSS/themes/webtools/aquamarine.css deleted file mode 100644 index b1ad15fd..00000000 --- a/CSS/themes/webtools/aquamarine.css +++ /dev/null @@ -1,27 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* WEBTOOLS AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/webtools/webtools-base.css); -:root { - --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; - --button-color: #009688; - --button-color-hover: #12afa0; - --button-text: #eee; - --accent-color: #12afa0; - --accent-color-hover: #fff; - --text: #eee; - --text-hover: #fff; - --link-color: #12afa0; -} \ No newline at end of file diff --git a/CSS/themes/webtools/dark.css b/CSS/themes/webtools/dark.css deleted file mode 100644 index 3551afd8..00000000 --- a/CSS/themes/webtools/dark.css +++ /dev/null @@ -1,27 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* WEBTOOLS DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/webtools/webtools-base.css); -:root { - --main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; - --button-color: hsla(0,0%,100%,.15); - --button-color-hover: hsla(0,0%,100%,.30); - --button-text: #eee; - --accent-color: #fff; - --accent-color-hover: rgba(255, 255, 255, 0.45); - --text: #eee; - --text-hover: #fff; - --link-hover: rgba(255, 255, 255, 0.45); -} \ No newline at end of file diff --git a/CSS/themes/webtools/hotline.css b/CSS/themes/webtools/hotline.css deleted file mode 100644 index 94ccfba2..00000000 --- a/CSS/themes/webtools/hotline.css +++ /dev/null @@ -1,27 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* WEBTOOLS HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/webtools/webtools-base.css); -:root { - --main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; - --button-color: hsla(0,0%,100%,.15); - --button-color-hover: hsla(0,0%,100%,.30); - --button-text: #eee; - --accent-color: #F44336; - --accent-color-hover: #0b3161; - --text: #eee; - --text-hover: #fff; - --link-hover: #F44336; -} \ No newline at end of file diff --git a/CSS/themes/webtools/organizr-dark.css b/CSS/themes/webtools/organizr-dark.css deleted file mode 100644 index d80b041f..00000000 --- a/CSS/themes/webtools/organizr-dark.css +++ /dev/null @@ -1,27 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* WEBTOOLS ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/webtools/webtools-base.css); -:root { - --main-bg-color: #1f1f1f; - --modal-bg-color: #1b1b1b; - --button-color: #2cabe3; - --button-color-hover: rgb(44 171 227 / .8); - --button-text: #eee; - --accent-color:#2cabe3; - --accent-color-hover: #fff; - --text:#96a2b4; - --text-hover: #fff; - --link-color: #2cabe3; -} \ No newline at end of file diff --git a/CSS/themes/webtools/plex.css b/CSS/themes/webtools/plex.css deleted file mode 100644 index 758a754b..00000000 --- a/CSS/themes/webtools/plex.css +++ /dev/null @@ -1,27 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* WEBTOOLS PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/webtools/webtools-base.css); -:root { - --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; - --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; - --button-color: #cc7b19; - --button-color-hover: #e59029; - --button-text: #eee; - --accent-color: #e5a00d; - --accent-color-hover: #ffc107; - --text: #eee; - --text-hover: #fff; - --link-color:#fff; -} \ No newline at end of file diff --git a/CSS/themes/webtools/space-gray.css b/CSS/themes/webtools/space-gray.css deleted file mode 100644 index a4326ddc..00000000 --- a/CSS/themes/webtools/space-gray.css +++ /dev/null @@ -1,27 +0,0 @@ - -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* WEBTOOLS SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/webtools/webtools-base.css); -:root { - --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; - --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; - --button-color: #607D8B; - --button-color-hover: #81a6b7; - --button-text: #eee; - --accent-color: #81a6b7; - --accent-color-hover: #81a6b7; - --text: #eee; - --text-hover: #fff; - --link-color: #81a6b7; -} \ No newline at end of file diff --git a/CSS/themes/xbackbone/aquamarine.css b/CSS/themes/xbackbone/aquamarine.css deleted file mode 100644 index 2e9a7c2b..00000000 --- a/CSS/themes/xbackbone/aquamarine.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* XBACKBONE AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/xbackbone/xbackbone-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/xbackbone/dark.css b/CSS/themes/xbackbone/dark.css deleted file mode 100644 index 67844a74..00000000 --- a/CSS/themes/xbackbone/dark.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* XBACKBONE DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/xbackbone/xbackbone-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/xbackbone/dracula.css b/CSS/themes/xbackbone/dracula.css deleted file mode 100644 index 30d40ac4..00000000 --- a/CSS/themes/xbackbone/dracula.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* XBACKBONE DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/xbackbone/xbackbone-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/xbackbone/hotline.css b/CSS/themes/xbackbone/hotline.css deleted file mode 100644 index ed788a45..00000000 --- a/CSS/themes/xbackbone/hotline.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* XBACKBONE HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/xbackbone/xbackbone-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/xbackbone/organizr-dark.css b/CSS/themes/xbackbone/organizr-dark.css deleted file mode 100644 index 49490680..00000000 --- a/CSS/themes/xbackbone/organizr-dark.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* XBACKBONE ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/xbackbone/xbackbone-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/xbackbone/plex.css b/CSS/themes/xbackbone/plex.css deleted file mode 100644 index 3b067cf4..00000000 --- a/CSS/themes/xbackbone/plex.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* XBACKBONE PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/xbackbone/xbackbone-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/xbackbone/space-gray.css b/CSS/themes/xbackbone/space-gray.css deleted file mode 100644 index ceba0aae..00000000 --- a/CSS/themes/xbackbone/space-gray.css +++ /dev/null @@ -1,15 +0,0 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ - -/* XBACKBONE SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/xbackbone/xbackbone-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file diff --git a/CSS/variables/blackberry-carol.css b/CSS/variables/blackberry-carol.css index 31e6efb3..39e21060 100644 --- a/CSS/variables/blackberry-carol.css +++ b/CSS/variables/blackberry-carol.css @@ -1,5 +1,5 @@ :root { - --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), + --main-bg-color: url("https://theme-park.dev/resources/blur-noise.png"), radial-gradient(at center center, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9) 120%) center center/cover no-repeat fixed, radial-gradient(at bottom center, rgba(0, 0, 0, 0.15), hsla(0, 14%, 18%, 0.45), hsla(0, 18%, 5%, 0.6)) center center/cover no-repeat fixed, radial-gradient(at bottom center, rgba(167, 6, 6, 0.15), hsla(0, 14%, 18%, 0), hsla(0, 18%, 5%, 0)) center center/cover no-repeat fixed, diff --git a/CSS/variables/mind.css b/CSS/variables/mind.css index 7e39faa6..fb9b9d13 100644 --- a/CSS/variables/mind.css +++ b/CSS/variables/mind.css @@ -1,6 +1,6 @@ :root { --main-bg-color: radial-gradient(ellipse at center bottom, rgba(255, 242, 0, .7) 0%, #0d0400 80%, rgba(0, 0, 0, 1) 100%) center center/cover no-repeat fixed, - url("https://theme-park.dev/Resources/mind.jpg") center center/cover no-repeat fixed; + url("https://theme-park.dev/resources/mind.jpg") center center/cover no-repeat fixed; --modal-bg-color: linear-gradient(180deg, rgba(51, 49, 0, 1) 0%, #000 100%) center center/cover no-repeat fixed; --modal-header-color: linear-gradient(180deg, rgba(51, 49, 0, 1) 0%, #000 100%) center center/cover no-repeat fixed; --modal-footer-color: linear-gradient(180deg, rgba(51, 49, 0, 1) 0%, #000 100%) center center/cover no-repeat fixed; diff --git a/CSS/variables/organizr-dark.css b/CSS/variables/organizr-dark.css index 5775994f..aa8d9d5c 100644 --- a/CSS/variables/organizr-dark.css +++ b/CSS/variables/organizr-dark.css @@ -1 +1,30 @@ -@import url("https://theme-park.dev/CSS/variables/organizr.css"); +:root { + --main-bg-color: #1f1f1f; + + --modal-bg-color: #333; + --modal-header-color: #232323; + --modal-footer-color: #232323; + + --drop-down-menu-bg: #1b1b1b; + + --button-color: #2cabe3; + --button-color-hover: #298fbc; + --button-text: #eee; + --button-text-hover: #fff; + + --accent-color: 44, 171, 227; + --accent-color-hover: rgb(var(--accent-color),.8); + --link-color: #2cabe3; + --link-color-hover: #3cc5ff; + --label-text-color: #fff; + + --text:#96a2b4; + --text-hover: #fff; + --text-muted: #999; + + /*Specials*/ + --arr-queue-color: #2cabe3; /* Servarr apps + Bazarr*/ + --plex-poster-unwatched: #2cabe3; + --petio-spinner: invert(65%) sepia(83%) saturate(2026%) hue-rotate(167deg) brightness(90%) contrast(97%);/* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ + --gitea-color-primary-dark-4: 44, 171, 227; +} \ No newline at end of file diff --git a/CSS/variables/plex.css b/CSS/variables/plex.css index 54a3677e..6059a0bd 100644 --- a/CSS/variables/plex.css +++ b/CSS/variables/plex.css @@ -1,8 +1,8 @@ :root { - /* --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; - --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; + /* --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/resources/preset-light2.png") center center/cover no-repeat fixed; + --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/resources/preset-dark2.png") center center/cover no-repeat fixed; */ - --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png") repeat scroll 0% 0%, radial-gradient(circle at 0% 100%, rgba(54, 66, 84, 0.55) 0%, rgba(54, 66, 84, 0.043) 70%, rgba(54, 66, 84, 0) 80%), radial-gradient(circle at 100% 100%, rgba(113, 135, 153, 0.55) 0%, rgba(113, 135, 153, 0.043) 70%, rgba(113, 135, 153, 0) 80%), radial-gradient(circle at 100% 0%, rgba(54, 66, 84, 0.55) 0%, rgba(54, 66, 84, 0.043) 70%, rgba(54, 66, 84, 0) 80%), radial-gradient(circle at 0% 0%, rgba(91, 114, 135, 0.55) 0%, rgba(91, 114, 135, 0.043) 70%, rgba(91, 114, 135, 0) 80%), rgb(0, 0, 0) center center/cover no-repeat fixed; + --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/resources/blur-noise.png") repeat scroll 0% 0%, radial-gradient(circle at 0% 100%, rgba(54, 66, 84, 0.55) 0%, rgba(54, 66, 84, 0.043) 70%, rgba(54, 66, 84, 0) 80%), radial-gradient(circle at 100% 100%, rgba(113, 135, 153, 0.55) 0%, rgba(113, 135, 153, 0.043) 70%, rgba(113, 135, 153, 0) 80%), radial-gradient(circle at 100% 0%, rgba(54, 66, 84, 0.55) 0%, rgba(54, 66, 84, 0.043) 70%, rgba(54, 66, 84, 0) 80%), radial-gradient(circle at 0% 0%, rgba(91, 114, 135, 0.55) 0%, rgba(91, 114, 135, 0.043) 70%, rgba(91, 114, 135, 0) 80%), rgb(0, 0, 0) center center/cover no-repeat fixed; --modal-bg-color: #1f2326; --modal-header-color: #1f2326; diff --git a/CSS/variables/power.css b/CSS/variables/power.css index d1be419e..b5e32f47 100644 --- a/CSS/variables/power.css +++ b/CSS/variables/power.css @@ -1,6 +1,6 @@ :root { --main-bg-color: radial-gradient(ellipse at center bottom, rgba(166, 40, 140, .7) 0%, rgba(11,8,51,1) 80%, rgba(0,0,0,1) 100%) center center/cover no-repeat fixed, - url("https://theme-park.dev/Resources/power.jpg") center center/cover no-repeat fixed; + url("https://theme-park.dev/resources/power.jpg") center center/cover no-repeat fixed; --modal-bg-color: linear-gradient(180deg, rgba(35, 0, 57, 1) 0%, #000 100%) center center/cover no-repeat fixed; --modal-header-color: linear-gradient(180deg, rgba(35, 0, 57, 1) 0%, #000 100%) center center/cover no-repeat fixed; --modal-footer-color: linear-gradient(180deg, rgba(35, 0, 57, 1) 0%, #000 100%) center center/cover no-repeat fixed; diff --git a/CSS/variables/reality.css b/CSS/variables/reality.css index 2a5c00f3..8eadacd5 100644 --- a/CSS/variables/reality.css +++ b/CSS/variables/reality.css @@ -1,6 +1,6 @@ :root { --main-bg-color: radial-gradient(ellipse at center bottom, rgba(232, 11, 11, 0.7) 0%, #08000d 80%, rgba(0,0,0,1) 100%) center center/cover no-repeat fixed, - url("https://theme-park.dev/Resources/reality.jpg") center center/cover no-repeat fixed; + url("https://theme-park.dev/resources/reality.jpg") center center/cover no-repeat fixed; --modal-bg-color: linear-gradient(180deg, rgba(102, 5, 5, 1) 0%, #000 100%) center center/cover no-repeat fixed; --modal-header-color: linear-gradient(180deg, rgba(102, 5, 5, 1) 0%, #000 100%) center center/cover no-repeat fixed; --modal-footer-color: linear-gradient(180deg, rgba(102, 5, 5, 1) 0%, #000 100%) center center/cover no-repeat fixed; diff --git a/CSS/variables/soul.css b/CSS/variables/soul.css index 1ce095e4..2ce22d7b 100644 --- a/CSS/variables/soul.css +++ b/CSS/variables/soul.css @@ -1,6 +1,6 @@ :root { --main-bg-color: radial-gradient(ellipse at center bottom, rgba(255, 153, 0, .7) 0%, #3c0015 80%, rgba(0, 0, 0, 1) 100%) center center/cover no-repeat fixed, - url("https://theme-park.dev/Resources/soul.jpg") center center/cover no-repeat fixed; + url("https://theme-park.dev/resources/soul.jpg") center center/cover no-repeat fixed; --modal-bg-color: linear-gradient(180deg, rgba(140, 64, 2, 1) 0%, #3c0015 100%) center center/cover no-repeat fixed; --modal-header-color: linear-gradient(180deg, rgba(140, 64, 2, 1) 0%, #3c0015 100%) center center/cover no-repeat fixed; --modal-footer-color: linear-gradient(180deg, rgba(140, 64, 2, 1) 0%, #3c0015 100%) center center/cover no-repeat fixed; diff --git a/CSS/variables/space.css b/CSS/variables/space.css index cbd0b8be..59325481 100644 --- a/CSS/variables/space.css +++ b/CSS/variables/space.css @@ -1,6 +1,6 @@ :root { --main-bg-color: radial-gradient(ellipse at center bottom, rgba(0, 98, 255, .7) 0%, #020013 80%, rgb(0, 0, 0) 100%) center center/cover no-repeat fixed, - url("https://theme-park.dev/Resources/space.jpg") center center/cover no-repeat fixed; + url("https://theme-park.dev/resources/space.jpg") center center/cover no-repeat fixed; --modal-bg-color: linear-gradient(180deg, rgb(0, 57, 148) 0%, #10003c 100%) center center/cover no-repeat fixed; --modal-headercolor: linear-gradient(180deg, rgb(0, 57, 148) 0%, #10003c 100%) center center/cover no-repeat fixed; --modal-footer-color: linear-gradient(180deg, rgb(0, 57, 148) 0%, #10003c 100%) center center/cover no-repeat fixed; diff --git a/CSS/variables/time.css b/CSS/variables/time.css index d7dd3e5f..80ade112 100644 --- a/CSS/variables/time.css +++ b/CSS/variables/time.css @@ -1,6 +1,6 @@ :root { --main-bg-color: radial-gradient(ellipse at center bottom, rgba(109, 247, 81, .7) 0%, #00130c 80%, rgb(0, 0, 0) 100%) center center/cover no-repeat fixed, - url("https://theme-park.dev/Resources/time.jpg") center center/cover no-repeat fixed; + url("https://theme-park.dev/resources/time.jpg") center center/cover no-repeat fixed; --modal-bg-color: linear-gradient(180deg, rgba(2, 77, 0, 1) 0%, #00130c 100%) center center/cover no-repeat fixed; --modal-header-color: linear-gradient(180deg, rgba(2, 77, 0, 1) 0%, #00130c 100%) center center/cover no-repeat fixed; --modal-footer-color: linear-gradient(180deg, rgba(2, 77, 0, 1) 0%, #00130c 100%) center center/cover no-repeat fixed; diff --git a/Resources/landing-page/assets/img/organizr-dark-small.jpg b/Resources/landing-page/assets/img/organizr-small.jpg similarity index 100% rename from Resources/landing-page/assets/img/organizr-dark-small.jpg rename to Resources/landing-page/assets/img/organizr-small.jpg diff --git a/Resources/landing-page/assets/img/organizr-dark.png b/Resources/landing-page/assets/img/organizr.png similarity index 100% rename from Resources/landing-page/assets/img/organizr-dark.png rename to Resources/landing-page/assets/img/organizr.png diff --git a/Resources/landing-page/assets/img/overseer-small.jpg b/Resources/landing-page/assets/img/overseerr-small.jpg similarity index 100% rename from Resources/landing-page/assets/img/overseer-small.jpg rename to Resources/landing-page/assets/img/overseerr-small.jpg diff --git a/Resources/landing-page/assets/img/overseer.png b/Resources/landing-page/assets/img/overseerr.png similarity index 100% rename from Resources/landing-page/assets/img/overseer.png rename to Resources/landing-page/assets/img/overseerr.png diff --git a/Resources/landing-page/css/custom.css b/Resources/landing-page/css/custom.css index d651b934..f49b0159 100644 --- a/Resources/landing-page/css/custom.css +++ b/Resources/landing-page/css/custom.css @@ -348,7 +348,7 @@ p { background: radial-gradient(ellipse at center, rgba(87, 108, 117, 1) 0%, rgba(37, 50, 55, 1) 100.2%); } -#portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.organizr-dark-hover { +#portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.organizr-hover { background: #1f1f1f; } @@ -357,14 +357,14 @@ p { } #portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.plex-hover { - background: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png") repeat scroll 0% 0%, radial-gradient(circle at 0% 100%, rgba(54, 66, 84, 0.55) 0%, rgba(54, 66, 84, 0.043) 70%, rgba(54, 66, 84, 0) 80%), radial-gradient(circle at 100% 100%, rgba(113, 135, 153, 0.55) 0%, rgba(113, 135, 153, 0.043) 70%, rgba(113, 135, 153, 0) 80%), radial-gradient(circle at 100% 0%, rgba(54, 66, 84, 0.55) 0%, rgba(54, 66, 84, 0.043) 70%, rgba(54, 66, 84, 0) 80%), radial-gradient(circle at 0% 0%, rgba(91, 114, 135, 0.55) 0%, rgba(91, 114, 135, 0.043) 70%, rgba(91, 114, 135, 0) 80%), rgb(0, 0, 0); + background: url("https://raw.githubusercontent.com/gilbN/theme.park/master/resources/blur-noise.png") repeat scroll 0% 0%, radial-gradient(circle at 0% 100%, rgba(54, 66, 84, 0.55) 0%, rgba(54, 66, 84, 0.043) 70%, rgba(54, 66, 84, 0) 80%), radial-gradient(circle at 100% 100%, rgba(113, 135, 153, 0.55) 0%, rgba(113, 135, 153, 0.043) 70%, rgba(113, 135, 153, 0) 80%), radial-gradient(circle at 100% 0%, rgba(54, 66, 84, 0.55) 0%, rgba(54, 66, 84, 0.043) 70%, rgba(54, 66, 84, 0) 80%), radial-gradient(circle at 0% 0%, rgba(91, 114, 135, 0.55) 0%, rgba(91, 114, 135, 0.043) 70%, rgba(91, 114, 135, 0) 80%), rgb(0, 0, 0); } #portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.dracula-hover { background: #282a36; } -#portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.overseer-hover { +#portfolio [class*="container-"] .portfolio-box .portfolio-box-caption.overseerr-hover { background: linear-gradient(360deg, hsl(221, 39%, 11%) 65%, hsl(215, 28%, 17%) 100%); } diff --git a/Resources/landing-page/js/scripts.js b/Resources/landing-page/js/scripts.js index 11d9b26a..3b06c5d0 100644 --- a/Resources/landing-page/js/scripts.js +++ b/Resources/landing-page/js/scripts.js @@ -6,29 +6,6 @@ (function ($) { "use strict"; // Start of use strict - // Smooth scrolling using anime.js - $('a.js-scroll-trigger[href*="#"]:not([href="#"])').on('click', function () { - if ( - location.pathname.replace(/^\//, "") == - this.pathname.replace(/^\//, "") && - location.hostname == this.hostname - ) { - var target = $(this.hash); - target = target.length ? - target : - $("[name=" + this.hash.slice(1) + "]"); - if (target.length) { - anime({ - targets: 'html, body', - scrollTop: target.offset().top - 72, - duration: 1000, - easing: 'easeInOutExpo' - }); - return false; - } - } - }); - // Closes responsive menu when a scroll trigger link is clicked $('.js-scroll-trigger').click(function () { $('.navbar-collapse').collapse('hide'); @@ -71,17 +48,14 @@ })(jQuery); // End of use strict -const themes = ["aquamarine","hotline","dark","organizr-dark","dracula","overseerr", -"plex","space-gray","hotpink","onedark","nord"]; -var random = themes[~~(Math.random() * themes.length)]; -// load a random css stylesheet + function injectTheme(theme,container="head") { if (container === "head") { html_element = document.head; } else html_element = document.body; let themeOption = document.getElementById("theme-option") let link = themeOption ? themeOption : document.createElement("link"); - url = "/CSS/variables/" + url = "/css/theme-options/" link.type = "text/css"; link.rel = "stylesheet"; link.href = `${url}/${theme.toLowerCase()}.css`; @@ -92,6 +66,7 @@ function injectTheme(theme,container="head") { // Add theme data and set theme vars var apps; var themeOptions; + function addThemeData() { let themeJsonUrl = "/themes.json" fetch(themeJsonUrl) @@ -105,27 +80,45 @@ function injectTheme(theme,container="head") { document.getElementById("app-count").innerHTML = ` theme.park contains ${appCount} themed applications, with css addons on certain themes.` - document.getElementById("theme-count").innerHTML = `Choose between ${Object.keys(json.themes).length} different - styles! With the possibility to easily create your own themes using the defined ${Object.keys(json.themes).length} official + styles, and ${Object.keys(json["community-themes"]).length} community styles! With the possibility to easily create your own themes using the defined variables.` - createApps(apps) + createApps(apps,themeOptions) + smoothScroll() + let randomTheme = Object.keys(themeOptions)[~~(Math.random() * Object.keys(themeOptions).length)] + injectTheme(randomTheme) }) } -function createApps(apps) { +function createApps(apps,themeOptions) { let allAppsDiv = document.getElementById("all-apps") - sorted = Object.keys(apps).sort() - for (let app in sorted) { + let allThemesDiv = document.getElementById("all-themes") + sortedApps = Object.keys(apps).sort() + sortedThemes = Object.keys(themeOptions).sort() + for (let app in sortedApps) { let newApp = ` - -

-

${sorted[app][0].toUpperCase() + sorted[app].slice(1)}

+
+

+

${sortedApps[app][0].toUpperCase() + sortedApps[app].slice(1)}

` allAppsDiv.innerHTML += newApp } + for (let option in sortedThemes) { + let newApp = ` +
+ + ... +
+
Theme
+
${sortedThemes[option][0].toUpperCase() + sortedThemes[option].slice(1)}
+
+
+
` + allThemesDiv.innerHTML += newApp + } } -function fadeOutIn(speed ) { +function fadeOutIn(speed) { let theme = Object.keys(themeOptions)[~~(Math.random() * Object.keys(themeOptions).length)] if (!document.body.style.opacity) { document.body.style.opacity = 1; @@ -146,7 +139,29 @@ function fadeOutIn(speed ) { } -injectTheme(random); +// Smooth scrolling using anime.js +function smoothScroll() {$('a.js-scroll-trigger[href*="#"]:not([href="#"])').on('click', function () { + if ( + location.pathname.replace(/^\//, "") == + this.pathname.replace(/^\//, "") && + location.hostname == this.hostname + ) { + var target = $(this.hash); + target = target.length ? + target : + $("[name=" + this.hash.slice(1) + "]"); + if (target.length) { + anime({ + targets: 'html, body', + scrollTop: target.offset().top - 120, + duration: 1000, + easing: 'easeInOutExpo' + }); + return false; + } + } +})}; + addThemeData(); document.getElementById("switch-theme").addEventListener("click", () => { fadeOutIn(350); diff --git a/CSS/addons/bazarr/bazarr-4k-logo/bazarr-4k-logo.css b/css/addons/bazarr/bazarr-4k-logo/bazarr-4k-logo.css similarity index 100% rename from CSS/addons/bazarr/bazarr-4k-logo/bazarr-4k-logo.css rename to css/addons/bazarr/bazarr-4k-logo/bazarr-4k-logo.css diff --git a/CSS/addons/bazarr/bazarr-4k-logo/bazarr4k.png b/css/addons/bazarr/bazarr-4k-logo/bazarr4k.png similarity index 100% rename from CSS/addons/bazarr/bazarr-4k-logo/bazarr4k.png rename to css/addons/bazarr/bazarr-4k-logo/bazarr4k.png diff --git a/CSS/addons/bazarr/bazarr-darker/bazarr-darker.css b/css/addons/bazarr/bazarr-darker/bazarr-darker.css similarity index 100% rename from CSS/addons/bazarr/bazarr-darker/bazarr-darker.css rename to css/addons/bazarr/bazarr-darker/bazarr-darker.css diff --git a/CSS/addons/lidarr/lidarr-darker/lidarr-darker.css b/css/addons/lidarr/lidarr-darker/lidarr-darker.css similarity index 100% rename from CSS/addons/lidarr/lidarr-darker/lidarr-darker.css rename to css/addons/lidarr/lidarr-darker/lidarr-darker.css diff --git a/CSS/addons/organizr/glass/example.jpg b/css/addons/organizr/glass/example.jpg similarity index 100% rename from CSS/addons/organizr/glass/example.jpg rename to css/addons/organizr/glass/example.jpg diff --git a/CSS/addons/organizr/glass/glass-base.css b/css/addons/organizr/glass/glass-base.css similarity index 100% rename from CSS/addons/organizr/glass/glass-base.css rename to css/addons/organizr/glass/glass-base.css diff --git a/CSS/addons/organizr/glass/glass-login.css b/css/addons/organizr/glass/glass-login.css similarity index 100% rename from CSS/addons/organizr/glass/glass-login.css rename to css/addons/organizr/glass/glass-login.css diff --git a/CSS/addons/plex/overseerr-side-menu/overseerr-side-menu.css b/css/addons/plex/overseerr-side-menu/overseerr-side-menu.css similarity index 100% rename from CSS/addons/plex/overseerr-side-menu/overseerr-side-menu.css rename to css/addons/plex/overseerr-side-menu/overseerr-side-menu.css diff --git a/CSS/addons/plex/plex-alt-logo/SeekPng.com_your-logo-here-png_2467553.png b/css/addons/plex/plex-alt-logo/SeekPng.com_your-logo-here-png_2467553.png similarity index 100% rename from CSS/addons/plex/plex-alt-logo/SeekPng.com_your-logo-here-png_2467553.png rename to css/addons/plex/plex-alt-logo/SeekPng.com_your-logo-here-png_2467553.png diff --git a/CSS/addons/plex/plex-alt-logo/plex-alt-logo.css b/css/addons/plex/plex-alt-logo/plex-alt-logo.css similarity index 100% rename from CSS/addons/plex/plex-alt-logo/plex-alt-logo.css rename to css/addons/plex/plex-alt-logo/plex-alt-logo.css diff --git a/CSS/addons/prowlarr/prowlarr-darker/prowlarr-darker.css b/css/addons/prowlarr/prowlarr-darker/prowlarr-darker.css similarity index 100% rename from CSS/addons/prowlarr/prowlarr-darker/prowlarr-darker.css rename to css/addons/prowlarr/prowlarr-darker/prowlarr-darker.css diff --git a/CSS/addons/radarr/radarr-4k-logo/radarr-4k-logo.css b/css/addons/radarr/radarr-4k-logo/radarr-4k-logo.css similarity index 100% rename from CSS/addons/radarr/radarr-4k-logo/radarr-4k-logo.css rename to css/addons/radarr/radarr-4k-logo/radarr-4k-logo.css diff --git a/CSS/addons/radarr/radarr-4k-logo/radarr-v3-mobile.png b/css/addons/radarr/radarr-4k-logo/radarr-v3-mobile.png similarity index 100% rename from CSS/addons/radarr/radarr-4k-logo/radarr-v3-mobile.png rename to css/addons/radarr/radarr-4k-logo/radarr-v3-mobile.png diff --git a/CSS/addons/radarr/radarr-4k-logo/radarr4k-v3.png b/css/addons/radarr/radarr-4k-logo/radarr4k-v3.png similarity index 100% rename from CSS/addons/radarr/radarr-4k-logo/radarr4k-v3.png rename to css/addons/radarr/radarr-4k-logo/radarr4k-v3.png diff --git a/CSS/addons/radarr/radarr-4k-logo/radarr4k.png b/css/addons/radarr/radarr-4k-logo/radarr4k.png similarity index 100% rename from CSS/addons/radarr/radarr-4k-logo/radarr4k.png rename to css/addons/radarr/radarr-4k-logo/radarr4k.png diff --git a/CSS/addons/radarr/radarr-darker/radarr-darker.css b/css/addons/radarr/radarr-darker/radarr-darker.css similarity index 100% rename from CSS/addons/radarr/radarr-darker/radarr-darker.css rename to css/addons/radarr/radarr-darker/radarr-darker.css diff --git a/CSS/addons/readarr/readarr-alt-logo/readarr-alt-logo.css b/css/addons/readarr/readarr-alt-logo/readarr-alt-logo.css similarity index 100% rename from CSS/addons/readarr/readarr-alt-logo/readarr-alt-logo.css rename to css/addons/readarr/readarr-alt-logo/readarr-alt-logo.css diff --git a/CSS/addons/readarr/readarr-alt-logo/readarr_alt.png b/css/addons/readarr/readarr-alt-logo/readarr_alt.png similarity index 100% rename from CSS/addons/readarr/readarr-alt-logo/readarr_alt.png rename to css/addons/readarr/readarr-alt-logo/readarr_alt.png diff --git a/CSS/addons/readarr/readarr-alt-logo/readme.md b/css/addons/readarr/readarr-alt-logo/readme.md similarity index 100% rename from CSS/addons/readarr/readarr-alt-logo/readme.md rename to css/addons/readarr/readarr-alt-logo/readme.md diff --git a/CSS/addons/readarr/readarr-darker/readarr-darker.css b/css/addons/readarr/readarr-darker/readarr-darker.css similarity index 100% rename from CSS/addons/readarr/readarr-darker/readarr-darker.css rename to css/addons/readarr/readarr-darker/readarr-darker.css diff --git a/CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k-logo.css b/css/addons/sonarr/sonarr-4k-logo/sonarr-4k-logo.css similarity index 100% rename from CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k-logo.css rename to css/addons/sonarr/sonarr-4k-logo/sonarr-4k-logo.css diff --git a/CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k.png b/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png similarity index 100% rename from CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k.png rename to css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png diff --git a/CSS/addons/sonarr/sonarr-darker/sonarr-darker.css b/css/addons/sonarr/sonarr-darker/sonarr-darker.css similarity index 100% rename from CSS/addons/sonarr/sonarr-darker/sonarr-darker.css rename to css/addons/sonarr/sonarr-darker/sonarr-darker.css diff --git a/CSS/addons/unraid/login-page/alien/alien_base.css b/css/addons/unraid/login-page/alien/alien_base.css similarity index 100% rename from CSS/addons/unraid/login-page/alien/alien_base.css rename to css/addons/unraid/login-page/alien/alien_base.css diff --git a/CSS/addons/unraid/login-page/alien/custom.css b/css/addons/unraid/login-page/alien/custom.css similarity index 100% rename from CSS/addons/unraid/login-page/alien/custom.css rename to css/addons/unraid/login-page/alien/custom.css diff --git a/CSS/addons/unraid/login-page/alien/hallway.css b/css/addons/unraid/login-page/alien/hallway.css similarity index 100% rename from CSS/addons/unraid/login-page/alien/hallway.css rename to css/addons/unraid/login-page/alien/hallway.css diff --git a/CSS/addons/unraid/login-page/alien/hallway2.css b/css/addons/unraid/login-page/alien/hallway2.css similarity index 100% rename from CSS/addons/unraid/login-page/alien/hallway2.css rename to css/addons/unraid/login-page/alien/hallway2.css diff --git a/CSS/addons/unraid/login-page/alien/hallway3.css b/css/addons/unraid/login-page/alien/hallway3.css similarity index 100% rename from CSS/addons/unraid/login-page/alien/hallway3.css rename to css/addons/unraid/login-page/alien/hallway3.css diff --git a/CSS/addons/unraid/login-page/alien/hallway4.css b/css/addons/unraid/login-page/alien/hallway4.css similarity index 100% rename from CSS/addons/unraid/login-page/alien/hallway4.css rename to css/addons/unraid/login-page/alien/hallway4.css diff --git a/CSS/addons/unraid/login-page/alien/isolation.css b/css/addons/unraid/login-page/alien/isolation.css similarity index 100% rename from CSS/addons/unraid/login-page/alien/isolation.css rename to css/addons/unraid/login-page/alien/isolation.css diff --git a/CSS/addons/unraid/login-page/alien/isolation_video.css b/css/addons/unraid/login-page/alien/isolation_video.css similarity index 100% rename from CSS/addons/unraid/login-page/alien/isolation_video.css rename to css/addons/unraid/login-page/alien/isolation_video.css diff --git a/CSS/addons/unraid/login-page/alien/js/isolation.js b/css/addons/unraid/login-page/alien/js/isolation.js similarity index 71% rename from CSS/addons/unraid/login-page/alien/js/isolation.js rename to css/addons/unraid/login-page/alien/js/isolation.js index 78eb7778..da27eb77 100644 --- a/CSS/addons/unraid/login-page/alien/js/isolation.js +++ b/css/addons/unraid/login-page/alien/js/isolation.js @@ -1,6 +1,6 @@ // Adds a video background let video = ` -
+
` document.body.innerHTML += video \ No newline at end of file diff --git a/CSS/addons/unraid/login-page/alien/logo/uscss_3nostromo.png b/css/addons/unraid/login-page/alien/logo/uscss_3nostromo.png similarity index 100% rename from CSS/addons/unraid/login-page/alien/logo/uscss_3nostromo.png rename to css/addons/unraid/login-page/alien/logo/uscss_3nostromo.png diff --git a/CSS/addons/unraid/login-page/alien/logo/uscss_nostromo.jpg b/css/addons/unraid/login-page/alien/logo/uscss_nostromo.jpg similarity index 100% rename from CSS/addons/unraid/login-page/alien/logo/uscss_nostromo.jpg rename to css/addons/unraid/login-page/alien/logo/uscss_nostromo.jpg diff --git a/CSS/addons/unraid/login-page/alien/logo/uscss_nostromo2.jpg b/css/addons/unraid/login-page/alien/logo/uscss_nostromo2.jpg similarity index 100% rename from CSS/addons/unraid/login-page/alien/logo/uscss_nostromo2.jpg rename to css/addons/unraid/login-page/alien/logo/uscss_nostromo2.jpg diff --git a/CSS/addons/unraid/login-page/alien/logo/weyland-yutani-logo-by-synthetic-dreamer1.png b/css/addons/unraid/login-page/alien/logo/weyland-yutani-logo-by-synthetic-dreamer1.png similarity index 100% rename from CSS/addons/unraid/login-page/alien/logo/weyland-yutani-logo-by-synthetic-dreamer1.png rename to css/addons/unraid/login-page/alien/logo/weyland-yutani-logo-by-synthetic-dreamer1.png diff --git a/CSS/addons/unraid/login-page/alien/logo/wings.png b/css/addons/unraid/login-page/alien/logo/wings.png similarity index 100% rename from CSS/addons/unraid/login-page/alien/logo/wings.png rename to css/addons/unraid/login-page/alien/logo/wings.png diff --git a/CSS/addons/unraid/login-page/alien/logo/wings_blue.png b/css/addons/unraid/login-page/alien/logo/wings_blue.png similarity index 100% rename from CSS/addons/unraid/login-page/alien/logo/wings_blue.png rename to css/addons/unraid/login-page/alien/logo/wings_blue.png diff --git a/CSS/addons/unraid/login-page/alien/logo/wings_green.png b/css/addons/unraid/login-page/alien/logo/wings_green.png similarity index 100% rename from CSS/addons/unraid/login-page/alien/logo/wings_green.png rename to css/addons/unraid/login-page/alien/logo/wings_green.png diff --git a/CSS/addons/unraid/login-page/alien/logo/wings_green2.png b/css/addons/unraid/login-page/alien/logo/wings_green2.png similarity index 100% rename from CSS/addons/unraid/login-page/alien/logo/wings_green2.png rename to css/addons/unraid/login-page/alien/logo/wings_green2.png diff --git a/CSS/addons/unraid/login-page/alien/logo/wings_red.png b/css/addons/unraid/login-page/alien/logo/wings_red.png similarity index 100% rename from CSS/addons/unraid/login-page/alien/logo/wings_red.png rename to css/addons/unraid/login-page/alien/logo/wings_red.png diff --git a/CSS/addons/unraid/login-page/alien/logo/wings_shadow.png b/css/addons/unraid/login-page/alien/logo/wings_shadow.png similarity index 100% rename from CSS/addons/unraid/login-page/alien/logo/wings_shadow.png rename to css/addons/unraid/login-page/alien/logo/wings_shadow.png diff --git a/CSS/addons/unraid/login-page/alien/logo/wings_yellow.png b/css/addons/unraid/login-page/alien/logo/wings_yellow.png similarity index 100% rename from CSS/addons/unraid/login-page/alien/logo/wings_yellow.png rename to css/addons/unraid/login-page/alien/logo/wings_yellow.png diff --git a/CSS/addons/unraid/login-page/alien/nightmare.css b/css/addons/unraid/login-page/alien/nightmare.css similarity index 100% rename from CSS/addons/unraid/login-page/alien/nightmare.css rename to css/addons/unraid/login-page/alien/nightmare.css diff --git a/CSS/addons/unraid/login-page/alien/scanner.css b/css/addons/unraid/login-page/alien/scanner.css similarity index 100% rename from CSS/addons/unraid/login-page/alien/scanner.css rename to css/addons/unraid/login-page/alien/scanner.css diff --git a/CSS/addons/unraid/login-page/alien/video/isolation.mp4 b/css/addons/unraid/login-page/alien/video/isolation.mp4 similarity index 100% rename from CSS/addons/unraid/login-page/alien/video/isolation.mp4 rename to css/addons/unraid/login-page/alien/video/isolation.mp4 diff --git a/CSS/addons/unraid/login-page/alien/wallpaper/hallway.jpg b/css/addons/unraid/login-page/alien/wallpaper/hallway.jpg similarity index 100% rename from CSS/addons/unraid/login-page/alien/wallpaper/hallway.jpg rename to css/addons/unraid/login-page/alien/wallpaper/hallway.jpg diff --git a/CSS/addons/unraid/login-page/alien/wallpaper/hallway2.jpg b/css/addons/unraid/login-page/alien/wallpaper/hallway2.jpg similarity index 100% rename from CSS/addons/unraid/login-page/alien/wallpaper/hallway2.jpg rename to css/addons/unraid/login-page/alien/wallpaper/hallway2.jpg diff --git a/CSS/addons/unraid/login-page/alien/wallpaper/hallway3.jpg b/css/addons/unraid/login-page/alien/wallpaper/hallway3.jpg similarity index 100% rename from CSS/addons/unraid/login-page/alien/wallpaper/hallway3.jpg rename to css/addons/unraid/login-page/alien/wallpaper/hallway3.jpg diff --git a/CSS/addons/unraid/login-page/alien/wallpaper/hallway4.jpg b/css/addons/unraid/login-page/alien/wallpaper/hallway4.jpg similarity index 100% rename from CSS/addons/unraid/login-page/alien/wallpaper/hallway4.jpg rename to css/addons/unraid/login-page/alien/wallpaper/hallway4.jpg diff --git a/CSS/addons/unraid/login-page/alien/wallpaper/isolation.png b/css/addons/unraid/login-page/alien/wallpaper/isolation.png similarity index 100% rename from CSS/addons/unraid/login-page/alien/wallpaper/isolation.png rename to css/addons/unraid/login-page/alien/wallpaper/isolation.png diff --git a/CSS/addons/unraid/login-page/alien/wallpaper/nightmare.png b/css/addons/unraid/login-page/alien/wallpaper/nightmare.png similarity index 100% rename from CSS/addons/unraid/login-page/alien/wallpaper/nightmare.png rename to css/addons/unraid/login-page/alien/wallpaper/nightmare.png diff --git a/CSS/addons/unraid/login-page/alien/wallpaper/noise.png b/css/addons/unraid/login-page/alien/wallpaper/noise.png similarity index 100% rename from CSS/addons/unraid/login-page/alien/wallpaper/noise.png rename to css/addons/unraid/login-page/alien/wallpaper/noise.png diff --git a/CSS/addons/unraid/login-page/alien/wallpaper/ripley.jpg b/css/addons/unraid/login-page/alien/wallpaper/ripley.jpg similarity index 100% rename from CSS/addons/unraid/login-page/alien/wallpaper/ripley.jpg rename to css/addons/unraid/login-page/alien/wallpaper/ripley.jpg diff --git a/CSS/addons/unraid/login-page/alien/wallpaper/scanner.jpg b/css/addons/unraid/login-page/alien/wallpaper/scanner.jpg similarity index 100% rename from CSS/addons/unraid/login-page/alien/wallpaper/scanner.jpg rename to css/addons/unraid/login-page/alien/wallpaper/scanner.jpg diff --git a/CSS/addons/unraid/login-page/alien/wallpaper/xeno.jpg b/css/addons/unraid/login-page/alien/wallpaper/xeno.jpg similarity index 100% rename from CSS/addons/unraid/login-page/alien/wallpaper/xeno.jpg rename to css/addons/unraid/login-page/alien/wallpaper/xeno.jpg diff --git a/CSS/addons/unraid/login-page/custom_login.sh b/css/addons/unraid/login-page/custom_login.sh similarity index 78% rename from CSS/addons/unraid/login-page/custom_login.sh rename to css/addons/unraid/login-page/custom_login.sh index 55567590..7d32d7f2 100644 --- a/CSS/addons/unraid/login-page/custom_login.sh +++ b/css/addons/unraid/login-page/custom_login.sh @@ -37,31 +37,31 @@ esac # Adding stylesheets if ! grep -q ${DOMAIN} /usr/local/emhttp/login.php; then echo "Adding stylesheet" - sed -i -e "\@