1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/bower_components/emby-webcomponents/mediainfo/mediainfo.css

78 lines
1.3 KiB
CSS
Raw Normal View History

2016-05-12 01:58:05 -04:00
.mediaInfoItem {
margin: 0 1em 0 0;
}
2016-06-10 02:54:03 -04:00
i.mediaInfoItem {
2016-05-12 01:58:05 -04:00
width: 3vh;
height: 3vh;
2016-06-10 02:54:03 -04:00
font-size: 3vh;
2016-05-12 01:58:05 -04: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-10 02:54:03 -04:00
.starRatingContainer i {
2016-05-12 01:58:05 -04:00
color: #CB272A;
width: 3vh;
height: 3vh;
2016-06-10 02:54:03 -04:00
font-size: 3vh;
2016-05-12 01:58:05 -04: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 {
2016-06-17 09:06:13 -04:00
color: #fff;
2016-05-12 01:58:05 -04:00
text-transform: uppercase;
2016-06-17 09:06:13 -04:00
background: #EF6C00;
padding: .25em .5em;
border-radius: .25em;
}
.layout-tv .mediaInfoProgramAttribute {
font-size: 90%;
padding: .1em .5em;
2016-05-12 01:58:05 -04:00
}
2016-06-10 02:54:03 -04:00
.layout-tv i.mediaInfoItem {
2016-05-12 01:58:05 -04:00
width: 4vh;
height: 4vh;
2016-06-10 02:54:03 -04:00
font-size: 4vh;
2016-05-12 01:58:05 -04:00
}
2016-06-10 02:54:03 -04:00
.layout-tv .starRatingContainer i {
2016-05-12 01:58:05 -04:00
width: 3.4vh;
height: 3.4vh;
2016-06-10 02:54:03 -04:00
font-size: 3.4vh;
2016-05-12 01:58:05 -04:00
}