radarrv3 buttons
This commit is contained in:
parent
48b63e2fd0
commit
1dd338007a
@ -23,4 +23,9 @@
|
|||||||
--calendar-downloaded: #5cb85c;
|
--calendar-downloaded: #5cb85c;
|
||||||
--calendar-downloading: #7932ea;
|
--calendar-downloading: #7932ea;
|
||||||
--calendar-unmonitored: grey;
|
--calendar-unmonitored: grey;
|
||||||
|
|
||||||
|
--button-color: #009688;
|
||||||
|
--button-color-hover: #12afa0;
|
||||||
|
--accent-color: #009688;
|
||||||
|
--accent-color-hover: #12afa0;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -23,4 +23,9 @@
|
|||||||
--calendar-downloaded: #5cb85c;
|
--calendar-downloaded: #5cb85c;
|
||||||
--calendar-downloading: #7932ea;
|
--calendar-downloading: #7932ea;
|
||||||
--calendar-unmonitored: grey;
|
--calendar-unmonitored: grey;
|
||||||
|
|
||||||
|
--button-color: hsla(0,0%,100%,.15);
|
||||||
|
--button-color-hover: hsla(0,0%,100%,.30);
|
||||||
|
--accent-color: rgba(255, 255, 255, 0.25);
|
||||||
|
--accent-color-hover: rgba(255, 255, 255, 0.45);
|
||||||
}
|
}
|
||||||
@ -23,4 +23,9 @@
|
|||||||
--calendar-downloaded: #5cb85c;
|
--calendar-downloaded: #5cb85c;
|
||||||
--calendar-downloading: #7932ea;
|
--calendar-downloading: #7932ea;
|
||||||
--calendar-unmonitored: grey;
|
--calendar-unmonitored: grey;
|
||||||
|
|
||||||
|
--button-color: hsla(0,0%,100%,.15);
|
||||||
|
--button-color-hover: hsla(0,0%,100%,.30);
|
||||||
|
--accent-color: #F44336;
|
||||||
|
--accent-color-hover: #0b3161;
|
||||||
}
|
}
|
||||||
@ -23,4 +23,9 @@
|
|||||||
--calendar-downloaded: #5cb85c;
|
--calendar-downloaded: #5cb85c;
|
||||||
--calendar-downloading: #7932ea;
|
--calendar-downloading: #7932ea;
|
||||||
--calendar-unmonitored: grey;
|
--calendar-unmonitored: grey;
|
||||||
|
|
||||||
|
--button-color: #cc7b19;
|
||||||
|
--button-color-hover: #e59029;
|
||||||
|
--accent-color: #e5a00d;
|
||||||
|
--accent-color-hover: #ffc107;
|
||||||
}
|
}
|
||||||
@ -11,24 +11,6 @@
|
|||||||
/* Made by @gilbN */
|
/* Made by @gilbN */
|
||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
:root {
|
|
||||||
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
|
||||||
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
|
||||||
|
|
||||||
--calendar-tv-Unaired-Premiere: #35c5f4;
|
|
||||||
--calendar-tv-Downloading: #7932ea;
|
|
||||||
--calendar-tv-Unmonitored: grey;
|
|
||||||
--calendar-tv-Unaired: #337ab7;
|
|
||||||
--calendar-tv-missing: #d9534f;
|
|
||||||
--calendar-tv-On-Air: #f0ad4e;
|
|
||||||
--calendar-tv-available: #5cb85c;
|
|
||||||
|
|
||||||
--button-color: #607D8B;
|
|
||||||
--button-color-hover: #81a6b7;
|
|
||||||
--accent-color: #607D8B;
|
|
||||||
--accent-color-hover: #81a6b7;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: var(--main-bg-color);
|
background: var(--main-bg-color);
|
||||||
background-repeat: repeat, no-repeat;
|
background-repeat: repeat, no-repeat;
|
||||||
|
|||||||
@ -15,12 +15,18 @@
|
|||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/radarr/radarr-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/radarr/radarr-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
||||||
|
|
||||||
--calendar-in-cinemas: #35c5f4;
|
--calendar-tv-Unaired-Premiere: #35c5f4;
|
||||||
--calendar-missing: #d9534f;
|
--calendar-tv-Downloading: #7932ea;
|
||||||
--calendar-announced: #337ab7;
|
--calendar-tv-Unmonitored: grey;
|
||||||
--calendar-downloaded: #5cb85c;
|
--calendar-tv-Unaired: #337ab7;
|
||||||
--calendar-downloading: #7932ea;
|
--calendar-tv-missing: #d9534f;
|
||||||
--calendar-unmonitored: grey;
|
--calendar-tv-On-Air: #f0ad4e;
|
||||||
|
--calendar-tv-available: #5cb85c;
|
||||||
|
|
||||||
|
--button-color: #607D8B;
|
||||||
|
--button-color-hover: #81a6b7;
|
||||||
|
--accent-color: #607D8B;
|
||||||
|
--accent-color-hover: #81a6b7;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user