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

71 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;
2016-07-15 22:05:40 -07:00
width: auto !important;
height: auto !important;
font-size: 120%;
2016-05-11 22:58:05 -07:00
}
.mediaInfoItem.criticRating {
2016-07-15 22:05:40 -07:00
padding-left: 1.5em;
2016-05-11 22:58:05 -07:00
background-position: left center;
background-repeat: no-repeat;
2016-07-15 22:05:40 -07:00
background-size: auto 1.2em;
min-height: 1.2em;
2016-05-11 22:58:05 -07:00
display: flex;
align-items: center;
}
.mediaInfoItem.criticRatingFresh {
background-image: url(fresh.png);
}
.mediaInfoItem.criticRatingRotten {
background-image: url(rotten.png);
}
.mediaInfoItem.timerIcon {
color: #CB272A;
}
.mediaInfoProgramAttribute {
2016-06-17 06:06:13 -07:00
color: #fff;
2016-05-11 22:58:05 -07:00
text-transform: uppercase;
2016-06-17 06:06:13 -07:00
background: #EF6C00;
padding: .25em .5em;
border-radius: .25em;
}
.layout-tv .mediaInfoProgramAttribute {
font-size: 90%;
padding: .1em .5em;
2016-05-11 22:58:05 -07:00
}
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-07-15 22:05:40 -07:00
}