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