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,125 +1,96 @@
.itemProgressBar {
background: #333;
background: rgba(51, 51, 51, .8);
background: rgba(51,51,51,.8);
position: relative;
height: .28em
height: .28em;
}
.itemProgressBarForeground {
position: absolute;
top: 0;
left: 0;
bottom: 0
bottom: 0;
}
.indicator {
-webkit-border-radius: 100em;
border-radius: 100em;
display: -webkit-flex;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
font-weight: 500;
width: 2em;
height: 2em
}
.countIndicator,
.playedIndicator {
-webkit-border-radius: 100em;
display: -webkit-flex;
display: -webkit-box;
-webkit-box-align: center;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2)
height: 2em;
}
.timerIndicator {
color: #CB272A
color: #CB272A;
}
.timerIndicator-inactive {
color: #888
color: #888;
}
.indicator+.indicator {
margin-left: .25em
.indicator + .indicator {
margin-left: .25em;
}
.indicatorIcon {
width: auto;
height: auto;
font-size: 1.6em
font-size: 1.6em;
}
.countIndicator {
border-radius: 100em;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
font-weight: 500;
color: #fff;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
font-size: 88%
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
font-size: 88%;
}
.playedIndicator {
border-radius: 100em;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
color: #fff;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
font-size: 80%
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
font-size: 80%;
}
.videoIndicator {
background: #444;
-webkit-border-radius: 100em;
border-radius: 100em;
display: -webkit-flex;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
color: #fff;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
font-size: 88%
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
font-size: 88%;
}
.syncIndicator {
-webkit-border-radius: 100em;
border-radius: 100em
border-radius: 100em;
}
.emptySyncIndicator {
background: #ccc;
color: #333
color: #333;
}
.missingIndicator,
.unairedIndicator {
background: #c33;
.missingIndicator, .unairedIndicator {
background: #cc3333;
padding: .25em .5em;
-webkit-border-radius: 100em;
border-radius: 100em;
color: #fff;
font-size: 84%;
font-weight: 500;
margin: 0 .25em
margin: 0 .25em;
}