From e68c37d3b3f1b3a88e8343bdcf624e8f6a6b0f8f Mon Sep 17 00:00:00 2001 From: GilbN <24592972+GilbN@users.noreply.github.com> Date: Thu, 7 Oct 2021 22:52:06 +0200 Subject: [PATCH 1/8] More fixes (#266) --- CSS/themes/ombi/ombi-base.css | 24 ++++++ CSS/themes/sabnzbd/sabnzbd-base.css | 24 +++--- CSS/themes/unraid/unraid-base.css | 117 ++++++++++++++++++++++++++++ CSS/variables/nord.css | 2 +- 4 files changed, 154 insertions(+), 13 deletions(-) diff --git a/CSS/themes/ombi/ombi-base.css b/CSS/themes/ombi/ombi-base.css index c6bd6a4e..140fbd89 100644 --- a/CSS/themes/ombi/ombi-base.css +++ b/CSS/themes/ombi/ombi-base.css @@ -204,6 +204,11 @@ a:hover { color: var(--text-hover) !important; } +.active-advanced.fa-filter{ + color: rgb(var(--accent-color)); + background:none; + } + /* DISCOVER PAGE */ .discover-filter-buttons-group { background: rgb(255 255 255 / 8%) !important; @@ -218,6 +223,10 @@ a:hover { background: rgba(0, 0, 0, 0.45) !important; } +#search-filter{ + color:var(--text); + } + .small-middle-container [div*="_ngcontent-"] { margin: auto; width: 100% !important; @@ -466,6 +475,14 @@ small.important { background: var(--button-color-hover) !important; } +.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle { + border-color: rgb(var(--accent-color)); +} + +.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent .mat-radio-inner-circle, .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple { + background-color: rgb(var(--accent-color)); +} + /* Plex buttons */ .viewon-btn.plex, .viewon-btn.emby, @@ -677,3 +694,10 @@ hr { .mat-spinner.mat-accent circle { stroke: rgb(var(--accent-color)); } + +/* ADVANCED SEARCH MODAL */ +.alert-info { + background: rgba(255, 255, 255, .25) !important; + border-color: rgba(255, 255, 255, .1) !important; + color: var(--text-hover) !important; +} \ No newline at end of file diff --git a/CSS/themes/sabnzbd/sabnzbd-base.css b/CSS/themes/sabnzbd/sabnzbd-base.css index 82b95d7f..682580c9 100644 --- a/CSS/themes/sabnzbd/sabnzbd-base.css +++ b/CSS/themes/sabnzbd/sabnzbd-base.css @@ -347,19 +347,19 @@ svg.peity polyline { /* buttons settings */ .btn-default.sabnzbd_restart { - color: var(--button-text); + color: #ddd; background-color: #a94442; border-color: transparent; } .btn-default.sabnzbd_restart:hover { - color: var(--button-text-hover); + color: #fff; background-color: #d93935; border-color: transparent; } .btn-default.saveButton { - color: var(--button-text); + color: #ddd; background-color: #3c763d; border-color: transparent; } @@ -374,13 +374,13 @@ svg.peity polyline { /* buttons categories */ .btn-default.delCat { - color: var(--button-text); + color: #ddd; background-color: #a94442; border-color: #2d2c2c; } .btn-default.delCat:hover { - color: var(--button-text-hover); + color: #fff; background-color: #d93935; border-color: transparent; } @@ -401,14 +401,14 @@ svg.peity polyline { /* Button Switches*/ .btn-default.restoreDefaults { - color: var(--button-text); + color: #ddd; background-color: #a94442; border-color: transparent; } .btn-default.restoreDefaults:hover, .btn-default.restoreDefaults:focus { - color: var(--button-text-hover); + color: #fff; background-color: #d93935; border-color: transparent; } @@ -427,7 +427,7 @@ svg.peity polyline { } .btn-default.patternKey { - color: #fff !important; + color: var(--button-text) !important; background-color: var(--button-color); border-color: transparent; } @@ -440,7 +440,7 @@ svg.peity polyline { input[type="button"], input[type="submit"] { - color: #fff !important; + color: var(--button-text) !important; background: var(--button-color); border: 1px solid #00000000 } @@ -451,7 +451,7 @@ input[type="button"]:active, input[type="submit"]:active, input[type="button"]:focus, input[type="submit"]:focus { - color: #fff !important; + color: var(--button-text-hover) !important; background-color: var(--button-color-hover) !important; border: 1px solid #00000000 } @@ -466,7 +466,7 @@ input[type="submit"]:focus { .btn-default.btn-file:hover, .btn-default.btn-file:active, .btn-default.btn-file:focus { - color: #fff !important; + color: var(--button-text-hover) !important; background-color: var(--button-color-hover) !important; border-color: transparent !important; } @@ -478,7 +478,7 @@ input[type="submit"]:focus { } .caret { - border-top-color: white !important; + border-top-color: var(--button-text) !important; } .table-striped>tbody>tr:nth-of-type(odd) { diff --git a/CSS/themes/unraid/unraid-base.css b/CSS/themes/unraid/unraid-base.css index 2c9a06b4..125f3e02 100644 --- a/CSS/themes/unraid/unraid-base.css +++ b/CSS/themes/unraid/unraid-base.css @@ -443,6 +443,123 @@ li.caMenuItem:hover { color: var(--link-color-hover); } +.ca_holder { + background-color: rgb(0, 0, 0, .25) !important; + border-color: rgba(255, 255, 255, 0.1) !important; +} + +.ca_holder:hover { + background-color: rgba(0, 0, 0, 0.45) !important; +} + +.infoButton, +.supportButton, +.actionsPopup, +.supportPopup, +.popupProfile, +.repoPopup, +.ca_favouriteRepo { + color: var(--button-text) !important; + background: var(--button-color) !important; +} + +.infoButton:hover, +.supportButton:hover, +.actionsPopup:hover, +.supportPopup:hover, +.popupProfile:hover, +.repoPopup:hover, +.ca_favouriteRepo:hover{ + background: var(--button-color-hover) !important; + color: var(--button-text-hover) !important; +} + +.donate a { + color: var(--button-text) !important; +} + +.donate:hover a { + color: var(--button-text-hover) !important; +} + +.unpinned { + color: var(--button-color) !important +} + +.unpinned:hover { + color: var(--button-color-hover) !important; +} + +.homeMore:hover, +.popUpClose:hover, +.enabledIcon:hover, +.ca_readmore:hover { + color: var(--link-color-hover) !important; +} + +.homeMore, +.popUpClose, +.ca_readmore { + color: var(--link-color) !important; +} + +.sortIcons.enabledIcon { + color: rgb(var(--accent-color)) !important; +} + +.sortIcons.enabledIcon:hover { + color: var(--link-color-hover) !important; +} + +.sortIcons { + color: var(--text) !important; +} + +.sortIcons:hover { + color: var(--text-hover) !important; +} + +.pageSelected { + color: rgb(var(--accent-color)) !important; +} + +.pageNumber:hover { + color: var(--accent-color-hover) !important; +} + +#copyright>a { + color: var(--link-color); +} + +#copyright>a:hover { + color: var(--link-color-hover); +} + +.ca_red { + color: #e22828 !important; +} + +/* CA search input */ +#searchButton:hover { + color: rgb(var(--accent-color)); +} + +#searchBox, +.searchSubmit { + background: rgba(255, 255, 255, 0.05) !important; +} + +/* CA slide in menu */ + +.chartMenu:hover { + color: var(--link-color-hover) !important; +} + +.sidenav { + background: var(--modal-bg-color) !important; + color: var(--text) !important; +} + /* AZURE THEME*/ div.frame, div.tabs { diff --git a/CSS/variables/nord.css b/CSS/variables/nord.css index 5c459990..b75df07b 100644 --- a/CSS/variables/nord.css +++ b/CSS/variables/nord.css @@ -25,6 +25,6 @@ /*Specials*/ --arr-queue-color: #A3BE8C; /* Servarr apps + Bazarr*/ --plex-poster-unwatched: #D08770; - --petio-spinner: invert(62%) sepia(8%) saturate(998%) hue-rotate(259deg) brightness(97%) contrast(87%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ + --petio-spinner: invert(83%) sepia(9%) saturate(1787%) hue-rotate(156deg) brightness(85%) contrast(83%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ --gitea-color-primary-dark-4: 121, 184, 202; } \ No newline at end of file From 6a702884063d9187c1d71bdbafe46c028dcb09fa Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 7 Oct 2021 20:52:36 +0000 Subject: [PATCH 2/8] themes.json --- themes.json | 412 ++++++++++++++++++++++++++-------------------------- 1 file changed, 206 insertions(+), 206 deletions(-) diff --git a/themes.json b/themes.json index 1baa9012..8d1ab1f2 100644 --- a/themes.json +++ b/themes.json @@ -1,53 +1,37 @@ { "applications": { - "moviematch": { - "base_css": "https://theme-park.dev/CSS/themes/moviematch/moviematch-base.css?sha=ce16cf06ce7007810a4077316303abbb790c3c55", - "addons": {} - }, - "lazylibrarian": { - "base_css": "https://theme-park.dev/CSS/themes/lazylibrarian/lazylibrarian-base.css?sha=addaa5fd6fce97b0fb8729480a3897674aa73f7a", + "nzbget": { + "base_css": "https://theme-park.dev/CSS/themes/nzbget/nzbget-base.css?sha=ad3517abd49ab7313d754a77f2a61162f2872bf7", "addons": {} }, "uptime-kuma": { "base_css": "https://theme-park.dev/CSS/themes/uptime-kuma/uptime-kuma-base.css?sha=bcf38b9b623836dce7277446a02cbb40cd670a55", "addons": {} }, - "prowlarr": { - "base_css": "https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css?sha=bcd4651e697f670e336654dfbe1289a5de29f942", + "plex": { + "base_css": "https://theme-park.dev/CSS/themes/plex/plex-base.css?sha=54866b7b853135e6762653b60f93f519289345d2", "addons": { - "prowlarr-darker": "https://theme-park.dev/CSS/addons/prowlarr/prowlarr-darker/prowlarr-darker.css?sha=5b36960c9c385ae5f40b22919af1ad93d581afdc" + "plex-alt-logo": "https://theme-park.dev/CSS/addons/plex/plex-alt-logo/plex-alt-logo.css?sha=3e9bc7c76e836f8eb335431058241fe49906aa8f", + "overseerr-side-menu": "https://theme-park.dev/CSS/addons/plex/overseerr-side-menu/overseerr-side-menu.css?sha=b14fcec4d4226f766e3f3931b073b4b45ea416ff" } }, - "bitwarden": { - "base_css": "https://theme-park.dev/CSS/themes/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050", - "addons": {} - }, - "resilio-sync": { - "base_css": "https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css?sha=d86f22aef07e66485e297735e5943cfbb21382b1", + "kitana": { + "base_css": "https://theme-park.dev/CSS/themes/kitana/kitana-base.css?sha=08b2376a93e373c37bbc77c974f8881bad762a9d", "addons": {} }, - "organizr": { - "base_css": "https://theme-park.dev/CSS/themes/organizr/organizr-base.css?sha=5ddcc53663879d0efa099b392da9519a1c6af381", - "addons": { - "glass": { - "css": [ - "https://theme-park.dev/CSS/addons/organizr/glass/glass-base.css?sha=056e0c4e097462b9d0ef236f40dde99453c332fa", - "https://theme-park.dev/CSS/addons/organizr/glass/glass-login.css?sha=0200383709509139874da6540d8a7fc07030f172" - ] - } - } - }, - "deluge": { - "base_css": "https://theme-park.dev/CSS/themes/deluge/deluge-base.css?sha=89331d30f04a3988ebcb42d8404d26954778afe0", + "qbittorrent": { + "base_css": "https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css?sha=5b7b5aa50c4474d74128694512a38a8aa054c610", "addons": {} }, - "flood": { - "base_css": "https://theme-park.dev/CSS/themes/flood/flood-base.css?sha=c63f5330ca711d9769f51ce7259673f6a81f4d28", + "requestrr": { + "base_css": "https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css?sha=06aac76f7132b12eeb8ae6ec0ed38aece480791d", "addons": {} }, - "rutorrent": { - "base_css": "https://theme-park.dev/CSS/themes/rutorrent/rutorrent-base.css?sha=0305f651d4ca24f9aaa13d49689e9540e15d6c2f", - "addons": {} + "prowlarr": { + "base_css": "https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css?sha=bcd4651e697f670e336654dfbe1289a5de29f942", + "addons": { + "prowlarr-darker": "https://theme-park.dev/CSS/addons/prowlarr/prowlarr-darker/prowlarr-darker.css?sha=5b36960c9c385ae5f40b22919af1ad93d581afdc" + } }, "sonarr": { "base_css": "https://theme-park.dev/CSS/themes/sonarr/sonarr-base.css?sha=68c17914289e7ec4036fe94a40dbaea648c61a32", @@ -56,267 +40,268 @@ "sonarr-4k-logo": "https://theme-park.dev/CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k-logo.css?sha=0f0f47f170531ab1020c6211f4610e9f96c19395" } }, - "ombi": { - "base_css": "https://theme-park.dev/CSS/themes/ombi/ombi-base.css?sha=c6bd6a4e5989433989a43828da761e1dc829d77a", + "jackett": { + "base_css": "https://theme-park.dev/CSS/themes/jackett/jackett-base.css?sha=da57858a0806974e652a41ad730d0d153575d75c", "addons": {} }, - "netdata": { - "base_css": "https://theme-park.dev/CSS/themes/netdata/netdata-base.css?sha=1946f5e6b338abda98a3617632f3f7bd14a8bae4", + "petio": { + "base_css": "https://theme-park.dev/CSS/themes/petio/petio-base.css?sha=98fe48edde91b9f8714918d9f6f63ea3c148dc49", "addons": {} }, - "vuetorrent": { - "base_css": "https://theme-park.dev/CSS/themes/vuetorrent/vuetorrent-base.css?sha=15b70559a57ea5f334728b9b11425da26614814b", + "moviematch": { + "base_css": "https://theme-park.dev/CSS/themes/moviematch/moviematch-base.css?sha=ce16cf06ce7007810a4077316303abbb790c3c55", "addons": {} }, "unraid": { - "base_css": "https://theme-park.dev/CSS/themes/unraid/unraid-base.css?sha=2c9a06b479a9704f9c3b899fda7009f46b1f0e60", + "base_css": "https://theme-park.dev/CSS/themes/unraid/unraid-base.css?sha=125f3e02c7b5a17703ebd583725fb23e10a59ab5", "addons": { "login-page": { - "fallout": { + "alien": { "css": [ - "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/dirty_terminal2.css?sha=09ab0765e89df3081abfa3229d725884cc44f7ef", - "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/custom.css?sha=a2f4b06d3816bf875f861b12d7f07252c2862d82", - "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/dirty_terminal.css?sha=1f318dd614edb2a2cd3f5fb1dbdb04cd412af9d1", - "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/fallout_video.css?sha=ad5db68decc504f5b920f19d65481322c97b4db3", - "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/terminal.css?sha=8d924fbaba139bef37c1156c3c5b32ba959bb3a5", - "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/fallout_base.css?sha=3a79171bff7252461e4ff5e76b507640bffcf5e1", - "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/terminal2.css?sha=0cdbad30781b4e56b3ed7db820a7c1e8d9da2627" + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/hallway3.css?sha=85719c35385fb0589d5a18a86b6c519cbaf1f220", + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/nightmare.css?sha=a75b65cad0455b260b1e6209b23ffc2389615b2a", + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/hallway2.css?sha=38ec4a1aa6c275d67c0c1ce35d79ca52027eb545", + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/hallway4.css?sha=f747496cb1de0be4f39710bb1ee245602d6446a4", + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/hallway.css?sha=a0724cde5e5afaddb956eba76523dccef9515f91", + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/scanner.css?sha=73f97cb8aac3a4f3c0894e404ce7c9ef7b0c17b8", + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/isolation_video.css?sha=7f1f89ab6d60182910b4ecf5b162057742f2b5a0", + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/alien_base.css?sha=7e310e223692a1169d19ad0eec747488ece7ca4e", + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/isolation.css?sha=0417009581d1933ada92ba746db761f9496d8774", + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/custom.css?sha=a2f4b06d3816bf875f861b12d7f07252c2862d82" ] }, "retro-terminal": { "css": [ "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/white.css?sha=7616e7d06646356a0d99b3c7cd7db8fbd5cfe94d", + "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/blue.css?sha=11ba12dd12e7079ac6c48805db70dec0a8fe751e", "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css?sha=860f370f1b8e25b26ab9bc45a73632de58c799ce", - "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/custom.css?sha=a2f4b06d3816bf875f861b12d7f07252c2862d82", "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/red.css?sha=7d250ac647db0ade37a389f59a295213d6d286b1", "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/green.css?sha=5fa51725eccdeb604387b5d9078325c7419b06ec", "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/amber.css?sha=ce3d2ec61e4d228dbf369eb9892fe4ba59814303", - "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/blue.css?sha=11ba12dd12e7079ac6c48805db70dec0a8fe751e" + "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/custom.css?sha=a2f4b06d3816bf875f861b12d7f07252c2862d82" ] }, - "alien": { + "fallout": { "css": [ - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/alien_base.css?sha=7e310e223692a1169d19ad0eec747488ece7ca4e", - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/hallway4.css?sha=f747496cb1de0be4f39710bb1ee245602d6446a4", - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/nightmare.css?sha=a75b65cad0455b260b1e6209b23ffc2389615b2a", - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/hallway.css?sha=a0724cde5e5afaddb956eba76523dccef9515f91", - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/hallway3.css?sha=85719c35385fb0589d5a18a86b6c519cbaf1f220", - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/isolation_video.css?sha=7f1f89ab6d60182910b4ecf5b162057742f2b5a0", - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/hallway2.css?sha=38ec4a1aa6c275d67c0c1ce35d79ca52027eb545", - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/isolation.css?sha=0417009581d1933ada92ba746db761f9496d8774", - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/custom.css?sha=a2f4b06d3816bf875f861b12d7f07252c2862d82", - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/scanner.css?sha=73f97cb8aac3a4f3c0894e404ce7c9ef7b0c17b8" + "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/dirty_terminal.css?sha=1f318dd614edb2a2cd3f5fb1dbdb04cd412af9d1", + "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/fallout_base.css?sha=3a79171bff7252461e4ff5e76b507640bffcf5e1", + "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/terminal.css?sha=8d924fbaba139bef37c1156c3c5b32ba959bb3a5", + "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/fallout_video.css?sha=ad5db68decc504f5b920f19d65481322c97b4db3", + "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/dirty_terminal2.css?sha=09ab0765e89df3081abfa3229d725884cc44f7ef", + "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/custom.css?sha=a2f4b06d3816bf875f861b12d7f07252c2862d82", + "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/terminal2.css?sha=0cdbad30781b4e56b3ed7db820a7c1e8d9da2627" ] } } } }, - "xbackbone": { - "base_css": "https://theme-park.dev/CSS/themes/xbackbone/xbackbone-base.css?sha=bd6ab5680a088afc78747b7e90323daac96986a1", + "rutorrent": { + "base_css": "https://theme-park.dev/CSS/themes/rutorrent/rutorrent-base.css?sha=0305f651d4ca24f9aaa13d49689e9540e15d6c2f", "addons": {} }, - "duplicacy": { - "base_css": "https://theme-park.dev/CSS/themes/duplicacy/duplicacy-base.css?sha=00a671f67fde4f1f50308c283dbb29ff7c67965b", + "guacamole": { + "base_css": "https://theme-park.dev/CSS/themes/guacamole/guacamole-base.css?sha=dbcdb8516d0c245edc0a8dff22e763ae90f0b16c", "addons": {} }, - "petio": { - "base_css": "https://theme-park.dev/CSS/themes/petio/petio-base.css?sha=98fe48edde91b9f8714918d9f6f63ea3c148dc49", + "adguard": { + "base_css": "https://theme-park.dev/CSS/themes/adguard/adguard-base.css?sha=f9c143a907f7a2fa3c2bfd5fd848033a8fade059", "addons": {} }, - "gaps": { - "base_css": "https://theme-park.dev/CSS/themes/gaps/gaps-base.css?sha=a7bd7773f6be5ba45f092b3a8e2bc3da809359b3", - "addons": {} + "readarr": { + "base_css": "https://theme-park.dev/CSS/themes/readarr/readarr-base.css?sha=cbdaeb841bc34531698f30739d6b32f98029cb99", + "addons": { + "readarr-alt-logo": "https://theme-park.dev/CSS/addons/readarr/readarr-alt-logo/readarr-alt-logo.css?sha=ca63018567194349619240a1257fcccd52fa4827", + "readarr-darker": "https://theme-park.dev/CSS/addons/readarr/readarr-darker/readarr-darker.css?sha=415a258cc9d1e40bf094f6f20350225c06120825" + } }, - "calibreweb": { - "base_css": "https://theme-park.dev/CSS/themes/calibreweb/calibreweb-base.css?sha=1a2ed7e841069a1fa84616fb2aa66822a9f322f2", + "vuetorrent": { + "base_css": "https://theme-park.dev/CSS/themes/vuetorrent/vuetorrent-base.css?sha=15b70559a57ea5f334728b9b11425da26614814b", "addons": {} }, - "lidarr": { - "base_css": "https://theme-park.dev/CSS/themes/lidarr/lidarr-base.css?sha=7b465f6ce5761682d5d70b6a3048cf612fb65b03", + "radarr": { + "base_css": "https://theme-park.dev/CSS/themes/radarr/radarr-base.css?sha=93373eb0c5cd67fbe7f601d6c5e0dcc4d37b2b91", "addons": { - "lidarr-darker": "https://theme-park.dev/CSS/addons/lidarr/lidarr-darker/lidarr-darker.css?sha=fc479d221c05b5232d720f1c32d9cb1717f7b60b" + "radarr-4k-logo": "https://theme-park.dev/CSS/addons/radarr/radarr-4k-logo/radarr-4k-logo.css?sha=bedc13f37e392d0b17a4443c88a64ca76dff9b1a", + "radarr-darker": "https://theme-park.dev/CSS/addons/radarr/radarr-darker/radarr-darker.css?sha=317432984f97518011463ef62af84b04420e524d" } }, - "gitea": { - "base_css": "https://theme-park.dev/CSS/themes/gitea/gitea-base.css?sha=b333aea4e550afb6ba1532f26d3fa26edd0116d4", - "addons": {} - }, - "librespeed": { - "base_css": "https://theme-park.dev/CSS/themes/librespeed/librespeed-base.css?sha=880784b97872cf34ceb2689ec8e3d2534908c4fd", + "nzbhydra2": { + "base_css": "https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css?sha=a3129d59147064229dda312179908e6431b32620", "addons": {} }, - "nzbget": { - "base_css": "https://theme-park.dev/CSS/themes/nzbget/nzbget-base.css?sha=ad3517abd49ab7313d754a77f2a61162f2872bf7", + "transmission": { + "base_css": "https://theme-park.dev/CSS/themes/transmission/transmission-base.css?sha=988de2341b35e9830e0c32e3633b37a89b63d538", "addons": {} }, - "tautulli": { - "base_css": "https://theme-park.dev/CSS/themes/tautulli/tautulli-base.css?sha=00901e8d86a6bc1e3f5348bba0167af2c412603d", + "duplicacy": { + "base_css": "https://theme-park.dev/CSS/themes/duplicacy/duplicacy-base.css?sha=00a671f67fde4f1f50308c283dbb29ff7c67965b", "addons": {} }, "filebrowser": { "base_css": "https://theme-park.dev/CSS/themes/filebrowser/filebrowser-base.css?sha=a4dd3a49bb749bd819e8bdc2a3f202a121626cb0", "addons": {} }, - "transmission": { - "base_css": "https://theme-park.dev/CSS/themes/transmission/transmission-base.css?sha=988de2341b35e9830e0c32e3633b37a89b63d538", + "portainer": { + "base_css": "https://theme-park.dev/CSS/themes/portainer/portainer-base.css?sha=70c8e25244d6919a45855af4652943d2c60f461e", "addons": {} }, - "emby": { - "base_css": "https://theme-park.dev/CSS/themes/emby/emby-base.css?sha=f41f2a0ee94c353ae470912e4af4b599434293c1", + "lazylibrarian": { + "base_css": "https://theme-park.dev/CSS/themes/lazylibrarian/lazylibrarian-base.css?sha=addaa5fd6fce97b0fb8729480a3897674aa73f7a", "addons": {} }, - "bazarr": { - "base_css": "https://theme-park.dev/CSS/themes/bazarr/bazarr-base.css?sha=136ee34fe8b07a18a05883ca4f66b2b0a5152300", - "addons": { - "bazarr-darker": "https://theme-park.dev/CSS/addons/bazarr/bazarr-darker/bazarr-darker.css?sha=29ece53bbee1995e502f54eda3bfb166448918bd", - "bazarr-4k-logo": "https://theme-park.dev/CSS/addons/bazarr/bazarr-4k-logo/bazarr-4k-logo.css?sha=81c8e54d0ba80c741f0f3168892c5fd8111e9bbb" - } + "gaps": { + "base_css": "https://theme-park.dev/CSS/themes/gaps/gaps-base.css?sha=a7bd7773f6be5ba45f092b3a8e2bc3da809359b3", + "addons": {} }, - "plex": { - "base_css": "https://theme-park.dev/CSS/themes/plex/plex-base.css?sha=54866b7b853135e6762653b60f93f519289345d2", - "addons": { - "overseerr-side-menu": "https://theme-park.dev/CSS/addons/plex/overseerr-side-menu/overseerr-side-menu.css?sha=b14fcec4d4226f766e3f3931b073b4b45ea416ff", - "plex-alt-logo": "https://theme-park.dev/CSS/addons/plex/plex-alt-logo/plex-alt-logo.css?sha=3e9bc7c76e836f8eb335431058241fe49906aa8f" - } + "flood": { + "base_css": "https://theme-park.dev/CSS/themes/flood/flood-base.css?sha=c63f5330ca711d9769f51ce7259673f6a81f4d28", + "addons": {} }, - "jackett": { - "base_css": "https://theme-park.dev/CSS/themes/jackett/jackett-base.css?sha=da57858a0806974e652a41ad730d0d153575d75c", + "jellyfin": { + "base_css": "https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css?sha=d2cbca28a9cd542f40dace2cf5eacc58b4b77479", "addons": {} }, - "guacamole": { - "base_css": "https://theme-park.dev/CSS/themes/guacamole/guacamole-base.css?sha=dbcdb8516d0c245edc0a8dff22e763ae90f0b16c", + "librespeed": { + "base_css": "https://theme-park.dev/CSS/themes/librespeed/librespeed-base.css?sha=880784b97872cf34ceb2689ec8e3d2534908c4fd", "addons": {} }, - "pihole": { - "base_css": "https://theme-park.dev/CSS/themes/pihole/pihole-base.css?sha=1d5290da2a5cf98fe5b63da558336036883775f7", + "resilio-sync": { + "base_css": "https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css?sha=d86f22aef07e66485e297735e5943cfbb21382b1", "addons": {} }, - "mylar3": { - "base_css": "https://theme-park.dev/CSS/themes/mylar3/mylar3-base.css?sha=3a4ccf284c4d4c7ec746736f6d4cbd4f7b261cce", + "calibreweb": { + "base_css": "https://theme-park.dev/CSS/themes/calibreweb/calibreweb-base.css?sha=1a2ed7e841069a1fa84616fb2aa66822a9f322f2", "addons": {} }, - "readarr": { - "base_css": "https://theme-park.dev/CSS/themes/readarr/readarr-base.css?sha=cbdaeb841bc34531698f30739d6b32f98029cb99", + "synclounge": { + "base_css": "https://theme-park.dev/CSS/themes/synclounge/synclounge-base.css?sha=14434e2cb3dfeb726226a5a8c2d2adf81e7bbd43", + "addons": {} + }, + "organizr": { + "base_css": "https://theme-park.dev/CSS/themes/organizr/organizr-base.css?sha=5ddcc53663879d0efa099b392da9519a1c6af381", "addons": { - "readarr-alt-logo": "https://theme-park.dev/CSS/addons/readarr/readarr-alt-logo/readarr-alt-logo.css?sha=ca63018567194349619240a1257fcccd52fa4827", - "readarr-darker": "https://theme-park.dev/CSS/addons/readarr/readarr-darker/readarr-darker.css?sha=415a258cc9d1e40bf094f6f20350225c06120825" + "glass": { + "css": [ + "https://theme-park.dev/CSS/addons/organizr/glass/glass-login.css?sha=0200383709509139874da6540d8a7fc07030f172", + "https://theme-park.dev/CSS/addons/organizr/glass/glass-base.css?sha=056e0c4e097462b9d0ef236f40dde99453c332fa" + ] + } } }, - "requestrr": { - "base_css": "https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css?sha=06aac76f7132b12eeb8ae6ec0ed38aece480791d", - "addons": {} - }, "dozzle": { "base_css": "https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css?sha=c109aa34f0087e46b115d5ad0f80cbabca231c95", "addons": {} }, - "jellyfin": { - "base_css": "https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css?sha=d2cbca28a9cd542f40dace2cf5eacc58b4b77479", + "emby": { + "base_css": "https://theme-park.dev/CSS/themes/emby/emby-base.css?sha=f41f2a0ee94c353ae470912e4af4b599434293c1", "addons": {} }, - "portainer": { - "base_css": "https://theme-park.dev/CSS/themes/portainer/portainer-base.css?sha=70c8e25244d6919a45855af4652943d2c60f461e", + "ombi": { + "base_css": "https://theme-park.dev/CSS/themes/ombi/ombi-base.css?sha=140fbd890d5e9c26bf116bac3458421562cec411", "addons": {} }, - "qbittorrent": { - "base_css": "https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css?sha=5b7b5aa50c4474d74128694512a38a8aa054c610", + "lidarr": { + "base_css": "https://theme-park.dev/CSS/themes/lidarr/lidarr-base.css?sha=7b465f6ce5761682d5d70b6a3048cf612fb65b03", + "addons": { + "lidarr-darker": "https://theme-park.dev/CSS/addons/lidarr/lidarr-darker/lidarr-darker.css?sha=fc479d221c05b5232d720f1c32d9cb1717f7b60b" + } + }, + "pihole": { + "base_css": "https://theme-park.dev/CSS/themes/pihole/pihole-base.css?sha=1d5290da2a5cf98fe5b63da558336036883775f7", "addons": {} }, - "sabnzbd": { - "base_css": "https://theme-park.dev/CSS/themes/sabnzbd/sabnzbd-base.css?sha=82b95d7f894b86088ae69f47ca9253b447d155ef", + "deluge": { + "base_css": "https://theme-park.dev/CSS/themes/deluge/deluge-base.css?sha=89331d30f04a3988ebcb42d8404d26954778afe0", "addons": {} }, - "adguard": { - "base_css": "https://theme-park.dev/CSS/themes/adguard/adguard-base.css?sha=f9c143a907f7a2fa3c2bfd5fd848033a8fade059", + "gitea": { + "base_css": "https://theme-park.dev/CSS/themes/gitea/gitea-base.css?sha=b333aea4e550afb6ba1532f26d3fa26edd0116d4", "addons": {} }, - "nzbhydra2": { - "base_css": "https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css?sha=a3129d59147064229dda312179908e6431b32620", + "netdata": { + "base_css": "https://theme-park.dev/CSS/themes/netdata/netdata-base.css?sha=1946f5e6b338abda98a3617632f3f7bd14a8bae4", "addons": {} }, - "kitana": { - "base_css": "https://theme-park.dev/CSS/themes/kitana/kitana-base.css?sha=08b2376a93e373c37bbc77c974f8881bad762a9d", + "tautulli": { + "base_css": "https://theme-park.dev/CSS/themes/tautulli/tautulli-base.css?sha=00901e8d86a6bc1e3f5348bba0167af2c412603d", "addons": {} }, - "synclounge": { - "base_css": "https://theme-park.dev/CSS/themes/synclounge/synclounge-base.css?sha=14434e2cb3dfeb726226a5a8c2d2adf81e7bbd43", + "mylar3": { + "base_css": "https://theme-park.dev/CSS/themes/mylar3/mylar3-base.css?sha=3a4ccf284c4d4c7ec746736f6d4cbd4f7b261cce", "addons": {} }, - "radarr": { - "base_css": "https://theme-park.dev/CSS/themes/radarr/radarr-base.css?sha=93373eb0c5cd67fbe7f601d6c5e0dcc4d37b2b91", + "sabnzbd": { + "base_css": "https://theme-park.dev/CSS/themes/sabnzbd/sabnzbd-base.css?sha=682580c96ee7ec0bb86325bd8de9768ee8b2e509", + "addons": {} + }, + "bitwarden": { + "base_css": "https://theme-park.dev/CSS/themes/bitwarden/bitwarden-base.css?sha=3a40abf5a37026cf993526040ce09e7e27024050", + "addons": {} + }, + "bazarr": { + "base_css": "https://theme-park.dev/CSS/themes/bazarr/bazarr-base.css?sha=136ee34fe8b07a18a05883ca4f66b2b0a5152300", "addons": { - "radarr-4k-logo": "https://theme-park.dev/CSS/addons/radarr/radarr-4k-logo/radarr-4k-logo.css?sha=bedc13f37e392d0b17a4443c88a64ca76dff9b1a", - "radarr-darker": "https://theme-park.dev/CSS/addons/radarr/radarr-darker/radarr-darker.css?sha=317432984f97518011463ef62af84b04420e524d" + "bazarr-darker": "https://theme-park.dev/CSS/addons/bazarr/bazarr-darker/bazarr-darker.css?sha=29ece53bbee1995e502f54eda3bfb166448918bd", + "bazarr-4k-logo": "https://theme-park.dev/CSS/addons/bazarr/bazarr-4k-logo/bazarr-4k-logo.css?sha=81c8e54d0ba80c741f0f3168892c5fd8111e9bbb" } + }, + "xbackbone": { + "base_css": "https://theme-park.dev/CSS/themes/xbackbone/xbackbone-base.css?sha=bd6ab5680a088afc78747b7e90323daac96986a1", + "addons": {} } }, "addons": { + "plex": { + "plex-alt-logo": "https://theme-park.dev/CSS/addons/plex/plex-alt-logo/plex-alt-logo.css?sha=3e9bc7c76e836f8eb335431058241fe49906aa8f", + "overseerr-side-menu": "https://theme-park.dev/CSS/addons/plex/overseerr-side-menu/overseerr-side-menu.css?sha=b14fcec4d4226f766e3f3931b073b4b45ea416ff" + }, "prowlarr": { "prowlarr-darker": "https://theme-park.dev/CSS/addons/prowlarr/prowlarr-darker/prowlarr-darker.css?sha=5b36960c9c385ae5f40b22919af1ad93d581afdc" }, - "organizr": { - "glass": { - "css": [ - "https://theme-park.dev/CSS/addons/organizr/glass/glass-base.css?sha=056e0c4e097462b9d0ef236f40dde99453c332fa", - "https://theme-park.dev/CSS/addons/organizr/glass/glass-login.css?sha=0200383709509139874da6540d8a7fc07030f172" - ] - } - }, "sonarr": { "sonarr-darker": "https://theme-park.dev/CSS/addons/sonarr/sonarr-darker/sonarr-darker.css?sha=b1eb1ff0827684361ad596fb49baa6362cc23036", "sonarr-4k-logo": "https://theme-park.dev/CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k-logo.css?sha=0f0f47f170531ab1020c6211f4610e9f96c19395" }, "unraid": { "login-page": { - "fallout": { + "alien": { "css": [ - "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/dirty_terminal2.css?sha=09ab0765e89df3081abfa3229d725884cc44f7ef", - "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/custom.css?sha=a2f4b06d3816bf875f861b12d7f07252c2862d82", - "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/dirty_terminal.css?sha=1f318dd614edb2a2cd3f5fb1dbdb04cd412af9d1", - "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/fallout_video.css?sha=ad5db68decc504f5b920f19d65481322c97b4db3", - "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/terminal.css?sha=8d924fbaba139bef37c1156c3c5b32ba959bb3a5", - "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/fallout_base.css?sha=3a79171bff7252461e4ff5e76b507640bffcf5e1", - "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/terminal2.css?sha=0cdbad30781b4e56b3ed7db820a7c1e8d9da2627" + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/hallway3.css?sha=85719c35385fb0589d5a18a86b6c519cbaf1f220", + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/nightmare.css?sha=a75b65cad0455b260b1e6209b23ffc2389615b2a", + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/hallway2.css?sha=38ec4a1aa6c275d67c0c1ce35d79ca52027eb545", + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/hallway4.css?sha=f747496cb1de0be4f39710bb1ee245602d6446a4", + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/hallway.css?sha=a0724cde5e5afaddb956eba76523dccef9515f91", + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/scanner.css?sha=73f97cb8aac3a4f3c0894e404ce7c9ef7b0c17b8", + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/isolation_video.css?sha=7f1f89ab6d60182910b4ecf5b162057742f2b5a0", + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/alien_base.css?sha=7e310e223692a1169d19ad0eec747488ece7ca4e", + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/isolation.css?sha=0417009581d1933ada92ba746db761f9496d8774", + "https://theme-park.dev/CSS/addons/unraid/login-page/alien/custom.css?sha=a2f4b06d3816bf875f861b12d7f07252c2862d82" ] }, "retro-terminal": { "css": [ "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/white.css?sha=7616e7d06646356a0d99b3c7cd7db8fbd5cfe94d", + "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/blue.css?sha=11ba12dd12e7079ac6c48805db70dec0a8fe751e", "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css?sha=860f370f1b8e25b26ab9bc45a73632de58c799ce", - "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/custom.css?sha=a2f4b06d3816bf875f861b12d7f07252c2862d82", "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/red.css?sha=7d250ac647db0ade37a389f59a295213d6d286b1", "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/green.css?sha=5fa51725eccdeb604387b5d9078325c7419b06ec", "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/amber.css?sha=ce3d2ec61e4d228dbf369eb9892fe4ba59814303", - "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/blue.css?sha=11ba12dd12e7079ac6c48805db70dec0a8fe751e" + "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/custom.css?sha=a2f4b06d3816bf875f861b12d7f07252c2862d82" ] }, - "alien": { + "fallout": { "css": [ - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/alien_base.css?sha=7e310e223692a1169d19ad0eec747488ece7ca4e", - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/hallway4.css?sha=f747496cb1de0be4f39710bb1ee245602d6446a4", - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/nightmare.css?sha=a75b65cad0455b260b1e6209b23ffc2389615b2a", - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/hallway.css?sha=a0724cde5e5afaddb956eba76523dccef9515f91", - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/hallway3.css?sha=85719c35385fb0589d5a18a86b6c519cbaf1f220", - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/isolation_video.css?sha=7f1f89ab6d60182910b4ecf5b162057742f2b5a0", - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/hallway2.css?sha=38ec4a1aa6c275d67c0c1ce35d79ca52027eb545", - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/isolation.css?sha=0417009581d1933ada92ba746db761f9496d8774", - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/custom.css?sha=a2f4b06d3816bf875f861b12d7f07252c2862d82", - "https://theme-park.dev/CSS/addons/unraid/login-page/alien/scanner.css?sha=73f97cb8aac3a4f3c0894e404ce7c9ef7b0c17b8" + "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/dirty_terminal.css?sha=1f318dd614edb2a2cd3f5fb1dbdb04cd412af9d1", + "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/fallout_base.css?sha=3a79171bff7252461e4ff5e76b507640bffcf5e1", + "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/terminal.css?sha=8d924fbaba139bef37c1156c3c5b32ba959bb3a5", + "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/fallout_video.css?sha=ad5db68decc504f5b920f19d65481322c97b4db3", + "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/dirty_terminal2.css?sha=09ab0765e89df3081abfa3229d725884cc44f7ef", + "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/custom.css?sha=a2f4b06d3816bf875f861b12d7f07252c2862d82", + "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/terminal2.css?sha=0cdbad30781b4e56b3ed7db820a7c1e8d9da2627" ] } } }, - "lidarr": { - "lidarr-darker": "https://theme-park.dev/CSS/addons/lidarr/lidarr-darker/lidarr-darker.css?sha=fc479d221c05b5232d720f1c32d9cb1717f7b60b" - }, - "bazarr": { - "bazarr-darker": "https://theme-park.dev/CSS/addons/bazarr/bazarr-darker/bazarr-darker.css?sha=29ece53bbee1995e502f54eda3bfb166448918bd", - "bazarr-4k-logo": "https://theme-park.dev/CSS/addons/bazarr/bazarr-4k-logo/bazarr-4k-logo.css?sha=81c8e54d0ba80c741f0f3168892c5fd8111e9bbb" - }, - "plex": { - "overseerr-side-menu": "https://theme-park.dev/CSS/addons/plex/overseerr-side-menu/overseerr-side-menu.css?sha=b14fcec4d4226f766e3f3931b073b4b45ea416ff", - "plex-alt-logo": "https://theme-park.dev/CSS/addons/plex/plex-alt-logo/plex-alt-logo.css?sha=3e9bc7c76e836f8eb335431058241fe49906aa8f" - }, "readarr": { "readarr-alt-logo": "https://theme-park.dev/CSS/addons/readarr/readarr-alt-logo/readarr-alt-logo.css?sha=ca63018567194349619240a1257fcccd52fa4827", "readarr-darker": "https://theme-park.dev/CSS/addons/readarr/readarr-darker/readarr-darker.css?sha=415a258cc9d1e40bf094f6f20350225c06120825" @@ -324,62 +309,77 @@ "radarr": { "radarr-4k-logo": "https://theme-park.dev/CSS/addons/radarr/radarr-4k-logo/radarr-4k-logo.css?sha=bedc13f37e392d0b17a4443c88a64ca76dff9b1a", "radarr-darker": "https://theme-park.dev/CSS/addons/radarr/radarr-darker/radarr-darker.css?sha=317432984f97518011463ef62af84b04420e524d" + }, + "organizr": { + "glass": { + "css": [ + "https://theme-park.dev/CSS/addons/organizr/glass/glass-login.css?sha=0200383709509139874da6540d8a7fc07030f172", + "https://theme-park.dev/CSS/addons/organizr/glass/glass-base.css?sha=056e0c4e097462b9d0ef236f40dde99453c332fa" + ] + } + }, + "lidarr": { + "lidarr-darker": "https://theme-park.dev/CSS/addons/lidarr/lidarr-darker/lidarr-darker.css?sha=fc479d221c05b5232d720f1c32d9cb1717f7b60b" + }, + "bazarr": { + "bazarr-darker": "https://theme-park.dev/CSS/addons/bazarr/bazarr-darker/bazarr-darker.css?sha=29ece53bbee1995e502f54eda3bfb166448918bd", + "bazarr-4k-logo": "https://theme-park.dev/CSS/addons/bazarr/bazarr-4k-logo/bazarr-4k-logo.css?sha=81c8e54d0ba80c741f0f3168892c5fd8111e9bbb" } }, "themes": { + "Hotline-old": { + "url": "https://theme-park.dev/CSS/variables/hotline-old.css?sha=73fce8f3f316c64b864e8b0502de0005f3883df4" + }, "Soul": { "url": "https://theme-park.dev/CSS/variables/soul.css?sha=1ce095e4b03920af4bbd70b6fa8776614b3536db" }, + "Hotline": { + "url": "https://theme-park.dev/CSS/variables/hotline.css?sha=e027feaeea0f623144af4c45b61e332a0757f5fb" + }, + "Space": { + "url": "https://theme-park.dev/CSS/variables/space.css?sha=cbd0b8beca2a4afe74d1daf4ade332d3f842ee96" + }, + "Plex": { + "url": "https://theme-park.dev/CSS/variables/plex.css?sha=54a3677e798eb4d7fe331fd0887894b9b19e8978" + }, + "Reality": { + "url": "https://theme-park.dev/CSS/variables/reality.css?sha=2a5c00f303bdc8ec33f9c0f250bd03779257e504" + }, "Overseerr": { "url": "https://theme-park.dev/CSS/variables/overseerr.css?sha=7e3a8e3ca21dd82641113cf53f071a89252c7235" }, - "Dark": { - "url": "https://theme-park.dev/CSS/variables/dark.css?sha=dc21605e303d094fed0564a15fb983d81bcd33dd" - }, "Hotpink": { "url": "https://theme-park.dev/CSS/variables/hotpink.css?sha=55999afb133b62cdc067c1ce91b6dc9bd9b10102" }, - "Mind": { - "url": "https://theme-park.dev/CSS/variables/mind.css?sha=7e39faa6f0b23f9be3e920a8edffcf600e5e555c" + "Organizr-dark": { + "url": "https://theme-park.dev/CSS/variables/organizr-dark.css?sha=6d9165e0b0208ccabd404bded0e5570c7cf129e1" }, "Space-gray": { "url": "https://theme-park.dev/CSS/variables/space-gray.css?sha=566e5616a8e48be2d0670d3f4d1ce106d2616ea2" }, - "Hotline": { - "url": "https://theme-park.dev/CSS/variables/hotline.css?sha=e027feaeea0f623144af4c45b61e332a0757f5fb" + "Nord": { + "url": "https://theme-park.dev/CSS/variables/nord.css?sha=b75df07b4566d8600c203d31890c903633fbc82e" }, - "Space": { - "url": "https://theme-park.dev/CSS/variables/space.css?sha=cbd0b8beca2a4afe74d1daf4ade332d3f842ee96" + "Onedark": { + "url": "https://theme-park.dev/CSS/variables/onedark.css?sha=cbccbf4366ab59bd2b9253c221b1f093c2e85118" }, - "Organizr-dark": { - "url": "https://theme-park.dev/CSS/variables/organizr-dark.css?sha=6d9165e0b0208ccabd404bded0e5570c7cf129e1" + "Dracula": { + "url": "https://theme-park.dev/CSS/variables/dracula.css?sha=5abf85508d87243007cf5f4fda34a60340583466" }, "Power": { "url": "https://theme-park.dev/CSS/variables/power.css?sha=d1be419eb6a4ae18102794ea0445f89eb2bd3734" }, - "Dracula": { - "url": "https://theme-park.dev/CSS/variables/dracula.css?sha=5abf85508d87243007cf5f4fda34a60340583466" + "Dark": { + "url": "https://theme-park.dev/CSS/variables/dark.css?sha=dc21605e303d094fed0564a15fb983d81bcd33dd" }, - "Plex": { - "url": "https://theme-park.dev/CSS/variables/plex.css?sha=54a3677e798eb4d7fe331fd0887894b9b19e8978" + "Mind": { + "url": "https://theme-park.dev/CSS/variables/mind.css?sha=7e39faa6f0b23f9be3e920a8edffcf600e5e555c" }, - "Nord": { - "url": "https://theme-park.dev/CSS/variables/nord.css?sha=5c459990ac70cc749864973bb53f51663b8a1985" + "Time": { + "url": "https://theme-park.dev/CSS/variables/time.css?sha=d7dd3e5ff6601ac1325218a24dc0f49944aa9a61" }, "Aquamarine": { "url": "https://theme-park.dev/CSS/variables/aquamarine.css?sha=5cdf3f13a57669f3732b64a7573580bcaa9ac6fc" - }, - "Reality": { - "url": "https://theme-park.dev/CSS/variables/reality.css?sha=2a5c00f303bdc8ec33f9c0f250bd03779257e504" - }, - "Onedark": { - "url": "https://theme-park.dev/CSS/variables/onedark.css?sha=cbccbf4366ab59bd2b9253c221b1f093c2e85118" - }, - "Hotline-old": { - "url": "https://theme-park.dev/CSS/variables/hotline-old.css?sha=73fce8f3f316c64b864e8b0502de0005f3883df4" - }, - "Time": { - "url": "https://theme-park.dev/CSS/variables/time.css?sha=d7dd3e5ff6601ac1325218a24dc0f49944aa9a61" } } } \ No newline at end of file From 1601fabf1683c910ffd5654b6afb3b0bcb4c0667 Mon Sep 17 00:00:00 2001 From: GilbN <24592972+GilbN@users.noreply.github.com> Date: Fri, 8 Oct 2021 09:28:37 +0200 Subject: [PATCH 3/8] Create CODE_OF_CONDUCT.md --- CODE_OF_CONDUCT.md | 128 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..3784db69 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,128 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +We as members, contributors, and leaders pledge to make participation in our +community a harassment-free experience for everyone, regardless of age, body +size, visible or invisible disability, ethnicity, sex characteristics, gender +identity and expression, level of experience, education, socio-economic status, +nationality, personal appearance, race, religion, or sexual identity +and orientation. + +We pledge to act and interact in ways that contribute to an open, welcoming, +diverse, inclusive, and healthy community. + +## Our Standards + +Examples of behavior that contributes to a positive environment for our +community include: + +* Demonstrating empathy and kindness toward other people +* Being respectful of differing opinions, viewpoints, and experiences +* Giving and gracefully accepting constructive feedback +* Accepting responsibility and apologizing to those affected by our mistakes, + and learning from the experience +* Focusing on what is best not just for us as individuals, but for the + overall community + +Examples of unacceptable behavior include: + +* The use of sexualized language or imagery, and sexual attention or + advances of any kind +* Trolling, insulting or derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or email + address, without their explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Enforcement Responsibilities + +Community leaders are responsible for clarifying and enforcing our standards of +acceptable behavior and will take appropriate and fair corrective action in +response to any behavior that they deem inappropriate, threatening, offensive, +or harmful. + +Community leaders have the right and responsibility to remove, edit, or reject +comments, commits, code, wiki edits, issues, and other contributions that are +not aligned to this Code of Conduct, and will communicate reasons for moderation +decisions when appropriate. + +## Scope + +This Code of Conduct applies within all community spaces, and also applies when +an individual is officially representing the community in public spaces. +Examples of representing our community include using an official e-mail address, +posting via an official social media account, or acting as an appointed +representative at an online or offline event. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported to the community leaders responsible for enforcement at +contact@theme-park.dev. +All complaints will be reviewed and investigated promptly and fairly. + +All community leaders are obligated to respect the privacy and security of the +reporter of any incident. + +## Enforcement Guidelines + +Community leaders will follow these Community Impact Guidelines in determining +the consequences for any action they deem in violation of this Code of Conduct: + +### 1. Correction + +**Community Impact**: Use of inappropriate language or other behavior deemed +unprofessional or unwelcome in the community. + +**Consequence**: A private, written warning from community leaders, providing +clarity around the nature of the violation and an explanation of why the +behavior was inappropriate. A public apology may be requested. + +### 2. Warning + +**Community Impact**: A violation through a single incident or series +of actions. + +**Consequence**: A warning with consequences for continued behavior. No +interaction with the people involved, including unsolicited interaction with +those enforcing the Code of Conduct, for a specified period of time. This +includes avoiding interactions in community spaces as well as external channels +like social media. Violating these terms may lead to a temporary or +permanent ban. + +### 3. Temporary Ban + +**Community Impact**: A serious violation of community standards, including +sustained inappropriate behavior. + +**Consequence**: A temporary ban from any sort of interaction or public +communication with the community for a specified period of time. No public or +private interaction with the people involved, including unsolicited interaction +with those enforcing the Code of Conduct, is allowed during this period. +Violating these terms may lead to a permanent ban. + +### 4. Permanent Ban + +**Community Impact**: Demonstrating a pattern of violation of community +standards, including sustained inappropriate behavior, harassment of an +individual, or aggression toward or disparagement of classes of individuals. + +**Consequence**: A permanent ban from any sort of public interaction within +the community. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], +version 2.0, available at +https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. + +Community Impact Guidelines were inspired by [Mozilla's code of conduct +enforcement ladder](https://github.com/mozilla/diversity). + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see the FAQ at +https://www.contributor-covenant.org/faq. Translations are available at +https://www.contributor-covenant.org/translations. From 5cc3f0fdaffd13b0b788b786d9bb828270f3d6a9 Mon Sep 17 00:00:00 2001 From: Samuel Bartik Date: Sun, 10 Oct 2021 16:19:49 +0200 Subject: [PATCH 4/8] New: duplicati themes --- CSS/themes/duplicati/aquamarine.css | 16 ++++ CSS/themes/duplicati/dark.css | 15 ++++ CSS/themes/duplicati/dracula.css | 15 ++++ CSS/themes/duplicati/duplicati-base.css | 103 ++++++++++++++++++++++++ CSS/themes/duplicati/hotline.css | 16 ++++ CSS/themes/duplicati/organizr-dark.css | 15 ++++ CSS/themes/duplicati/plex.css | 16 ++++ CSS/themes/duplicati/space-gray.css | 16 ++++ 8 files changed, 212 insertions(+) create mode 100644 CSS/themes/duplicati/aquamarine.css create mode 100644 CSS/themes/duplicati/dark.css create mode 100644 CSS/themes/duplicati/dracula.css create mode 100644 CSS/themes/duplicati/duplicati-base.css create mode 100644 CSS/themes/duplicati/hotline.css create mode 100644 CSS/themes/duplicati/organizr-dark.css create mode 100644 CSS/themes/duplicati/plex.css create mode 100644 CSS/themes/duplicati/space-gray.css diff --git a/CSS/themes/duplicati/aquamarine.css b/CSS/themes/duplicati/aquamarine.css new file mode 100644 index 00000000..c21e9a41 --- /dev/null +++ b/CSS/themes/duplicati/aquamarine.css @@ -0,0 +1,16 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ +/* 88 */ +/* dP */ + +/* Made by @gilbN */ +/* https://github.com/gilbN/theme.park */ + +/* DUPLICATI AQUAMARINE THEME */ +@import url(https://theme-park.dev/CSS/themes/deluge/deluge-base.css); +@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/duplicati/dark.css b/CSS/themes/duplicati/dark.css new file mode 100644 index 00000000..f2ac13d3 --- /dev/null +++ b/CSS/themes/duplicati/dark.css @@ -0,0 +1,15 @@ +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ +/* 88 */ +/* dP */ + +/* Made by @gilbN */ +/* https://github.com/gilbN/theme.park */ + +/* DUPLICATI DARK THEME */ +@import url(https://theme-park.dev/CSS/themes/duplicati/duplicati-base.css); +@import url(https://theme-park.dev/CSS/variables/dark.css); diff --git a/CSS/themes/duplicati/dracula.css b/CSS/themes/duplicati/dracula.css new file mode 100644 index 00000000..9f556299 --- /dev/null +++ b/CSS/themes/duplicati/dracula.css @@ -0,0 +1,15 @@ +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ +/* 88 */ +/* dP */ + +/* Made by @gilbN */ +/* https://github.com/gilbN/theme.park */ + +/* DUPLICATI DRACULA THEME */ +@import url(https://theme-park.dev/CSS/themes/duplicati/duplicati-base.css); +@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/duplicati/duplicati-base.css b/CSS/themes/duplicati/duplicati-base.css new file mode 100644 index 00000000..98ba5354 --- /dev/null +++ b/CSS/themes/duplicati/duplicati-base.css @@ -0,0 +1,103 @@ +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ +/* 88 */ +/* dP */ + +/* Made by @gilbN */ +/* https://github.com/gilbN/theme.park */ + +body { + background: var(--main-bg-color) !important; + color: var(--text) !important; +} + +.header { + background: var(--modal-header-color) !important; +} + +.footer { + background: var(--modal-footer-color) !important; +} + +.mainmenu { + background: var(--main-bg-color) !important; +} + +.mainmenu ul li a { + background-color: initial !important; +} + +.mainmenu ul li a.active { + background-color: initial !important; + color: var(--link-color-hover) !important; +} + +a { + color: var(--link-color) !important; +} + +a:hover { + color: var(--link-color-hover) !important; +} + +.taskmenu dt { + color: var(--text-hover) !important; +} + +dd { + color: var(--text-hover) !important; +} + +.tasklist dd a, .tasklist dd p { + color: var(--link-color) !important; +} + +.tasklist dd a:hover, .tasklist dd p:hover { + color: var(--link-color-hover) !important; +} + +.action-icons { + color: var(--text-hover) !important; +} + +.submit { + color: var(--button-text) !important; + background: var(--button-color) !important; +} + +.submit:hover { + color: var(--button-text-hover) !important; + background: var(--button-color-hover) !important; +} + +input, select { + color: var(--button-text) !important; + border: none !important; + background: var(--modal-bg-color) !important; +} + +input:focus { + outline: none !important; +} + +h1, h2 { + color: var(--text-hover) !important; +} + +.state { + background: var(--accent-color) !important; + color: var(--arr-queue-color) !important; + border-color: var(--arr-queue-color) !important; +} + +@media (max-width:1150px) and (-webkit-min-device-pixel-ratio:1.25),(max-width:1150px) and (min-resolution:192dpi),(max-width:1150px) and (min-resolution:1.25dppx) { + + .mainmenu { + background-color: var(--drop-down-menu-bg) !important; + } + +} diff --git a/CSS/themes/duplicati/hotline.css b/CSS/themes/duplicati/hotline.css new file mode 100644 index 00000000..d3353147 --- /dev/null +++ b/CSS/themes/duplicati/hotline.css @@ -0,0 +1,16 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ +/* 88 */ +/* dP */ + +/* Made by @gilbN */ +/* https://github.com/gilbN/theme.park */ + +/* DUPLICATI HOTLINE THEME */ +@import url(https://theme-park.dev/CSS/themes/duplicati/duplicati-base.css); +@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/duplicati/organizr-dark.css b/CSS/themes/duplicati/organizr-dark.css new file mode 100644 index 00000000..609858fa --- /dev/null +++ b/CSS/themes/duplicati/organizr-dark.css @@ -0,0 +1,15 @@ +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ +/* 88 */ +/* dP */ + +/* Made by @gilbN */ +/* https://github.com/gilbN/theme.park */ + +/* DUPLICATI ORGANIZR-DARK THEME */ +@import url(https://theme-park.dev/CSS/themes/duplicati/duplicati-base.css); +@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/duplicati/plex.css b/CSS/themes/duplicati/plex.css new file mode 100644 index 00000000..93ddeb82 --- /dev/null +++ b/CSS/themes/duplicati/plex.css @@ -0,0 +1,16 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ +/* 88 */ +/* dP */ + +/* Made by @gilbN */ +/* https://github.com/gilbN/theme.park */ + +/* DUPLICATI PLEX THEME */ +@import url(https://theme-park.dev/CSS/themes/duplicati/duplicati-base.css); +@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/duplicati/space-gray.css b/CSS/themes/duplicati/space-gray.css new file mode 100644 index 00000000..bdbef967 --- /dev/null +++ b/CSS/themes/duplicati/space-gray.css @@ -0,0 +1,16 @@ + +/* dP dP dP */ +/* 88 88 88 */ +/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ +/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ +/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ +/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ +/* 88 */ +/* dP */ + +/* Made by @gilbN */ +/* https://github.com/gilbN/theme.park */ + +/* DUPLICATI SPACE GRAY THEME */ +@import url(https://theme-park.dev/CSS/themes/duplicati/duplicati-base.css); +@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file From ce2edfe1d74d2705028cfa68c611a530c5417b76 Mon Sep 17 00:00:00 2001 From: Samuel Bartik Date: Sun, 10 Oct 2021 16:44:07 +0200 Subject: [PATCH 5/8] Fix: mainmenu background transparency --- CSS/themes/duplicati/duplicati-base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/themes/duplicati/duplicati-base.css b/CSS/themes/duplicati/duplicati-base.css index 98ba5354..353686bd 100644 --- a/CSS/themes/duplicati/duplicati-base.css +++ b/CSS/themes/duplicati/duplicati-base.css @@ -24,7 +24,7 @@ body { } .mainmenu { - background: var(--main-bg-color) !important; + background: initial !important; } .mainmenu ul li a { From a49f4648e7bbec4cb8d062282ad114f8c1ffc9e5 Mon Sep 17 00:00:00 2001 From: Samuel Bartik Date: Mon, 11 Oct 2021 16:44:40 +0200 Subject: [PATCH 6/8] Keep only duplicati-base css file. --- CSS/themes/duplicati/aquamarine.css | 16 ---------------- CSS/themes/duplicati/dark.css | 15 --------------- CSS/themes/duplicati/dracula.css | 15 --------------- CSS/themes/duplicati/hotline.css | 16 ---------------- CSS/themes/duplicati/organizr-dark.css | 15 --------------- CSS/themes/duplicati/plex.css | 16 ---------------- CSS/themes/duplicati/space-gray.css | 16 ---------------- 7 files changed, 109 deletions(-) delete mode 100644 CSS/themes/duplicati/aquamarine.css delete mode 100644 CSS/themes/duplicati/dark.css delete mode 100644 CSS/themes/duplicati/dracula.css delete mode 100644 CSS/themes/duplicati/hotline.css delete mode 100644 CSS/themes/duplicati/organizr-dark.css delete mode 100644 CSS/themes/duplicati/plex.css delete mode 100644 CSS/themes/duplicati/space-gray.css diff --git a/CSS/themes/duplicati/aquamarine.css b/CSS/themes/duplicati/aquamarine.css deleted file mode 100644 index c21e9a41..00000000 --- a/CSS/themes/duplicati/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 */ - -/* DUPLICATI AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/deluge/deluge-base.css); -@import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/duplicati/dark.css b/CSS/themes/duplicati/dark.css deleted file mode 100644 index f2ac13d3..00000000 --- a/CSS/themes/duplicati/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 */ - -/* DUPLICATI DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/duplicati/duplicati-base.css); -@import url(https://theme-park.dev/CSS/variables/dark.css); diff --git a/CSS/themes/duplicati/dracula.css b/CSS/themes/duplicati/dracula.css deleted file mode 100644 index 9f556299..00000000 --- a/CSS/themes/duplicati/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 */ - -/* DUPLICATI DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/duplicati/duplicati-base.css); -@import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/duplicati/hotline.css b/CSS/themes/duplicati/hotline.css deleted file mode 100644 index d3353147..00000000 --- a/CSS/themes/duplicati/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 */ - -/* DUPLICATI HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/duplicati/duplicati-base.css); -@import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/duplicati/organizr-dark.css b/CSS/themes/duplicati/organizr-dark.css deleted file mode 100644 index 609858fa..00000000 --- a/CSS/themes/duplicati/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 */ - -/* DUPLICATI ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/duplicati/duplicati-base.css); -@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/duplicati/plex.css b/CSS/themes/duplicati/plex.css deleted file mode 100644 index 93ddeb82..00000000 --- a/CSS/themes/duplicati/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 */ - -/* DUPLICATI PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/duplicati/duplicati-base.css); -@import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/duplicati/space-gray.css b/CSS/themes/duplicati/space-gray.css deleted file mode 100644 index bdbef967..00000000 --- a/CSS/themes/duplicati/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 */ - -/* DUPLICATI SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/duplicati/duplicati-base.css); -@import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file From ed324a0622a7cad9cae53f83fe889750ae78afc4 Mon Sep 17 00:00:00 2001 From: GilbN Date: Thu, 14 Oct 2021 20:49:44 +0200 Subject: [PATCH 7/8] duplicati updates --- CSS/themes/duplicati/duplicati-base.css | 319 +++++++++++++++++++++--- Resources/duplicati/about.png | Bin 0 -> 1963 bytes Resources/duplicati/add.png | Bin 0 -> 1690 bytes Resources/duplicati/home.png | Bin 0 -> 1850 bytes Resources/duplicati/logout.png | Bin 0 -> 1746 bytes Resources/duplicati/pause.png | Bin 0 -> 1682 bytes Resources/duplicati/restore.png | Bin 0 -> 1786 bytes Resources/duplicati/settings.png | Bin 0 -> 1994 bytes Resources/duplicati/throttle.png | Bin 0 -> 1951 bytes 9 files changed, 279 insertions(+), 40 deletions(-) create mode 100644 Resources/duplicati/about.png create mode 100644 Resources/duplicati/add.png create mode 100644 Resources/duplicati/home.png create mode 100644 Resources/duplicati/logout.png create mode 100644 Resources/duplicati/pause.png create mode 100644 Resources/duplicati/restore.png create mode 100644 Resources/duplicati/settings.png create mode 100644 Resources/duplicati/throttle.png diff --git a/CSS/themes/duplicati/duplicati-base.css b/CSS/themes/duplicati/duplicati-base.css index 353686bd..0da998fd 100644 --- a/CSS/themes/duplicati/duplicati-base.css +++ b/CSS/themes/duplicati/duplicati-base.css @@ -1,30 +1,45 @@ -/* dP dP dP */ -/* 88 88 88 */ -/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ -/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */ -/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */ -/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */ -/* 88 */ -/* dP */ - -/* Made by @gilbN */ -/* https://github.com/gilbN/theme.park */ +@import url("https://theme-park.dev/CSS/defaults/placeholders.css"); + +* { + outline: none !important; +} body { - background: var(--main-bg-color) !important; + 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: var(--text) !important; } -.header { - background: var(--modal-header-color) !important; +body .container .header { + 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; } -.footer { - background: var(--modal-footer-color) !important; +body .container .footer { + 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; } .mainmenu { - background: initial !important; + background: initial; } .mainmenu ul li a { @@ -36,27 +51,80 @@ body { color: var(--link-color-hover) !important; } -a { - color: var(--link-color) !important; +body .container .header .action-icons>.pause, body .container .header .action-icons-small>.pause { + background: url(https://dev.theme-park.dev/Resources/duplicati/pause.png); } -a:hover { - color: var(--link-color-hover) !important; +body .container .header .action-icons>.throttle, body .container .header .action-icons-small>.throttle { + background: url(https://dev.theme-park.dev/Resources/duplicati/throttle.png); +} + +body .container .body .content div.add .steps .step.active span, +body .container .body .content div.restore .steps .step.active span { + border: 4px var(--button-color) solid; + background: var(--button-color); + color: var(--button-text); +} + +body .container .body .content div.add .steps-legend li.active, +body .container .body .content div.restore .steps-legend li.active { + color: var(--link-color); +} + +body .container .body .content div.add .steps .step span, +body .container .body .content div.restore .steps .step span { + display: block; + border: 4px var(--button-color) solid; + background: var(--button-color); +} + +body .container .body .content div.add .steps-legend li, +body .container .body .content div.restore .steps-legend li { + color: var(--text-muted); +} + +body .container .body .content div.add .steps .step, +body .container .body .content div.restore .steps .step { + color: var(--button-text-hover); +} + +a, +a span:not(.tabs>li>a>span):not(.buttons>a>span), +body .container .body a { + color: var(--link-color); +} + +a:hover, +a span:hover:not(.tabs>li>a>span):not(.buttons>a>span) { + color: var(--link-color-hover); +} + +body .container .header a { + color: rgb(var(--accent-color)) +} +body .container .header a:hover { + color: var(--accent-color-hover) } .taskmenu dt { color: var(--text-hover) !important; } -dd { +dt { color: var(--text-hover) !important; } -.tasklist dd a, .tasklist dd p { +dd { + color: var(--text) !important; +} + +.tasklist dd a, +.tasklist dd p { color: var(--link-color) !important; } -.tasklist dd a:hover, .tasklist dd p:hover { +.tasklist dd a:hover, +.tasklist dd p:hover { color: var(--link-color-hover) !important; } @@ -74,30 +142,201 @@ dd { background: var(--button-color-hover) !important; } -input, select { - color: var(--button-text) !important; - border: none !important; - background: var(--modal-bg-color) !important; +input, +select, +form.styled input, +form.styled textarea, +form.styled select, +form.styled .input.select select { + color: var(--text); + border: none; + background: rgba(0, 0, 0, .25); } -input:focus { - outline: none !important; +form.styled input:focus, +form.styled textarea:focus { + color: var(--text-hover); + border: none; + background: rgba(0, 0, 0, .45); } -h1, h2 { - color: var(--text-hover) !important; +select:focus, +form.styled select:focus, +form.styled .input.select select:focus { + background: #1f1f1f; + color: var(--text-hover); + border: none; + } -.state { - background: var(--accent-color) !important; - color: var(--arr-queue-color) !important; - border-color: var(--arr-queue-color) !important; +h1, +h2 { + color: var(--text-hover); } -@media (max-width:1150px) and (-webkit-min-device-pixel-ratio:1.25),(max-width:1150px) and (min-resolution:192dpi),(max-width:1150px) and (min-resolution:1.25dppx) { +body .container .header .state { + background: rgb(var(--accent-color),.1); + color: var(--text); + border-color: rgb(var(--accent-color)); +} - .mainmenu { - background-color: var(--drop-down-menu-bg) !important; +/* DROP DOWN MENU */ +@media (max-width:1150px), +(max-width:1150px) and (min-resolution:192dpi), +(max-width:1150px) and (min-resolution:1.25dppx) { + body .container .body .mainmenu { + background: var(--drop-down-menu-bg) !important; } - + +} + +body .container .body .contextmenu { + display: none; + position: absolute; + background: var(--drop-down-menu-bg); + border: 1px rgba(255, 255, 255, 0.1) solid; + box-shadow: 0 4px 8px rgb(0 0 0 / 30%); + z-index: 200; + padding: 5px; +} + +body .container .body .contextmenu li a:hover { + background: rgba(255, 255, 255, 0.25); + color: var(--text-hover); +} + +body .container .body .mainmenu>ul>li>a.home { + background: url(https://dev.theme-park.dev/Resources/duplicati/home.png) no-repeat 8px 7px; +} +body .container .body .mainmenu>ul>li>a.add { + background: url(https://dev.theme-park.dev/Resources/duplicati/add.png) no-repeat 8px 7px; +} +body .container .body .mainmenu>ul>li>a.restore { + background: url(https://dev.theme-park.dev/Resources/duplicati/restore.png) no-repeat 8px 7px; +} +body .container .body .mainmenu>ul>li>a.settings { + background: url(https://dev.theme-park.dev/Resources/duplicati/settings.png) no-repeat 8px 7px; +} +body .container .body .mainmenu>ul>li>a.about { + background: url(https://dev.theme-park.dev/Resources/duplicati/about.png) no-repeat 8px 7px; +} +body .container .body .mainmenu>ul>li>a.logout { + background: url(https://dev.theme-park.dev/Resources/duplicati/logout.png) no-repeat 8px 7px; } + +#threedotmenu_add_destination > ul > li > a > span { + color: var(--text) !important; +} + + +/* MODAL */ + +div.connection-lost div.title, +div.modal-dialog div.title { + border: 1px solid rgba(255, 255, 255, 0.1); + background: var(--modal-bg-color); + border-radius: 5px 5px 0 0; + padding: 10px 20px; + font-weight: bold; + color: var(--text); + text-align: center; +} + +div.connection-lost div.content, +div.modal-dialog div.content { + border: 1px solid rgba(255, 255, 255, 0.1); + background: var(--modal-bg-color); + padding: 20px; +} + + +/* BUTTONS */ + +#login-button { + cursor: pointer; +} + +.button, +form.styled .buttons input, +form.styled .buttons a { + display: block; + background: var(--button-color); + color: var(--button-text) !important; + padding: 5px 15px; + float: right; + margin-left: 10px; + cursor: pointer; + width: auto; + border: none; + font-family: 'Clear Sans', sans-serif; + font-size: 16px; + font-weight: 300; + border-radius: 0; +} + +.button:hover, +form.styled .buttons input:hover, +form.styled .buttons a:hover { + background: var(--button-color-hover); + color: var(--button-text-hover) !important; +} + +ul.tabs>li.active>a { + background: var(--button-color-hover); + color: var(--button-text-hover) !important; +} + +ul.tabs>li.active { + background-color: var(--button-color); + color: var(--button-text-hover); +} + + +ul.tabs>li { + display: inline; + margin-right: 10px; + border: 1px solid var(--button-color); + padding: 5px; +} + +/* FOLDER TREE*/ +.tree-view li div.selected { + border-color: rgba(255, 255, 255, .1); + background-color: rgba(252, 252, 252, .25); +} + + +/* PROGRESS BAR */ +body .container .header .state .progress-bar { + background: rgba(var(--accent-color), 0.25); +} + +/* LOGIN */ +#login h2 { + background: rgba(255, 255, 255, .15); + color: var(--text); +} + +#login fieldset p { + color: var(--text-hover); +} + +#login fieldset { + background-color: rgba(255, 255, 255, .15); +} + +#login fieldset input[type="submit"] { + background: var(--button-color); + color: var(--button-text); +} + +#login fieldset input[type="submit"]:hover { + background: var(--button-color-hover); + color: var(--button-text-hover); +} + +#login fieldset input[type="email"], +#login fieldset input[type="password"] { + background: rgba(0, 0, 0, .25); + color: var(--text); +} \ No newline at end of file diff --git a/Resources/duplicati/about.png b/Resources/duplicati/about.png new file mode 100644 index 0000000000000000000000000000000000000000..5779ca7c70dded5829ac7e8c3c637c1c61cc8f6d GIT binary patch literal 1963 zcmbVNeQeZZ81HUuATmS-LV!PNiNPtow(osxZFb_g+qet6ImX3pE@tc6x4Uw8ZEZX5 z1}qLVd?oU!3mHUNA`nrgCd4o121qiMh)dKglfVoCvMFScC4LYRe0#gQ3>+V^N!z#Y z`+J_}_k4C+WyOlT=?kV~7?v0C`>N1;A-We#%SF$!txIm8*JGN$*1)jG^Q}7z>o_nU z!*Z_5p&GL$Sk4J*%+8ByBeW-C8bV`O@v?-*3lV7Ijj%~pJjCdUUILdz4^iz3(m~A& z!?J&!4p*{1-iOc6yFQH+CR+?x3T|oS8`Wmh zLm;N(F2uBqTE$3(2?dNw@EXO~Y0IS~P!uvatyzyIjf(;Wqc8>)(?D1zgVn;SsTyJR zKB_avcNsvT4F)qdCgl=~WlR`m>00DQDj<`hjZljQsVZow&AI?f*CLvWEpIf=t3%#Y z^^mGY(}}7~Q^oS7#bsFE4yby(7bqV>?aqwYuE;MYEw`lBUpQtJP$(?_E2 z^;)xxo!B+wazdC_njjjh6k+*8Sp#T1FVwv$OP);_R%tkzfYvfIdeKK_ctZuL*3oFL zd#-05hGj(pzLJo?@0a$H3L7(L^B~?ay#1LKyWaE_+akp|GwS;0Zs~W;Tz_+lKJC=? zBU4`-+`V;S(0}1}$F`B<@Mzh*;NG5rJNri>L+j@XE-XLqX?UI(PQLylat)<2`$ZW)CYl+2{274cX4(CH>gpFFo?C z8DZPUCv%5uuNB-7^Fz1YzYdwF+m71Qwy{mUiMLx78(Fb$8N4nz#|MIbJZ(Y6PuW5(2*ZqF;#NLa$^V+{n zj67L;R=s}n?B#)-8(XEf=GP1}n@=C;+xNs8GWY7&cxUypSyy{*)fKNxPS?_HUyS;zdwd&e4xcH1{i8FNr+n3ZiN$to%>Lnx;Y$>}(t0yOud3kY@Oqyi( zy29WJeZpT{_>r>)6adb}npMCe4-^B7r-g%{zq(`5qpCi(TA03yZhkuTH z8`XyYBBnf5Nyr1Hj?!G9CF%6yC?|B2RUlwdoH_EZUtO0$96Iv(mJj{hWrMi0Td?)r zl^)&Qq;@DTz5q^-uuzb)ihxm?WF;Os@>nkx`}$au!5C6)I`UF&5N!CXz~u!4E!9$} zZnnUJt?HIx+V=ARLA|ZPwx%13ZebH*guwJC3u{H#$7|l%sV(v5$b+iNv8D}&Lv?7V zyofa2wrvd}4IxD!lyWDl$Vkb`lQRt-D`^quRm?L`Ya{{RsvKD`ow$(ZjoPf7hDiiW z8-a_kn2RJ`bMp3D-pI-?8_Qd{8J^KlmP zVR>qw0P{%292r5RD>_tk)I)|y8AjG~5Mc->P@ji!f9Ec!*+USU7KZIRprT|#QjrIO zLyG&nNQrPbPD#YHJd0$|gb}+u;e{|P*ctoJyRN%h@P3?#i*oJU8PHvJE#0;(1*!U& zuJ7Y+R#qgVtm`?l2#y-ZAtna1`$*Rnn<1iDmf2E>Y3d3IjRh8>c3_wbGkK5Gt-1te z@}ZDt)`Dq4gDEu7kzzs*_z3}RK%hMN%Ft-)Qwr!4(`OI$m-6t zb=KL1=`M-ExLh!ybsIP`t@F=9d3qcl5P`#aFi|@kFroB5buodJyk8AT!ImNstq0bf zb}#ZJ*}gyZ!zJ%P>i@0NLs56#dY0MyyJjLs2PBJ_7^|9G`=iwZXp$H0?v#!1_6@5U zTui`v+l*fE(hP5w3Dt!d&FJwju8Fb!YS&xpb>`_Gw{I^#^fmnEGX^jI{paricysQP zU&v1p_~)^Dy>$HPFOyq)BzW?Nx8zSRdZ*?-SbzKby{NZ$^qr4y{uo`k`uT-hdoO=C kcggp!TQ}a1zda&dzWVwN>904g)L)P8@``uu%xjnb1-*6^v;Y7A literal 0 HcmV?d00001 diff --git a/Resources/duplicati/home.png b/Resources/duplicati/home.png new file mode 100644 index 0000000000000000000000000000000000000000..637da01ea53bb5a631d286065e111796820d06f4 GIT binary patch literal 1850 zcmbVNTWs4@7nsiO3xr@@E2DFDd_DN!z_!!%5 z(uzIMX=5we-Zmr{6PJgHsp9g)!^99&l&7r~m#Qy&WUCm^s%S$3m2#Y$y3uVFmTVuN z^Zoz-{a2q#^!IJw*0zlxi0$!MG>PBO;JfXK$MN&P$vw;X)ojIHb_k+nr*}6I@0|A$ z#A7#%RN74|ha?RZ8C6Fa$dro~MiWH${<5WN!_Xx&FlU%DwRHI_iZpbY8uTliVntxy zh>hEDV7x!2jSp+0PVL`Ec9$irpa@-+EEfx=Bb8;UqF2IeZ=0pa3d9|jsjz2|Oe+a8 zf^10onEDa^F$ zLeXldHJw_RaKPBIYO#RfJeMj!U2EX15xY<^u4^nTz#=qV2V+44YvqxPoIJXZ>c;V1 z25@K5e4xMXzIRUZo0H7SeiqKX|hifRtBmYJi-Mi`|CDj*vh#_YP*@5dvNgpIOB z0UtQYz8*5(8wmh05TJPmROl*-6gM4LH8mKI$`lR`V;H*R*Mk8qD2lYGg#dmCkj{i) zkk&yqq=)=|7zA2fK8myvuLSDyI+hP*co5VCfzF0NmJSB-DihEF4YNW})cugt)ofk< zux;QLR15!GkJp%9?MN}h!C4)vwax&1t+px{WTjjrRrA_FrZg}AP^W6!#s(4CoCj64 zr98w+A5a%nn1ixzNwr}(hokk-x?}H0-cd&%Onr07+mQNy>vU7pBN1Wp0(#5F=*1t6;SEi!+Qy@K;bx{6kM+Oe(Qqnu z>bD=j!Reu=w=O3a=RO`lbMcGjDFd%vaN1|(c?>MS&sO{Lr{EZ_YwqMJblV5-8J9A~~Hn(&z z$DaUeXQmN2umAIbu;&~<(tYdQvon*OvC}`LPp|e(9a>eUF1_;nou)@uUj4O$eEYih OcZ>J-M?dKqn)nwsl4bz_ literal 0 HcmV?d00001 diff --git a/Resources/duplicati/logout.png b/Resources/duplicati/logout.png new file mode 100644 index 0000000000000000000000000000000000000000..931dcdeabbea7c8586a9491ba138df435746e9cd GIT binary patch literal 1746 zcmbVNOKjXk7E63J+AHS zZo&o8122IJh*t!asKg1i2RQc7B4|N~huT9c$`v6Y0p-FGmGM5Tw4`msN?y<7`@jGF z`<2?l{M5wG35H>&DrKuq-@E9u^Ugcy|Gt+W_=~>Aqw-S;!))J?J!8!Jhxake?Z0}B zrF5yfAKD}kkVBeS=mil)GtBP2y$IRMIAxo-<%I@!<$wBP@_)O_VfIF7UDn6$t{s4u2fg7CSDiTl~_0C zw;+(XCCa+4ixLn4;3Kta_%N9sF<3aUV=qcQ60#X1YLb=I;Haeo7lJ6K4U=J* zXu!lCibPqEGMD;5$IfxlO6>QQJGO{@9N;ibC|1s~QJbVBX_FgJ=hxRLprNf+a~+%7 z5(K%5B%SL}H--V(6rD6yBP`Z&LRMlM&vmGo)0sCBG-HfX5;q9(M~SM9OlAQPitK}n zUg(f+^3VnWY@rkz9FTy_%Mvex1}M;!L7+Y?0VqiWXq7mgyLuf|X#fc-DwL&bptNKh zl%iXL9UHnN4iI(N3s4J-QP|?xJdDsJK8dMfYF%ODdBrqqF>yVgUL^JTS++7~s!l{Zd=qGhcd_E~8kTKdFS(kF>9z@!k-SCh zm8=9t@(z_R*+7$3Ec1%0H+fA_D3e~)cvmjk1zpwT63+EM9(%L}k^jGWvc}A62bR5r zW_5MgItTFK;mY^eez`zoXKi3`c9wtaaKmG7lL&0hg8^-~jVb9(>S6#(h?{m%jAvRj zTDPn_@kYicsB?4Ex0bw3P5*D5Zpn1h%x0Osv1G!^jx&(r8kmKC*4PnD*LCl-}}sOKVM=_ z*3i_B#}0j5KX&BAm(1Ipi}!qI{&euqbKw3DF8n@u_RtrL{#Tv%UmuUIp8D*QtNzm^ z;iJz_?E1z3=SX1m-aQsy{_)8xZ$5Wn`tPyB#rNLXc6s*s?5k6mTd+>fKKtUov0pG- literal 0 HcmV?d00001 diff --git a/Resources/duplicati/pause.png b/Resources/duplicati/pause.png new file mode 100644 index 0000000000000000000000000000000000000000..be62518e4c1b0f8bc692167f8a3f6b823babe6cc GIT binary patch literal 1682 zcmbVNJ&fE$6gC`*AaGEmAc~^MI6?vu|Bb!A^$>GhyhnCXe4I9mauLnVdd9oftv!y% zce{5qfes-NL_vWl4pGrSgM>sRDAOe(MH-}(6p<1NsHk|}AL|k>$q7rg$1~r1?|Z-g zWOe1-{E_2FBuScYH5+YsA207`55x1jchBE|*K=9(l8~h5kCyjS(pO&}lcYm`#GSQb zEjW)uo@j*fF4IOy253n-vpC8~xWNj!%X)F@DSux3Rgq)rDHm&j5oA8=$IYFbUD#Ra zggYCdOO?g9?qsZGT+Ob{@A zL^9pfjMAkskcJg5+sp@J<22OSfF&#~1YpeyoAr6YMV~)Hb#?rJ0SIjnR5teIk|dQ0 zQ7mtP8`FU7ix!>jjOlGA_+}omtR6UU}A`34U+%MzH$ zQ;?6Gnp-!KquN$vsFr0%Dq#y$?a~@^9E7M5R`T!VF|;5V{BJ#FW0tjpo3VhbZckh1 z0=qn24Ptp*E|`R68+b}s=AQwB$#%R?1Pb_sjGIwv+Oyt5oNqY>&s;-p&=;Z*K;8q{twZW#m}xjbHZKE z+po@j`_joz+h5$h`u^^lY&S{! zz}VDH3<>Q4h7jYTJxtrvq)G_Nc%TK|K=8nTJpdBY#6<&9@q|D~9Oq(nquVMh**-q! z`~Uy@uRc6IH963i=%XlVpjgP4$va8z#0|U1bK-@2H^}Qoukd6*Q8(Qh-8-n)-?)RK zuKUrd%!ae2$2A>095iqhaV^IqXo?ycZFx|iM)~k_qw9PYg8xqcEm~3Q_o-Iw& zIqV}^<`h;JC7FIm)iMO9UK0q_8@1i=Q2ZU|ef8w~d}-zX$BUd0xzq+4dW`cHe7kMj(0ODd2f1NDuwsn$>Nvzf9bZOue0-4s z653KJwy`A_$B9h@;dq0%(GAF!=%BLbA-;?Pyx{9-yg_IVN8Wf^&POoBeg$K@m#FC; zWf}lZrth1vTmv_Q`!@-oJPc8W0Rj+NQD8+-0V$F)4JZ!?Kof)xw1f@IT)YG-Re+#L ziY9`Kprm9B7{aT94P7&_??B?P<-i)^J-5ctaTv86wy{qP6LzW1`^8*t+Q+74lY^i< zIYt-9bBd@c3JW-~O}A9iif#}>S4YKsh9SY>EX&X&q*qnLBsev#vq+L4Ta_i5te}t< zM1TyK?#bt|z7Ul_Pu?K%KvqmMl{Q&PG6WXrlEgw87%Z%&6eW!iP}Ep{w{MXag!cc| z6E$X3J6gdCNLClSt+NL`+g;ff-7Xgm>QNhH7(L2AGMMhRwM7KB=RrqpvyO<;E7U~? z7GN`MLLX&oBwAOkJN|Oy1K7AS_3b5ZOX~lv(``}D<)T@pZtj|noL+}+4Uw_RGm$@h zG=MsJ;V(^D`)t#&>cPnbjF$1}B_HwdMlMn9lhM2~`P|K9te+|7vz5Z(-@aP82w?b>d4 z+XxIW5ixu?0+~b;625{cfgv;K5{5yD1c;Hu5dRnkrpq+Qml4HHeS5pR3>-pi()R89 z{+{RgJ)eEMx@z&{oEbR?f=u>#JvH#15APWhE$~^f@r9f4HA(fpsv}75RP)Y2cDK6BwF+7>!QMWg0~5 z{MD#i(Ew_}UyVr5rYfW#^$ZNtF_0DM8tA%E2)tN7HEX!k{%x401J|ili<0 z<;22

hNfi^Z%ln^n<51jVu}LDB?G;}C)Ct+K(#aao_8(%=EQph>DBDKctmo!(R!d&1w;+dm1a!<orY||T+b8CP% z6fK}AkyN6pQM?w%rM_r7w!Wx!IF~)uV~OZ=UUjx* z(YCKASc>-#?D}x{rxo>!vL;RoPh!?lNA!;C;#$jseYxu@UhJZC3S4(;!nRN9M{F5i z{<_ohEHd}4YnkB;`|f%Doqt`vSEz1(<=FlvuJ~H#p7)ll+O*+T`)z64yG=8^E1ziV z%f4CIpS7v`sm)i454kcgHRoRMo!I-*md2v?uVxNeTk$o0%=Dhcna9N&z7<(S-^ahd zcJJ`F$G4uod}e!*MQ>j2|Lw#;t^Rbu&|v3tuOD6Acdq+J;g#t}+K29T&OOjEQW?B7 z)Bbbuo-LsZj+3i`mV<}#L!qIHtkS9zp*ISKR`mWk*uIl?S*A}FyV}>s&!6epwHxcd z*tPjo;ej=ObN$CoR~D?ix?`}?`ORlL?pA()te$^6`(WF!D|5%yTin{(IrW#`8OdL| ZPl^3-^k98w-bM3o>npGF94@P0{|}^7p)vpf literal 0 HcmV?d00001 diff --git a/Resources/duplicati/throttle.png b/Resources/duplicati/throttle.png new file mode 100644 index 0000000000000000000000000000000000000000..678d3f593488afd93db053a016bb9e0f57277918 GIT binary patch literal 1951 zcmbVN3rrhz7%x-UWTHHLFr4OcEM!Bj_vni|RtdD-D4`5kks2cOdiO8A(B7SQ2Q9>f zWC12w+=7p6LmWzCm_`Zeq7s9XM6xXg4K6C1+cGmF8Z%+WxD4atf2A~RvW?i}djH4o z`@Y}zyuO<1of+wQ=>~%#!(HL5gYP{3*^mbR->j_q0>18%E1psfhK)J;lVTVc%rzKN ze-ykv&F86NI4NRec_{#lv4{-O2E+E!n9OpmKtlqcMG)=i{KqFyMBwdcgT+I5WCsWd z6`cy$-C6DBI$JrKM@yeTw#OK#AObWNiABPq%EatwTrUIH`Z10oafsGxN6U1Bh|g1l zI3xui7NZs8NV5g8(MHm0GShSsLJ?#!P88#$2_vnHnP4aiN&HY~P2qz~opVRR7Tnp< zkfzBDjz^0mEagjFUz}cPS3!xg<_*Q^IlMJcolYhyYPjA(l*H<&dOFYDl_; z>g4qe24HACo}`UcxkMsK6RPHFhi)VSvMO5jcE|v)1FF=faKP0LY3A$R$c#e)tR^X5 zNeV9~s%DuoLQzHwvb8}Fc`2%HTOk0PtOo2TMNlM05*SH&DHBW?Ls=guD25=GpdN`A zf*m(O&0dON%vOdp-2jCp!?PNDM=;MZK}m_Q&|x9Mwg6lfTTmn!M#dq9B?TIW>`W`q z-3~{MA_avoyin_QmLqPL!%EUtD@GZ~I9-p2af_7BGPT8wg^6 zrD1Uf%w~)=1%sFk6k7<6vv45cE|hmlT$^43%kn&wr!6*fae%gBBu|nUL78ccW=(L* zamB$PNn2==TDHGS5nv0l;s32iZ%n;*mGweP?HVga3Sbf+~9dd>{Hy!?WG5yn1B*@P&zw-YdG$d?~Lse=++( zSFLN^H+zqz3PO zc8^Dj`t#d!2TDKL c@q4Lr=(n$C{%n`7_UfNdx2xJYTJGQbFJLH<6#xJL literal 0 HcmV?d00001 From a067dc5b1f788c05b9fa0cbd2040c0e3a7039b6f Mon Sep 17 00:00:00 2001 From: GilbN Date: Thu, 14 Oct 2021 20:50:02 +0200 Subject: [PATCH 8/8] formatting --- CSS/themes/duplicati/duplicati-base.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/CSS/themes/duplicati/duplicati-base.css b/CSS/themes/duplicati/duplicati-base.css index 0da998fd..d7e17ce9 100644 --- a/CSS/themes/duplicati/duplicati-base.css +++ b/CSS/themes/duplicati/duplicati-base.css @@ -51,11 +51,13 @@ body .container .footer { color: var(--link-color-hover) !important; } -body .container .header .action-icons>.pause, body .container .header .action-icons-small>.pause { +body .container .header .action-icons>.pause, +body .container .header .action-icons-small>.pause { background: url(https://dev.theme-park.dev/Resources/duplicati/pause.png); } -body .container .header .action-icons>.throttle, body .container .header .action-icons-small>.throttle { +body .container .header .action-icons>.throttle, +body .container .header .action-icons-small>.throttle { background: url(https://dev.theme-park.dev/Resources/duplicati/throttle.png); } @@ -102,6 +104,7 @@ a span:hover:not(.tabs>li>a>span):not(.buttons>a>span) { body .container .header a { color: rgb(var(--accent-color)) } + body .container .header a:hover { color: var(--accent-color-hover) } @@ -175,7 +178,7 @@ h2 { } body .container .header .state { - background: rgb(var(--accent-color),.1); + background: rgb(var(--accent-color), .1); color: var(--text); border-color: rgb(var(--accent-color)); } @@ -193,7 +196,7 @@ body .container .header .state { body .container .body .contextmenu { display: none; position: absolute; - background: var(--drop-down-menu-bg); + background: var(--drop-down-menu-bg); border: 1px rgba(255, 255, 255, 0.1) solid; box-shadow: 0 4px 8px rgb(0 0 0 / 30%); z-index: 200; @@ -208,23 +211,28 @@ body .container .body .contextmenu li a:hover { body .container .body .mainmenu>ul>li>a.home { background: url(https://dev.theme-park.dev/Resources/duplicati/home.png) no-repeat 8px 7px; } + body .container .body .mainmenu>ul>li>a.add { background: url(https://dev.theme-park.dev/Resources/duplicati/add.png) no-repeat 8px 7px; } + body .container .body .mainmenu>ul>li>a.restore { background: url(https://dev.theme-park.dev/Resources/duplicati/restore.png) no-repeat 8px 7px; } + body .container .body .mainmenu>ul>li>a.settings { background: url(https://dev.theme-park.dev/Resources/duplicati/settings.png) no-repeat 8px 7px; } + body .container .body .mainmenu>ul>li>a.about { background: url(https://dev.theme-park.dev/Resources/duplicati/about.png) no-repeat 8px 7px; } + body .container .body .mainmenu>ul>li>a.logout { background: url(https://dev.theme-park.dev/Resources/duplicati/logout.png) no-repeat 8px 7px; } -#threedotmenu_add_destination > ul > li > a > span { +#threedotmenu_add_destination>ul>li>a>span { color: var(--text) !important; }