jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/mediainfo/mediainfo.css
2016-12-22 10:57:28 -05:00

80 lines
1.4 KiB
CSS

.mediaInfoItem {
margin: 0 1em 0 0;
}
.mediaInfoText {
background: rgba(31,31,31,.7);
padding: .2em .5em;
border-radius: .25em;
color: #ddd;
font-size: 84%;
background: rgba(170,170,190, .2);
display: flex;
align-items: center;
white-space: nowrap;
}
.mediaInfoIconItem {
width: auto;
height: auto;
font-size: 1.6em;
margin-right: .6em;
}
.mediaInfoItem:last-child {
margin-right: 0;
}
.starRatingContainer {
display: flex;
align-items: center;
justify-content: center;
vertical-align: middle;
padding-top: 0;
padding-bottom: 0;
}
.starIcon {
color: #CB272A;
width: auto !important;
height: auto !important;
font-size: 1.4em;
}
.mediaInfoCriticRating {
padding-left: 1.5em;
background-position: left center;
background-repeat: no-repeat;
background-size: auto 1.2em;
min-height: 1.2em;
display: flex;
align-items: center;
}
.mediaInfoCriticRatingFresh {
background-image: url(fresh.png);
}
.mediaInfoCriticRatingRotten {
background-image: url(rotten.png);
}
.mediaInfoTimerIcon {
color: #CB272A;
}
.mediaInfoProgramAttribute {
color: #fff;
text-transform: uppercase;
padding: .16em .6em;
border-radius: .15em;
font-size: 80%;
}
.closedCaptionMediaInfoText {
/*padding: .24em .4em;*/
font-weight: 700;
/*font-size: inherit;*/
/*background: rgba(81, 81, 81, .7);*/
}