Browse Source

jellyfin remake

pull/204/head
gilbN 4 years ago
parent
commit
b49ac1ace6
  1. 53
      CSS/themes/jellyfin/aquamarine.css
  2. 54
      CSS/themes/jellyfin/dark.css
  3. 53
      CSS/themes/jellyfin/hotline.css
  4. 672
      CSS/themes/jellyfin/jellyfin-base.css
  5. 54
      CSS/themes/jellyfin/organizr-dark.css
  6. 53
      CSS/themes/jellyfin/plex.css
  7. 53
      CSS/themes/jellyfin/space-gray.css

53
CSS/themes/jellyfin/aquamarine.css

@ -12,12 +12,51 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* 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");
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --theme-primary-color: #009688;
--modal-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --theme-text-color: #eee;
--button-color: hsla(0,0%,100%,.15); --theme-text-color-opaque: #fff;
--button-color-hover: hsla(0,0%,100%,.30); --theme-accent-text-color: #009688;
--accent-color: hsla(0,0%,100%,.85); --theme-primary-color-lightened: rgba(0, 150, 135, 0.2);
--accent-color-hover: hsla(0,0%,100%,.95); --theme-icon-focus-background: rgba(0, 150, 135, 0.2);
--theme-background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--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: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;;
--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: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--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: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;;
--footer-blur-background: rgba(29,29,31,0.66);
}
}
.layout-tv:root {
--theme-background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--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: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;;
--footer-blur-background: rgba(29,29,31,0.66);
} }

54
CSS/themes/jellyfin/dark.css

@ -12,12 +12,52 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* 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");
:root { :root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --theme-primary-color: #646464;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed; --theme-text-color: #eee;
--button-color: #cc7b19; --theme-text-color-opaque: #fff;
--button-color-hover: #e59029; --theme-accent-text-color: #646464;
--accent-color: #e5a00d; --theme-primary-color-lightened: rgba(100, 100, 100, 0.8);
--accent-color-hover: #ffc107; --theme-icon-focus-background: rgba(100, 100, 100, 0.2);
--theme-background: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--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: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;;
--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: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--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: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;;
--footer-blur-background: rgba(29,29,31,0.66);
}
}
.layout-tv:root {
--theme-background: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--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: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;;
--footer-blur-background: rgba(29,29,31,0.66);
} }

53
CSS/themes/jellyfin/hotline.css

@ -12,12 +12,51 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* 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");
:root { :root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --theme-primary-color: #F44336;
--modal-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed; --theme-text-color: #eee;
--button-color: hsla(0,0%,100%,.15); --theme-text-color-opaque: #fff;
--button-color-hover: hsla(0,0%,100%,.30); --theme-accent-text-color: #F44336;
--accent-color: hsla(0,0%,100%,.85); --theme-primary-color-lightened: rgba(244, 67, 54, 0.2);
--accent-color-hover: hsla(0,0%,100%,.95); --theme-icon-focus-background: rgba(244, 67, 54, 0.2);
--theme-background: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--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: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;;
--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: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--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: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;;
--footer-blur-background: rgba(29,29,31,0.66);
}
}
.layout-tv:root {
--theme-background: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--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: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;;
--footer-blur-background: rgba(29,29,31,0.66);
} }

672
CSS/themes/jellyfin/jellyfin-base.css

