Before Width: | Height: | Size: 354 KiB After Width: | Height: | Size: 342 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 22 KiB |
@ -0,0 +1,19 @@ |
|||
[class*="CalendarEvent-downloaded-"] { |
|||
background: rgb(var(--calendar-downloaded) / .4) !important; |
|||
} |
|||
|
|||
[class*="CalendarEvent-downloading-"] { |
|||
background: rgb(var(--calendar-downloading) / .4) !important; |
|||
} |
|||
|
|||
[class*="CalendarEvent-unmonitored-"] { |
|||
background: rgb(var(--calendar-unmonitored) / .4) !important; |
|||
} |
|||
|
|||
[class*="CalendarEvent-missing-"] { |
|||
background: rgb(var(--calendar-missing) / .4) !important; |
|||
} |
|||
|
|||
[class*="CalendarEvent-unreleased-"] { |
|||
background: rgb(var(--calendar-unreleased) / .4) !important; |
|||
} |
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 2.3 MiB |
Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 162 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 49 KiB |
@ -0,0 +1,31 @@ |
|||
|
|||
[class*="CalendarEvent-event-"] { |
|||
background: rgb(var(--calendar-unmonitored) / .4); |
|||
} |
|||
|
|||
[class*="CalendarEvent-downloaded-"] { |
|||
background: rgb(var(--calendar-available) / .4) !important; |
|||
} |
|||
|
|||
[class*="CalendarEvent-missing-"], |
|||
[class*="CalendarEvent-missingMonitored"] { |
|||
background-color: rgb(var(--calendar-missing) / .4); |
|||
} |
|||
|
|||
[class*="CalendarEvent-missingUnmonitored-"] { |
|||
background: rgb(var(--calendar-missing-unmonitored) / .4) !important; |
|||
} |
|||
|
|||
[class*="CalendarEvent-unreleased-"], |
|||
[class*="CalendarEvent-continuing-"] { |
|||
background: rgb(var(--calendar-unaired) / .4) !important; |
|||
} |
|||
|
|||
[class*="CalendarEvent-unmonitored-"] { |
|||
background: rgb(var(--calendar-unmonitored) / .4) !important; |
|||
} |
|||
|
|||
[class*="CalendarEvent-downloading-"], |
|||
[class*="CalendarEvent-queue-"] { |
|||
background: rgb(var(--calendar-downloading) / .4) !important; |
|||
} |
@ -0,0 +1,20 @@ |
|||
[class*="CalendarEvent-downloaded-"]:not([class*="AgendaEvent-"]) { |
|||
background: rgb(var(--calendar-downloaded) / .4) !important; |
|||
} |
|||
|
|||
[class*="CalendarEvent-missing-"]:not([class*="AgendaEvent-"]) { |
|||
background: rgb(var(--calendar-missing) / .4) !important; |
|||
} |
|||
|
|||
[class*="CalendarEvent-unreleased-"]:not([class*="AgendaEvent-"]) { |
|||
background: rgb(var(--calendar-unreleased) / .4) !important; |
|||
} |
|||
|
|||
[class*="CalendarEvent-unmonitored-"]:not([class*="AgendaEvent-"]) { |
|||
background: rgb(var(--calendar-unmonitored) / .4) !important; |
|||
} |
|||
|
|||
[class*="CalendarEvent-downloading-"]:not([class*="AgendaEvent-"]), |
|||
[class*="CalendarEvent-queue-"]:not([class*="AgendaEvent-"]) { |
|||
background: rgb(var(--calendar-downloading) / .4) !important; |
|||
} |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 40 KiB |
@ -0,0 +1,55 @@ |
|||
@media (min-width: 752px) { |
|||
[class*="PageHeader-logo-"] { |
|||
display: none !important; |
|||
} |
|||
[class*="PageHeader-logoContainer-"]:before { |
|||
background-image: url("/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text.png"); |
|||
display: inline-block; |
|||
margin-left: 15px; |
|||
width: 124px; |
|||
height: 40px; |
|||
content:""; |
|||
background-size: cover; |
|||
-webkit-background-size: cover; |
|||
-moz-background-size: cover; |
|||
-o-background-size: cover; |
|||
} |
|||
} |
|||
|
|||
|
|||
[class*="LoadingPage-logoFull-"] { |
|||
display: none !important; |
|||
} |
|||
|
|||
[class*="LoadingPage-page-"]:before { |
|||
background-image: url("/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text.png"); |
|||
display: inline-block; |
|||
width: 124px; |
|||
height: 40px; |
|||
content:""; |
|||
background-size: cover; |
|||
-webkit-background-size: cover; |
|||
-moz-background-size: cover; |
|||
-o-background-size: cover; |
|||
margin-top: 50px; |
|||
margin-right: auto; |
|||
margin-left: auto; |
|||
|
|||
} |
|||
|
|||
@media (max-width: 767px) { |
|||
[class*="PageHeader-logo-"] { |
|||
display: none !important; |
|||
} |
|||
[class*="PageHeader-logoContainer-"]:before { |
|||
background-image: url("/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png"); |
|||
display: inline-block; |
|||
width: 32px; |
|||
height: 32px; |
|||
content:""; |
|||
background-size: cover; |
|||
-webkit-background-size: cover; |
|||
-moz-background-size: cover; |
|||
-o-background-size: cover; |
|||
} |
|||
} |
After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 364 KiB After Width: | Height: | Size: 206 KiB |
Before Width: | Height: | Size: 243 KiB After Width: | Height: | Size: 204 KiB |
Before Width: | Height: | Size: 356 KiB After Width: | Height: | Size: 206 KiB |
Before Width: | Height: | Size: 192 KiB After Width: | Height: | Size: 156 KiB |
Before Width: | Height: | Size: 326 KiB After Width: | Height: | Size: 280 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 219 KiB After Width: | Height: | Size: 192 KiB |
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 424 KiB After Width: | Height: | Size: 411 KiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
@ -0,0 +1,58 @@ |
|||
:root { |
|||
--calendar-in-cinemas: 53 197 244; |
|||
--calendar-downloading: 122 67 182; |
|||
--calendar-unmonitored: 173 173 173; |
|||
--calendar-unaired: 93 156 236; |
|||
--calendar-missing: 240 80 80; |
|||
--calendar-missing-unmonitored: 255 165 0; |
|||
--calendar-available: 39 194 76; |
|||
} |
|||
|
|||
/* CALENDAR */ |
|||
[class*="CalendarEvent-downloaded-"] { |
|||
background: rgb(var(--calendar-available) / .4) !important; |
|||
|
|||
} |
|||
|
|||
[class*="CalendarEvent-missing-"], |
|||
[class*="CalendarEvent-missingMonitored"] { |
|||
background-color: rgb(var(--calendar-missing) / .4); |
|||
|
|||
} |
|||
|
|||
[class*="CalendarEvent-missingUnmonitored-"] { |
|||
background: rgb(var(--calendar-missing-unmonitored) / .4) !important; |
|||
|
|||
} |
|||
|
|||
[class*="CalendarEvent-unreleased-"], |
|||
[class*="CalendarEvent-continuing-"] { |
|||
background: rgb(var(--calendar-unaired) / .4) !important; |
|||
|
|||
} |
|||
|
|||
[class*="CalendarEvent-event-"] { |
|||
background: rgb(var(--calendar-unmonitored) / .4); |
|||
} |
|||
|
|||
[class*="CalendarEvent-unmonitored-"] { |
|||
background: rgb(var(--calendar-unmonitored) / .4) !important; |
|||
|
|||
} |
|||
|
|||
[class*="CalendarEvent-downloading-"], |
|||
[class*="CalendarEvent-queue-"] { |
|||
background: rgb(var(--calendar-downloading) / .4) !important; |
|||
|
|||
} |
|||
|
|||
/* Color Impaired Mode */ |
|||
|
|||
[class*="CalendarEvent-missing-"].colorImpaired, |
|||
[class*="CalendarEvent-missingMonitored-"].colorImpaired { |
|||
background: repeating-linear-gradient(90deg, rgb(var(--calendar-missing) / .2), rgb(var(--calendar-missing) / .2) 5px, rgb(var(--calendar-missing) / .4) 5px, rgb(var(--calendar-missing) / .4) 10px) !important; |
|||
} |
|||
|
|||
[class*="CalendarEvent-missingUnmonitored-"].colorImpaired { |
|||
background: repeating-linear-gradient(90deg, rgb(var(--calendar-missing-unmonitored) / .2), rgb(var(--calendar-missing-unmonitored) / .2) 5px, rgb(var(--calendar-missing-unmonitored) / .4) 5px, rgb(var(--calendar-missing-unmonitored) / .4) 10px) !important; |
|||
} |
@ -0,0 +1,31 @@ |
|||
:root { |
|||
--main-bg-color: #262a2b; |
|||
|
|||
--modal-bg-color: #333; |
|||
--modal-header-color: #232323; |
|||
--modal-footer-color: #232323; |
|||
|
|||
--drop-down-menu-bg: #1b1b1b; |
|||
|
|||
--button-color: #ef7a70; |
|||
--button-color-hover: #d16057; |
|||
--button-text: #eee; |
|||
--button-text-hover: #fff; |
|||
|
|||
--accent-color: 239, 122, 112; |
|||
--accent-color-hover: rgb(var(--accent-color),.8); |
|||
--link-color: #ef7a70; |
|||
--link-color-hover: #d16057; |
|||
--label-text-color: #fff; |
|||
|
|||
--text:#d16057; |
|||
--text-hover: #fff; |
|||
--text-muted: #999; |
|||
|
|||
/*Specials*/ |
|||
--arr-queue-color: #d16057; /* Servarr apps + Bazarr*/ |
|||
--plex-poster-unwatched: #d16057; |
|||
--petio-spinner: invert(55%) sepia(68%) saturate(569%) hue-rotate(314deg) brightness(102%) contrast(87%);/* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ |
|||
--gitea-color-primary-dark-4: 239, 122, 112; |
|||
--overseerr-gradient: linear-gradient(180deg, rgba(31, 31, 31, 0.17) 0%, rgba(31, 31, 31) 100%); |
|||
} |
@ -0,0 +1,6 @@ |
|||
FROM scratch |
|||
# This is just a dummy file. LSIO doesnt have a Nginx Proxy Manager image..SWAG for life! |
|||
LABEL maintainer="GilbN" |
|||
LABEL app="Nginx-Proxy-Manager" |
|||
#copy local files. |
|||
COPY root/ / |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 2.0 KiB |