-
-
Notifications
You must be signed in to change notification settings - Fork 820
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* make alt calendar addons inital * readarr addon * whisparr alt calendar * move color impaired css into bases
- Loading branch information
Showing
8 changed files
with
165 additions
and
239 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
css/addons/lidarr/lidarr-alt-calendar/lidarr-alt-calendar.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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; | ||
} |
31 changes: 31 additions & 0 deletions
31
css/addons/radarr/radarr-alt-calendar/radarr-alt-calendar.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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; | ||
} |
20 changes: 20 additions & 0 deletions
20
css/addons/readarr/readarr-alt-calendar/readarr-alt-calendar.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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; | ||
} |
58 changes: 58 additions & 0 deletions
58
css/addons/whisparr/whisparr-alt-calendar/whisparr-alt-calendar.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.