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,29 +1,28 @@
.slideshowDialog,
.slideshowSwiperContainer,
.swiper-slide,
.swiper-wrapper {
background: #000
.slideshowDialog {
/* Themes may use non-black backgrounds for dialogs, so override that here */
background: #000;
}
.slideshowImage,
.slideshowSwiperContainer {
.slideshowSwiperContainer, .swiper-wrapper, .swiper-slide {
background: #000;
}
.slideshowImage, .slideshowSwiperContainer {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
background-position: center center;
-webkit-background-size: contain;
background-size: contain;
background-repeat: no-repeat;
margin: 0 !important;
color: #fff;
line-height: normal
line-height: normal;
}
.slideshowImage-cover {
-webkit-background-size: cover;
background-size: cover
background-size: cover;
}
.slideshowImageText {
@ -32,8 +31,9 @@
right: .5em;
color: #fff;
z-index: 1002;
font-weight: 400;
text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000
font-weight: normal;
/* Add an outline */
text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.swiper-slide-img {
@ -41,86 +41,73 @@
height: auto;
max-width: 100%;
max-height: 100%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
left: 50%;
top: 50%
}
.btnSlideshowNext,
.btnSlideshowPrevious {
top: 45vh;
z-index: 1002;
position: absolute
top: 50%;
}
.slideshowButtonIcon {
color: #fff;
opacity: .7
opacity: .7;
}
.btnSlideshowPrevious {
left: .5vh
left: .5vh;
top: 45vh;
z-index: 1002;
position: absolute;
}
.btnSlideshowNext {
right: .5vh
right: .5vh;
top: 45vh;
z-index: 1002;
position: absolute;
}
.topActionButtons {
right: .5vh;
top: .5vh;
z-index: 1002;
position: absolute
}
.slideshowBottomBar,
.slideshowTopBar {
position: fixed;
background-color: rgba(0, 0, 0, .7);
color: #fff;
padding: .5%;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
left: 0;
right: 0
position: absolute;
}
.slideshowBottomBar {
position: fixed;
left: 0;
bottom: 0;
display: -webkit-box;
display: -webkit-flex;
right: 0;
background-color: rgba(0, 0, 0, .7);
color: #fff;
padding: .5%;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center
justify-content: center;
}
.slideshowTopBar {
position: fixed;
left: 0;
top: 0;
display: -webkit-box;
display: -webkit-flex;
right: 0;
background-color: rgba(0, 0, 0, .7);
color: #fff;
padding: .5%;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
text-align: right;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end
justify-content: flex-end;
}
.slideshowExtraButtons {
margin-left: auto;
text-align: right
text-align: right;
}
.slideText {
@ -128,23 +115,22 @@
left: 0;
right: 0;
bottom: 10vh;
text-align: center
text-align: center;
}
.slideTextInner {
margin: 0 auto;
max-width: 60%;
background: rgba(0, 0, 0, .8);
background: rgba(0,0,0,.8);
display: inline-block;
padding: .5em 1em;
-webkit-border-radius: .25em;
border-radius: .25em
border-radius: .25em;
}
.slideTitle {
margin: 0 0 .25em
margin: 0 0 .25em;
}
.slideSubtitle {
color: #ccc
}
color: #ccc;
}