@ -1,48 +1,36 @@
/* 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 */
: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;
--button-color: #607D8B;
--button-color-hover: #81a6b7;
--accent-color: #607D8B;
--accent-color-hover: #81a6b7;
}
.skinHeader,
html { html {
color: #ddd; color: var(--theme-text-color);
color: rgba(255, 255, 255, .8); scrollbar-color: var(--scrollbar-thumb-background) transparent
} }
.wizardStartForm, .ui-corner-all, .ui-shadow { .emby-collapsible-button {
padding: 0 20px 20px border-color: var(--line-background)!important
} }
.ui-corner-all,
.ui-shadow { .skinHeader-withBackground.skinHeader-withfulldrawer {
background-color: rgba(0, 0, 0, .25) !important; border-bottom: .08em solid var(--line-background)
} }
.wizardStartForm { background: transparent !important;}
.skinHeader-withBackground {
background: var(--header-background)
}
.emby-collapsible-button { .appfooter,.formDialogFooter:not(.formDialogFooter-clear),.formDialogHeader:not(.formDialogHeader-clear) {
border-color: #383838; background: var(--footer-background)
border-color: rgba(255, 255, 255, .135);
} }
@supports (backdrop-filter: blur(1em)) or (-webkit-backdrop-filter:blur(1em)) {
.skinHeader-withBackground { .skinHeader-withBackground {
background: var(--main-bg-color); background:var(--header-blur-background);
-webkit-backdrop-filter: saturate(1.8) blur(1.5em);
backdrop-filter: saturate(1.8) blur(1.5em)
}
.appfooter-withbackdropfilter {
background: var(--footer-blur-background);
-webkit-backdrop-filter: saturate(1.8) blur(1.5em);
backdrop-filter: saturate(1.8) blur(1.5em)
}
} }
.skinHeader.semiTransparent { .skinHeader.semiTransparent {
@ -53,532 +41,510 @@
background: -webkit-linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,0)); background: -webkit-linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,0));
background: -o-linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,0)); background: -o-linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,0));
background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,0)); background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,0));
-webkit-box-shadow: none!important;
box-shadow: none!important;
border-bottom: 0;
color: rgba(255,255,255,.87)
} }
.pageTitleWithDefaultLogo { .pageTitleWithDefaultLogo {
background-image: url(../logowhite.png); background-image: url(https://theme-park.dev/Resources/emby/logowhite.png)
} }
.backgroundContainer, .backgroundContainer,.dialog,html {
.dialog, background: var(--theme-background)
html {
background: var(--main-bg-color) !important;
} }
.backgroundContainer.withBackdrop { .backgroundContainer.withBackdrop {
background-color: rgba(0, 0, 0, .86); background-color: rgba(0,0,0,.83)
} }
.paper-icon-button-light:focus { @media not all and (min-width: 50em) {
color: var(--button-color) !important; .itemBackgroundContainer.withBackdrop {
background-color: rgba(255,255,255, .08) !important; background :var(--theme-background)
}
} }
.fab, .paper-icon-button-light-tv:focus,.paper-icon-button-light:active {
.raised { color: var(--theme-primary-color);
background: var(--button-color) !important; background-color: var(--theme-icon-focus-background)
color: rgba(255, 255, 255, .87);
} }
.fab:focus, @media(hover: hover) and (pointer:fine) {
.raised:focus, .fab:hover,.raised:hover { .paper-icon-button-light:focus {
background: var(--button-color-hover) !important; color:var(--theme-primary-color);
background-color: var(--theme-icon-focus-background)
}
} }
.button-submit { .detailButton-icon,.fab,.raised {
background: var(--button-color) !important; background: var(--button-background);
color: #fff; color: var(--theme-text-color)
} }
.button-submit:focus { .detailButton-icon {
background: var(--button-color-hover); border-color: rgba(255,255,255,.3)
color: #fff;
} }
.checkboxLabel { .emby-select-withcolor {
color: inherit; color: inherit;
background: var(--button-background);
border: var(--line-size) solid transparent
} }
.checkboxListLabel, .toast {
.inputLabel, background: var(--button-background);
.inputLabelUnfocused, color: var(--theme-text-color)
.paperListLabel,
.textareaLabelUnfocused {
color: #bbb;
color: rgba(255, 255, 255, .7);
} }
.inputLabelFocused, @supports (backdrop-filter: blur(1em)) or (-webkit-backdrop-filter:blur(1em)) {
.selectLabelFocused, .detailButton-icon,.emby-select-withcolor.detailTrackSelect,.fab,.raised:not(.nobackdropfilter) {
.textareaLabelFocused { background:rgba(85,85,85,.3);
color: var(--accent-color) !important; -webkit-backdrop-filter: saturate(1.8) blur(1.5em);
backdrop-filter: saturate(1.8) blur(1.5em)
} }
.checkboxOutline { .dialog-blur,.toast {
border-color: currentColor; color: #fff;
background: rgba(56,56,56,.76);
-webkit-backdrop-filter: blur(2.5em) saturate(1.8);
backdrop-filter: blur(2.5em) saturate(1.8);
-webkit-box-shadow: none!important;
box-shadow: none!important
} }
.collapseContent, .toast-large {
.formDialogFooter:not(.formDialogFooter-clear), color: rgba(255,255,255,.87)
.formDialogHeader:not(.formDialogHeader-clear), }
.paperList,
.visualCardBox {
background-color: var(--main-bg-color) !important;
} }
.defaultCardBackground1 { .fab:focus,.raised:focus {
background-color: #d2b019; background: #333
} }
.defaultCardBackground2 { .button-submit:not(.emby-button-tv) {
background-color: #338abb; background: var(--theme-primary-color);
color: #fff
} }
.defaultCardBackground3 { .button-submit:not(.emby-button-tv):focus {
background-color: #6b689d; background: var(--theme-primary-color-lightened);
color: #fff
} }
.defaultCardBackground4 { .emby-select-withcolor>option {
background-color: #dd452b; color: inherit;
background: var(--button-background)
} }
.defaultCardBackground5 { .emby-select-withcolor:focus {
background-color: #5ccea9; border-color: var(--theme-primary-color)!important
}
.cardOverlayContainer {
background: radial-gradient(farthest-corner at 50% 50%,rgba(50,50,50,.5) 50%,#323232 100%);
opacity: 0;
transition: opacity .2s;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
user-select: none;
box-shadow: 0 0 0 2px var(--button-color);
}
.cardOverlayFab-primary i:hover {
border: .07em solid var(--button-color);
color: #fff;
background: var(--button-color);
} }
.cardOverlayButtonIcon:hover {
background-color: rgba(0,0,0,.7) !important; .emby-select-tv-withcolor:focus {
background: var(--button-color) !important; background-color: var(--theme-primary-color)!important;
border: var(--button-color); color: #fff!important
} }
.selectionCommandsPanel {
background: var(--button-color) !important; .checkboxLabel {
color: #fff; color: inherit
} }
.itemSelectionPanel {
border: 1px solid var(--button-color) !important; .emby-checkbox-focusring:focus:before {
background-color: var(--theme-icon-focus-background)
} }
.cardText-secondary, .inputLabelFocused,.selectLabelFocused,.textareaLabelFocused {
.fieldDescription, color: var(--theme-accent-text-color)
.guide-programNameCaret,
.listItem .secondary,
.nowPlayingBarSecondaryText,
.programSecondaryTitle,
.secondaryText {
color: #999;
color: rgba(255, 255, 255, .5);
} }
.actionsheetDivider { .button-link {
background: #444; color: var(--theme-accent-text-color)
background: rgba(255, 255, 255, .14);
} }
.cardFooter-vibrant .cardText-secondary { .button-flat-accent {
color: inherit; color: var(--theme-accent-text-color)
opacity: .5;
} }
.actionSheetMenuItem:hover { .paperList,.visualCardBox {
background-color: rgba(255, 255, 255, .08) !important; background-color: var(--card-background)
} }
.toast { .collapseContent {
background: #303030; border: var(--line-size) solid var(--line-background)
color: #fff;
color: rgba(255, 255, 255, .87);
} }
.appfooter { .cardText-secondary,.fieldDescription,.listItemBodyText-secondary,.secondaryText {
background: #101010; color: var(--theme-body-secondary-text-color)
color: #ccc;
color: rgba(255, 255, 255, .78);
} }
@supports (backdrop-filter:blur(10px)) or (-webkit-backdrop-filter:blur(10px)) { .cardText-first {
.appfooter-blurred { color: var(--theme-text-color-opaque)
background: rgba(24, 24, 24, .7);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
} }
.actionsheetDivider {
background: var(--line-background)
} }
.itemSelectionPanel { @media(hover: hover) and (pointer:fine) {
border: 1px solid #00a4dc; .actionSheetMenuItem:hover {
background-color:rgba(255,255,255,.2)
}
} }
.selectionCommandsPanel { .selectionCommandsPanel {
background: #00a4dc; background: var(--theme-primary-color);
color: #fff; color: #fff
} }
.upNextDialog-countdownText { .upNextDialog-countdownText {
color: #00a4dc; color: var(--theme-primary-color)
} }
.alphaPickerButton { .alphaPickerButton {
color: #999; color: var(--theme-body-secondary-text-color);
color: rgba(255, 255, 255, .5); background-color: transparent
background-color: transparent;
} }
.alphaPickerButton-selected { .alphaPickerButton-selected {
color: #fff; color: var(--theme-text-color-opaque)
} }
.alphaPickerButton-tv:focus { .alphaPickerButton-tv:focus {
background-color: #00a4dc; background-color: var(--theme-primary-color);
color: #fff !important; color: #fff!important
} }
.detailTableBodyRow-shaded:nth-child(even) { .detailTableBodyRow-shaded:nth-child(even) {
background: #1c1c1c; background: #1c1c1c;
background: rgba(30, 30, 30, .9); background: rgba(30,30,30,.9)
} }
.listItem-border { .listItem-border {
border-color: rgba(255, 255, 255, 0.25) !important; border-color: var(--line-background)!important
} }
.listItem:focus { .listItem-focusscale:focus {
background: #333; background: rgba(54,54,54,.8)
} }
.progressring-spiner { .progressring-spiner {
border-color: #00a4dc; border-color: var(--theme-primary-color)
}
.button-flat-accent,
.button-link {
color: var(--accent-color) !important;
}
.button-link:hover {
color: var(--accent-color-hover) !important;
} }
.mediaInfoText { .mediaInfoText {
color: #ddd; background: var(--button-background)
background: rgba(170, 170, 190, .2);
} }
.mediaInfoTimerIcon,
.starIcon { .starIcon {
color: #CB272A; color: #cb272a
}
.emby-input,
.emby-textarea {
color: inherit;
background: #292929;
border: .07em solid #292929;
-webkit-border-radius: .15em;
border-radius: .15em;
} }
.emby-input:focus, .mediaInfoTimerIcon {
.emby-textarea:focus { color: #cb272a
border-color: transparent !important;
}
.emby-select-withcolor {
color: inherit;
background: #292929;
border: .07em solid #292929;
} }
.emby-select-withcolor>option { .emby-input,.emby-textarea {
color: inherit; color: inherit;
background: #222; background: var(--button-background);
} border: var(--line-size) solid var(--button-background)
.emby-select-withcolor:focus {
border-color: transparent !important;
} }
.emby-select-tv-withcolor:focus { .emby-input:focus,.emby-textarea:focus {
background-color: transparent !important;; border-color: var(--theme-primary-color)
color: #fff !important;
} }
.emby-checkbox:checked+span+span+.checkboxOutline { .emby-checkbox:checked+span:before {
border-color: transparent !important; border-color: currentColor
} }
.emby-checkbox:focus+span+.emby-checkbox-focushelper { .emby-checkbox:checked+span:before {
background-color: rgba(0,164,220, .26); border-color: var(--theme-primary-color);
background-color: var(--theme-primary-color)
} }
.emby-checkbox:checked+span+span+.checkboxOutline,
.itemProgressBarForeground { .itemProgressBarForeground {
background-color: var(--button-color) !important; background-color: var(--theme-primary-color)
} }
.itemProgressBarForeground-recording { .itemProgressBarForeground-recording {
background-color: #CB272A; background-color: #cb272a
} }
.countIndicator, .countIndicator {
.fullSyncIndicator, background: var(--theme-primary-color)
.playedIndicator {
background: #00a4dc;
}
.fullSyncIndicator {
color: #fff;
} }
@media (min-width: 84em){ .playedIndicator {
.dashboardDocument .mainDrawer-scrollContainer { background: var(--theme-primary-color)
margin: auto;
background: var(--main-bg-color);
}
} }
@media (min-width: 40em){
.dashboardDocument .mainDrawer-scrollContainer {
margin-top: 5em !important;
background: rgba(0, 0, 0, 0.25);
}
}
@media (min-width: 40em) {
.dashboardDocument .mainDrawer {
background: var(--main-bg-color);
}
}
.mainDrawer { .mainDrawer {
background-color: rgba(0, 0, 0, 0.95) !important; background: var(--drawer-background)
}
.mainDrawer-scrollContainer {
height: 100%;
} }
.tmla-mask, .touch-menu-la {
background: var(--main-bg-color) !important; .drawer-docked {
width: 320px !important; background: var(--docked-drawer-background);
border-right: var(--line-size) solid var(--line-background)
} }
@media(hover: hover) and (pointer:fine) {
.navMenuOption:hover { .navMenuOption:hover {
background: rgba(255 ,255 ,255 ,0.08) !important; background:#303030
} }
.navMenuOption-selected:hover {
background: var(--button-color) !important;
} }
.navMenuOption-selected, .navMenuOption-selected:active, .navMenuOption-selected:focus { .navMenuOption-selected {
background: none !important; background-color: var(--theme-icon-focus-background)!important;
background-color: var(--button-color) !important; color: var(--theme-accent-text-color)
color: #fff
} }
.emby-button-focusscale:focus { .emby-button-focusscale:focus,.emby-button-focusscale:focus .detailButton-icon {
background: #00a4dc; background: var(--theme-primary-color);
color: #fff; color: #fff
} }
.emby-tab-button { .emby-tab-button {
color: #999; color: var(--theme-body-secondary-text-color)
color: rgba(255, 255, 255, .4);
} }
.emby-tab-button-active { .emby-tab-button-active {
color: #fff; color: var(--theme-accent-text-color)
} }
.emby-tab-button-active.emby-button-tv { .emby-tab-button-active.emby-button-tv {
color: #999; color: var(--theme-text-color-opaque)
color: rgba(255, 255, 255, .4);
} }
.emby-tab-button.emby-button-tv:focus { .emby-tab-button.emby-button-tv:focus {
color: #fff; color: var(--theme-accent-text-color);
background: 0 0; background: 0 0
} }
.channelPrograms, .emby-button {
.guide-channelHeaderCell, outline-color: var(--theme-primary-color)
.programCell {
border-color: rgba(255, 255, 255, .05);
} }
.programCell-sports { .channelCell,.guide-headerTimeslots,.timeslotHeaders {
background: #3949AB !important; background: var(--theme-background)
} }
.programCell-movie { @media (pointer: coarse) {
background: #5E35B1 !important; .channelCell-mobilefocus {
background:var(--theme-background)!important
}
} }
.programCell-kids { .channelCell-mobilefocus:not(:focus-visible) {
background: #039BE5 !important; background: var(--theme-background)!important
} }
.programCell-news { .channelCell-mobilefocus:not(:-moz-focusring) {
background: #43A047 !important; background: var(--theme-background)!important
} }
.programCell-active { .channelCell,.epgRow,.programCell {
background: #1e1e1e !important; border-color: rgba(255,255,255,.05)
} }
.guide-channelHeaderCell:focus, .guide-currentTimeIndicatorDot {
.programCell:focus { border-right-color: var(--theme-icon-focus-background)
background-color: #00a4dc !important;
color: #fff !important;
} }
.guide-programTextIcon { .guide-currentTimeIndicatorDot:after {
color: #1e1e1e; border-top-color: var(--theme-primary-color)
background: #555;
} }
.guide-headerTimeslots { .firstChannelCell {
color: inherit; border-color: transparent
} }
.guide-date-tab-button { .programCell-sports {
color: #555; background: #3949ab!important
color: rgba(255, 255, 255, .3);
} }
.guide-date-tab-button.emby-tab-button-active, .programCell-movie {
.guide-date-tab-button:focus { background: #5e35b1!important
color: #00a4dc;
} }
.guide-date-tab-button.emby-button-tv:focus { .programCell-kids {
background-color: #00a4dc; background: #039be5!important
color: #fff; }
.programCell-news {
background: #43a047!important
}
.channelCell:focus,.programCell:focus {
background-color: var(--theme-primary-color);
color: #fff
} }
.itemBackdropFader { .guide-programTextIcon {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#101010)); color: #1e1e1e;
background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #101010); background: #555
background: -o-linear-gradient(rgba(0, 0, 0, 0), #101010);
background: linear-gradient(rgba(0, 0, 0, 0), #101010);
} }
.infoBanner { .infoBanner {
color: #ddd; background: var(--card-background);
background: rgba(255, 255, 255, 0.15) !important;
padding: 1em; padding: 1em;
-webkit-border-radius: .25em; -webkit-border-radius: .3em;
border-radius: .25em; border-radius: .3em
} }
.ratingbutton-icon-withrating { .ratingbutton-icon-withrating {
color: #c33; color: #c33!important
} }
.downloadbutton-icon-complete,
.downloadbutton-icon-on { .downloadbutton-icon-on {
color: #4285F4; color: #4285f4
}
.downloadbutton-icon-complete {
color: #4285f4
} }
.playstatebutton-icon-played { .playstatebutton-icon-played {
color: #c33; color: #c33!important
} }
.repeatButton-active { .repeatButton-active {
color: #4285F4; color: #4285f4
} }
.card:focus .card-focuscontent { .card:focus .card-focuscontent {
border-color: #00a4dc; border-color: var(--theme-primary-color)
} }
.layout-desktop ::-webkit-scrollbar { .cardContent-button {
width: 10px !important; background-color: transparent
height: 1em;
} }
::-webkit-scrollbar-track { .cardContent-shadow {
-webkit-box-shadow: none !important; background-color: var(--card-background)
box-shadow: none !important;
} }
.defaultCardBackground0 {
background-color: var(--card-background)
}
.defaultCardBackground1 {
background-color: #d2b019
}
::-webkit-scrollbar-thumb:horizontal, .defaultCardBackground2 {
::-webkit-scrollbar-thumb:vertical { background-color: #338abb
-webkit-border-radius: 2px;
border-radius: 8px!important;
background: center no-repeat hsla(0,0%,100%,.2) !important;
} }
::-webkit-scrollbar-track-piece {
background: #3b3b3b; .defaultCardBackground3 {
background-color: #6b689d
} }
/* .defaultCardBackground4 {
::-webkit-scrollbar { background-color: #dd452b
width: 14px !important; }
.defaultCardBackground5 {
background-color: #5ccea9
}
.cardOverlayButtonIcon {
background-color: var(--theme-primary-color)
} }
::-webkit-scrollbar-track-piece {
background-color: transparent
}
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
min-height: 50px !important; background: var(--scrollbar-thumb-background)
border: 3px solid transparent !important; }
border-radius: 8px!important;
background-color: hsla(0,0%,100%,.2) !important; .emby-slider-background {
background-clip: padding-box !important; background: var(--scrollbar-thumb-background)
}
.emby-slider {
color: var(--theme-primary-color)
}
.emby-slider::-moz-range-track {
background: #444
}
.emby-slider::-moz-range-progress {
background: var(--theme-primary-color)
}
.emby-slider::-webkit-slider-thumb {
background: var(--theme-primary-color)
} }
::-webkit-scrollbar-track {
background-color: transparent !important; .emby-slider::-moz-range-thumb {
background: var(--theme-primary-color)
}
.emby-slider::-ms-thumb {
background: var(--theme-primary-color)
}
.emby-slider-background-lower {
background-color: var(--theme-primary-color)
}
.scrollbuttoncontainer {
color: #fff;
background: rgba(20,20,20,.5)
}
.recordingIcon-active {
color: #c33!important
} }
::-webkit-scrollbar-thumb:hover {
min-height: 50px !important;
border: 3px solid transparent !important;
border-radius: 8px !important;
background-color: hsla(0,0%,100%,.5) !important;
background-clip: padding-box !important;
} */
.timeslotHeaders-desktop::-webkit-scrollbar { .drawerLogo {
height: .7em; background-image: url(https://theme-park.dev/Resources/emby/logowhite.png);
border-bottom-color: var(--line-background)
} }
.searchTabsContainer {
border-bottom: var(--line-size) solid var(--line-background)
}
/*Emby css */ .emby-search-tab-button.emby-tab-button-active {
background: var(--theme-accent-text-color)!important
}
/* Toggle Button */ .textActionButton.dragging {
background: var(--button-background)!important
}
.mdl-switch__input:checked + .mdl-switch__label + .mdl-switch__trackContainer > .mdl-switch__thumb { .dragging-over.full-drop-target {
background: var(--button-color) !important; background: var(--theme-primary-color)!important;
left: 1.466em; color: #fff!important
box-shadow: 0 3px 0.28em 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 0.56em 0 rgba(0, 0, 0, 0.12);
} }
.mdl-switch__input:checked + .mdl-switch__label + .mdl-switch__trackContainer > .mdl-switch__track {
background: var(--button-color) !important; .dragging-over-top:before {
opacity: .5 !important; background: var(--theme-accent-text-color)
} }
.mdl-switch__input:checked:focus + .mdl-switch__label + .mdl-switch__trackContainer .mdl-switch__focus-helper {
box-shadow: 0 0 0 1.39em rgba(255, 255, 255, 0.08) !important; .dragging-over-bottom:after {
background-color: rgba(255, 255, 255, 0.08) !important; background: var(--theme-accent-text-color)
} }
/*Settings */
.listItem:hover { /* TP CUSTOM */
background: rgb(255, 255, 255, .08) !important; @media (hover: hover) and (pointer: fine) {
.navMenuOption:hover {
background: rgb(255 255 255 / 15%) !important;
}
}
.mainDrawer {
background: var(--header-blur-background);
-webkit-backdrop-filter: saturate(1.8) blur(1.5em);
backdrop-filter: saturate(1.8) blur(1.5em);
} }
/* user icon */ .cardImageIcon {
.listItemIcon:not(.listItemIcon-transparent) {
background-color: var(--button-color) !important;
color: #fff; color: #fff;
padding: .5em;
border-radius: 100em;
margin: 0 .2em 0 .4em;
} }

54
CSS/themes/jellyfin/organizr-dark.css

@ -12,12 +12,52 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* 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");
:root { :root {
--main-bg-color: #1F1F1F; --theme-primary-color: #2cabe3;
--modal-bg-color: #1b1b1b; --theme-text-color: #96a2b4;
--button-color: #2cabe3; --theme-text-color-opaque: #fff;
--button-color-hover: rgb(44 171 227 / .8); --theme-accent-text-color: #2cabe3;
--accent-color: #2cabe3; --theme-primary-color-lightened: rgba(44, 171, 227 , 0.8);
--accent-color-hover: white; --theme-icon-focus-background: rgba(44, 171, 227 , 0.2);
--theme-background: #1f1f1f;
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: #1C1C1E;
--button-background: #242424;
--card-background: #242424;
--footer-background: #1d1d1d;
--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: #1f1f1f;
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: #1C1C1E;
--button-background: #242424;
--card-background: #242424;
--footer-background: #1d1d1d;
--footer-blur-background: rgba(29,29,31,0.66);
}
}
.layout-tv:root {
--theme-background: #1f1f1f;
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: #1C1C1E;
--button-background: #242424;
--card-background: #242424;
--footer-background: #1d1d1d;
--footer-blur-background: rgba(29,29,31,0.66);
} }

53
CSS/themes/jellyfin/plex.css

@ -12,12 +12,51 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* 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");
:root { :root {
--main-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-light2.png") center center/cover no-repeat fixed; --theme-primary-color: #e5a00d;
--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; --theme-text-color: #eee;
--button-color: #cc7b19; --theme-text-color-opaque: #fff;
--button-color-hover: #e59029; --theme-accent-text-color: #e5a00d;
--accent-color: #e5a00d; --theme-primary-color-lightened: rgba(229, 161, 13, 0.2);
--accent-color-hover: #ffc107; --theme-icon-focus-background: rgba(229, 161, 13, 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;
--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: 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-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: 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;
--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: 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-blur-background: rgba(29,29,31,0.66);
}
}
.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;
--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: 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-blur-background: rgba(29,29,31,0.66);
} }

53
CSS/themes/jellyfin/space-gray.css

@ -12,12 +12,51 @@
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* 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");
: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; --theme-primary-color: #81a6b7;
--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; --theme-text-color: #eee;
--button-color: #607D8B; --theme-text-color-opaque: #fff;
--button-color-hover: #81a6b7; --theme-accent-text-color: #81a6b7;
--accent-color: #607D8B; --theme-primary-color-lightened: rgba(129, 166, 183, 0.2);
--accent-color-hover: #81a6b7; --theme-icon-focus-background: rgba(129, 166, 183, 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;
--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: 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-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: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--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: 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-blur-background: rgba(29,29,31,0.66);
}
}
.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;
--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: 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-blur-background: rgba(29,29,31,0.66);
} }
Loading…
Cancel
Save