From d6ae50b1a340da8c9f973faec109c5f2762b7b45 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sun, 25 Aug 2019 12:05:47 +0200 Subject: [PATCH] Added new Space Gray theme. Some minor fixes here and there. --- CSS/themes/bazarr/space-gray.css | 19 ++++++++++++++ CSS/themes/filebrowser/space-gray.css | 23 +++++++++++++++++ CSS/themes/grafana/organizr-dashboard.css | 14 ++++++++++ CSS/themes/grafana/space-gray.css | 20 +++++++++++++++ CSS/themes/guacamole/space-gray.css | 21 +++++++++++++++ CSS/themes/html5speedtest/space-gray.css | 20 +++++++++++++++ CSS/themes/jackett/space-gray.css | 21 +++++++++++++++ CSS/themes/lidarr/space-gray.css | 26 +++++++++++++++++++ CSS/themes/logarr/space-gray.css | 21 +++++++++++++++ CSS/themes/monitorr/space-gray.css | 21 +++++++++++++++ CSS/themes/netdata/space-gray.css | 20 +++++++++++++++ CSS/themes/nzbget/aquamarine.css | 2 +- CSS/themes/nzbget/hotline.css | 2 +- CSS/themes/nzbget/space-gray.css | 21 +++++++++++++++ CSS/themes/ombi/space-gray.css | 19 ++++++++++++++ CSS/themes/organizr/Space-Gray.css | 31 +++++++++++++++++++++++ CSS/themes/plex/plex-base.css | 23 +++++++++++++---- CSS/themes/plex/space-gray.css | 18 +++++++++++++ CSS/themes/plpp/aquamarine.css | 2 -- CSS/themes/plpp/space-gray.css | 21 +++++++++++++++ CSS/themes/radarr/space-gray.css | 26 +++++++++++++++++++ CSS/themes/sabnzbd/space-gray.css | 24 ++++++++++++++++++ CSS/themes/sonarr/sonarr-base.css | 6 ++--- CSS/themes/sonarr/space-gray.css | 27 ++++++++++++++++++++ CSS/themes/tautulli/space-gray.css | 19 ++++++++++++++ 25 files changed, 455 insertions(+), 12 deletions(-) create mode 100644 CSS/themes/bazarr/space-gray.css create mode 100644 CSS/themes/filebrowser/space-gray.css create mode 100644 CSS/themes/grafana/space-gray.css create mode 100644 CSS/themes/guacamole/space-gray.css create mode 100644 CSS/themes/html5speedtest/space-gray.css create mode 100644 CSS/themes/jackett/space-gray.css create mode 100644 CSS/themes/lidarr/space-gray.css create mode 100644 CSS/themes/logarr/space-gray.css create mode 100644 CSS/themes/monitorr/space-gray.css create mode 100644 CSS/themes/netdata/space-gray.css create mode 100644 CSS/themes/nzbget/space-gray.css create mode 100644 CSS/themes/ombi/space-gray.css create mode 100644 CSS/themes/organizr/Space-Gray.css create mode 100644 CSS/themes/plex/space-gray.css create mode 100644 CSS/themes/plpp/space-gray.css create mode 100644 CSS/themes/radarr/space-gray.css create mode 100644 CSS/themes/sabnzbd/space-gray.css create mode 100644 CSS/themes/sonarr/space-gray.css create mode 100644 CSS/themes/tautulli/space-gray.css diff --git a/CSS/themes/bazarr/space-gray.css b/CSS/themes/bazarr/space-gray.css new file mode 100644 index 00000000..ebea5a59 --- /dev/null +++ b/CSS/themes/bazarr/space-gray.css @@ -0,0 +1,19 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP 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 SPACE GRAY THEME */ +@import url(https://gilbn.github.io/theme.park/CSS/themes/bazarr/bazarr-base.css); +:root { + --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; + --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; +} \ No newline at end of file diff --git a/CSS/themes/filebrowser/space-gray.css b/CSS/themes/filebrowser/space-gray.css new file mode 100644 index 00000000..4be92bed --- /dev/null +++ b/CSS/themes/filebrowser/space-gray.css @@ -0,0 +1,23 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP 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://gilbn.github.io/theme.park/CSS/themes/filebrowser/filebrowser-base.css); +:root { + --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; + --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; + --button-color: #607D8B; + --button-color-hover: #81a6b7; + --accent-color: #607D8B; + --accent-color-hover: #81a6b7; +} \ No newline at end of file diff --git a/CSS/themes/grafana/organizr-dashboard.css b/CSS/themes/grafana/organizr-dashboard.css index edfd4061..fce40bce 100644 --- a/CSS/themes/grafana/organizr-dashboard.css +++ b/CSS/themes/grafana/organizr-dashboard.css @@ -95,6 +95,20 @@ div.flot-text { background-color: #393a3b !important; } +/*Datasources Menu*/ + +.add-data-source-item { + background: rgba(255, 255, 255, 0.08); + -webkit-box-shadow: none; + box-shadow: none; +} +.add-data-source-item:hover { + -webkit-box-shadow: none; + box-shadow: none; + background: rgba(255, 255, 255, 0.15); + border: 1px solid #00000000; + color: #fff; +} /* Variable label color */ .template-variable { color: #f79520 !important; diff --git a/CSS/themes/grafana/space-gray.css b/CSS/themes/grafana/space-gray.css new file mode 100644 index 00000000..b55b57d5 --- /dev/null +++ b/CSS/themes/grafana/space-gray.css @@ -0,0 +1,20 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP 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://gilbn.github.io/theme.park/CSS/themes/grafana/grafana-base.css); +:root { + --main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; + --modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; + --accent-color: #fff; +} \ No newline at end of file diff --git a/CSS/themes/guacamole/space-gray.css b/CSS/themes/guacamole/space-gray.css new file mode 100644 index 00000000..52270ed2 --- /dev/null +++ b/CSS/themes/guacamole/space-gray.css @@ -0,0 +1,21 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP 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://gilbn.github.io/theme.park/CSS/themes/guacamole/guacamole-base.css); +:root { + --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; + --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; + --button-color: rgba(255, 255, 255, 0.15); + --button-color-hover: rgba(255, 255, 255, 0.25); +} \ No newline at end of file diff --git a/CSS/themes/html5speedtest/space-gray.css b/CSS/themes/html5speedtest/space-gray.css new file mode 100644 index 00000000..4d0bf090 --- /dev/null +++ b/CSS/themes/html5speedtest/space-gray.css @@ -0,0 +1,20 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ +/* 88 */ +/* dP */ + +/* Made by @gilbN */ +/* https://github.com/gilbN/theme.park */ + +/* HTML5SPEEDTEST SPACE GRAY THEME */ +@import url(https://gilbn.github.io/theme.park/CSS/themes/html5speedtest/html5speedtest-base.css); +:root { + --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; + --start-button-color: #607D8B; + --start-button-color-hover: #81a6b7; +} \ No newline at end of file diff --git a/CSS/themes/jackett/space-gray.css b/CSS/themes/jackett/space-gray.css new file mode 100644 index 00000000..16a48cce --- /dev/null +++ b/CSS/themes/jackett/space-gray.css @@ -0,0 +1,21 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP 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://gilbn.github.io/theme.park/CSS/themes/jackett/jackett-base.css); +:root { + --main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; + --modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed; + --button-color: #607D8B; + --button-color-hover: #81a6b7; +} \ No newline at end of file diff --git a/CSS/themes/lidarr/space-gray.css b/CSS/themes/lidarr/space-gray.css new file mode 100644 index 00000000..3c1681d4 --- /dev/null +++ b/CSS/themes/lidarr/space-gray.css @@ -0,0 +1,26 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP 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://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-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; + + --calendar-Downloading: #7a43b6; + --calendar-Downloaded: #27c24c; + --calendar-Unreleased: #06f; + --calendar-Partial: orange; + --calendar-Unmonitored: #adadad; + --calendar-Missing: #f05050; +} \ No newline at end of file diff --git a/CSS/themes/logarr/space-gray.css b/CSS/themes/logarr/space-gray.css new file mode 100644 index 00000000..957ba39a --- /dev/null +++ b/CSS/themes/logarr/space-gray.css @@ -0,0 +1,21 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP 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://gilbn.github.io/theme.park/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/space-gray.css b/CSS/themes/monitorr/space-gray.css new file mode 100644 index 00000000..bbbbf961 --- /dev/null +++ b/CSS/themes/monitorr/space-gray.css @@ -0,0 +1,21 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP 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://gilbn.github.io/theme.park/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/netdata/space-gray.css b/CSS/themes/netdata/space-gray.css new file mode 100644 index 00000000..3223c067 --- /dev/null +++ b/CSS/themes/netdata/space-gray.css @@ -0,0 +1,20 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP 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://gilbn.github.io/theme.park/CSS/themes/netdata/netdata-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; + --accent-color: #81a6b7; +} \ No newline at end of file diff --git a/CSS/themes/nzbget/aquamarine.css b/CSS/themes/nzbget/aquamarine.css index 8beaf506..4c5a1728 100644 --- a/CSS/themes/nzbget/aquamarine.css +++ b/CSS/themes/nzbget/aquamarine.css @@ -16,6 +16,6 @@ :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: #00bcd4; --accent-color: #FFEB3B; + --button-color: #00bcd4; } \ No newline at end of file diff --git a/CSS/themes/nzbget/hotline.css b/CSS/themes/nzbget/hotline.css index 6aa773f2..2e122ef6 100644 --- a/CSS/themes/nzbget/hotline.css +++ b/CSS/themes/nzbget/hotline.css @@ -16,6 +16,6 @@ :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: #F44336; --accent-color: #FFEB3B; + --button-color: #F44336; } \ No newline at end of file diff --git a/CSS/themes/nzbget/space-gray.css b/CSS/themes/nzbget/space-gray.css new file mode 100644 index 00000000..bb484544 --- /dev/null +++ b/CSS/themes/nzbget/space-gray.css @@ -0,0 +1,21 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP 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://gilbn.github.io/theme.park/CSS/themes/nzbget/nzbget-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; + --accent-color: #81a6b7; + --button-color: #607D8B; +} \ No newline at end of file diff --git a/CSS/themes/ombi/space-gray.css b/CSS/themes/ombi/space-gray.css new file mode 100644 index 00000000..5b0ded22 --- /dev/null +++ b/CSS/themes/ombi/space-gray.css @@ -0,0 +1,19 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP 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://gilbn.github.io/theme.park/CSS/themes/ombi/ombi-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; +} diff --git a/CSS/themes/organizr/Space-Gray.css b/CSS/themes/organizr/Space-Gray.css new file mode 100644 index 00000000..7a89f1d8 --- /dev/null +++ b/CSS/themes/organizr/Space-Gray.css @@ -0,0 +1,31 @@ +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP 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 'Organizr.css'; +@import url(https://gilbn.github.io/theme.park/CSS/themes/organizr/organizr-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; + --link-color: #FFEB3B; + --custom-buttons-color: #607D8B; + --hompage-item-hover: radial-gradient(farthest-corner at 50% 50%,rgba(50,50,50,.1) 50%,#1f292d 100%); + --notification-box-line: #81a6b7; + + --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/plex/plex-base.css b/CSS/themes/plex/plex-base.css index 9581d5a4..39321fff 100644 --- a/CSS/themes/plex/plex-base.css +++ b/CSS/themes/plex/plex-base.css @@ -34,17 +34,30 @@ } /*Modal*/ -.modal-header, .modal-footer, .modal-body-with-panes { +.modal-header, .modal-footer, .modal-body-with-panes, .ModalHeader-modalHeader-1Kf9RW, .EditHomeModalContent-modalBody-2rHN2d, .EditHomeModalContent-footer-10Ix6N { background: var(--modal-bg-color); } -.modal-header { - border-bottom: 1px solid rgba(255, 255, 255, 0.25); +.modal-header, .ModalHeader-modalHeader-1Kf9RW { + border-bottom: 1px solid rgba(255, 255, 255, 0.08); } -.modal-footer { - border-bottom: 1px solid rgba(255, 255, 255, 0.25); +.modal-footer, .EditHomeModalContent-footer-10Ix6N { + border-top: 1px solid rgba(255, 255, 255, 0.08); } /*Modal icon color*/ .edit-section-modal .wizard-blocks-group>.wizard-block { color: #ffffff; } + +.edit-lock-addon { + color: #ffffff; + background-color: rgba(0, 0, 0, 0.25); + border-color: #32323200; +} +.well { + background-color: rgba(0, 0, 0, 0.25); + border: 1px solid transparent; +} +.files ul li { + color: #fff; +} /* This was a tough one :D */ diff --git a/CSS/themes/plex/space-gray.css b/CSS/themes/plex/space-gray.css new file mode 100644 index 00000000..318bbfed --- /dev/null +++ b/CSS/themes/plex/space-gray.css @@ -0,0 +1,18 @@ +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP 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://gilbn.github.io/theme.park/CSS/themes/plex/plex-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; + } \ No newline at end of file diff --git a/CSS/themes/plpp/aquamarine.css b/CSS/themes/plpp/aquamarine.css index 12def652..7e14bdca 100644 --- a/CSS/themes/plpp/aquamarine.css +++ b/CSS/themes/plpp/aquamarine.css @@ -18,6 +18,4 @@ --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/space-gray.css b/CSS/themes/plpp/space-gray.css new file mode 100644 index 00000000..8aec47d8 --- /dev/null +++ b/CSS/themes/plpp/space-gray.css @@ -0,0 +1,21 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP 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://gilbn.github.io/theme.park/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/radarr/space-gray.css b/CSS/themes/radarr/space-gray.css new file mode 100644 index 00000000..7494c929 --- /dev/null +++ b/CSS/themes/radarr/space-gray.css @@ -0,0 +1,26 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP 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://gilbn.github.io/theme.park/CSS/themes/radarr/radarr-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; + + --calendar-in-cinemas: #35c5f4; + --calendar-missing: #d9534f; + --calendar-announced: #337ab7; + --calendar-downloaded: #5cb85c; + --calendar-downloading: #7932ea; + --calendar-unmonitored: grey; +} diff --git a/CSS/themes/sabnzbd/space-gray.css b/CSS/themes/sabnzbd/space-gray.css new file mode 100644 index 00000000..643ef86b --- /dev/null +++ b/CSS/themes/sabnzbd/space-gray.css @@ -0,0 +1,24 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP 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://gilbn.github.io/theme.park/CSS/themes/sabnzbd/sabnzbd-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; + --settings-accent-color: #81a6b7; + --nav-button-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; + --default-button-color: #607D8B; + --default-button-color-hover: #81a6b7; + --default-button-color-active: #81a6b7; +} \ No newline at end of file diff --git a/CSS/themes/sonarr/sonarr-base.css b/CSS/themes/sonarr/sonarr-base.css index 72cde6a5..a94af5e2 100644 --- a/CSS/themes/sonarr/sonarr-base.css +++ b/CSS/themes/sonarr/sonarr-base.css @@ -663,16 +663,16 @@ pre { /* MODAL */ .ModalHeader\/modalHeader\/gpcvG { - background: var(--main-bg-color); + background: var(--modal-bg-color); color: #fff; border-bottom: 1px solid hsla(0,0%,100%,.08); } .ModalContent\/modalContent\/-txrl { - background: var(--main-bg-color); + background: var(--modal-bg-color); color: #fff; } .ModalFooter\/modalFooter\/1N5Ku { - background: var(--main-bg-color); + background: var(--modal-bg-color); color: #fff; border-top: 1px solid hsla(0,0%,100%,.08); } diff --git a/CSS/themes/sonarr/space-gray.css b/CSS/themes/sonarr/space-gray.css new file mode 100644 index 00000000..0ae9a108 --- /dev/null +++ b/CSS/themes/sonarr/space-gray.css @@ -0,0 +1,27 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP 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://gilbn.github.io/theme.park/CSS/themes/sonarr/sonarr-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; + + --calendar-tv-Unaired-Premiere: #35c5f4; + --calendar-tv-Downloading: #7932ea; + --calendar-tv-Unmonitored: grey; + --calendar-tv-Unaired: #337ab7; + --calendar-tv-missing: #d9534f; + --calendar-tv-On-Air: #f0ad4e; + --calendar-tv-available: #5cb85c; +} \ No newline at end of file diff --git a/CSS/themes/tautulli/space-gray.css b/CSS/themes/tautulli/space-gray.css new file mode 100644 index 00000000..dbc4005d --- /dev/null +++ b/CSS/themes/tautulli/space-gray.css @@ -0,0 +1,19 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP 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://gilbn.github.io/theme.park/CSS/themes/tautulli/tautulli-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; +} \ No newline at end of file