changed all dark themes to use radial colors
This commit is contained in:
parent
5ca932f444
commit
163f9bea2d
@ -14,6 +14,6 @@
|
|||||||
/* BAZARR DARK THEME */
|
/* BAZARR DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
}
|
}
|
||||||
@ -14,7 +14,7 @@
|
|||||||
/* DELUGE DARK THEME */
|
/* DELUGE DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/deluge/deluge-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/deluge/deluge-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--progress-color: #3d3d3d;
|
--progress-color: #3d3d3d;
|
||||||
}
|
}
|
||||||
@ -14,8 +14,8 @@
|
|||||||
/* FILEBROWSER DARK THEME */
|
/* FILEBROWSER DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--button-color: #cc7b19;
|
--button-color: #cc7b19;
|
||||||
--button-color-hover: #e59029;
|
--button-color-hover: #e59029;
|
||||||
--accent-color: #e5a00d;
|
--accent-color: #e5a00d;
|
||||||
|
|||||||
@ -14,8 +14,8 @@
|
|||||||
/* GRAFANA DARK THEME */
|
/* GRAFANA DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/grafana/grafana-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/grafana/grafana-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--accent-color: #32d1df;
|
--accent-color: #32d1df;
|
||||||
--button-color: #fd5e94;
|
--button-color: #fd5e94;
|
||||||
}
|
}
|
||||||
@ -14,8 +14,8 @@
|
|||||||
/* GUACAMOLE DARK THEME */
|
/* GUACAMOLE DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/guacamole/guacamole-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/guacamole/guacamole-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
|
|
||||||
--button-color: #cc7b19;
|
--button-color: #cc7b19;
|
||||||
--button-color-hover: #e59029;
|
--button-color-hover: #e59029;
|
||||||
|
|||||||
@ -14,7 +14,8 @@
|
|||||||
/* HTML5SPEEDTEST DARK THEME */
|
/* HTML5SPEEDTEST DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/html5speedtest/html5speedtest-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/html5speedtest/html5speedtest-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--start-button-color: #cc7b19;
|
--start-button-color: #cc7b19;
|
||||||
--start-button-color-hover: #e59029;
|
--start-button-color-hover: #e59029;
|
||||||
}
|
}
|
||||||
@ -14,8 +14,8 @@
|
|||||||
/* JACKETT DARK THEME */
|
/* JACKETT DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/jackett/jackett-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/jackett/jackett-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
|
|
||||||
--button-color: #cc7b19;
|
--button-color: #cc7b19;
|
||||||
--button-color-hover: #e59029;
|
--button-color-hover: #e59029;
|
||||||
|
|||||||
@ -14,8 +14,8 @@
|
|||||||
/* LIDARR DARK THEME */
|
/* LIDARR DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
|
|
||||||
--calendar-Downloading: #7a43b6;
|
--calendar-Downloading: #7a43b6;
|
||||||
--calendar-Downloaded: #27c24c;
|
--calendar-Downloaded: #27c24c;
|
||||||
|
|||||||
@ -14,8 +14,8 @@
|
|||||||
/* LOGARR DARK THEME */
|
/* LOGARR DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/logarr/logarr-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/logarr/logarr-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--button-color: #cc7b19;
|
--button-color: #cc7b19;
|
||||||
--button-color-hover: #e59029;
|
--button-color-hover: #e59029;
|
||||||
}
|
}
|
||||||
@ -14,8 +14,8 @@
|
|||||||
/* MONITORR DARK THEME */
|
/* MONITORR DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/monitorr/monitorr-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/monitorr/monitorr-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--button-color: #cc7b19;
|
--button-color: #cc7b19;
|
||||||
--button-color-hover: #e59029;
|
--button-color-hover: #e59029;
|
||||||
}
|
}
|
||||||
@ -14,8 +14,8 @@
|
|||||||
/* NETDATA DARK THEME */
|
/* NETDATA DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/netdata/netdata-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/netdata/netdata-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
|
|
||||||
--accent-color: #FFCC00;
|
--accent-color: #FFCC00;
|
||||||
}
|
}
|
||||||
@ -14,8 +14,8 @@
|
|||||||
/* NZBGET DARK THEME */
|
/* NZBGET DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbget/nzbget-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbget/nzbget-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--accent-color: #f9be03;
|
--accent-color: #f9be03;
|
||||||
--button-color: #cc7b19;
|
--button-color: #cc7b19;
|
||||||
}
|
}
|
||||||
@ -14,8 +14,8 @@
|
|||||||
/* NZBHYDRA2 DARK THEME */
|
/* NZBHYDRA2 DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/nzbhydra2/nzbhydra-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--default-button-color: #cc7b19;
|
--default-button-color: #cc7b19;
|
||||||
--default-button-color-hover: #e59029;
|
--default-button-color-hover: #e59029;
|
||||||
}
|
}
|
||||||
@ -14,6 +14,6 @@
|
|||||||
/* OMBI DARK THEME */
|
/* OMBI DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/ombi/ombi-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/ombi/ombi-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
}
|
}
|
||||||
@ -13,8 +13,8 @@
|
|||||||
/* PLEX DARK THEME */
|
/* PLEX DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/plex/plex-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/plex/plex-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: #1f1f1f;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--link-color: #e5a00d;
|
--link-color: #e5a00d;
|
||||||
--link-color-hover: #f2ad18;
|
--link-color-hover: #f2ad18;
|
||||||
}
|
}
|
||||||
@ -14,8 +14,8 @@
|
|||||||
/* PLPP DARK THEME */
|
/* PLPP DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/plpp/plpp-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/plpp/plpp-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--button-color: #cc7b19;
|
--button-color: #cc7b19;
|
||||||
--button-color-hover: #e59029;
|
--button-color-hover: #e59029;
|
||||||
}
|
}
|
||||||
@ -14,7 +14,7 @@
|
|||||||
/* QBITTORRENT DARK THEME */
|
/* QBITTORRENT DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/qbittorrent/qbittorrent-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/qbittorrent/qbittorrent-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #272727 50%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--progress-color: #3d3d3d;
|
--progress-color: #3d3d3d;
|
||||||
}
|
}
|
||||||
@ -14,8 +14,8 @@
|
|||||||
/* RADARR DARK THEME */
|
/* RADARR DARK THEME */
|
||||||
@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: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
|
|
||||||
--calendar-in-cinemas: #35c5f4;
|
--calendar-in-cinemas: #35c5f4;
|
||||||
--calendar-missing: #d9534f;
|
--calendar-missing: #d9534f;
|
||||||
|
|||||||
@ -18,4 +18,5 @@
|
|||||||
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
--default-button-color: #009688;
|
--default-button-color: #009688;
|
||||||
--default-button-color-hover: #12afa0;
|
--default-button-color-hover: #12afa0;
|
||||||
|
--progress-color: #009688;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -14,8 +14,9 @@
|
|||||||
/* RUTORRENT DARK THEME */
|
/* RUTORRENT DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/rutorrent/rutorrent-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/rutorrent/rutorrent-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--default-button-color: #cc7b19;
|
--default-button-color: #3d3d3d;
|
||||||
--default-button-color-hover: #e59029;
|
--default-button-color-hover: #5a5a5a;
|
||||||
|
--progress-color: #3d3d3d;
|
||||||
}
|
}
|
||||||
@ -18,4 +18,5 @@
|
|||||||
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
--default-button-color: #F44336;
|
--default-button-color: #F44336;
|
||||||
--default-button-color-hover: rgb(247, 106, 96);
|
--default-button-color-hover: rgb(247, 106, 96);
|
||||||
|
--progress-color: #F44336;
|
||||||
}
|
}
|
||||||
@ -18,4 +18,5 @@
|
|||||||
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
|
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
|
||||||
--default-button-color: #cc7b19;
|
--default-button-color: #cc7b19;
|
||||||
--default-button-color-hover: #e59029;
|
--default-button-color-hover: #e59029;
|
||||||
|
--progress-color: #cc7b19;
|
||||||
}
|
}
|
||||||
@ -1357,7 +1357,7 @@ div.stable-body table tbody tr.even:nth-child(2n+1) td { background: #181818 url
|
|||||||
float: left;
|
float: left;
|
||||||
border: 1px inset transparent !important;
|
border: 1px inset transparent !important;
|
||||||
border-bottom: none !important;
|
border-bottom: none !important;
|
||||||
background: var(--default-button-color) !important;
|
background: var(--progress-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stable-body tr.selected span.meter-value { color: #fff; }
|
.stable-body tr.selected span.meter-value { color: #fff; }
|
||||||
|
|||||||
@ -18,4 +18,5 @@
|
|||||||
--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;
|
||||||
--default-button-color: #607D8B;
|
--default-button-color: #607D8B;
|
||||||
--default-button-color-hover: #81a6b7;
|
--default-button-color-hover: #81a6b7;
|
||||||
|
--progress-color: #607D8B;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -14,9 +14,8 @@
|
|||||||
/* SABNZBD DARK THEME */
|
/* SABNZBD DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/sabnzbd/sabnzbd-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/sabnzbd/sabnzbd-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
|
|
||||||
--settings-accent-color: #f9be03;
|
--settings-accent-color: #f9be03;
|
||||||
--nav-button-color: #cc7b19;
|
--nav-button-color: #cc7b19;
|
||||||
--default-button-color: #cc7b19;
|
--default-button-color: #cc7b19;
|
||||||
|
|||||||
@ -14,9 +14,8 @@
|
|||||||
/* SONARR DARK THEME */
|
/* SONARR DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/sonarr/sonarr-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/sonarr/sonarr-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
|
|
||||||
--calendar-tv-Unaired-Premiere: #35c5f4;
|
--calendar-tv-Unaired-Premiere: #35c5f4;
|
||||||
--calendar-tv-Downloading: #7932ea;
|
--calendar-tv-Downloading: #7932ea;
|
||||||
--calendar-tv-Unmonitored: grey;
|
--calendar-tv-Unmonitored: grey;
|
||||||
|
|||||||
@ -10,7 +10,18 @@
|
|||||||
|
|
||||||
/* 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, #1f1f1f, #191919, #131313, #0b0b0b, #000000) center center/cover no-repeat fixed; */
|
||||||
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) 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;
|
||||||
|
}
|
||||||
body {
|
body {
|
||||||
background: var(--main-bg-color);
|
background: var(--main-bg-color);
|
||||||
background-repeat: repeat, no-repeat;
|
background-repeat: repeat, no-repeat;
|
||||||
|
|||||||
@ -14,8 +14,8 @@
|
|||||||
/* SYNCLOUNGE DARK THEME */
|
/* SYNCLOUNGE DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/synclounge/synclounge-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/synclounge/synclounge-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--default-button-color: #cc7b19;
|
--default-button-color: #cc7b19;
|
||||||
--default-button-color-hover: #e59029;
|
--default-button-color-hover: #e59029;
|
||||||
--accent-color: #e59029;
|
--accent-color: #e59029;
|
||||||
|
|||||||
@ -14,6 +14,6 @@
|
|||||||
/* TAUTULLI DARK THEME */
|
/* TAUTULLI DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/tautulli/tautulli-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/tautulli/tautulli-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #1f1f1f 0%, #1f1f1f 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
}
|
}
|
||||||
@ -13,10 +13,10 @@
|
|||||||
/* THE LOUNGE DARK THEME */
|
/* THE LOUNGE DARK THEME */
|
||||||
@import url(https://gilbn.github.io/theme.park/CSS/themes/thelounge/thelounge-base.css);
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/thelounge/thelounge-base.css);
|
||||||
:root {
|
:root {
|
||||||
--body-bg-color: radial-gradient(ellipse at center, #292929 0%, #000000 100%) center center/cover no-repeat fixed;
|
--body-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--window-bg-color: radial-gradient(ellipse at top, #2b2b2b 0%, #000000 100%) center center/cover no-repeat fixed;
|
--window-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--button-color: #cc7b19;
|
--button-color: #3d3d3d;
|
||||||
--theme-accent: #cc7b19;
|
--theme-accent: #3d3d3d;
|
||||||
--date-marker-color: #e59029;
|
--date-marker-color: #e59029;
|
||||||
|
|
||||||
--body-color: #f3f3f3;
|
--body-color: #f3f3f3;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user