jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/mediainfo/mediainfo.css

70 lines
1.2 KiB
CSS
Raw Normal View History

2016-05-11 22:58:05 -07:00
.mediaInfoItem {
margin: 0 1em 0 0;
}
2016-06-09 23:54:03 -07:00
i.mediaInfoItem {
2016-05-11 22:58:05 -07:00
width: 3vh;
height: 3vh;
2016-06-09 23:54:03 -07:00
font-size: 3vh;
2016-05-11 22:58:05 -07:00
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;
}
2016-06-09 23:54:03 -07:00
.starRatingContainer i {
2016-05-11 22:58:05 -07:00
color: #CB272A;
width: 3vh;
height: 3vh;
2016-06-09 23:54:03 -07:00
font-size: 3vh;
2016-05-11 22:58:05 -07:00
}
.mediaInfoItem.criticRating {
padding-left: 3.15vh;
background-position: left center;
background-repeat: no-repeat;
background-size: auto 2.6vh;
min-height: 2.6vh;
display: flex;
align-items: center;
}
.mediaInfoItem.criticRatingFresh {
background-image: url(fresh.png);
}
.mediaInfoItem.criticRatingRotten {
background-image: url(rotten.png);
}
.mediaInfoItem.timerIcon {
color: #CB272A;
}
.mediaInfoProgramAttribute {
color: yellow;
text-transform: uppercase;
}
2016-06-09 23:54:03 -07:00
.layout-tv i.mediaInfoItem {
2016-05-11 22:58:05 -07:00
width: 4vh;
height: 4vh;
2016-06-09 23:54:03 -07:00
font-size: 4vh;
2016-05-11 22:58:05 -07:00
}
2016-06-09 23:54:03 -07:00
.layout-tv .starRatingContainer i {
2016-05-11 22:58:05 -07:00
width: 3.4vh;
height: 3.4vh;
2016-06-09 23:54:03 -07:00
font-size: 3.4vh;
2016-05-11 22:58:05 -07:00
}