mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
jellyfin dracula theme
This commit is contained in:
parent
52c12f88e1
commit
a1ea1df8d8
@ -13,21 +13,22 @@
|
|||||||
|
|
||||||
/* JELLYFIN AQUAMARINE THEME */
|
/* JELLYFIN AQUAMARINE THEME */
|
||||||
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
|
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
|
||||||
|
@import url("https://theme-park.dev/CSS/variables/aquamarine.css");
|
||||||
:root {
|
:root {
|
||||||
--theme-primary-color: #009688;
|
--theme-primary-color: var(--accent-color);
|
||||||
--theme-text-color: #eee;
|
--theme-text-color: var(--text);
|
||||||
--theme-text-color-opaque: #fff;
|
--theme-text-color-opaque: var(--text-hover);
|
||||||
--theme-accent-text-color: #009688;
|
--theme-accent-text-color: var(--accent-color);
|
||||||
--theme-primary-color-lightened: rgba(0, 150, 135, 0.2);
|
--theme-primary-color-lightened: var(--accent-color-hover);
|
||||||
--theme-icon-focus-background: rgba(0, 150, 135, 0.2);
|
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
|
||||||
|
|
||||||
--theme-background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--theme-background: var(--main-bg-color);
|
||||||
--header-blur-background: rgba(20,20,20,0.66);
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
--drawer-background: #2C2C2E;
|
--drawer-background: #2C2C2E;
|
||||||
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
--button-background: #1f1f1f;
|
--button-background: var(--button-color);
|
||||||
--card-background: rgba(0, 0, 0, 0.15);
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
--footer-background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;;
|
--footer-background: var(--modal-footer-color);
|
||||||
--footer-blur-background: rgba(29,29,31,0.66);
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
|
|
||||||
--header-background: var(--theme-background);
|
--header-background: var(--theme-background);
|
||||||
@ -39,24 +40,24 @@
|
|||||||
|
|
||||||
@media (pointer: fine) {
|
@media (pointer: fine) {
|
||||||
:not(.layout-tv):root {
|
:not(.layout-tv):root {
|
||||||
--theme-background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--theme-background: var(--main-bg-color);
|
||||||
--header-blur-background: rgba(20,20,20,0.66);
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
--drawer-background: #2C2C2E;
|
--drawer-background: #2C2C2E;
|
||||||
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
--button-background: #1f1f1f;
|
--button-background: #1f1f1f;
|
||||||
--card-background: rgba(0, 0, 0, 0.15);
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
--footer-background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;;
|
--footer-background: var(--modal-footer-color);
|
||||||
--footer-blur-background: rgba(29,29,31,0.66);
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-tv:root {
|
.layout-tv:root {
|
||||||
--theme-background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--theme-background: var(--main-bg-color);
|
||||||
--header-blur-background: rgba(20,20,20,0.66);
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
--drawer-background: #2C2C2E;
|
--drawer-background: #2C2C2E;
|
||||||
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
--button-background: #1f1f1f;
|
--button-background: #1f1f1f;
|
||||||
--card-background: rgba(0, 0, 0, 0.15);
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
--footer-background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;;
|
--footer-background: var(--modal-footer-color);
|
||||||
--footer-blur-background: rgba(29,29,31,0.66);
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
}
|
}
|
@ -13,22 +13,22 @@
|
|||||||
|
|
||||||
/* JELLYFIN DARK THEME */
|
/* JELLYFIN DARK THEME */
|
||||||
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
|
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
|
||||||
|
@import url("https://theme-park.dev/CSS/variables/dark.css");
|
||||||
:root {
|
:root {
|
||||||
--theme-primary-color: #646464;
|
--theme-primary-color: var(--accent-color);
|
||||||
--theme-text-color: #eee;
|
--theme-text-color: var(--text);
|
||||||
--theme-text-color-opaque: #fff;
|
--theme-text-color-opaque: var(--text-hover);
|
||||||
--theme-accent-text-color: #646464;
|
--theme-accent-text-color: var(--accent-color);
|
||||||
--theme-primary-color-lightened: rgba(100, 100, 100, 0.8);
|
--theme-primary-color-lightened: var(--accent-color-hover);
|
||||||
--theme-icon-focus-background: rgba(100, 100, 100, 0.2);
|
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
|
||||||
|
|
||||||
--theme-background: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
--theme-background: var(--main-bg-color);
|
||||||
--header-blur-background: rgba(20,20,20,0.66);
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
--drawer-background: #2C2C2E;
|
--drawer-background: #2C2C2E;
|
||||||
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
--button-background: #1f1f1f;
|
--button-background: var(--button-color);
|
||||||
--card-background: rgba(0, 0, 0, 0.15);
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
--footer-background: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;;
|
--footer-background: var(--modal-footer-color);
|
||||||
--footer-blur-background: rgba(29,29,31,0.66);
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
|
|
||||||
--header-background: var(--theme-background);
|
--header-background: var(--theme-background);
|
||||||
@ -40,24 +40,24 @@
|
|||||||
|
|
||||||
@media (pointer: fine) {
|
@media (pointer: fine) {
|
||||||
:not(.layout-tv):root {
|
:not(.layout-tv):root {
|
||||||
--theme-background: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
--theme-background: var(--main-bg-color);
|
||||||
--header-blur-background: rgba(20,20,20,0.66);
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
--drawer-background: #2C2C2E;
|
--drawer-background: #2C2C2E;
|
||||||
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
--button-background: #1f1f1f;
|
--button-background: #1f1f1f;
|
||||||
--card-background: rgba(0, 0, 0, 0.15);
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
--footer-background: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;;
|
--footer-background: var(--modal-footer-color);
|
||||||
--footer-blur-background: rgba(29,29,31,0.66);
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-tv:root {
|
.layout-tv:root {
|
||||||
--theme-background: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
--theme-background: var(--main-bg-color);
|
||||||
--header-blur-background: rgba(20,20,20,0.66);
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
--drawer-background: #2C2C2E;
|
--drawer-background: #2C2C2E;
|
||||||
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
--button-background: #1f1f1f;
|
--button-background: #1f1f1f;
|
||||||
--card-background: rgba(0, 0, 0, 0.15);
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
--footer-background: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;;
|
--footer-background: var(--modal-footer-color);
|
||||||
--footer-blur-background: rgba(29,29,31,0.66);
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
}
|
}
|
63
CSS/themes/jellyfin/dracula.css
Normal file
63
CSS/themes/jellyfin/dracula.css
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
|
||||||
|
/* dP dP dP */
|
||||||
|
/* 88 88 88 */
|
||||||
|
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||||
|
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||||
|
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||||
|
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||||
|
/* 88 */
|
||||||
|
/* dP */
|
||||||
|
|
||||||
|
/* Made by @gilbN */
|
||||||
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
|
/* JELLYFIN AQUAMARINE THEME */
|
||||||
|
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
|
||||||
|
@import url("https://theme-park.dev/CSS/variables/dracula.css");
|
||||||
|
:root {
|
||||||
|
--theme-primary-color: var(--accent-color);
|
||||||
|
--theme-text-color: var(--text);
|
||||||
|
--theme-text-color-opaque: var(--text-hover);
|
||||||
|
--theme-accent-text-color: var(--accent-color);
|
||||||
|
--theme-primary-color-lightened: var(--accent-color-hover);
|
||||||
|
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
|
||||||
|
|
||||||
|
--theme-background: var(--main-bg-color);
|
||||||
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
|
--drawer-background: #2C2C2E;
|
||||||
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
|
--button-background: var(--button-color);
|
||||||
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
|
--footer-background: var(--modal-footer-color);
|
||||||
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
|
|
||||||
|
--header-background: var(--theme-background);
|
||||||
|
--theme-body-secondary-text-color: rgba(255, 255, 255, .6);
|
||||||
|
--line-background: rgba(255, 255, 255, .08);
|
||||||
|
--line-size: .08em;
|
||||||
|
--scrollbar-thumb-background: rgba(255,255,255,.3);
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (pointer: fine) {
|
||||||
|
:not(.layout-tv):root {
|
||||||
|
--theme-background: var(--main-bg-color);
|
||||||
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
|
--drawer-background: #2C2C2E;
|
||||||
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
|
--button-background: #1f1f1f;
|
||||||
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
|
--footer-background: var(--modal-footer-color);
|
||||||
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.layout-tv:root {
|
||||||
|
--theme-background: var(--main-bg-color);
|
||||||
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
|
--drawer-background: #2C2C2E;
|
||||||
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
|
--button-background: #1f1f1f;
|
||||||
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
|
--footer-background: var(--modal-footer-color);
|
||||||
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
|
}
|
@ -13,21 +13,22 @@
|
|||||||
|
|
||||||
/* JELLYFIN HOTLINE THEME */
|
/* JELLYFIN HOTLINE THEME */
|
||||||
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
|
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
|
||||||
|
@import url("https://theme-park.dev/CSS/variables/hotline.css");
|
||||||
:root {
|
:root {
|
||||||
--theme-primary-color: #F44336;
|
--theme-primary-color: var(--accent-color);
|
||||||
--theme-text-color: #eee;
|
--theme-text-color: var(--text);
|
||||||
--theme-text-color-opaque: #fff;
|
--theme-text-color-opaque: var(--text-hover);
|
||||||
--theme-accent-text-color: #F44336;
|
--theme-accent-text-color: var(--accent-color);
|
||||||
--theme-primary-color-lightened: rgba(244, 67, 54, 0.2);
|
--theme-primary-color-lightened: var(--accent-color-hover);
|
||||||
--theme-icon-focus-background: rgba(244, 67, 54, 0.2);
|
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
|
||||||
|
|
||||||
--theme-background: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--theme-background: var(--main-bg-color);
|
||||||
--header-blur-background: rgba(20,20,20,0.66);
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
--drawer-background: #2C2C2E;
|
--drawer-background: #2C2C2E;
|
||||||
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
--button-background: #1f1f1f;
|
--button-background: var(--button-color);
|
||||||
--card-background: rgba(0, 0, 0, 0.15);
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
--footer-background: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;;
|
--footer-background: var(--modal-footer-color);
|
||||||
--footer-blur-background: rgba(29,29,31,0.66);
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
|
|
||||||
--header-background: var(--theme-background);
|
--header-background: var(--theme-background);
|
||||||
@ -39,24 +40,24 @@
|
|||||||
|
|
||||||
@media (pointer: fine) {
|
@media (pointer: fine) {
|
||||||
:not(.layout-tv):root {
|
:not(.layout-tv):root {
|
||||||
--theme-background: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--theme-background: var(--main-bg-color);
|
||||||
--header-blur-background: rgba(20,20,20,0.66);
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
--drawer-background: #2C2C2E;
|
--drawer-background: #2C2C2E;
|
||||||
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
--button-background: #1f1f1f;
|
--button-background: #1f1f1f;
|
||||||
--card-background: rgba(0, 0, 0, 0.15);
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
--footer-background: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;;
|
--footer-background: var(--modal-footer-color);
|
||||||
--footer-blur-background: rgba(29,29,31,0.66);
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-tv:root {
|
.layout-tv:root {
|
||||||
--theme-background: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--theme-background: var(--main-bg-color);
|
||||||
--header-blur-background: rgba(20,20,20,0.66);
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
--drawer-background: #2C2C2E;
|
--drawer-background: #2C2C2E;
|
||||||
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
--button-background: #1f1f1f;
|
--button-background: #1f1f1f;
|
||||||
--card-background: rgba(0, 0, 0, 0.15);
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
--footer-background: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;;
|
--footer-background: var(--modal-footer-color);
|
||||||
--footer-blur-background: rgba(29,29,31,0.66);
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
}
|
}
|
@ -1,3 +1,24 @@
|
|||||||
|
|
||||||
|
/*TP CUSTOM */
|
||||||
|
h1,h2, h3, h4, h5, h6,
|
||||||
|
.inputLabel {
|
||||||
|
color: var(--text-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
a:not(.emby-button),
|
||||||
|
.cardText.cardTextCentered.cardText-first > button,
|
||||||
|
.emby-linkbutton>a {
|
||||||
|
color: var(--link-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover:not(.emby-button),
|
||||||
|
.cardText.cardTextCentered.cardText-first > button:hover,
|
||||||
|
.emby-linkbutton>a:hover {
|
||||||
|
color: var(--link-color-hover) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*TP END*/
|
||||||
|
|
||||||
html {
|
html {
|
||||||
color: var(--theme-text-color);
|
color: var(--theme-text-color);
|
||||||
scrollbar-color: var(--scrollbar-thumb-background) transparent
|
scrollbar-color: var(--scrollbar-thumb-background) transparent
|
||||||
@ -22,7 +43,7 @@ html {
|
|||||||
-o-background-size: auto, cover;
|
-o-background-size: auto, cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.appfooter,.formDialogFooter:not(.formDialogFooter-clear),.formDialogHeader:not(.formDialogHeader-clear) {
|
.appfooter,.formDialogFooter:not(.formDialogFooter-clear) {
|
||||||
background: var(--footer-background);
|
background: var(--footer-background);
|
||||||
background-repeat: repeat, no-repeat;
|
background-repeat: repeat, no-repeat;
|
||||||
background-attachment: fixed, fixed;
|
background-attachment: fixed, fixed;
|
||||||
@ -32,6 +53,27 @@ html {
|
|||||||
-moz-background-size: auto, cover;
|
-moz-background-size: auto, cover;
|
||||||
-o-background-size: auto, cover;
|
-o-background-size: auto, cover;
|
||||||
}
|
}
|
||||||
|
.formDialogHeader:not(.formDialogHeader-clear) {
|
||||||
|
background: var(--modal-header-color);
|
||||||
|
background-repeat: repeat, no-repeat;
|
||||||
|
background-attachment: fixed, fixed;
|
||||||
|
background-position: center center, center center;
|
||||||
|
background-size: auto, cover;
|
||||||
|
-webkit-background-size: auto, cover;
|
||||||
|
-moz-background-size: auto, cover;
|
||||||
|
-o-background-size: auto, cover;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dialog {
|
||||||
|
background: var(--modal-bg-color);
|
||||||
|
background-repeat: repeat, no-repeat;
|
||||||
|
background-attachment: fixed, fixed;
|
||||||
|
background-position: center center, center center;
|
||||||
|
background-size: auto, cover;
|
||||||
|
-webkit-background-size: auto, cover;
|
||||||
|
-moz-background-size: auto, cover;
|
||||||
|
-o-background-size: auto, cover;
|
||||||
|
}
|
||||||
|
|
||||||
@supports (backdrop-filter: blur(1em)) or (-webkit-backdrop-filter:blur(1em)) {
|
@supports (backdrop-filter: blur(1em)) or (-webkit-backdrop-filter:blur(1em)) {
|
||||||
.skinHeader-withBackground {
|
.skinHeader-withBackground {
|
||||||
@ -62,7 +104,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.backgroundContainer,.dialog,html {
|
.backgroundContainer,html {
|
||||||
background: var(--theme-background);
|
background: var(--theme-background);
|
||||||
background-repeat: repeat, no-repeat;
|
background-repeat: repeat, no-repeat;
|
||||||
background-attachment: fixed, fixed;
|
background-attachment: fixed, fixed;
|
||||||
@ -91,13 +133,13 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.paper-icon-button-light-tv:focus,.paper-icon-button-light:active {
|
.paper-icon-button-light-tv:focus,.paper-icon-button-light:active {
|
||||||
color: var(--theme-primary-color);
|
color: rgb(var(--theme-primary-color));
|
||||||
background-color: var(--theme-icon-focus-background)
|
background-color: var(--theme-icon-focus-background)
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(hover: hover) and (pointer:fine) {
|
@media(hover: hover) and (pointer:fine) {
|
||||||
.paper-icon-button-light:focus {
|
.paper-icon-button-light:focus {
|
||||||
color:var(--theme-primary-color);
|
color:rgb(var(--theme-primary-color));
|
||||||
background-color: var(--theme-icon-focus-background)
|
background-color: var(--theme-icon-focus-background)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -114,7 +156,7 @@ html {
|
|||||||
|
|
||||||
.emby-select-withcolor {
|
.emby-select-withcolor {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background: var(--button-background);
|
background: rgba(0, 0, 0, 0.25);
|
||||||
border: var(--line-size) solid transparent
|
border: var(--line-size) solid transparent
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -149,17 +191,18 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fab:focus,.raised:focus {
|
.fab:focus,.raised:focus {
|
||||||
background: #333
|
background: var(--button-color-hover);
|
||||||
|
color: var(--button-text-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-submit:not(.emby-button-tv) {
|
.button-submit:not(.emby-button-tv) {
|
||||||
background: var(--theme-primary-color);
|
background: var(--button-color);
|
||||||
color: #fff
|
color: var(--button-text)
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-submit:not(.emby-button-tv):focus {
|
.button-submit:not(.emby-button-tv):focus {
|
||||||
background: var(--theme-primary-color-lightened);
|
background: var(--button-color-hover);
|
||||||
color: #fff
|
color: var(--button-text-hover)
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-select-withcolor>option {
|
.emby-select-withcolor>option {
|
||||||
@ -168,12 +211,12 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.emby-select-withcolor:focus {
|
.emby-select-withcolor:focus {
|
||||||
border-color: var(--theme-primary-color)!important
|
border-color: rgb(var(--theme-primary-color))!important
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-select-tv-withcolor:focus {
|
.emby-select-tv-withcolor:focus {
|
||||||
background-color: var(--theme-primary-color)!important;
|
background-color: rgb(var(--theme-primary-color))!important;
|
||||||
color: #fff!important
|
color: var(--label-text-color)!important
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkboxLabel {
|
.checkboxLabel {
|
||||||
@ -185,15 +228,19 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.inputLabelFocused,.selectLabelFocused,.textareaLabelFocused {
|
.inputLabelFocused,.selectLabelFocused,.textareaLabelFocused {
|
||||||
color: var(--theme-accent-text-color)
|
color: rgb(var(--accent-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-link {
|
.button-link {
|
||||||
color: var(--theme-accent-text-color)
|
color: var(--link-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button-link:hover {
|
||||||
|
color: var(--link-color-hover) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-flat-accent {
|
.button-flat-accent {
|
||||||
color: var(--theme-accent-text-color)
|
color: rgb(var(--accent-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
.paperList,.visualCardBox {
|
.paperList,.visualCardBox {
|
||||||
@ -204,10 +251,12 @@ html {
|
|||||||
border: var(--line-size) solid var(--line-background)
|
border: var(--line-size) solid var(--line-background)
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardText-secondary,.fieldDescription,.listItemBodyText-secondary,.secondaryText {
|
.fieldDescription,.listItemBodyText-secondary,.secondaryText {
|
||||||
color: var(--theme-body-secondary-text-color)
|
color: var(--theme-body-secondary-text-color)
|
||||||
}
|
}
|
||||||
|
.cardText-secondary {
|
||||||
|
color: var(--text)
|
||||||
|
}
|
||||||
.cardText-first {
|
.cardText-first {
|
||||||
color: var(--theme-text-color-opaque)
|
color: var(--theme-text-color-opaque)
|
||||||
}
|
}
|
||||||
@ -218,17 +267,22 @@ html {
|
|||||||
|
|
||||||
@media(hover: hover) and (pointer:fine) {
|
@media(hover: hover) and (pointer:fine) {
|
||||||
.actionSheetMenuItem:hover {
|
.actionSheetMenuItem:hover {
|
||||||
background-color:rgba(255,255,255,.2)
|
background-color:rgba(255,255,255,.2);
|
||||||
|
color: var(--text-hover);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectionCommandsPanel {
|
.selectionCommandsPanel {
|
||||||
background: var(--theme-primary-color);
|
background: rgb(rgb(var(--theme-primary-color)));
|
||||||
color: #fff
|
color: var(--label-text-color);
|
||||||
|
}
|
||||||
|
.itemSelectionCount {
|
||||||
|
color: var(--label-text-color)!important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.upNextDialog-countdownText {
|
.upNextDialog-countdownText {
|
||||||
color: var(--theme-primary-color)
|
color: rgb(var(--theme-primary-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
.alphaPickerButton {
|
.alphaPickerButton {
|
||||||
@ -241,8 +295,8 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.alphaPickerButton-tv:focus {
|
.alphaPickerButton-tv:focus {
|
||||||
background-color: var(--theme-primary-color);
|
background-color: rgb(var(--theme-primary-color));
|
||||||
color: #fff!important
|
color: var(--label-text-color)!important
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailTableBodyRow-shaded:nth-child(even) {
|
.detailTableBodyRow-shaded:nth-child(even) {
|
||||||
@ -259,12 +313,12 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.listItemIcon:not(.listItemIcon-transparent) {
|
.listItemIcon:not(.listItemIcon-transparent) {
|
||||||
background-color: var(--theme-primary-color);
|
background-color: rgb(var(--theme-primary-color));
|
||||||
color: #fff;
|
color: var(--label-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.progressring-spiner {
|
.progressring-spiner {
|
||||||
border-color: var(--theme-primary-color)
|
border-color: rgb(var(--theme-primary-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
.mediaInfoText {
|
.mediaInfoText {
|
||||||
@ -281,12 +335,12 @@ html {
|
|||||||
|
|
||||||
.emby-input,.emby-textarea {
|
.emby-input,.emby-textarea {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background: var(--button-background);
|
background: rgb(0 0 0 / 25%);
|
||||||
border: var(--line-size) solid var(--button-background)
|
border: var(--line-size) solid rgba(255, 255, 255, 0.1)
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-input:focus,.emby-textarea:focus {
|
.emby-input:focus,.emby-textarea:focus {
|
||||||
border-color: var(--theme-primary-color)
|
border-color: rgb(var(--theme-primary-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-checkbox:checked+span:before {
|
.emby-checkbox:checked+span:before {
|
||||||
@ -294,12 +348,16 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.emby-checkbox:checked+span:before {
|
.emby-checkbox:checked+span:before {
|
||||||
border-color: var(--theme-primary-color);
|
border-color: rgb(var(--theme-primary-color)) !important;
|
||||||
background-color: var(--theme-primary-color)
|
background-color: rgb(var(--theme-primary-color)) !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
.checkboxLabel::after,.checkboxIcon {
|
||||||
|
color: var(--label-text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemProgressBarForeground {
|
.itemProgressBarForeground {
|
||||||
background-color: var(--theme-primary-color)
|
background-color: rgb(var(--theme-primary-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemProgressBarForeground-recording {
|
.itemProgressBarForeground-recording {
|
||||||
@ -307,11 +365,12 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.countIndicator {
|
.countIndicator {
|
||||||
background: var(--theme-primary-color)
|
background: rgb(var(--theme-primary-color));
|
||||||
|
color: var(--label-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.playedIndicator {
|
.playedIndicator {
|
||||||
background: var(--theme-primary-color)
|
background: rgb(var(--theme-primary-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainDrawer {
|
.mainDrawer {
|
||||||
@ -331,12 +390,12 @@ html {
|
|||||||
|
|
||||||
.navMenuOption-selected {
|
.navMenuOption-selected {
|
||||||
background-color: var(--theme-icon-focus-background)!important;
|
background-color: var(--theme-icon-focus-background)!important;
|
||||||
color: var(--theme-accent-text-color)
|
color: rgb(var(--accent-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-button-focusscale:focus,.emby-button-focusscale:focus .detailButton-icon {
|
.emby-button-focusscale:focus,.emby-button-focusscale:focus .detailButton-icon {
|
||||||
background: var(--theme-primary-color);
|
background: rgb(var(--theme-primary-color));
|
||||||
color: #fff
|
color: var(--label-text-color)
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-tab-button {
|
.emby-tab-button {
|
||||||
@ -344,7 +403,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.emby-tab-button-active {
|
.emby-tab-button-active {
|
||||||
color: var(--theme-accent-text-color)
|
color: rgb(var(--theme-accent-text-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-tab-button-active.emby-button-tv {
|
.emby-tab-button-active.emby-button-tv {
|
||||||
@ -352,12 +411,12 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.emby-tab-button.emby-button-tv:focus {
|
.emby-tab-button.emby-button-tv:focus {
|
||||||
color: var(--theme-accent-text-color);
|
color: rgb(var(--accent-color));
|
||||||
background: 0 0
|
background: 0 0
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-button {
|
.emby-button {
|
||||||
outline-color: var(--theme-primary-color)
|
outline-color: rgb(var(--theme-primary-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
.channelCell,.guide-headerTimeslots,.timeslotHeaders {
|
.channelCell,.guide-headerTimeslots,.timeslotHeaders {
|
||||||
@ -415,7 +474,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.guide-currentTimeIndicatorDot:after {
|
.guide-currentTimeIndicatorDot:after {
|
||||||
border-top-color: var(--theme-primary-color)
|
border-top-color: rgb(var(--theme-primary-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
.firstChannelCell {
|
.firstChannelCell {
|
||||||
@ -439,8 +498,8 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.channelCell:focus,.programCell:focus {
|
.channelCell:focus,.programCell:focus {
|
||||||
background-color: var(--theme-primary-color);
|
background-color: rgb(var(--theme-primary-color));
|
||||||
color: #fff
|
color: var(--label-text-color)
|
||||||
}
|
}
|
||||||
|
|
||||||
.guide-programTextIcon {
|
.guide-programTextIcon {
|
||||||
@ -476,7 +535,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card:focus .card-focuscontent {
|
.card:focus .card-focuscontent {
|
||||||
border-color: var(--theme-primary-color)
|
border-color: rgb(var(--theme-primary-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardContent-button {
|
.cardContent-button {
|
||||||
@ -512,7 +571,10 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cardOverlayButtonIcon {
|
.cardOverlayButtonIcon {
|
||||||
background-color: var(--theme-primary-color)
|
background-color: rgb(var(--theme-primary-color))
|
||||||
|
}
|
||||||
|
.cardScalable.cardPadder-portrait > div > button > i{
|
||||||
|
color: var(--label-text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-track-piece {
|
::-webkit-scrollbar-track-piece {
|
||||||
@ -528,7 +590,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.emby-slider {
|
.emby-slider {
|
||||||
color: var(--theme-primary-color)
|
color: rgb(var(--theme-primary-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-slider::-moz-range-track {
|
.emby-slider::-moz-range-track {
|
||||||
@ -536,23 +598,23 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.emby-slider::-moz-range-progress {
|
.emby-slider::-moz-range-progress {
|
||||||
background: var(--theme-primary-color)
|
background: rgb(var(--theme-primary-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-slider::-webkit-slider-thumb {
|
.emby-slider::-webkit-slider-thumb {
|
||||||
background: var(--theme-primary-color)
|
background: rgb(var(--theme-primary-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-slider::-moz-range-thumb {
|
.emby-slider::-moz-range-thumb {
|
||||||
background: var(--theme-primary-color)
|
background: rgb(var(--theme-primary-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-slider::-ms-thumb {
|
.emby-slider::-ms-thumb {
|
||||||
background: var(--theme-primary-color)
|
background: rgb(var(--theme-primary-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-slider-background-lower {
|
.emby-slider-background-lower {
|
||||||
background-color: var(--theme-primary-color)
|
background-color: rgb(var(--theme-primary-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollbuttoncontainer {
|
.scrollbuttoncontainer {
|
||||||
@ -569,7 +631,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.emby-search-tab-button.emby-tab-button-active {
|
.emby-search-tab-button.emby-tab-button-active {
|
||||||
background: var(--theme-accent-text-color)!important
|
background: rgb(var(--accent-color))!important
|
||||||
}
|
}
|
||||||
|
|
||||||
.textActionButton.dragging {
|
.textActionButton.dragging {
|
||||||
@ -577,31 +639,39 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dragging-over.full-drop-target {
|
.dragging-over.full-drop-target {
|
||||||
background: var(--theme-primary-color)!important;
|
background: rgb(var(--theme-primary-color))!important;
|
||||||
color: #fff!important
|
color: var(--label-text-color)!important
|
||||||
}
|
}
|
||||||
|
|
||||||
.dragging-over-top:before {
|
.dragging-over-top:before {
|
||||||
background: var(--theme-accent-text-color)
|
background: rgb(var(--accent-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
.dragging-over-bottom:after {
|
.dragging-over-bottom:after {
|
||||||
background: var(--theme-accent-text-color)
|
background: rgb(var(--accent-color))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* TP CUSTOM */
|
/* TP CUSTOM */
|
||||||
@media (hover: hover) and (pointer: fine) {
|
@media (hover: hover) and (pointer: fine) {
|
||||||
.navMenuOption:hover {
|
.navMenuOption:hover:not(.navMenuOption-selected) {
|
||||||
background: rgb(255 255 255 / 15%) !important;
|
background: 0 !important;
|
||||||
}
|
color: var(--accent-color-hover);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.mainDrawer {
|
.mainDrawer {
|
||||||
background: var(--header-blur-background);
|
background: var(--header-blur-background);
|
||||||
-webkit-backdrop-filter: saturate(1.8) blur(1.5em);
|
-webkit-backdrop-filter: saturate(1.8) blur(1.5em);
|
||||||
backdrop-filter: saturate(1.8) blur(1.5em);
|
backdrop-filter: saturate(1.8) blur(1.5em);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.jstree-default .jstree-clicked {
|
||||||
|
background: rgb(var(--accent-color));
|
||||||
|
-webkit-border-radius: 2px;
|
||||||
|
border-radius: 2px;
|
||||||
|
color: var(--label-text-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.cardImageIcon {
|
.cardImageIcon {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -618,152 +688,152 @@ html {
|
|||||||
|
|
||||||
@media (hover: hover) and (pointer: fine) {
|
@media (hover: hover) and (pointer: fine) {
|
||||||
.paper-icon-button-light:hover:not(:disabled) {
|
.paper-icon-button-light:hover:not(:disabled) {
|
||||||
color: var(--theme-accent-text-color);
|
color: rgb(var(--theme-accent-text-color));
|
||||||
background-color: var(--theme-icon-focus-background);
|
background-color: var(--theme-icon-focus-background);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.paper-icon-button-light:active:not(:disabled) {
|
.paper-icon-button-light:active:not(:disabled) {
|
||||||
color: var(--theme-accent-text-color);
|
color: rgb(var(--theme-accent-text-color));
|
||||||
background-color: var(--theme-icon-focus-background);
|
background-color: var(--theme-icon-focus-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
.paper-icon-button-light.show-focus:focus {
|
.paper-icon-button-light.show-focus:focus {
|
||||||
color: var(--theme-accent-text-color);
|
color: rgb(var(--theme-accent-text-color));
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-submit {
|
.button-submit {
|
||||||
background: var(--theme-accent-text-color);
|
background: rgb(var(--theme-accent-text-color));
|
||||||
color: #fff;
|
color: var(--label-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-submit:focus {
|
.button-submit:focus {
|
||||||
background: var(--theme-accent-text-color);
|
background: rgb(var(--theme-accent-text-color));
|
||||||
color: #fff;
|
color: var(--label-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.inputLabelFocused,
|
.inputLabelFocused,
|
||||||
.selectLabelFocused,
|
.selectLabelFocused,
|
||||||
.textareaLabelFocused {
|
.textareaLabelFocused {
|
||||||
color: var(--theme-accent-text-color);
|
color: rgb(var(--theme-accent-text-color));
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemSelectionPanel {
|
.itemSelectionPanel {
|
||||||
border: 1px solid var(--theme-accent-text-color);
|
border: 1px solid rgb(var(--theme-accent-text-color));
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectionCommandsPanel {
|
.selectionCommandsPanel {
|
||||||
background: var(--theme-accent-text-color);
|
background: rgb(var(--theme-accent-text-color));
|
||||||
color: #fff;
|
color: var(--label-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.upNextDialog-countdownText {
|
.upNextDialog-countdownText {
|
||||||
color: var(--theme-accent-text-color);
|
color: rgb(var(--theme-accent-text-color));
|
||||||
}
|
}
|
||||||
|
|
||||||
.alphaPickerButton-tv:focus {
|
.alphaPickerButton-tv:focus {
|
||||||
background-color: var(--theme-accent-text-color);
|
background-color: rgb(var(--theme-accent-text-color));
|
||||||
color: #fff !important;
|
color: var(--label-text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progressring-spiner {
|
.progressring-spiner {
|
||||||
border-color: var(--theme-accent-text-color);
|
border-color: rgb(var(--theme-accent-text-color));
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-flat:hover {
|
.button-flat:hover {
|
||||||
color: var(--theme-accent-text-color);
|
color: rgb(var(--theme-accent-text-color));
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-link {
|
.button-link {
|
||||||
color: var(--theme-accent-text-color);
|
color: rgb(var(--theme-accent-text-color));
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-input:focus,
|
.emby-input:focus,
|
||||||
.emby-textarea:focus {
|
.emby-textarea:focus {
|
||||||
border-color: var(--theme-accent-text-color);
|
border-color: rgb(var(--theme-accent-text-color));
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-select-withcolor:focus {
|
.emby-select-withcolor:focus {
|
||||||
border-color: var(--theme-accent-text-color) !important;
|
border-color: rgb(var(--theme-accent-text-color)) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-select-tv-withcolor:focus {
|
.emby-select-tv-withcolor:focus {
|
||||||
background-color: var(--theme-accent-text-color) !important;
|
background-color: rgb(var(--theme-accent-text-color)) !important;
|
||||||
color: #fff !important;
|
color: var(--label-text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-checkbox:checked + span + .checkboxOutline {
|
.emby-checkbox:checked + span + .checkboxOutline {
|
||||||
border-color: var(--theme-accent-text-color);
|
border-color: rgb(var(--theme-accent-text-color));
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-checkbox:checked + span + .checkboxOutline,
|
.emby-checkbox:checked + span + .checkboxOutline,
|
||||||
.itemProgressBarForeground {
|
.itemProgressBarForeground {
|
||||||
background-color: var(--theme-accent-text-color);
|
background-color: rgb(var(--theme-accent-text-color));
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
|
.emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
|
||||||
border-color: var(--theme-accent-text-color);
|
border-color: rgb(var(--theme-accent-text-color));
|
||||||
}
|
}
|
||||||
|
|
||||||
.countIndicator,
|
.countIndicator,
|
||||||
.fullSyncIndicator,
|
.fullSyncIndicator,
|
||||||
.playedIndicator {
|
.playedIndicator {
|
||||||
background: var(--theme-accent-text-color);
|
background: rgb(var(--theme-accent-text-color));
|
||||||
}
|
}
|
||||||
|
|
||||||
.navMenuOption-selected {
|
.navMenuOption-selected {
|
||||||
background: var(--theme-accent-text-color) !important;
|
background: rgb(var(--theme-accent-text-color)) !important;
|
||||||
color: #fff;
|
color: var(--label-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-button.show-focus:focus {
|
.emby-button.show-focus:focus {
|
||||||
background: var(--theme-accent-text-color);
|
background: rgb(var(--theme-accent-text-color));
|
||||||
color: #fff;
|
color: var(--label-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-tab-button.show-focus:focus {
|
.emby-tab-button.show-focus:focus {
|
||||||
color: var(--theme-accent-text-color);
|
color: rgb(var(--theme-accent-text-color));
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-tab-button:hover {
|
.emby-tab-button:hover {
|
||||||
color: var(--theme-accent-text-color);
|
color: rgb(var(--theme-accent-text-color));
|
||||||
}
|
}
|
||||||
|
|
||||||
.guide-channelHeaderCell:focus,
|
.guide-channelHeaderCell:focus,
|
||||||
.programCell:focus {
|
.programCell:focus {
|
||||||
background-color: var(--theme-accent-text-color) !important;
|
background-color: rgb(var(--theme-accent-text-color)) !important;
|
||||||
color: #fff !important;
|
color: var(--label-text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.guide-date-tab-button.emby-tab-button-active,
|
.guide-date-tab-button.emby-tab-button-active,
|
||||||
.guide-date-tab-button:focus {
|
.guide-date-tab-button:focus {
|
||||||
color: var(--theme-accent-text-color);
|
color: rgb(var(--theme-accent-text-color));
|
||||||
}
|
}
|
||||||
|
|
||||||
.guide-date-tab-button.show-focus:focus {
|
.guide-date-tab-button.show-focus:focus {
|
||||||
background-color: var(--theme-accent-text-color);
|
background-color: rgb(var(--theme-accent-text-color));
|
||||||
color: #fff;
|
color: var(--label-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttonActive {
|
.buttonActive {
|
||||||
color: var(--theme-accent-text-color) !important;
|
color: rgb(var(--theme-accent-text-color)) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card:focus .cardBox.visualCardBox,
|
.card:focus .cardBox.visualCardBox,
|
||||||
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
|
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
|
||||||
border-color: var(--theme-accent-text-color) !important;
|
border-color: rgb(var(--theme-accent-text-color)) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.metadataSidebarIcon {
|
.metadataSidebarIcon {
|
||||||
color: var(--theme-accent-text-color);
|
color: rgb(var(--theme-accent-text-color));
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-button.detailFloatingButton {
|
.emby-button.detailFloatingButton {
|
||||||
background-color: var(--theme-accent-text-color);
|
background-color: rgb(var(--theme-accent-text-color));
|
||||||
color: #fff;
|
color: var(--label-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-tv .emby-button.detailFloatingButton:focus {
|
.layout-tv .emby-button.detailFloatingButton:focus {
|
||||||
background-color: #f2f2f2;
|
background-color: #f2f2f2;
|
||||||
color: var(--theme-accent-text-color);
|
color: rgb(var(--theme-accent-text-color));
|
||||||
}
|
}
|
||||||
|
@ -13,22 +13,22 @@
|
|||||||
|
|
||||||
/* JELLYFIN ORGANIZR-DARK THEME */
|
/* JELLYFIN ORGANIZR-DARK THEME */
|
||||||
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
|
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
|
||||||
|
@import url("https://theme-park.dev/CSS/variables/organizr-dark.css");
|
||||||
:root {
|
:root {
|
||||||
--theme-primary-color: #2cabe3;
|
--theme-primary-color: var(--accent-color);
|
||||||
--theme-text-color: #96a2b4;
|
--theme-text-color: var(--text);
|
||||||
--theme-text-color-opaque: #fff;
|
--theme-text-color-opaque: var(--text-hover);
|
||||||
--theme-accent-text-color: #2cabe3;
|
--theme-accent-text-color: var(--accent-color);
|
||||||
--theme-primary-color-lightened: rgba(44, 171, 227 , 0.8);
|
--theme-primary-color-lightened: var(--accent-color-hover);
|
||||||
--theme-icon-focus-background: rgba(44, 171, 227 , 0.2);
|
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
|
||||||
|
|
||||||
--theme-background: #1f1f1f;
|
--theme-background: var(--main-bg-color);
|
||||||
--header-blur-background: rgba(20,20,20,0.66);
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
--drawer-background: #2C2C2E;
|
--drawer-background: #2C2C2E;
|
||||||
--docked-drawer-background: #1C1C1E;
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
--button-background: #242424;
|
--button-background: var(--button-color);
|
||||||
--card-background: #242424;
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
--footer-background: #1d1d1d;
|
--footer-background: var(--modal-footer-color);
|
||||||
--footer-blur-background: rgba(29,29,31,0.66);
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
|
|
||||||
--header-background: var(--theme-background);
|
--header-background: var(--theme-background);
|
||||||
@ -40,24 +40,24 @@
|
|||||||
|
|
||||||
@media (pointer: fine) {
|
@media (pointer: fine) {
|
||||||
:not(.layout-tv):root {
|
:not(.layout-tv):root {
|
||||||
--theme-background: #1f1f1f;
|
--theme-background: var(--main-bg-color);
|
||||||
--header-blur-background: rgba(20,20,20,0.66);
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
--drawer-background: #2C2C2E;
|
--drawer-background: #2C2C2E;
|
||||||
--docked-drawer-background: #1C1C1E;
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
--button-background: #242424;
|
--button-background: #1f1f1f;
|
||||||
--card-background: #242424;
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
--footer-background: #1d1d1d;
|
--footer-background: var(--modal-footer-color);
|
||||||
--footer-blur-background: rgba(29,29,31,0.66);
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-tv:root {
|
.layout-tv:root {
|
||||||
--theme-background: #1f1f1f;
|
--theme-background: var(--main-bg-color);
|
||||||
--header-blur-background: rgba(20,20,20,0.66);
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
--drawer-background: #2C2C2E;
|
--drawer-background: #2C2C2E;
|
||||||
--docked-drawer-background: #1C1C1E;
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
--button-background: #242424;
|
--button-background: #1f1f1f;
|
||||||
--card-background: #242424;
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
--footer-background: #1d1d1d;
|
--footer-background: var(--modal-footer-color);
|
||||||
--footer-blur-background: rgba(29,29,31,0.66);
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
}
|
}
|
@ -13,21 +13,22 @@
|
|||||||
|
|
||||||
/* JELLYFIN PLEX THEME */
|
/* JELLYFIN PLEX THEME */
|
||||||
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
|
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
|
||||||
|
@import url("https://theme-park.dev/CSS/variables/plex.css");
|
||||||
:root {
|
:root {
|
||||||
--theme-primary-color: #e5a00d;
|
--theme-primary-color: var(--accent-color);
|
||||||
--theme-text-color: #eee;
|
--theme-text-color: var(--text);
|
||||||
--theme-text-color-opaque: #fff;
|
--theme-text-color-opaque: var(--text-hover);
|
||||||
--theme-accent-text-color: #e5a00d;
|
--theme-accent-text-color: var(--accent-color);
|
||||||
--theme-primary-color-lightened: rgba(229, 161, 13, 0.2);
|
--theme-primary-color-lightened: var(--accent-color-hover);
|
||||||
--theme-icon-focus-background: rgba(229, 161, 13, 0.2);
|
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
|
||||||
|
|
||||||
--theme-background: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
--theme-background: var(--main-bg-color);
|
||||||
--header-blur-background: rgba(20,20,20,0.66);
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
--drawer-background: #2C2C2E;
|
--drawer-background: #2C2C2E;
|
||||||
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
--button-background: #1f1f1f;
|
--button-background: var(--button-color);
|
||||||
--card-background: rgba(0, 0, 0, 0.15);
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
--footer-background: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;;
|
--footer-background: var(--modal-footer-color);
|
||||||
--footer-blur-background: rgba(29,29,31,0.66);
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
|
|
||||||
--header-background: var(--theme-background);
|
--header-background: var(--theme-background);
|
||||||
@ -39,24 +40,24 @@
|
|||||||
|
|
||||||
@media (pointer: fine) {
|
@media (pointer: fine) {
|
||||||
:not(.layout-tv):root {
|
:not(.layout-tv):root {
|
||||||
--theme-background: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
--theme-background: var(--main-bg-color);
|
||||||
--header-blur-background: rgba(20,20,20,0.66);
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
--drawer-background: #2C2C2E;
|
--drawer-background: #2C2C2E;
|
||||||
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
--button-background: #1f1f1f;
|
--button-background: #1f1f1f;
|
||||||
--card-background: rgba(0, 0, 0, 0.15);
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
--footer-background: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;;
|
--footer-background: var(--modal-footer-color);
|
||||||
--footer-blur-background: rgba(29,29,31,0.66);
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-tv:root {
|
.layout-tv:root {
|
||||||
--theme-background: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
--theme-background: var(--main-bg-color);
|
||||||
--header-blur-background: rgba(20,20,20,0.66);
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
--drawer-background: #2C2C2E;
|
--drawer-background: #2C2C2E;
|
||||||
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
--button-background: #1f1f1f;
|
--button-background: #1f1f1f;
|
||||||
--card-background: rgba(0, 0, 0, 0.15);
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
--footer-background: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;;
|
--footer-background: var(--modal-footer-color);
|
||||||
--footer-blur-background: rgba(29,29,31,0.66);
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
}
|
}
|
@ -13,21 +13,22 @@
|
|||||||
|
|
||||||
/* JELLYFIN SPACE GRAY THEME */
|
/* JELLYFIN SPACE GRAY THEME */
|
||||||
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
|
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
|
||||||
|
@import url("https://theme-park.dev/CSS/variables/space-gray.css");
|
||||||
:root {
|
:root {
|
||||||
--theme-primary-color: #81a6b7;
|
--theme-primary-color: var(--accent-color);
|
||||||
--theme-text-color: #eee;
|
--theme-text-color: var(--text);
|
||||||
--theme-text-color-opaque: #fff;
|
--theme-text-color-opaque: var(--text-hover);
|
||||||
--theme-accent-text-color: #81a6b7;
|
--theme-accent-text-color: var(--accent-color);
|
||||||
--theme-primary-color-lightened: rgba(129, 166, 183, 0.2);
|
--theme-primary-color-lightened: var(--accent-color-hover);
|
||||||
--theme-icon-focus-background: rgba(129, 166, 183, 0.2);
|
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
|
||||||
|
|
||||||
--theme-background: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
--theme-background: var(--main-bg-color);
|
||||||
--header-blur-background: rgba(20,20,20,0.66);
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
--drawer-background: #2C2C2E;
|
--drawer-background: #2C2C2E;
|
||||||
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
--button-background: #1f1f1f;
|
--button-background: var(--button-color);
|
||||||
--card-background: rgba(0, 0, 0, 0.15);
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
--footer-background: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;;
|
--footer-background: var(--modal-footer-color);
|
||||||
--footer-blur-background: rgba(29,29,31,0.66);
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
|
|
||||||
--header-background: var(--theme-background);
|
--header-background: var(--theme-background);
|
||||||
@ -39,24 +40,24 @@
|
|||||||
|
|
||||||
@media (pointer: fine) {
|
@media (pointer: fine) {
|
||||||
:not(.layout-tv):root {
|
:not(.layout-tv):root {
|
||||||
--theme-background: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
--theme-background: var(--main-bg-color);
|
||||||
--header-blur-background: rgba(20,20,20,0.66);
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
--drawer-background: #2C2C2E;
|
--drawer-background: #2C2C2E;
|
||||||
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
--button-background: #1f1f1f;
|
--button-background: #1f1f1f;
|
||||||
--card-background: rgba(0, 0, 0, 0.15);
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
--footer-background: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;;
|
--footer-background: var(--modal-footer-color);
|
||||||
--footer-blur-background: rgba(29,29,31,0.66);
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-tv:root {
|
.layout-tv:root {
|
||||||
--theme-background: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
--theme-background: var(--main-bg-color);
|
||||||
--header-blur-background: rgba(20,20,20,0.66);
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
--drawer-background: #2C2C2E;
|
--drawer-background: #2C2C2E;
|
||||||
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
--button-background: #1f1f1f;
|
--button-background: #1f1f1f;
|
||||||
--card-background: rgba(0, 0, 0, 0.15);
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
--footer-background: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;;
|
--footer-background: var(--modal-footer-color);
|
||||||
--footer-blur-background: rgba(29,29,31,0.66);
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user