merge branch master into autoplay

This commit is contained in:
dkanada 2020-01-27 23:08:17 +09:00
commit aef4fede3c
136 changed files with 5135 additions and 2469 deletions

View file

@ -1,60 +1,68 @@
.skinHeader,
html {
color: #222;
color: rgba(0, 0, 0, .87)
color: rgba(0, 0, 0, 0.87);
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #303030
background-color: #303030;
}
.emby-collapsible-button {
border-color: #ccc;
border-color: rgba(0, 0, 0, .158)
border-color: rgba(0, 0, 0, 0.158);
}
.collapseContent {
background-color: #eaeaea
background-color: #eaeaea;
}
.formDialogHeader:not(.formDialogHeader-clear),
.skinHeader-withBackground {
color: rgba(0, 0, 0, .7);
color: rgba(0, 0, 0, 0.7);
background: #303030;
background: linear-gradient(to right, #BCBCBC, #A7B4B7, #BEB5A5, #ADBEC2, #B9C7CB)
background: -webkit-gradient(linear, left top, right top, from(#bcbcbc), color-stop(#a7b4b7), color-stop(#beb5a5), color-stop(#adbec2), to(#b9c7cb));
background: -webkit-linear-gradient(left, #bcbcbc, #a7b4b7, #beb5a5, #adbec2, #b9c7cb);
background: -o-linear-gradient(left, #bcbcbc, #a7b4b7, #beb5a5, #adbec2, #b9c7cb);
background: linear-gradient(to right, #bcbcbc, #a7b4b7, #beb5a5, #adbec2, #b9c7cb);
}
.skinHeader.semiTransparent {
backdrop-filter: none !important
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
}
.pageTitleWithDefaultLogo {
background-image: url(../logodark.png)
background-image: url(../../assets/img/banner-dark.png);
}
html {
background: #D5E9F2
background: #d5e9f2;
}
.backgroundContainer,
.dialog {
background: #D5E9F2;
background-size: 100% 100%
background: #d5e9f2;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
}
.backgroundContainer.withBackdrop {
background: linear-gradient(to bottom, rgba(192, 212, 222, .94), rgba(235, 250, 254, .94), rgba(227, 220, 212, .94), rgba(206, 214, 216, .94), rgba(192, 211, 218, .94))
background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 212, 222, 0.94)), color-stop(rgba(235, 250, 254, 0.94)), color-stop(rgba(227, 220, 212, 0.94)), color-stop(rgba(206, 214, 216, 0.94)), to(rgba(192, 211, 218, 0.94)));
background: -webkit-linear-gradient(top, rgba(192, 212, 222, 0.94), rgba(235, 250, 254, 0.94), rgba(227, 220, 212, 0.94), rgba(206, 214, 216, 0.94), rgba(192, 211, 218, 0.94));
background: -o-linear-gradient(top, rgba(192, 212, 222, 0.94), rgba(235, 250, 254, 0.94), rgba(227, 220, 212, 0.94), rgba(206, 214, 216, 0.94), rgba(192, 211, 218, 0.94));
background: linear-gradient(to bottom, rgba(192, 212, 222, 0.94), rgba(235, 250, 254, 0.94), rgba(227, 220, 212, 0.94), rgba(206, 214, 216, 0.94), rgba(192, 211, 218, 0.94));
}
.actionSheet {
background: #f0f0f0
background: #f0f0f0;
}
.paper-icon-button-light:hover:not(:disabled) {
color: #00a4dc;
background-color: rgba(0,164,220, .2);
background-color: rgba(0, 164, 220, 0.2);
}
.paper-icon-button-light.show-focus:focus {
@ -64,31 +72,31 @@ html {
.fab,
.raised {
background: #fff;
background: rgba(0, 0, 0, .14);
color: inherit
background: rgba(0, 0, 0, 0.14);
color: inherit;
}
.fab:focus,
.raised:focus {
background: rgba(0, 0, 0, .24)
background: rgba(0, 0, 0, 0.24);
}
.button-submit {
background: #00a4dc;
color: #fff
color: #fff;
}
.button-submit:focus {
background: #0cb0e8
background: #0cb0e8;
}
.button-delete {
background: rgb(247, 0, 0);
color: rgba(255, 255, 255, .87)
color: rgba(255, 255, 255, 0.87);
}
.checkboxLabel {
color: inherit
color: inherit;
}
.checkboxListLabel,
@ -97,49 +105,49 @@ html {
.paperListLabel,
.textareaLabelUnfocused {
color: #555;
color: rgba(0, 0, 0, .7)
color: rgba(0, 0, 0, 0.7);
}
.button-link,
.inputLabelFocused,
.selectLabelFocused,
.textareaLabelFocused {
color: green
color: green;
}
.checkboxOutline {
border-color: currentColor
border-color: currentColor;
}
.paperList,
.visualCardBox {
background-color: #fff;
background-color: rgba(0, 0, 0, .1)
background-color: rgba(0, 0, 0, 0.1);
}
.defaultCardBackground1 {
background-color: #009688
background-color: #009688;
}
.defaultCardBackground2 {
background-color: #D32F2F
background-color: #d32f2f;
}
.defaultCardBackground3 {
background-color: #0288D1
background-color: #0288d1;
}
.defaultCardBackground4 {
background-color: #388E3C
background-color: #388e3c;
}
.defaultCardBackground5 {
background-color: #F57F17
background-color: #f57f17;
}
.formDialogFooter:not(.formDialogFooter-clear) {
border-top: 1px solid #ddd;
border-top: 1px solid rgba(0, 0, 0, .08)
border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.cardText-secondary,
@ -150,173 +158,177 @@ html {
.programSecondaryTitle,
.secondaryText {
color: #888;
color: rgba(0, 0, 0, .5)
color: rgba(0, 0, 0, 0.5);
}
.actionsheetDivider {
background: #ddd;
background: rgba(0, 0, 0, .14)
background: rgba(0, 0, 0, 0.14);
}
.cardFooter-vibrant .cardText-secondary {
color: inherit;
opacity: .5
opacity: 0.5;
}
.formDialogHeader a,
.toast {
color: #fff
color: #fff;
}
.actionSheetMenuItem:hover {
background-color: #ddd
background-color: #ddd;
}
.toast {
background: #303030;
color: rgba(255, 255, 255, .87)
color: rgba(255, 255, 255, 0.87);
}
.appfooter,
.formDialogFooter:not(.formDialogFooter-clear) {
color: rgba(0, 0, 0, .7);
color: rgba(0, 0, 0, 0.7);
background: #303030;
background: linear-gradient(to right, #BCBCBC, #A7B4B7, #BEB5A5, #ADBEC2, #B9C7CB)
background: -webkit-gradient(linear, left top, right top, from(#bcbcbc), color-stop(#a7b4b7), color-stop(#beb5a5), color-stop(#adbec2), to(#b9c7cb));
background: -webkit-linear-gradient(left, #bcbcbc, #a7b4b7, #beb5a5, #adbec2, #b9c7cb);
background: -o-linear-gradient(left, #bcbcbc, #a7b4b7, #beb5a5, #adbec2, #b9c7cb);
background: linear-gradient(to right, #bcbcbc, #a7b4b7, #beb5a5, #adbec2, #b9c7cb);
}
.nowPlayingBarSecondaryText {
color: #999
color: #999;
}
.itemSelectionPanel {
border: 1px solid #00a4dc
border: 1px solid #00a4dc;
}
.selectionCommandsPanel {
background: #00a4dc;
color: #fff
color: #fff;
}
.upNextDialog-countdownText {
color: #00a4dc
color: #00a4dc;
}
.alphaPickerButton {
color: #555;
color: rgba(0, 0, 0, .7);
background-color: transparent
color: rgba(0, 0, 0, 0.7);
background-color: transparent;
}
.alphaPickerButton-selected,
.alphaPickerButton-tv:focus {
background-color: #00a4dc;
color: #fff !important
color: #fff !important;
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #f8f8f8;
background: rgba(0, 0, 0, .1)
background: rgba(0, 0, 0, 0.1);
}
.listItem-border {
border-color: rgba(0, 0, 0, .1) !important
border-color: rgba(0, 0, 0, 0.1) !important;
}
.listItem:focus {
background: rgba(0, 0, 0, .2)
background: rgba(0, 0, 0, 0.2);
}
.progressring-spiner {
border-color: #00a4dc
border-color: #00a4dc;
}
.mediaInfoText {
color: #333;
background: #fff
background: #fff;
}
.mediaInfoTimerIcon,
.starIcon {
color: #CB272A
color: #cb272a;
}
.emby-input,
.emby-textarea {
color: inherit;
background: rgba(255, 255, 255, .9);
border: 0.16em solid rgba(0, 0, 0, .158);
border-radius: 0.2em
background: rgba(255, 255, 255, 0.9);
border: 0.16em solid rgba(0, 0, 0, 0.158);
-webkit-border-radius: 0.2em;
border-radius: 0.2em;
}
.emby-input:focus,
.emby-textarea:focus {
border-color: #00a4dc
border-color: #00a4dc;
}
.emby-select-withcolor {
color: inherit;
background: rgba(255, 255, 255, .9);
border: .07em solid rgba(0, 0, 0, .158)
background: rgba(255, 255, 255, 0.9);
border: 0.07em solid rgba(0, 0, 0, 0.158);
}
.emby-checkbox:checked+span+.checkboxOutline,
.emby-checkbox:checked + span + .checkboxOutline,
.emby-select-withcolor:focus {
border-color: #00a4dc
}
.emby-checkbox:focus+span+.checkboxOutline {
border-color: #fff;
}
.emby-checkbox:focus:not(:checked)+span+.checkboxOutline {
border-color: #00a4dc;
}
.emby-select-withcolor>option {
.emby-checkbox:focus + span + .checkboxOutline {
border-color: #fff;
}
.emby-checkbox:checked + span + .checkboxOutline,
.itemProgressBarForeground {
background-color: #00a4dc;
}
.emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
border-color: #00a4dc;
}
.emby-select-withcolor > option {
color: #000;
background: #fff
background: #fff;
}
.emby-select-tv-withcolor:focus {
background-color: #00a4dc;
color: #fff
}
.emby-checkbox:checked+span+.checkboxOutline,
.itemProgressBarForeground {
background-color: #00a4dc
color: #fff;
}
.itemProgressBarForeground-recording {
background-color: #CB272A
background-color: #cb272a;
}
.countIndicator,
.fullSyncIndicator,
.playedIndicator {
background: #00a4dc
background: #00a4dc;
}
.fullSyncIndicator {
color: #fff
color: #fff;
}
.mainDrawer {
background: #fff
background: #fff;
}
.navMenuOption:hover {
background: #f2f2f2
background: #f2f2f2;
}
.navMenuOption-selected {
background: #00a4dc !important;
color: #fff
color: #fff;
}
.emby-button.show-focus:focus {
background: #00a4dc;
color: #fff
color: #fff;
}
.emby-tab-button {
@ -339,88 +351,89 @@ html {
.guide-channelHeaderCell,
.programCell {
border-color: #555;
border-color: rgba(0, 0, 0, .1)
border-color: rgba(0, 0, 0, 0.1);
}
.programCell-sports {
background: #3949AB !important
background: #3949ab !important;
}
.programCell-movie {
background: #5E35B1 !important
background: #5e35b1 !important;
}
.programCell-kids {
background: #039BE5 !important
background: #039be5 !important;
}
.programCell-news {
background: #43A047 !important
background: #43a047 !important;
}
.programCell-active {
background: rgba(0, 0, 0, .1) !important
background: rgba(0, 0, 0, 0.1) !important;
}
.guide-channelHeaderCell:focus,
.programCell:focus {
background-color: #00a4dc !important;
color: #fff !important
color: #fff !important;
}
.guide-programTextIcon {
color: #1e1e1e;
background: #555
background: #555;
}
.guide-headerTimeslots {
color: inherit
color: inherit;
}
.guide-date-tab-button {
color: #555;
color: rgba(0, 0, 0, .54)
color: rgba(0, 0, 0, 0.54);
}
.guide-date-tab-button.emby-tab-button-active,
.guide-date-tab-button:focus {
color: #00a4dc
color: #00a4dc;
}
.guide-date-tab-button.show-focus:focus {
background-color: #00a4dc;
color: #fff
color: #fff;
}
.infoBanner {
color: #000;
background: #fff3a5;
padding: 1em;
border-radius: .25em
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
}
.ratingbutton-icon-withrating {
color: #c33
color: #c33;
}
.downloadbutton-icon-complete,
.downloadbutton-icon-on {
color: #4285F4
color: #4285f4;
}
.playstatebutton-icon-played {
color: #c33
color: #c33;
}
.repeatButton-active {
color: #4285F4
color: #4285f4;
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #00a4dc !important
border-color: #00a4dc !important;
}
.metadataSidebarIcon {
color: #00a4dc
color: #00a4dc;
}

View file

@ -1,58 +1,66 @@
.skinHeader,
html {
color: #ddd;
color: rgba(255, 255, 255, .8)
color: rgba(255, 255, 255, 0.8);
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #303030
background-color: #303030;
}
.emby-collapsible-button {
border-color: #383838;
border-color: rgba(255, 255, 255, .135)
border-color: rgba(255, 255, 255, 0.135);
}
.skinHeader-withBackground {
background: #303030;
background: linear-gradient(to right, #291A31, #033664, #011432, #141A3A, #291A31)
background: -webkit-gradient(linear, left top, right top, from(#291a31), color-stop(#033664), color-stop(#011432), color-stop(#141a3a), to(#291a31));
background: -webkit-linear-gradient(left, #291a31, #033664, #011432, #141a3a, #291a31);
background: -o-linear-gradient(left, #291a31, #033664, #011432, #141a3a, #291a31);
background: linear-gradient(to right, #291a31, #033664, #011432, #141a3a, #291a31);
}
.skinHeader.semiTransparent {
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
background-color: rgba(0, 0, 0, .3);
background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0))
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
background: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
background-color: rgba(0, 0, 0, 0.3);
}
.pageTitleWithDefaultLogo {
background-image: url(../logowhite.png)
background-image: url(../../assets/img/banner-light.png);
}
.dialog,
html {
background-color: #033361
background-color: #033361;
}
.backgroundContainer {
background: url(bg.jpg) center top no-repeat #033361;
background-size: cover
-webkit-background-size: cover;
background-size: cover;
}
.backgroundContainer.withBackdrop {
opacity: .86
opacity: 0.86;
}
@media (orientation:portrait) {
@media (orientation: portrait) {
.backgroundContainer {
background-position: 30% top
background-position: 30% top;
}
}
.paper-icon-button-light:hover:not(:disabled) {
color: #00a4dc;
background-color: rgba(0,164,220, .2);
background-color: rgba(0, 164, 220, 0.2);
}
.paper-icon-button-light.show-focus:focus {
@ -61,32 +69,32 @@ html {
.fab,
.raised {
background: rgba(0, 0, 0, .5);
color: rgba(255, 255, 255, .87)
background: rgba(0, 0, 0, 0.5);
color: rgba(255, 255, 255, 0.87);
}
.fab:focus,
.raised:focus {
background: rgba(0, 0, 0, .7)
background: rgba(0, 0, 0, 0.7);
}
.button-submit {
background: #00a4dc;
color: #fff
color: #fff;
}
.button-submit:focus {
background: #0cb0e8;
color: #fff
color: #fff;
}
.button-delete {
background: rgb(247, 0, 0);
color: rgba(255, 255, 255, .87)
color: rgba(255, 255, 255, 0.87);
}
.checkboxLabel {
color: inherit
color: inherit;
}
.checkboxListLabel,
@ -95,17 +103,17 @@ html {
.paperListLabel,
.textareaLabelUnfocused {
color: #bbb;
color: rgba(255, 255, 255, .7)
color: rgba(255, 255, 255, 0.7);
}
.inputLabelFocused,
.selectLabelFocused,
.textareaLabelFocused {
color: #00a4dc
color: #00a4dc;
}
.checkboxOutline {
border-color: currentColor
border-color: currentColor;
}
.collapseContent,
@ -113,27 +121,27 @@ html {
.formDialogHeader:not(.formDialogHeader-clear),
.paperList,
.visualCardBox {
background-color: rgba(0, 0, 0, .5)
background-color: rgba(0, 0, 0, 0.5);
}
.defaultCardBackground1 {
background-color: #d2b019
background-color: #d2b019;
}
.defaultCardBackground2 {
background-color: #338abb
background-color: #338abb;
}
.defaultCardBackground3 {
background-color: #6b689d
background-color: #6b689d;
}
.defaultCardBackground4 {
background-color: #dd452b
background-color: #dd452b;
}
.defaultCardBackground5 {
background-color: #5ccea9
background-color: #5ccea9;
}
.cardText-secondary,
@ -144,186 +152,187 @@ html {
.programSecondaryTitle,
.secondaryText {
color: #999;
color: rgba(255, 255, 255, .5)
color: rgba(255, 255, 255, 0.5);
}
.actionsheetDivider {
background: #444;
background: rgba(255, 255, 255, .14)
background: rgba(255, 255, 255, 0.14);
}
.cardFooter-vibrant .cardText-secondary {
color: inherit;
opacity: .5
opacity: 0.5;
}
.actionSheetMenuItem:hover {
background-color: rgba(0, 0, 0, .5)
background-color: rgba(0, 0, 0, 0.5);
}
.toast {
background: #303030;
color: #fff;
color: rgba(255, 255, 255, .87)
color: rgba(255, 255, 255, 0.87);
}
.appfooter {
background: #033664;
color: #ccc;
color: rgba(255, 255, 255, .78)
color: rgba(255, 255, 255, 0.78);
}
@supports (backdrop-filter:blur(10px)) {
@supports (backdrop-filter:blur(10px)) or (-webkit-backdrop-filter:blur(10px)) {
.appfooter-blurred {
background: rgba(1, 2, 50, .7);
backdrop-filter: blur(20px)
background: rgba(1, 2, 50, 0.7);
backdrop-filter: blur(20px);
}
}
.itemSelectionPanel {
border: 1px solid #00a4dc
border: 1px solid #00a4dc;
}
.selectionCommandsPanel {
background: #00a4dc;
color: #fff
color: #fff;
}
.upNextDialog-countdownText {
color: #00a4dc
color: #00a4dc;
}
.alphaPickerButton {
color: #999;
color: rgba(255, 255, 255, .5);
background-color: transparent
color: rgba(255, 255, 255, 0.5);
background-color: transparent;
}
.alphaPickerButton-selected {
color: #fff
color: #fff;
}
.alphaPickerButton-tv:focus {
background-color: #00a4dc;
color: #fff !important
color: #fff !important;
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #1c1c1c;
background: rgba(30, 30, 30, .9)
background: rgba(30, 30, 30, 0.9);
}
.listItem-border {
border-color: rgba(255, 255, 255, .1) !important
border-color: rgba(255, 255, 255, 0.1) !important;
}
.listItem:focus {
background: rgba(0, 0, 0, .3)
background: rgba(0, 0, 0, 0.3);
}
.progressring-spiner {
border-color: #00a4dc
border-color: #00a4dc;
}
.button-flat-accent,
.button-link {
color: #00a4dc
color: #00a4dc;
}
.mediaInfoText {
color: #ddd;
background: rgba(170, 170, 190, .2)
background: rgba(170, 170, 190, 0.2);
}
.mediaInfoTimerIcon,
.starIcon {
color: #CB272A
color: #cb272a;
}
.emby-input,
.emby-textarea {
color: inherit;
background: rgba(0, 0, 0, .5);
background: rgba(0, 0, 0, 0.5);
border: 0.16em solid transparent;
border-radius: 0.2em
-webkit-border-radius: 0.2em;
border-radius: 0.2em;
}
.emby-input:focus,
.emby-textarea:focus {
border-color: #00a4dc
border-color: #00a4dc;
}
.emby-select-withcolor {
color: inherit;
background: rgba(0, 0, 0, .5);
border: .07em solid transparent
background: rgba(0, 0, 0, 0.5);
border: 0.07em solid transparent;
}
.emby-select-withcolor>option {
.emby-select-withcolor > option {
color: inherit;
background: #222
background: #222;
}
.emby-select-withcolor:focus {
border-color: #00a4dc !important
border-color: #00a4dc !important;
}
.emby-select-tv-withcolor:focus {
background-color: #00a4dc !important;
color: #fff !important
color: #fff !important;
}
.emby-checkbox:checked+span+.checkboxOutline {
border-color: #00a4dc
}
.emby-checkbox:focus+span+.checkboxOutline {
border-color: #fff;
}
.emby-checkbox:focus:not(:checked)+span+.checkboxOutline {
.emby-checkbox:checked + span + .checkboxOutline {
border-color: #00a4dc;
}
.emby-checkbox:checked+span+.checkboxOutline,
.emby-checkbox:focus + span + .checkboxOutline {
border-color: #fff;
}
.emby-checkbox:checked + span + .checkboxOutline,
.itemProgressBarForeground {
background-color: #00a4dc
background-color: #00a4dc;
}
.emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
border-color: #00a4dc;
}
.itemProgressBarForeground-recording {
background-color: #CB272A
background-color: #cb272a;
}
.countIndicator,
.fullSyncIndicator,
.playedIndicator {
background: #00a4dc
background: #00a4dc;
}
.fullSyncIndicator {
color: #fff
color: #fff;
}
.mainDrawer {
background-color: rgba(0, 0, 0, .5)
background-color: rgba(0, 0, 0, 0.5);
}
.drawer-open {
background-color: #011432
background-color: #011432;
}
.navMenuOption:hover {
background: rgba(221, 221, 221, 0.068)
background: rgba(221, 221, 221, 0.068);
}
.navMenuOption-selected {
background: #00a4dc !important;
color: #fff
color: #fff;
}
.emby-button.show-focus:focus {
background: #00a4dc;
color: #fff
color: #fff;
}
.emby-tab-button {
@ -331,7 +340,7 @@ html {
}
.emby-tab-button-active {
color: #00a4dc
color: #00a4dc;
}
.emby-tab-button.show-focus:focus {
@ -345,111 +354,114 @@ html {
.channelPrograms,
.guide-channelHeaderCell,
.programCell {
border-color: rgba(255, 255, 255, .05)
border-color: rgba(255, 255, 255, 0.05);
}
.programCell-sports {
background: #3949AB !important
background: #3949ab !important;
}
.programCell-movie {
background: #5E35B1 !important
background: #5e35b1 !important;
}
.programCell-kids {
background: #039BE5 !important
background: #039be5 !important;
}
.programCell-news {
background: #43A047 !important
background: #43a047 !important;
}
.programCell-active {
background: rgba(0, 0, 0, .4) !important
background: rgba(0, 0, 0, 0.4) !important;
}
.guide-channelHeaderCell:focus,
.programCell:focus {
background-color: #00a4dc !important;
color: #fff !important
color: #fff !important;
}
.guide-programTextIcon {
color: #1e1e1e;
background: #555
background: #555;
}
.guide-headerTimeslots {
color: inherit
color: inherit;
}
.guide-date-tab-button {
color: #555;
color: rgba(255, 255, 255, .3)
color: rgba(255, 255, 255, 0.3);
}
.guide-date-tab-button.emby-tab-button-active,
.guide-date-tab-button:focus {
color: #00a4dc
color: #00a4dc;
}
.guide-date-tab-button.show-focus:focus {
background-color: #00a4dc;
color: #fff
color: #fff;
}
.infoBanner {
color: #ddd;
background: #111;
padding: 1em;
border-radius: .25em
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
}
.ratingbutton-icon-withrating {
color: #c33
color: #c33;
}
.downloadbutton-icon-complete,
.downloadbutton-icon-on {
color: #4285F4
color: #4285f4;
}
.playstatebutton-icon-played {
color: #c33
color: #c33;
}
.repeatButton-active {
color: #4285F4
color: #4285f4;
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #00a4dc !important
border-color: #00a4dc !important;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-track-piece {
background-color: #3b3b3b;
}
.layout-desktop ::-webkit-scrollbar {
width: 1em;
height: 1em
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
::-webkit-scrollbar-track-piece {
background-color: #3b3b3b
height: 1em;
}
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical {
border-radius: 2px;
background: center no-repeat #888
-webkit-border-radius: 2px;
background: center no-repeat #888;
}
.timeslotHeaders-desktop::-webkit-scrollbar {
height: .7em
height: 0.7em;
}
.metadataSidebarIcon {
color: #00a4dc
color: #00a4dc;
}

View file

@ -1,46 +1,47 @@
.skinHeader,
html {
color: #ddd;
color: rgba(255, 255, 255, .8)
color: rgba(255, 255, 255, 0.8);
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #101010
background-color: #101010;
}
.emby-collapsible-button {
border-color: #383838;
border-color: rgba(255, 255, 255, .135)
border-color: rgba(255, 255, 255, 0.135);
}
.skinHeader-withBackground {
background-color: #101010
background-color: #101010;
}
.skinHeader.semiTransparent {
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
background-color: rgba(0, 0, 0, 0.4);
}
.pageTitleWithDefaultLogo {
background-image: url(../logowhite.png)
background-image: url(../../assets/img/banner-light.png);
}
.backgroundContainer,
.dialog,
html {
background-color: #101010
background-color: #101010;
}
.backgroundContainer.withBackdrop {
background-color: rgba(0, 0, 0, .86)
background-color: rgba(0, 0, 0, 0.86);
}
.paper-icon-button-light:hover:not(:disabled) {
color: #00a4dc;
background-color: rgba(0,164,220, .2);
background-color: rgba(0, 164, 220, 0.2);
}
.paper-icon-button-light.show-focus:focus {
@ -50,31 +51,31 @@ html {
.fab,
.raised {
background: #303030;
color: rgba(255, 255, 255, .87)
color: rgba(255, 255, 255, 0.87);
}
.fab:focus,
.raised:focus {
background: #383838
background: #383838;
}
.button-submit {
background: #00a4dc;
color: #fff
color: #fff;
}
.button-submit:focus {
background: #0cb0e8;
color: #fff
color: #fff;
}
.button-delete {
background: rgb(247, 0, 0);
color: rgba(255, 255, 255, .87)
color: rgba(255, 255, 255, 0.87);
}
.checkboxLabel {
color: inherit
color: inherit;
}
.checkboxListLabel,
@ -83,17 +84,17 @@ html {
.paperListLabel,
.textareaLabelUnfocused {
color: #bbb;
color: rgba(255, 255, 255, .7)
color: rgba(255, 255, 255, 0.7);
}
.inputLabelFocused,
.selectLabelFocused,
.textareaLabelFocused {
color: #00a4dc
color: #00a4dc;
}
.checkboxOutline {
border-color: currentColor
border-color: currentColor;
}
.collapseContent,
@ -101,27 +102,27 @@ html {
.formDialogHeader:not(.formDialogHeader-clear),
.paperList,
.visualCardBox {
background-color: #242424
background-color: #242424;
}
.defaultCardBackground1 {
background-color: #d2b019
background-color: #d2b019;
}
.defaultCardBackground2 {
background-color: #338abb
background-color: #338abb;
}
.defaultCardBackground3 {
background-color: #6b689d
background-color: #6b689d;
}
.defaultCardBackground4 {
background-color: #dd452b
background-color: #dd452b;
}
.defaultCardBackground5 {
background-color: #5ccea9
background-color: #5ccea9;
}
.cardText-secondary,
@ -132,93 +133,93 @@ html {
.programSecondaryTitle,
.secondaryText {
color: #999;
color: rgba(255, 255, 255, .5)
color: rgba(255, 255, 255, 0.5);
}
.actionsheetDivider {
background: #444;
background: rgba(255, 255, 255, .14)
background: rgba(255, 255, 255, 0.14);
}
.cardFooter-vibrant .cardText-secondary {
color: inherit;
opacity: .5
opacity: 0.5;
}
.actionSheetMenuItem:hover {
background-color: #242424
background-color: #242424;
}
.toast {
background: #303030;
color: #fff;
color: rgba(255, 255, 255, .87)
color: rgba(255, 255, 255, 0.87);
}
.appfooter {
background: #101010;
color: #ccc;
color: rgba(255, 255, 255, .78)
color: rgba(255, 255, 255, 0.78);
}
.itemSelectionPanel {
border: 1px solid #00a4dc
border: 1px solid #00a4dc;
}
.selectionCommandsPanel {
background: #00a4dc;
color: #fff
color: #fff;
}
.upNextDialog-countdownText {
color: #00a4dc
color: #00a4dc;
}
.alphaPickerButton {
color: #999;
color: rgba(255, 255, 255, .5);
background-color: transparent
color: rgba(255, 255, 255, 0.5);
background-color: transparent;
}
.alphaPickerButton-selected {
color: #fff
color: #fff;
}
.alphaPickerButton-tv:focus {
background-color: #00a4dc;
color: #fff !important
color: #fff !important;
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #1c1c1c;
background: rgba(30, 30, 30, .9)
background: rgba(30, 30, 30, 0.9);
}
.listItem-border {
border-color: rgba(34, 34, 34, .9) !important
border-color: rgba(34, 34, 34, 0.9) !important;
}
.listItem:focus {
background: #333
background: #333;
}
.progressring-spiner {
border-color: #00a4dc
border-color: #00a4dc;
}
.button-flat-accent,
.button-link {
color: #00a4dc
color: #00a4dc;
}
.mediaInfoText {
color: #ddd;
background: rgba(170, 170, 190, .2)
background: rgba(170, 170, 190, 0.2);
}
.mediaInfoTimerIcon,
.starIcon {
color: #CB272A
color: #cb272a;
}
.emby-input,
@ -226,81 +227,82 @@ html {
color: inherit;
background: #292929;
border: 0.16em solid #292929;
border-radius: 0.2em
-webkit-border-radius: 0.2em;
border-radius: 0.2em;
}
.emby-input:focus,
.emby-textarea:focus {
border-color: #00a4dc
border-color: #00a4dc;
}
.emby-select-withcolor {
color: inherit;
background: #292929;
border: .07em solid #292929
border: 0.07em solid #292929;
}
.emby-select-withcolor>option {
.emby-select-withcolor > option {
color: inherit;
background: #222
background: #222;
}
.emby-select-withcolor:focus {
border-color: #00a4dc !important
border-color: #00a4dc !important;
}
.emby-select-tv-withcolor:focus {
background-color: #00a4dc !important;
color: #fff !important
color: #fff !important;
}
.emby-checkbox:checked+span+.checkboxOutline {
border-color: #00a4dc
}
.emby-checkbox:focus+span+.checkboxOutline {
border-color: #fff;
}
.emby-checkbox:focus:not(:checked)+span+.checkboxOutline {
.emby-checkbox:checked + span + .checkboxOutline {
border-color: #00a4dc;
}
.emby-checkbox:checked+span+.checkboxOutline,
.emby-checkbox:focus + span + .checkboxOutline {
border-color: #fff;
}
.emby-checkbox:checked + span + .checkboxOutline,
.itemProgressBarForeground {
background-color: #00a4dc
background-color: #00a4dc;
}
.emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
border-color: #00a4dc;
}
.itemProgressBarForeground-recording {
background-color: #CB272A
background-color: #cb272a;
}
.countIndicator,
.fullSyncIndicator,
.playedIndicator {
background: #00a4dc
background: #00a4dc;
}
.fullSyncIndicator {
color: #fff
color: #fff;
}
.mainDrawer {
background-color: #101010
background-color: #101010;
}
.navMenuOption:hover {
background: #252528
background: #252528;
}
.navMenuOption-selected {
background: #00a4dc !important;
color: #fff
color: #fff;
}
.emby-button.show-focus:focus {
background: #00a4dc;
color: #fff
color: #fff;
}
.emby-tab-button {
@ -322,111 +324,114 @@ html {
.channelPrograms,
.guide-channelHeaderCell,
.programCell {
border-color: rgba(255, 255, 255, .05)
border-color: rgba(255, 255, 255, 0.05);
}
.programCell-sports {
background: #3949AB !important
background: #3949ab !important;
}
.programCell-movie {
background: #5E35B1 !important
background: #5e35b1 !important;
}
.programCell-kids {
background: #039BE5 !important
background: #039be5 !important;
}
.programCell-news {
background: #43A047 !important
background: #43a047 !important;
}
.programCell-active {
background: #1e1e1e !important
background: #1e1e1e !important;
}
.guide-channelHeaderCell:focus,
.programCell:focus {
background-color: #00a4dc !important;
color: #fff !important
color: #fff !important;
}
.guide-programTextIcon {
color: #1e1e1e;
background: #555
background: #555;
}
.guide-headerTimeslots {
color: inherit
color: inherit;
}
.guide-date-tab-button {
color: #555;
color: rgba(255, 255, 255, .3)
color: rgba(255, 255, 255, 0.3);
}
.guide-date-tab-button.emby-tab-button-active,
.guide-date-tab-button:focus {
color: #00a4dc
color: #00a4dc;
}
.guide-date-tab-button.show-focus:focus {
background-color: #00a4dc;
color: #fff
color: #fff;
}
.infoBanner {
color: #ddd;
background: #111;
padding: 1em;
border-radius: .25em
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
}
.ratingbutton-icon-withrating {
color: #c33
color: #c33;
}
.downloadbutton-icon-complete,
.downloadbutton-icon-on {
color: #4285F4
color: #4285f4;
}
.playstatebutton-icon-played {
color: #c33
color: #c33;
}
.repeatButton-active {
color: #4285F4
color: #4285f4;
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #00a4dc !important
border-color: #00a4dc !important;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-track-piece {
background-color: #3b3b3b;
}
.layout-desktop ::-webkit-scrollbar {
width: 1em;
height: 1em
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
::-webkit-scrollbar-track-piece {
background-color: #3b3b3b
height: 1em;
}
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical {
border-radius: 2px;
background: center no-repeat #888
-webkit-border-radius: 2px;
background: center no-repeat #888;
}
.timeslotHeaders-desktop::-webkit-scrollbar {
height: .7em
height: 0.7em;
}
.metadataSidebarIcon {
color: #00a4dc
color: #00a4dc;
}

View file

@ -1,22 +1,22 @@
.skinHeader,
html {
color: #ddd;
color: rgba(255, 255, 255, .8)
color: rgba(255, 255, 255, 0.8);
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #1f1f1f
background-color: #1f1f1f;
}
.emby-collapsible-button {
border-color: #383838;
border-color: rgba(255, 255, 255, .135)
border-color: rgba(255, 255, 255, 0.135);
}
.skinHeader-withBackground {
background-color: #1f1f1f
background-color: #1f1f1f;
}
.skinHeader.semiTransparent {
@ -25,22 +25,22 @@ html {
}
.pageTitleWithDefaultLogo {
background-image: url(../logowhite.png)
background-image: url(../logowhite.png);
}
.backgroundContainer,
.dialog,
html {
background-color: #1a1a1a
background-color: #1a1a1a;
}
.backgroundContainer.withBackdrop {
background-color: rgba(0, 0, 0, .86)
background-color: rgba(0, 0, 0, 0.86);
}
.paper-icon-button-light:hover:not(:disabled) {
color: #52b54b;
background-color: rgba(82, 181, 75, .2);
background-color: rgba(82, 181, 75, 0.2);
}
.paper-icon-button-light.show-focus:focus {
@ -50,31 +50,31 @@ html {
.fab,
.raised {
background: #303030;
color: rgba(255, 255, 255, .87)
color: rgba(255, 255, 255, 0.87);
}
.fab:focus,
.raised:focus {
background: #383838
background: #383838;
}
.button-submit {
background: #52b54b;
color: #fff
color: #fff;
}
.button-submit:focus {
background: #5EC157;
color: #fff
background: #5ec157;
color: #fff;
}
.button-delete {
background: rgb(247, 0, 0);
color: rgba(255, 255, 255, .87)
color: rgba(255, 255, 255, 0.87);
}
.checkboxLabel {
color: inherit
color: inherit;
}
.checkboxListLabel,
@ -83,17 +83,17 @@ html {
.paperListLabel,
.textareaLabelUnfocused {
color: #bbb;
color: rgba(255, 255, 255, .7)
color: rgba(255, 255, 255, 0.7);
}
.inputLabelFocused,
.selectLabelFocused,
.textareaLabelFocused {
color: #52b54b
color: #52b54b;
}
.checkboxOutline {
border-color: currentColor
border-color: currentColor;
}
.collapseContent,
@ -101,27 +101,27 @@ html {
.formDialogHeader:not(.formDialogHeader-clear),
.paperList,
.visualCardBox {
background-color: #242424
background-color: #242424;
}
.defaultCardBackground1 {
background-color: #d2b019
background-color: #d2b019;
}
.defaultCardBackground2 {
background-color: #338abb
background-color: #338abb;
}
.defaultCardBackground3 {
background-color: #6b689d
background-color: #6b689d;
}
.defaultCardBackground4 {
background-color: #dd452b
background-color: #dd452b;
}
.defaultCardBackground5 {
background-color: #5ccea9
background-color: #5ccea9;
}
.cardText-secondary,
@ -132,93 +132,93 @@ html {
.programSecondaryTitle,
.secondaryText {
color: #999;
color: rgba(255, 255, 255, .5)
color: rgba(255, 255, 255, 0.5);
}
.actionsheetDivider {
background: #444;
background: rgba(255, 255, 255, .14)
background: rgba(255, 255, 255, 0.14);
}
.cardFooter-vibrant .cardText-secondary {
color: inherit;
opacity: .5
opacity: 0.5;
}
.actionSheetMenuItem:hover {
background-color: #242424
background-color: #242424;
}
.toast {
background: #303030;
color: #fff;
color: rgba(255, 255, 255, .87)
color: rgba(255, 255, 255, 0.87);
}
.appfooter {
background: #101010;
color: #ccc;
color: rgba(255, 255, 255, .78)
color: rgba(255, 255, 255, 0.78);
}
.itemSelectionPanel {
border: 1px solid #52b54b
border: 1px solid #52b54b;
}
.selectionCommandsPanel {
background: #52b54b;
color: #fff
color: #fff;
}
.upNextDialog-countdownText {
color: #52b54b
color: #52b54b;
}
.alphaPickerButton {
color: #999;
color: rgba(255, 255, 255, .5);
background-color: transparent
color: rgba(255, 255, 255, 0.5);
background-color: transparent;
}
.alphaPickerButton-selected {
color: #fff
color: #fff;
}
.alphaPickerButton-tv:focus {
background-color: #52b54b;
color: #fff !important
color: #fff !important;
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #1c1c1c;
background: rgba(30, 30, 30, .9)
background: rgba(30, 30, 30, 0.9);
}
.listItem-border {
border-color: rgba(34, 34, 34, .9) !important
border-color: rgba(34, 34, 34, 0.9) !important;
}
.listItem:focus {
background: #333
background: #333;
}
.progressring-spiner {
border-color: #52b54b
border-color: #52b54b;
}
.button-flat-accent,
.button-link {
color: #52b54b
color: #52b54b;
}
.mediaInfoText {
color: #ddd;
background: rgba(170, 170, 190, .2)
background: rgba(170, 170, 190, 0.2);
}
.mediaInfoTimerIcon,
.starIcon {
color: #CB272A
color: #cb272a;
}
.emby-input,
@ -226,81 +226,81 @@ html {
color: inherit;
background: #292929;
border: 0.16em solid #292929;
border-radius: 0.2em
border-radius: 0.2em;
}
.emby-input:focus,
.emby-textarea:focus {
border-color: #52b54b
border-color: #52b54b;
}
.emby-select-withcolor {
color: inherit;
background: #292929;
border: .07em solid #292929
border: 0.07em solid #292929;
}
.emby-select-withcolor>option {
.emby-select-withcolor > option {
color: inherit;
background: #222
background: #222;
}
.emby-select-withcolor:focus {
border-color: #52b54b !important
border-color: #52b54b !important;
}
.emby-select-tv-withcolor:focus {
background-color: #52b54b !important;
color: #fff !important
color: #fff !important;
}
.emby-checkbox:checked+span+.checkboxOutline {
border-color: #52b54b
}
.emby-checkbox:focus+span+.checkboxOutline {
border-color: #fff;
}
.emby-checkbox:focus:not(:checked)+span+.checkboxOutline {
.emby-checkbox:checked + span + .checkboxOutline {
border-color: #52b54b;
}
.emby-checkbox:checked+span+.checkboxOutline,
.emby-checkbox:focus + span + .checkboxOutline {
border-color: #fff;
}
.emby-checkbox:checked + span + .checkboxOutline,
.itemProgressBarForeground {
background-color: #52b54b
background-color: #52b54b;
}
.emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
border-color: #52b54b;
}
.itemProgressBarForeground-recording {
background-color: #CB272A
background-color: #cb272a;
}
.countIndicator,
.fullSyncIndicator,
.playedIndicator {
background: #52b54b
background: #52b54b;
}
.fullSyncIndicator {
color: #fff
color: #fff;
}
.mainDrawer {
background-color: #1c1c1c
background-color: #1c1c1c;
}
.navMenuOption:hover {
background: #252528
background: #252528;
}
.navMenuOption-selected {
background: #52b54b !important;
color: #fff
color: #fff;
}
.emby-button.show-focus:focus {
background: #52b54b;
color: #fff
color: #fff;
}
.emby-tab-button {
@ -322,111 +322,111 @@ html {
.channelPrograms,
.guide-channelHeaderCell,
.programCell {
border-color: rgba(255, 255, 255, .05)
border-color: rgba(255, 255, 255, 0.05);
}
.programCell-sports {
background: #3949AB !important
background: #3949ab !important;
}
.programCell-movie {
background: #5E35B1 !important
background: #5e35b1 !important;
}
.programCell-kids {
background: #039BE5 !important
background: #039be5 !important;
}
.programCell-news {
background: #43A047 !important
background: #43a047 !important;
}
.programCell-active {
background: #1e1e1e !important
background: #1e1e1e !important;
}
.guide-channelHeaderCell:focus,
.programCell:focus {
background-color: #52b54b !important;
color: #fff !important
color: #fff !important;
}
.guide-programTextIcon {
color: #1e1e1e;
background: #555
background: #555;
}
.guide-headerTimeslots {
color: inherit
color: inherit;
}
.guide-date-tab-button {
color: #555;
color: rgba(255, 255, 255, .3)
color: rgba(255, 255, 255, 0.3);
}
.guide-date-tab-button.emby-tab-button-active,
.guide-date-tab-button:focus {
color: #52b54b
color: #52b54b;
}
.guide-date-tab-button.show-focus:focus {
background-color: #52b54b;
color: #fff
color: #fff;
}
.infoBanner {
color: #ddd;
background: #111;
padding: 1em;
border-radius: .25em
border-radius: 0.25em;
}
.ratingbutton-icon-withrating {
color: #c33
color: #c33;
}
.downloadbutton-icon-complete,
.downloadbutton-icon-on {
color: #4285F4
color: #4285f4;
}
.playstatebutton-icon-played {
color: #c33
color: #c33;
}
.repeatButton-active {
color: #4285F4
color: #4285f4;
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #52b54b !important
border-color: #52b54b !important;
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-track-piece {
background-color: #3b3b3b;
}
.layout-desktop ::-webkit-scrollbar {
width: 1em;
height: 1em
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
::-webkit-scrollbar-track-piece {
background-color: #3b3b3b
height: 1em;
}
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical {
border-radius: 2px;
background: center no-repeat #888
background: center no-repeat #888;
}
.timeslotHeaders-desktop::-webkit-scrollbar {
height: .7em
height: 0.7em;
}
.metadataSidebarIcon {
color: #00a4dc
color: #00a4dc;
}

View file

@ -1,60 +1,63 @@
.skinHeader,
html {
color: #222;
color: rgba(0, 0, 0, .87)
color: rgba(0, 0, 0, 0.87);
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #303030
background-color: #303030;
}
.emby-collapsible-button {
border-color: #ccc;
border-color: rgba(0, 0, 0, .158)
border-color: rgba(0, 0, 0, 0.158);
}
.collapseContent {
background-color: #eaeaea
background-color: #eaeaea;
}
.skinHeader-withBackground {
background-color: #303030;
color: #ccc;
color: rgba(255, 255, 255, .87);
box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37)
color: rgba(255, 255, 255, 0.87);
-webkit-box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37);
box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37);
}
.osdHeader {
box-shadow: none !important
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.skinHeader.semiTransparent {
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
background-color: rgba(0, 0, 0, 0.4);
}
.pageTitleWithDefaultLogo {
background-image: url(../logowhite.png)
background-image: url(../../assets/img/banner-light.png);
}
.backgroundContainer,
html {
background-color: #f2f2f2
background-color: #f2f2f2;
}
.backgroundContainer.withBackdrop {
background-color: rgba(255, 255, 255, .80)
background-color: rgba(255, 255, 255, 0.8);
}
.dialog {
background-color: #f0f0f0
background-color: #f0f0f0;
}
.paper-icon-button-light:hover:not(:disabled) {
color: #00a4dc;
background-color: rgba(0,164,220, .2);
background-color: rgba(0, 164, 220, 0.2);
}
.paper-icon-button-light.show-focus:focus {
@ -64,30 +67,30 @@ html {
.fab,
.raised {
background: #d8d8d8;
color: inherit
color: inherit;
}
.fab:focus,
.raised:focus {
background: #ccc
background: #ccc;
}
.button-submit {
background: #00a4dc;
color: #fff
color: #fff;
}
.button-submit:focus {
background: #0cb0e8
background: #0cb0e8;
}
.button-delete {
background: rgb(247, 0, 0);
color: rgba(255, 255, 255, .87)
color: rgba(255, 255, 255, 0.87);
}
.checkboxLabel {
color: inherit
color: inherit;
}
.checkboxListLabel,
@ -95,55 +98,55 @@ html {
.inputLabelUnfocused,
.paperListLabel,
.textareaLabelUnfocused {
color: #555
color: #555;
}
.button-link,
.inputLabelFocused,
.selectLabelFocused,
.textareaLabelFocused {
color: green
color: green;
}
.checkboxOutline {
border-color: currentColor
border-color: currentColor;
}
.paperList,
.visualCardBox {
background-color: #fff
background-color: #fff;
}
.defaultCardBackground1 {
background-color: #009688
background-color: #009688;
}
.defaultCardBackground2 {
background-color: #D32F2F
background-color: #d32f2f;
}
.defaultCardBackground3 {
background-color: #0288D1
background-color: #0288d1;
}
.defaultCardBackground4 {
background-color: #388E3C
background-color: #388e3c;
}
.defaultCardBackground5 {
background-color: #F57F17
background-color: #f57f17;
}
.formDialogHeader:not(.formDialogHeader-clear) {
background-color: #00a4dc;
color: #fff
color: #fff;
}
.formDialogFooter:not(.formDialogFooter-clear) {
background-color: #f0f0f0;
border-top: 1px solid #ddd;
border-top: 1px solid rgba(0, 0, 0, .08);
color: inherit
border-top: 1px solid rgba(0, 0, 0, 0.08);
color: inherit;
}
.cardText-secondary,
@ -153,171 +156,172 @@ html {
.nowPlayingBarSecondaryText,
.programSecondaryTitle,
.secondaryText {
color: #888
color: #888;
}
.actionsheetDivider {
background: #ddd;
background: rgba(0, 0, 0, .14)
background: rgba(0, 0, 0, 0.14);
}
.cardFooter-vibrant .cardText-secondary {
color: inherit;
opacity: .5
opacity: 0.5;
}
.formDialogHeader a,
.toast {
color: #fff
color: #fff;
}
.actionSheetMenuItem:hover {
background-color: #ddd
background-color: #ddd;
}
.toast {
background: #303030;
color: rgba(255, 255, 255, .87)
color: rgba(255, 255, 255, 0.87);
}
.appfooter {
background: #282828;
color: #ccc;
color: rgba(255, 255, 255, .78)
color: rgba(255, 255, 255, 0.78);
}
.nowPlayingBarSecondaryText {
color: #999
color: #999;
}
.itemSelectionPanel {
border: 1px solid #00a4dc
border: 1px solid #00a4dc;
}
.selectionCommandsPanel {
background: #00a4dc;
color: #fff
color: #fff;
}
.upNextDialog-countdownText {
color: #00a4dc
color: #00a4dc;
}
.alphaPickerButton {
color: #555;
color: rgba(0, 0, 0, .7);
background-color: transparent
color: rgba(0, 0, 0, 0.7);
background-color: transparent;
}
.alphaPickerButton-selected,
.alphaPickerButton-tv:focus {
background-color: #00a4dc;
color: #fff !important
color: #fff !important;
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #f8f8f8
background: #f8f8f8;
}
.listItem-border {
border-color: #f0f0f0 !important
border-color: #f0f0f0 !important;
}
.listItem:focus {
background: #ddd
background: #ddd;
}
.progressring-spiner {
border-color: #00a4dc
border-color: #00a4dc;
}
.mediaInfoText {
color: #333;
background: #fff
background: #fff;
}
.mediaInfoTimerIcon,
.starIcon {
color: #CB272A
color: #cb272a;
}
.emby-input,
.emby-textarea {
color: inherit;
background: #fff;
border: 0.16em solid rgba(0, 0, 0, .158);
border-radius: 0.2em
border: 0.16em solid rgba(0, 0, 0, 0.158);
-webkit-border-radius: 0.2em;
border-radius: 0.2em;
}
.emby-input:focus,
.emby-textarea:focus {
border-color: #00a4dc
border-color: #00a4dc;
}
.emby-select-withcolor {
color: inherit;
background: #fff;
border: .07em solid rgba(0, 0, 0, .158)
border: 0.07em solid rgba(0, 0, 0, 0.158);
}
.emby-checkbox:checked+span+.checkboxOutline,
.emby-checkbox:checked + span + .checkboxOutline,
.emby-select-withcolor:focus {
border-color: #00a4dc
}
.emby-checkbox:focus+span+.checkboxOutline {
border-color: #000;
}
.emby-checkbox:focus:not(:checked)+span+.checkboxOutline {
border-color: #00a4dc;
}
.emby-select-withcolor>option {
.emby-checkbox:focus + span + .checkboxOutline {
border-color: #000;
}
.emby-checkbox:checked + span + .checkboxOutline,
.itemProgressBarForeground {
background-color: #00a4dc;
}
.emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
border-color: #00a4dc;
}
.emby-select-withcolor > option {
color: #000;
background: #fff
background: #fff;
}
.emby-select-tv-withcolor:focus {
background-color: #00a4dc;
color: #fff
}
.emby-checkbox:checked+span+.checkboxOutline,
.itemProgressBarForeground {
background-color: #00a4dc
color: #fff;
}
.itemProgressBarForeground-recording {
background-color: #CB272A
background-color: #cb272a;
}
.countIndicator,
.fullSyncIndicator,
.playedIndicator {
background: #00a4dc
background: #00a4dc;
}
.fullSyncIndicator {
color: #fff
color: #fff;
}
.mainDrawer {
background: #fff
background: #fff;
}
.navMenuOption:hover {
background: #f2f2f2
background: #f2f2f2;
}
.navMenuOption-selected {
background: #00a4dc !important;
color: #fff
color: #fff;
}
.emby-button.show-focus:focus {
background: #00a4dc;
color: #fff
color: #fff;
}
.emby-tab-button {
@ -339,88 +343,89 @@ html {
.channelPrograms,
.guide-channelHeaderCell,
.programCell {
border-color: rgba(0, 0, 0, .12)
border-color: rgba(0, 0, 0, 0.12);
}
.programCell-sports {
background: #3949AB !important
background: #3949ab !important;
}
.programCell-movie {
background: #5E35B1 !important
background: #5e35b1 !important;
}
.programCell-kids {
background: #039BE5 !important
background: #039be5 !important;
}
.programCell-news {
background: #43A047 !important
background: #43a047 !important;
}
.programCell-active {
background: rgba(0, 0, 0, .1) !important
background: rgba(0, 0, 0, 0.1) !important;
}
.guide-channelHeaderCell:focus,
.programCell:focus {
background-color: #00a4dc !important;
color: #fff !important
color: #fff !important;
}
.guide-programTextIcon {
color: #1e1e1e;
background: #555
background: #555;
}
.guide-headerTimeslots {
color: inherit
color: inherit;
}
.guide-date-tab-button {
color: #555;
color: rgba(0, 0, 0, .54)
color: rgba(0, 0, 0, 0.54);
}
.guide-date-tab-button.emby-tab-button-active,
.guide-date-tab-button:focus {
color: #00a4dc
color: #00a4dc;
}
.guide-date-tab-button.show-focus:focus {
background-color: #00a4dc;
color: #fff
color: #fff;
}
.infoBanner {
color: #000;
background: #fff3a5;
padding: 1em;
border-radius: .25em
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
}
.ratingbutton-icon-withrating {
color: #c33
color: #c33;
}
.downloadbutton-icon-complete,
.downloadbutton-icon-on {
color: #4285F4
color: #4285f4;
}
.playstatebutton-icon-played {
color: #c33
color: #c33;
}
.repeatButton-active {
color: #4285F4
color: #4285f4;
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #00a4dc !important
border-color: #00a4dc !important;
}
.metadataSidebarIcon {
color: #00a4dc
color: #00a4dc;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

View file

Before

Width:  |  Height:  |  Size: 293 KiB

After

Width:  |  Height:  |  Size: 293 KiB

Before After
Before After

View file

@ -1,58 +1,65 @@
.skinHeader,
html {
color: #f8f8fe;
color: rgba(248, 248, 254, 0.973)
color: rgba(248, 248, 254, 0.973);
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #303030
background-color: #303030;
}
.emby-collapsible-button {
border-color: #383838;
border-color: rgba(255, 255, 255, .135)
border-color: rgba(255, 255, 255, 0.135);
}
.skinHeader-withBackground {
background: #000420;
background: linear-gradient(to right, #000420 0%,#06256f 18%,#2b052b 38%,#2b052b 68%,#06256f 81%,#000420 100%);
background: -moz-linear-gradient(left, #000420 0%, #06256f 18%, #2b052b 38%, #2b052b 68%, #06256f 81%, #000420 100%);
background: -webkit-linear-gradient(left, #000420 0%, #06256f 18%, #2b052b 38%, #2b052b 68%, #06256f 81%, #000420 100%);
background: linear-gradient(to right, #000420 0%, #06256f 18%, #2b052b 38%, #2b052b 68%, #06256f 81%, #000420 100%);
}
.skinHeader.semiTransparent {
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
background-color: rgba(0, 0, 0, .3);
background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0))
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
background: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
background-color: rgba(0, 0, 0, 0.3);
}
.pageTitleWithDefaultLogo {
background-image: url(../logowhite.png)
background-image: url(../../assets/img/banner-light.png);
}
.dialog,
html {
background-color: #230c33
background-color: #230c33;
}
.backgroundContainer {
background: url(bg.jpg) center top no-repeat #030322;
background-size: cover
-webkit-background-size: cover;
background-size: cover;
}
.backgroundContainer.withBackdrop {
opacity: .86
opacity: 0.86;
}
@media (orientation:portrait) {
@media (orientation: portrait) {
.backgroundContainer {
background-position: 30% top
background-position: 30% top;
}
}
.paper-icon-button-light:hover:not(:disabled) {
color: rgb(12, 232, 214);
background-color: rgba(0,164,220, .2);
background-color: rgba(0, 164, 220, 0.2);
}
.paper-icon-button-light.show-focus:focus {
@ -60,35 +67,35 @@ html {
}
progress {
border-radius: .4em;
border-radius: 0.4em;
}
progress::-webkit-progress-bar {
border-radius: .4em;
border-radius: 0.4em;
}
progress::-moz-progress-bar {
border-radius: .4em;
border-radius: 0.4em;
}
progress::-webkit-progress-value {
border-radius: .4em;
border-radius: 0.4em;
}
.fab,
.raised {
background: rgba(0, 0, 0, .5);
color: rgba(255, 255, 255, .87);
background: rgba(0, 0, 0, 0.5);
color: rgba(255, 255, 255, 0.87);
}
.fab:focus,
.raised:focus {
background: #ff77f1
background: #ff77f1;
}
div[data-role=controlgroup] a.ui-btn-active {
background: #55828b !important;
color: #e1e5f2 !important
color: #e1e5f2 !important;
}
a[data-role=button] {
@ -106,7 +113,21 @@ a[data-role=button] {
.button-alt,
.btnOption {
background: rgb(72, 195, 200);
color: rgb(225, 229, 242)
color: rgb(225, 229, 242);
}
#btnResetPassword,
.btnForgotPassword,
.btnCancel,
.button-cancel {
background: rgba(0, 0, 0, 0.5);
color: rgba(255, 255, 255, 0.87);
}
.alphaPickerButton {
color: #999;
color: rgba(255, 255, 255, 0.5);
background-color: transparent;
}
#btnResetPassword:hover,
@ -128,39 +149,31 @@ a[data-role=button] {
.btnManual:hover,
.block:hover {
background: rgb(12, 232, 214);
color: rgba(255, 255, 255, .87)
color: rgba(255, 255, 255, 0.87);
}
.button-submit:focus {
background: #ff77f1
background: #ff77f1;
}
.button-delete {
background: rgb(247, 0, 0);
color: rgba(255, 255, 255, .87)
}
#btnResetPassword,
.btnForgotPassword,
.btnCancel,
.button-cancel {
background: rgba(0, 0, 0, .5);
color: rgba(255, 255, 255, .87);
color: rgba(255, 255, 255, 0.87);
}
.itemName {
color: #f1f7ee
color: #f1f7ee;
}
.textareaLabel,
.sectionTitle,
.fieldDescription,
.checkboxLabel {
color: #f1f7ee
color: #f1f7ee;
}
.checkboxLabel {
color: inherit
color: inherit;
}
.selectLabel,
@ -176,15 +189,15 @@ a[data-role=button] {
.inputLabelFocused,
.selectLabelFocused,
.textareaLabelFocused {
color: #ff77f1
color: #ff77f1;
}
.checkboxOutline {
border-color: currentColor
border-color: currentColor;
}
.cardContent {
border-radius: 1.000em
border-radius: 1em;
}
.collapseContent,
@ -192,36 +205,37 @@ a[data-role=button] {
.formDialogHeader:not(.formDialogHeader-clear),
.paperList,
.visualCardBox {
background-color: rgba(0, 0, 0, .5);
border-radius: 1.000em
background-color: rgba(0, 0, 0, 0.5);
border-radius: 1em;
}
.cardOverlayContainer {
border-radius: 0.8em;
}
.visualCardBox .cardOverlayContainer {
border-bottom-right-radius: 0em;
border-bottom-left-radius: 0em;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.defaultCardBackground1 {
background-color: #d2b019
background-color: #d2b019;
}
.defaultCardBackground2 {
background-color: #338abb
background-color: #338abb;
}
.defaultCardBackground3 {
background-color: #6b689d
background-color: #6b689d;
}
.defaultCardBackground4 {
background-color: #dd452b
background-color: #dd452b;
}
.defaultCardBackground5 {
background-color: #5ccea9
background-color: #5ccea9;
}
.cardText-secondary,
@ -232,150 +246,145 @@ a[data-role=button] {
.programSecondaryTitle,
.secondaryText {
color: #999;
color: rgba(255, 255, 255, .5)
color: rgba(255, 255, 255, 0.5);
}
.actionsheetDivider {
background: #444;
background: rgba(255, 255, 255, .14)
background: rgba(255, 255, 255, 0.14);
}
.cardFooter-vibrant .cardText-secondary {
color: inherit;
opacity: .5
opacity: 0.5;
}
.actionSheetMenuItem:hover {
background-color: rgba(0, 0, 0, .5)
background-color: rgba(0, 0, 0, 0.5);
}
.toast {
background: #303030;
color: #f8f8fe;
color: rgba(255, 255, 255, .87)
color: rgba(255, 255, 255, 0.87);
}
.appfooter {
background: #06256f;
color: #ccc;
color: rgba(255, 255, 255, .78)
color: rgba(255, 255, 255, 0.78);
}
@supports (backdrop-filter:blur(10px)) {
@supports (backdrop-filter:blur(10px)) or (-webkit-backdrop-filter:blur(10px)) {
.appfooter-blurred {
background: rgba(6, 37, 111, .7);
backdrop-filter: blur(20px)
background: rgba(6, 37, 111, 0.7);
backdrop-filter: blur(20px);
}
}
.itemSelectionPanel {
border: 1px solid #48C3C8
border: 1px solid #48c3c8;
}
.selectionCommandsPanel {
background: #48C3C8;
color: #f8f8fe
background: #48c3c8;
color: #f8f8fe;
}
.upNextDialog-countdownText {
color: #48C3C8
}
.alphaPickerButton {
color: #999;
color: rgba(255, 255, 255, .5);
background-color: transparent
color: #48c3c8;
}
.alphaPickerButton-selected {
color: #0ce8d6
color: #0ce8d6;
}
.alphaPickerButton-tv:focus {
background: #ff77f1;
color: #f8f8fe !important
color: #f8f8fe !important;
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #1c1c1c;
background: rgba(30, 30, 30, .9)
background: rgba(30, 30, 30, 0.9);
}
.listItem-border {
border-color: rgba(255, 255, 255, .1) !important
border-color: rgba(255, 255, 255, 0.1) !important;
}
.listItem:focus {
background: rgba(0, 0, 0, .3)
background: rgba(0, 0, 0, 0.3);
}
.progressring-spiner {
border-color: #48C3C8
border-color: #48c3c8;
}
.button-flat-accent,
.button-link {
color: #48C3C8
color: #48c3c8;
}
.mediaInfoText {
color: #f8f8fe;
background: rgba(170, 170, 190, .2)
background: rgba(170, 170, 190, 0.2);
}
.mediaInfoTimerIcon,
.starIcon {
color: #f2b01e
color: #f2b01e;
}
.emby-input,
.emby-textarea {
color: inherit;
background: rgba(0, 0, 0, .5);
background: rgba(0, 0, 0, 0.5);
border: 0.16em solid transparent;
border-radius: 0.2em
-webkit-border-radius: 0.2em;
border-radius: 0.2em;
}
.emby-input:focus,
.emby-textarea:focus {
border-color: #ff77f1
border-color: #ff77f1;
}
.emby-select-withcolor {
color: inherit;
background: rgba(0, 0, 0, .5);
border: .07em solid transparent
background: rgba(0, 0, 0, 0.5);
border: 0.07em solid transparent;
}
.emby-select-withcolor>option {
.emby-select-withcolor > option {
color: inherit;
background: #030322d7
background: #030322d7;
}
.emby-select-withcolor:focus {
border-color: #ff77f1 !important
border-color: #ff77f1 !important;
}
.emby-select-tv-withcolor:focus {
background-color: #ff77f1 !important;
color: #fff !important
color: #fff !important;
}
.emby-checkbox:checked+span+.checkboxOutline {
.emby-checkbox:checked + span + .checkboxOutline {
background-color: #030322;
border:2px solid rgb(72, 195, 200);
border: 2px solid rgb(72, 195, 200);
}
.emby-checkbox:checked + span + .checkboxOutline > .checkboxIcon-checked {
color: rgb(12, 232, 214);
}
.emby-checkbox:focus:not(:checked)+span+.checkboxOutline {
border:2px solid #ff77f1;
.emby-checkbox:focus + span + .checkboxOutline {
border-color: #ff77f1;
}
.emby-checkbox:focus+span+.checkboxOutline {
border-color: #ff77f1;
.emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
border: 2px solid #ff77f1;
}
.itemProgressBarForeground {
@ -383,7 +392,7 @@ a[data-role=button] {
}
.itemProgressBarForeground-recording {
background-color: #CB272A
background-color: #cb272a;
}
.countIndicator,
@ -393,30 +402,30 @@ a[data-role=button] {
}
.fullSyncIndicator {
color: #fff
color: #fff;
}
.mainDrawer {
color: #f8f8fe;
background: rgba(0, 0, 0, .5)
background: rgba(0, 0, 0, 0.5);
}
.drawer-open {
background-color: #030322
background-color: #030322;
}
.navMenuOption:hover {
background: rgba(221, 221, 221, 0.068)
background: rgba(221, 221, 221, 0.068);
}
.navMenuOption-selected {
background: #6f0765 !important;
color: #f8f8fe
color: #f8f8fe;
}
.emby-button.show-focus:focus {
background: #8ae9c1;
color: #f8f8fe
color: #f8f8fe;
}
.emby-tab-button {
@ -438,129 +447,82 @@ a[data-role=button] {
.channelPrograms,
.guide-channelHeaderCell,
.programCell {
border-color: rgba(255, 255, 255, .05)
border-color: rgba(255, 255, 255, 0.05);
}
.programCell-sports {
background: #3949AB !important
background: #3949ab !important;
}
.programCell-movie {
background: #5E35B1 !important
background: #5e35b1 !important;
}
.programCell-kids {
background: #039BE5 !important
background: #039be5 !important;
}
.programCell-news {
background: #43A047 !important
background: #43a047 !important;
}
.programCell-active {
background: rgba(0, 0, 0, .4) !important
background: rgba(0, 0, 0, 0.4) !important;
}
.guide-channelHeaderCell:focus,
.programCell:focus {
background-color: #48C3C8 !important;
color: #fff !important
background-color: #48c3c8 !important;
color: #fff !important;
}
.guide-programTextIcon {
color: #1e1e1e;
background: #555
background: #555;
}
.guide-headerTimeslots {
color: inherit
color: inherit;
}
.guide-date-tab-button {
color: #555;
color: rgba(255, 255, 255, .3)
color: rgba(255, 255, 255, 0.3);
}
.guide-date-tab-button.emby-tab-button-active,
.guide-date-tab-button:focus {
color: #ff77f1
color: #ff77f1;
}
.guide-date-tab-button.show-focus:focus {
background-color: #48C3C8;
color: #fff
background-color: #48c3c8;
color: #fff;
}
.infoBanner {
color: #0e0f2d;
background: #dbe6ff;
padding: 1em;
border-radius: .25em
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
}
.ratingbutton-icon-withrating {
color: #c33
color: #c33;
}
.downloadbutton-icon-complete,
.downloadbutton-icon-on {
color: #4285F4
color: #4285f4;
}
.playstatebutton-icon-played {
color: #c33
color: #c33;
}
.repeatButton-active {
color: #4285F4
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #ff77f1 !important
}
.layout-desktop,
.scrollY {
scrollbar-width: thin;
scrollbar-color: #888 rgba(59, 59, 59, 0.5)
}
.layout-desktop ::-webkit-scrollbar {
width: .4em;
height: 1em
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
::-webkit-scrollbar-track-piece {
background-color: rgba(59, 59, 59, 0.5)
}
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical {
border-radius: 2px;
background: center no-repeat #888
}
.timeslotHeaders-desktop::-webkit-scrollbar {
height: .7em
}
.mediaInfoOfficialRating {
border: .09em solid #583fa0;
background-color: #dbe6ff;
color: #0e0f2d;
}
.metadataSidebarIcon {
color: #dbe6ff
}
.personCard .overflowPortraitCard {
width: 40vw;
color: #4285f4;
}
.personCard .cardScalable {
@ -568,17 +530,67 @@ a[data-role=button] {
border: 1px solid rgb(255, 255, 255);
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #ff77f1 !important;
}
.layout-desktop,
.scrollY {
scrollbar-width: thin;
scrollbar-color: #888 rgba(59, 59, 59, 0.5);
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-track-piece {
background-color: rgba(59, 59, 59, 0.5);
}
.layout-desktop ::-webkit-scrollbar {
width: 0.4em;
height: 1em;
}
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical {
border-radius: 2px;
-webkit-border-radius: 2px;
background: center no-repeat #888;
}
.timeslotHeaders-desktop::-webkit-scrollbar {
height: 0.7em;
}
.mediaInfoOfficialRating {
border: 0.09em solid #583fa0;
background-color: #dbe6ff;
color: #0e0f2d;
}
.metadataSidebarIcon {
color: #dbe6ff;
}
.personCard .overflowPortraitCard {
width: 40vw;
}
.personCard .cardPadder-overflowPortrait,
.personCard .cardPadder-portrait {
padding-bottom: 100%;
contain: strict;
}
.personCard .coveredImage {
.personCard .coveredImage {
clip-path: circle(50% at 50% 50%);
}
.personCard .cardOverlayContainer {
.personCard .cardOverlayContainer {
clip-path: circle(50% at 50% 50%);
}

View file

@ -1,54 +1,64 @@
html {
color: #eee;
color: rgba(255, 255, 255, .9);
background-color: #0F3562
color: rgba(255, 255, 255, 0.9);
background-color: #0f3562;
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #0C2450
background-color: #0c2450;
}
.emby-collapsible-button {
border-color: #383838;
border-color: rgba(255, 255, 255, .135)
border-color: rgba(255, 255, 255, 0.135);
}
.skinHeader {
color: #ccc;
color: rgba(255, 255, 255, .78)
color: rgba(255, 255, 255, 0.78);
}
.formDialogHeader:not(.formDialogHeader-clear),
.skinHeader-withBackground {
background-color: #0C2450;
background: linear-gradient(to bottom, #0C2450, #081B3B)
background: -webkit-gradient(linear, left top, left bottom, from(#0c2450), to(#081b3b));
background: -webkit-linear-gradient(top, #0c2450, #081b3b);
background: -o-linear-gradient(top, #0c2450, #081b3b);
background: linear-gradient(to bottom, #0c2450, #081b3b);
background-color: #0c2450;
}
.skinHeader.semiTransparent {
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
background-color: rgba(0, 0, 0, .3);
background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0))
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
background: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
background-color: rgba(0, 0, 0, 0.3);
}
.pageTitleWithDefaultLogo {
background-image: url(../logowhite.png)
background-image: url(../../assets/img/banner-light.png);
}
.backgroundContainer,
.dialog {
background-color: #0F3562;
background: linear-gradient(to bottom, #0F3562, #1162A4, #03215F)
background: -webkit-gradient(linear, left top, left bottom, from(#0f3562), color-stop(#1162a4), to(#03215f));
background: -webkit-linear-gradient(top, #0f3562, #1162a4, #03215f);
background: -o-linear-gradient(top, #0f3562, #1162a4, #03215f);
background: linear-gradient(to bottom, #0f3562, #1162a4, #03215f);
background-color: #0f3562;
}
.backgroundContainer.withBackdrop {
background: rgba(17, 98, 164, .9)
background: rgba(17, 98, 164, 0.9);
}
.paper-icon-button-light:hover:not(:disabled) {
color: #00a4dc;
background-color: rgba(0,164,220, .2);
background-color: rgba(0, 164, 220, 0.2);
}
.paper-icon-button-light.show-focus:focus {
@ -58,31 +68,31 @@ html {
.fab,
.raised {
background: #082845;
color: #fff
color: #fff;
}
.fab:focus,
.raised:focus {
background: #143451
background: #143451;
}
.button-submit {
background: #00a4dc;
color: #fff
color: #fff;
}
.button-submit:focus {
background: #0cb0e8;
color: #fff
color: #fff;
}
.button-delete {
background: rgb(247, 0, 0);
color: rgba(255, 255, 255, .87)
color: rgba(255, 255, 255, 0.87);
}
.checkboxLabel {
color: inherit
color: inherit;
}
.checkboxListLabel,
@ -91,43 +101,43 @@ html {
.paperListLabel,
.textareaLabelUnfocused {
color: #bbb;
color: rgba(255, 255, 255, .7)
color: rgba(255, 255, 255, 0.7);
}
.inputLabelFocused,
.selectLabelFocused,
.textareaLabelFocused {
color: #00a4dc
color: #00a4dc;
}
.checkboxOutline {
border-color: currentColor
border-color: currentColor;
}
.collapseContent,
.paperList,
.visualCardBox {
background-color: #0F3562
background-color: #0f3562;
}
.defaultCardBackground1 {
background-color: #d2b019
background-color: #d2b019;
}
.defaultCardBackground2 {
background-color: #338abb
background-color: #338abb;
}
.defaultCardBackground3 {
background-color: #6b689d
background-color: #6b689d;
}
.defaultCardBackground4 {
background-color: #dd452b
background-color: #dd452b;
}
.defaultCardBackground5 {
background-color: #5ccea9
background-color: #5ccea9;
}
.cardText-secondary,
@ -138,170 +148,174 @@ html {
.programSecondaryTitle,
.secondaryText {
color: #999;
color: rgba(255, 255, 255, .5)
color: rgba(255, 255, 255, 0.5);
}
.actionsheetDivider {
background: #ddd;
background: rgba(255, 255, 255, .14)
background: rgba(255, 255, 255, 0.14);
}
.cardFooter-vibrant .cardText-secondary {
color: inherit;
opacity: .5
opacity: 0.5;
}
.toast {
background: #081B3B;
background: #081b3b;
color: #fff;
color: rgba(255, 255, 255, .87)
color: rgba(255, 255, 255, 0.87);
}
.appfooter,
.formDialogFooter:not(.formDialogFooter-clear) {
background: #0C2450;
background: linear-gradient(to top, #0C2450, #081B3B);
color: rgba(255, 255, 255, .78)
background: #0c2450;
background: -webkit-gradient(linear, left bottom, left top, from(#0c2450), to(#081b3b));
background: -webkit-linear-gradient(bottom, #0c2450, #081b3b);
background: -o-linear-gradient(bottom, #0c2450, #081b3b);
background: linear-gradient(to top, #0c2450, #081b3b);
color: rgba(255, 255, 255, 0.78);
}
.itemSelectionPanel {
border: 1px solid #00a4dc
border: 1px solid #00a4dc;
}
.selectionCommandsPanel {
background: #00a4dc;
color: #fff
color: #fff;
}
.upNextDialog-countdownText {
color: #00a4dc
color: #00a4dc;
}
.alphaPickerButton {
color: #999;
color: rgba(255, 255, 255, .5);
background-color: transparent
color: rgba(255, 255, 255, 0.5);
background-color: transparent;
}
.alphaPickerButton-selected,
.alphaPickerButton-tv:focus {
background-color: #00a4dc;
color: #fff !important
color: #fff !important;
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #1c1c1c;
background: rgba(0, 0, 0, .3)
background: rgba(0, 0, 0, 0.3);
}
.listItem-border {
border-color: rgba(0, 0, 0, .3) !important
border-color: rgba(0, 0, 0, 0.3) !important;
}
.listItem:focus {
background: #333
background: #333;
}
.progressring-spiner {
border-color: #00a4dc
border-color: #00a4dc;
}
.button-flat-accent,
.button-link {
color: #00a4dc
color: #00a4dc;
}
.mediaInfoText {
color: #ddd;
background: rgba(170, 170, 190, .2)
background: rgba(170, 170, 190, 0.2);
}
.mediaInfoTimerIcon,
.starIcon {
color: #CB272A
color: #cb272a;
}
.emby-input,
.emby-textarea {
color: inherit;
background: rgba(255, 255, 255, .2);
border: 0.16em solid rgba(255, 255, 255, .135);
border-radius: 0.2em
background: rgba(255, 255, 255, 0.2);
border: 0.16em solid rgba(255, 255, 255, 0.135);
-webkit-border-radius: 0.2em;
border-radius: 0.2em;
}
.emby-input:focus,
.emby-textarea:focus {
border-color: #00a4dc
border-color: #00a4dc;
}
.emby-select-withcolor {
color: inherit;
background: rgba(255, 255, 255, .2);
border: .07em solid rgba(255, 255, 255, .135)
background: rgba(255, 255, 255, 0.2);
border: 0.07em solid rgba(255, 255, 255, 0.135);
}
.emby-checkbox:checked+span+.checkboxOutline,
.emby-checkbox:checked + span + .checkboxOutline,
.emby-select-withcolor:focus {
border-color: #00a4dc
}
.emby-checkbox:focus+span+.checkboxOutline {
border-color: #fff;
}
.emby-checkbox:focus:not(:checked)+span+.checkboxOutline {
border-color: #00a4dc;
}
.emby-select-withcolor>option {
.emby-checkbox:focus + span + .checkboxOutline {
border-color: #fff;
}
.emby-checkbox:checked + span + .checkboxOutline,
.itemProgressBarForeground {
background-color: #00a4dc;
}
.emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
border-color: #00a4dc;
}
.emby-select-withcolor > option {
color: #000;
background: #fff
background: #fff;
}
.emby-select-tv-withcolor:focus {
background-color: #00a4dc;
color: #fff
}
.emby-checkbox:checked+span+.checkboxOutline,
.itemProgressBarForeground {
background-color: #00a4dc
color: #fff;
}
.itemProgressBarForeground-recording {
background-color: #CB272A
background-color: #cb272a;
}
.countIndicator,
.fullSyncIndicator,
.playedIndicator {
background: #00a4dc
background: #00a4dc;
}
.fullSyncIndicator {
color: #fff
color: #fff;
}
.mainDrawer {
background-color: #0F3562;
background-color: #0f3562;
color: #ccc;
color: rgba(255, 255, 255, .7)
color: rgba(255, 255, 255, 0.7);
}
.actionSheetMenuItem:hover,
.navMenuOption:hover {
background: #252528;
background: rgba(0, 0, 0, .2)
background: rgba(0, 0, 0, 0.2);
}
.navMenuOption-selected {
background: #00a4dc !important;
color: #fff
color: #fff;
}
.emby-button.show-focus:focus {
background: #00a4dc;
color: #fff
color: #fff;
}
.emby-tab-button {
@ -309,7 +323,7 @@ html {
}
.emby-tab-button-active {
color: #fff
color: #fff;
}
.emby-tab-button.show-focus:focus {
@ -324,107 +338,110 @@ html {
.guide-channelHeaderCell,
.programCell {
border-color: #999;
border-color: rgba(255, 255, 255, .1)
border-color: rgba(255, 255, 255, 0.1);
}
.programCell-sports {
background: #3949AB !important
background: #3949ab !important;
}
.programCell-movie {
background: #5E35B1 !important
background: #5e35b1 !important;
}
.programCell-kids {
background: #039BE5 !important
background: #039be5 !important;
}
.programCell-news {
background: #43A047 !important
background: #43a047 !important;
}
.programCell-active {
background: rgba(0, 0, 0, .3) !important
background: rgba(0, 0, 0, 0.3) !important;
}
.guide-channelHeaderCell:focus,
.programCell:focus {
background-color: #00a4dc !important;
color: #fff !important
color: #fff !important;
}
.guide-programTextIcon {
color: #1e1e1e;
background: #555
background: #555;
}
.guide-headerTimeslots {
color: inherit
color: inherit;
}
.guide-date-tab-button {
color: #555;
color: rgba(255, 255, 255, .3)
color: rgba(255, 255, 255, 0.3);
}
.guide-date-tab-button.emby-tab-button-active,
.guide-date-tab-button:focus {
color: #00a4dc
color: #00a4dc;
}
.guide-date-tab-button.show-focus:focus {
background-color: #00a4dc;
color: #fff
color: #fff;
}
.infoBanner {
color: #000;
background: #fff3a5;
padding: 1em;
border-radius: .25em
-webkit-border-radius: 0.25em;
border-radius: 0.25em;
}
.ratingbutton-icon-withrating {
color: #c33
color: #c33;
}
.downloadbutton-icon-complete,
.downloadbutton-icon-on {
color: #4285F4
color: #4285f4;
}
.playstatebutton-icon-played {
color: #c33
color: #c33;
}
.repeatButton-active {
color: #4285F4
color: #4285f4;
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #fff !important
border-color: #fff !important;
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-track-piece {
background-color: #081b3b;
}
.layout-desktop ::-webkit-scrollbar {
width: 1em;
height: 1em
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
::-webkit-scrollbar-track-piece {
background-color: #081B3B
height: 1em;
}
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical {
border-radius: 2px;
background: center no-repeat rgba(255, 255, 255, .7)
-webkit-border-radius: 2px;
background: center no-repeat rgba(255, 255, 255, 0.7);
}
.metadataSidebarIcon {
color: #00a4dc
color: #00a4dc;
}