Skip to content

Commit 089d4d9

Browse files
authored
Merge pull request #668 from themepark-dev/develop
Develop
2 parents 928ef95 + 1c729ee commit 089d4d9

File tree

7 files changed

+149
-7
lines changed

7 files changed

+149
-7
lines changed

css/base/lidarr/lidarr-base.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@
5050
background-color: rgb(var(--accent-color)) !important;
5151
}
5252

53+
[class*="ArtistIndexPoster-title-"],
54+
[class*="ArtistIndexBanner-title-"] {
55+
background: var(--transparency-light-10);
56+
color: var(--text-hover);
57+
}
58+
5359
/* OVERVIEW PAGE */
5460
[class*="ArtistIndexOverview-container-"],
5561
[class*="ArtistIndexOverview-container-"]:hover {

css/base/qbittorrent/qbittorrent-base.css

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ input[type="file"i] {
9999
}
100100

101101
input[name="category"i] {
102-
color: #000;
103-
background-color: #fff;
102+
color: var(--text-hover);
103+
background: var(--transparency-dark-25);
104104
border-width: 0px;
105105
outline: none;
106106
border: none;
@@ -519,6 +519,10 @@ fieldset {
519519

520520
/*Modal */
521521

522+
.mocha {
523+
background: var(--drop-down-menu-bg);
524+
}
525+
522526
.mochaOverlay {
523527
position: absolute;
524528
top: 0;
@@ -531,6 +535,7 @@ fieldset {
531535
-webkit-background-size: auto, cover;
532536
-moz-background-size: auto, cover;
533537
-o-background-size: auto, cover;
538+
border-radius: 0px;
534539
}
535540

536541
.mochaToolbarWrapper {
@@ -669,4 +674,13 @@ select:focus {
669674
#torrentsFilterToolbar {
670675
float: right;
671676
margin-right: .5rem;
672-
}
677+
}
678+
679+
#torrentsFilterInput {
680+
background: var(--transparency-dark-25);
681+
border: none;
682+
}
683+
684+
label[for="torrentsFilterRegexBox"] {
685+
border: none !important;
686+
}

css/base/unraid/unraid-base.css

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ textarea {
140140
background: var(--transparency-dark-25);
141141
}
142142

143+
textarea:focus {
144+
background: var(--transparency-dark-35);
145+
}
146+
143147
/*DASHBOARD*/
144148
table.share_status.dashboard {
145149
background: var(--transparency-dark-15);
@@ -201,7 +205,7 @@ table.tablesorter thead tr th {
201205
}
202206

203207
table {
204-
background: var(--transparency-dark-25);
208+
background: var(--transparency-dark-25) !important;
205209
}
206210

207211
table.disk_status thead tr:first-child td,
@@ -236,6 +240,18 @@ table.share_status tbody tr.warn {
236240
background-color: #feefb3 !important;
237241
}
238242

243+
table td.stopgap {
244+
display: none;
245+
}
246+
247+
table.dashboard i.fa {
248+
background-color: unset;
249+
}
250+
251+
table.dashboard tbody {
252+
border: var(--transparency-light-25) 1px solid;
253+
}
254+
239255
/*BUTTON*/
240256
input[type=button],
241257
input[type=reset],
@@ -367,6 +383,10 @@ div.Panel i.PanelIcon {
367383
color: var(--text-hover);
368384
}
369385

386+
.content #title {
387+
background: unset;
388+
}
389+
370390
/* PLUGINS */
371391
div.tab [type=radio]:checked+label,
372392
div.tab [type=radio]+label:hover {
@@ -764,4 +784,4 @@ unraid-authed::part(div[data-v-050c892a] > button) {
764784

765785
dt {
766786
color: var(--text-hover);
767-
}
787+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
:root {
2+
--main-bg-color: #fffaf3;
3+
4+
--modal-bg-color: #f2e9de;
5+
--modal-header-color: #faf4ed;
6+
--modal-footer-color: #faf4ed;
7+
8+
--drop-down-menu-bg: #f4ede8;
9+
10+
--button-color: #dfdad9;
11+
--button-color-hover: #cecacd;
12+
--button-text: var(--text);
13+
--button-text-hover: var(--text-hover);
14+
15+
--accent-color: 180, 99, 122;
16+
--accent-color-hover: rgb(180, 99, 122, 0.8);
17+
--link-color: #286983;
18+
--link-color-hover: rgb(86, 148, 159, 0.8);
19+
--label-text-color: #575279;
20+
21+
--text: #575279;
22+
--text-hover: var(--text);
23+
--text-muted: 9893a5;
24+
25+
/* Specials */
26+
--arr-queue-color: #286983; /* Servarr apps + Bazarr */
27+
--plex-poster-unwatched: #d7827e;
28+
--petio-spinner: invert(40%) sepia(20%) saturate(1206%) hue-rotate(152deg) brightness(96%) contrast(94%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ /* Pine */
29+
--gitea-color-primary-dark-4: var(--accent-color);
30+
--overseerr-gradient: linear-gradient(
31+
var(--main-bg-color),
32+
var(--main-bg-color)
33+
);
34+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
:root {
2+
--main-bg-color: #2a273f;
3+
4+
--modal-bg-color: #393552;
5+
--modal-header-color: #232136;
6+
--modal-footer-color: #232136;
7+
8+
--drop-down-menu-bg: #2a283e;
9+
10+
--button-color: #44415a;
11+
--button-color-hover: #56526e;
12+
--button-text: var(--text);
13+
--button-text-hover: var(--text-hover);
14+
15+
--accent-color: 235, 111, 146;
16+
--accent-color-hover: rgb(235, 111, 146, 0.8);
17+
--link-color: #3e8fb0;
18+
--link-color-hover: rgb(156, 207, 216, 0.8);
19+
--label-text-color: #e0def4;
20+
21+
--text: #e0def4;
22+
--text-hover: var(--text);
23+
--text-muted: 6e6a86;
24+
25+
/* Specials */
26+
--arr-queue-color: #3e8fb0; /* Servarr apps + Bazarr */
27+
--plex-poster-unwatched: #ea9a97;
28+
--petio-spinner: invert(40%) sepia(20%) saturate(1206%) hue-rotate(152deg) brightness(96%) contrast(94%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ /* Pine */
29+
--gitea-color-primary-dark-4: var(--accent-color);
30+
--overseerr-gradient: linear-gradient(
31+
var(--main-bg-color),
32+
var(--main-bg-color)
33+
);
34+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
:root {
2+
--main-bg-color: #1f1d2e;
3+
4+
--modal-bg-color: #26233a;
5+
--modal-header-color: #191724;
6+
--modal-footer-color: #191724;
7+
8+
--drop-down-menu-bg: #21202e;
9+
10+
--button-color: #403d52;
11+
--button-color-hover: #524f67;
12+
--button-text: var(--text);
13+
--button-text-hover: var(--text-hover);
14+
15+
--accent-color: 235, 111, 146;
16+
--accent-color-hover: rgb(235, 111, 146, 0.8);
17+
--link-color: #31748f;
18+
--link-color-hover: rgb(156, 207, 216, 0.8);
19+
--label-text-color: #e0def4;
20+
21+
--text: #e0def4;
22+
--text-hover: var(--text);
23+
--text-muted: 6e6a86;
24+
25+
/* Specials */
26+
--arr-queue-color: #31748f; /* Servarr apps + Bazarr */
27+
--plex-poster-unwatched: #ebbcba;
28+
--petio-spinner: invert(40%) sepia(20%) saturate(1206%) hue-rotate(152deg) brightness(96%) contrast(94%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ /* Pine */
29+
--gitea-color-primary-dark-4: var(--accent-color);
30+
--overseerr-gradient: linear-gradient(
31+
var(--main-bg-color),
32+
var(--main-bg-color)
33+
);
34+
}

docker-mods/lidarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
5454
echo '---------------------------'
5555

5656
url_base="${TP_SCHEME}://${TP_DOMAIN}"
57-
sheets="<link rel='stylesheet' href='${url_base}/css/base/sonarr/sonarr-base.css'>"
57+
sheets="<link rel='stylesheet' href='${url_base}/css/base/lidarr/lidarr-base.css'>"
5858
sheets="${sheets} <link rel='stylesheet' href='${url_base}/css/${THEME_TYPE}/${TP_THEME}.css'>"
5959
printf 'Stylesheet set to %s\n' "${TP_THEME}"
6060

6161
if [[ -n ${TP_ADDON} ]]; then
6262
for addon in $(echo "$TP_ADDON" | tr "|" " "); do
63-
sheets="${sheets} <link rel='stylesheet' href='${url_base}/css/addons/sonarr/${addon}/${addon}.css'>"
63+
sheets="${sheets} <link rel='stylesheet' href='${url_base}/css/addons/lidarr/${addon}/${addon}.css'>"
6464
printf 'Added custom addon: %s\n\n' "${addon}"
6565
done
6666
fi

0 commit comments

Comments
 (0)