1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Unminify using 1.5.323

Repo with tag: https://github.com/MediaBrowser/emby-webcomponents/tree/1.5.323
This commit is contained in:
Vasily 2019-01-10 15:39:37 +03:00
parent 4678528d00
commit de6ac33ec1
289 changed files with 78483 additions and 54701 deletions

View file

@ -1,443 +1,446 @@
.skinHeader,
html {
html, .skinHeader {
color: #222;
color: rgba(0, 0, 0, .87)
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #52B54B
color: rgba(0, 0, 0, .87);
}
.emby-collapsible-button {
border-color: #ccc;
border-color: rgba(0, 0, 0, .158)
border-color: rgba(0, 0, 0, .158);
}
.collapseContent {
background-color: #eaeaea
background-color: #eaeaea;
}
.skinHeader-withBackground {
background-color: #52B54B;
-webkit-box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37);
box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37);
color: #fff
box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37);
color: #fff;
/*background-image: linear-gradient(to right,#BCBCBC, #A7B4B7, #BEB5A5, #ADBEC2, #B9C7CB);*/
}
.osdHeader {
-webkit-box-shadow: none !important;
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, .3);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
background: -o-linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
background: 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));
}
.pageTitleWithDefaultLogo {
background-image: url(../logowhite.png)
background-image: url(../logowhite.png);
}
.backgroundContainer,
html {
background-color: #f2f2f2
html, .backgroundContainer {
background-color: #f2f2f2;
/*background-image: linear-gradient(to bottom,#C2D4DE, #EBFAFE, #E3DCD4, #CED6D8, #C0D3DA);*/
}
.backgroundContainer.withBackdrop {
background-color: rgba(255, 255, 255, .94)
}
.backgroundContainer.withBackdrop {
background-color: rgba(255,255,255, .94);
}
.dialog {
background-color: #f0f0f0
background-color: #f0f0f0;
}
/* buttons */
.paper-icon-button-light:focus {
color: #52B54B;
background-color: rgba(82, 181, 75, .2)
background-color: rgba(82, 181, 75, 0.2);
}
.skinHeader-withBackground .paper-icon-button-light:focus {
color: #fff;
background-color: rgba(255, 255, 255, .2)
background-color: rgba(255, 255, 255, 0.2);
}
.skinHeader-withBackground .button-link {
color: #fff
color: #fff;
}
.fab,
.raised {
.raised, .fab {
background: #d8d8d8;
color: inherit
color: inherit;
}
.fab:focus,
.raised:focus {
background: #ccc;
color: inherit
}
.raised:focus, .fab:focus {
background: #ccc;
color: inherit;
}
.button-submit {
background: #52B54B;
color: #fff
color: #fff;
}
.button-submit:focus {
background: #5EC157;
color: #fff
}
.button-submit:focus {
background: #5EC157;
color: #fff;
}
.checkboxLabel {
color: inherit
color: inherit;
}
.checkboxListLabel,
.inputLabel,
.inputLabelUnfocused,
.paperListLabel,
.textareaLabelUnfocused {
color: #555
.paperListLabel, .inputLabelUnfocused, .textareaLabelUnfocused, .inputLabel, .checkboxListLabel {
color: #555;
}
.button-link,
.inputLabelFocused,
.selectLabelFocused,
.textareaLabelFocused {
color: green
.selectLabelFocused, .textareaLabelFocused, .inputLabelFocused, .button-link {
color: green;
}
.checkboxOutline {
border-color: currentColor
border-color: currentColor;
}
.paperList,
.visualCardBox {
background-color: #fff
.paperList, .visualCardBox {
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: #52B54B;
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,.08);
color: inherit;
}
.cardText-secondary,
.fieldDescription,
.guide-programNameCaret,
.listItem .secondary,
.nowPlayingBarSecondaryText,
.programSecondaryTitle,
.secondaryText {
color: #888
.listItem .secondary, .nowPlayingBarSecondaryText, .secondaryText, .fieldDescription, .cardText-secondary, .programSecondaryTitle, .guide-programNameCaret {
color: #888;
}
.actionsheetDivider {
background: #ddd;
background: rgba(0, 0, 0, .14)
background: rgba(0, 0, 0, .14);
}
.cardFooter-vibrant .cardText-secondary {
color: inherit;
opacity: .5
opacity: .5;
}
.formDialogHeader a,
.toast {
color: #fff
.formDialogHeader a {
color: #fff;
}
.actionSheetMenuItem:hover {
background-color: #ddd
background-color: #ddd;
}
.toast {
background: #303030;
color: rgba(255, 255, 255, .87)
color: #fff;
color: rgba(255, 255, 255, .87);
}
/* appfooter */
.appfooter {
background: #282828;
color: #ccc;
color: rgba(255, 255, 255, .78)
color: rgba(255, 255, 255, .78);
}
@supports (backdrop-filter:blur(10px)) or (-webkit-backdrop-filter:blur(10px)) {
@supports ( (backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px)) ) {
.appfooter-blurred {
background: rgba(24, 24, 24, .7);
background: rgba(24,24,24,.7);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px)
backdrop-filter: blur(20px);
}
}
.nowPlayingBarSecondaryText {
color: #999
color: #999;
}
/* Multi-select */
.itemSelectionPanel {
border: 1px solid #52B54B
border: 1px solid #52B54B;
}
.selectionCommandsPanel {
background: #52B54B;
color: #fff
color: #fff;
}
/* upNextDialog */
.upNextDialog-countdownText {
color: #52B54B
color: #52B54B;
}
/* alphaPicker */
.alphaPickerButton {
color: #555;
color: rgba(0, 0, 0, .7);
background-color: transparent
background-color: transparent;
}
.alphaPickerButton-selected,
.alphaPickerButton-tv:focus {
.alphaPickerButton-selected, .alphaPickerButton-tv:focus {
background-color: #52B54B;
color: #fff !important
color: #fff !important;
}
/* listItem */
.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: #52B54B
border-color: #52B54B;
}
.mediaInfoText {
color: #333;
background: #fff
background: #fff;
}
.mediaInfoTimerIcon,
.starIcon {
color: #CB272A
color: #CB272A;
}
.emby-input,
.emby-textarea {
.mediaInfoTimerIcon {
color: #CB272A;
}
/* inputs */
.emby-input, .emby-textarea {
color: inherit;
background: #fff;
border: .07em solid rgba(0, 0, 0, .158);
-webkit-border-radius: .15em;
border-radius: .15em
border-radius: .15em;
}
.emby-input:focus,
.emby-textarea:focus {
border-color: #52B54B
}
.emby-input:focus, .emby-textarea:focus {
border-color: #52B54B;
}
/* select */
.emby-select-withcolor {
color: inherit;
background: #fff;
border: .07em solid rgba(0, 0, 0, .158)
border: .07em solid rgba(0, 0, 0, .158);
}
.emby-checkbox:checked+span+span+.checkboxOutline,
.emby-select-withcolor:focus {
border-color: #52B54B
}
.emby-select-withcolor > option {
color: #000;
background: #fff;
}
.emby-select-withcolor>option {
color: #000;
background: #fff
}
.emby-select-withcolor:focus {
border-color: #52B54B;
}
.emby-select-tv-withcolor:focus {
background-color: #52B54B;
color: #fff
color: #fff;
}
.emby-checkbox:focus+span+.emby-checkbox-focushelper {
background-color: rgba(82, 181, 75, .26)
/* checkbox */
.emby-checkbox:checked + span + span + .checkboxOutline {
border-color: #52B54B;
}
.emby-checkbox:checked+span+span+.checkboxOutline,
.emby-checkbox:focus + span + .emby-checkbox-focushelper {
background-color: rgba(82, 181, 75, 0.26);
}
.emby-checkbox:checked + span + span + .checkboxOutline {
background-color: #52B54B;
}
/* indicators */
.itemProgressBarForeground {
background-color: #52B54B
background-color: #52B54B;
}
.itemProgressBarForeground-recording {
background-color: #CB272A
background-color: #CB272A;
}
.countIndicator {
background: #52B54B;
}
.countIndicator,
.fullSyncIndicator,
.playedIndicator {
background: #52B54B
background: #52B54B;
}
.fullSyncIndicator {
color: #fff
background: #52B54B;
color: #fff;
}
/* main nav drawer */
.mainDrawer {
background: #fff
background: #fff;
}
.navMenuOption:hover {
background: #f2f2f2
background: #f2f2f2;
}
.navMenuOption-selected {
background: #52B54B !important;
color: #fff
color: #fff;
}
/* emby-button */
.emby-button-focusscale:focus {
background: #52B54B;
color: #fff
color: #fff;
}
/* emby-tabs */
.emby-tab-button {
color: #fff;
color: rgba(255, 255, 255, .5)
color: rgba(255, 255, 255, .5);
}
.emby-tab-button-active,
.emby-tab-button-active.emby-button-tv {
.emby-tab-button-active {
color: #fff;
color: rgba(255, 255, 255, 1)
color: rgba(255, 255, 255, 1);
}
.emby-tab-button-active.emby-button-tv {
color: #fff;
color: rgba(255, 255, 255, 1);
}
.emby-tab-button.emby-button-tv:focus {
color: #fff;
color: rgba(255, 255, 255, 1);
background: 0 0
background: transparent;
}
.channelPrograms,
.guide-channelHeaderCell,
.programCell {
border-color: rgba(0, 0, 0, .12)
/* guide */
.guide-channelHeaderCell, .channelPrograms, .programCell {
border-color: rgba(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,.1) !important;
}
.guide-channelHeaderCell:focus,
.programCell:focus {
.programCell:focus, .guide-channelHeaderCell: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(0, 0, 0, .54)
color: rgba(0, 0, 0, .54);
}
.guide-date-tab-button.emby-tab-button-active,
.guide-date-tab-button:focus {
color: #52B54B
}
.guide-date-tab-button.emby-tab-button-active {
color: #52B54B;
}
.guide-date-tab-button.emby-button-tv:focus {
background-color: #52B54B;
color: #fff
}
.guide-date-tab-button:focus {
color: #52B54B;
}
.guide-date-tab-button.emby-button-tv:focus {
background-color: #52B54B;
color: #fff;
}
/* detail screen */
.itemBackdropFader {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#f2f2f2));
background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #f2f2f2);
background: -o-linear-gradient(rgba(0, 0, 0, 0), #f2f2f2);
background: linear-gradient(rgba(0, 0, 0, 0), #f2f2f2)
background: linear-gradient(rgba(0,0,0,0), #f2f2f2);
}
/* used by directory picker and other areas */
.infoBanner {
color: #000;
background: #fff3a5;
padding: 1em;
-webkit-border-radius: .25em;
border-radius: .25em
border-radius: .25em;
}
/* buttons */
.ratingbutton-icon-withrating {
color: #c33
color: #cc3333;
}
.downloadbutton-icon-complete,
.downloadbutton-icon-on {
color: #4285F4
color: #4285F4;
}
.downloadbutton-icon-complete {
color: #4285F4;
}
.playstatebutton-icon-played {
color: #c33
color: #cc3333;
}
.repeatButton-active {
color: #4285F4
color: #4285F4;
}
/* cards */
.card:focus .card-focuscontent {
border-color: #52B54B
border-color: #52B54B;
}