jellyfin-web/dashboard-ui/css/tileitem.css

401 lines
6.3 KiB
CSS
Raw Normal View History

2013-05-03 12:34:25 -07:00
.tileItem {
background: #333;
padding: 10px 7px 5px;
margin: 3px 0;
font-weight: normal!important;
display: block;
position: relative;
}
.tileItem .starRating {
2013-05-05 20:58:45 -07:00
width: 16px;
height: 14px;
}
.tileItem .rottentomatoesicon {
height: 14px;
width: 14px;
}
.tileItem .criticRating {
position: relative;
2013-11-27 12:04:19 -07:00
top: -2px;
2013-05-03 12:34:25 -07:00
}
.tileImage {
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
background-position: center top;
}
.defaultTileImage {
background-color: #999;
}
.tileItem p {
margin: 1em 0 0;
2013-05-03 12:34:25 -07:00
}
.tileContent {
display: inline-block;
padding-left: 10px;
color: #fff;
text-align: left;
vertical-align: top;
overflow: hidden;
}
.backdropTileItem .tileImage {
height: 90px;
width: 45%;
}
.backdropTileItem .tileContent {
width: 50%;
}
.posterTileItem .tileImage {
height: 120px;
width: 30%;
}
.posterTileItem .tileContent {
width: 65%;
}
2013-05-04 11:21:29 -07:00
.smallPosterTileItem .tileImage {
height: 110px;
width: 35%;
2013-05-04 11:21:29 -07:00
}
.smallPosterTileItem .tileContent {
width: 60%;
2013-05-04 11:21:29 -07:00
}
.smallPosterTileItem .tileName {
font-weight: normal;
}
.smallBackdropTileItem .tileImage {
height: 125px;
width: 45%;
}
.smallBackdropTileItem .tileContent {
width: 50%;
}
.smallBackdropTileItem .tileName {
font-weight: normal;
}
2013-05-03 12:34:25 -07:00
.squareTileItem .tileImage {
height: 100px;
width: 35%;
}
.squareTileItem .tileContent {
width: 60%;
}
.tileName {
font-weight: bold;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.tileName + .tileName {
margin-top: .75em;
2013-09-03 14:06:33 -07:00
font-weight: normal;
2013-05-03 12:34:25 -07:00
}
2013-08-02 13:36:44 -07:00
@media all and (min-width: 540px) {
2013-05-04 11:21:29 -07:00
2013-08-02 13:36:44 -07:00
.tileItem {
display: inline-block;
margin-left: 3px;
margin-right: 3px;
}
.backdropTileItem {
display: block;
}
.posterTileItem, .squareTileItem {
width: 45%;
}
2013-09-03 14:06:33 -07:00
.posterTileItem .tileImage {
height: 120px;
}
2013-08-02 13:36:44 -07:00
2013-09-03 14:06:33 -07:00
.squareTileItem .tileImage {
height: 115px;
}
2013-05-04 11:21:29 -07:00
.smallPosterTileItem {
width: 46%;
2013-05-04 11:21:29 -07:00
display: inline-block;
margin: 3px;
}
2013-09-03 14:06:33 -07:00
.smallBackdropTileItem {
display: block;
}
2013-05-04 11:21:29 -07:00
}
2013-05-03 12:34:25 -07:00
@media all and (min-width: 750px) {
.smallBackdropTileItem {
display: block;
}
2013-08-02 13:36:44 -07:00
.backdropTileItem {
display: inline-block;
}
.smallPosterTileItem {
width: 30%;
}
2013-05-04 11:21:29 -07:00
.backdropTileItem, .posterTileItem, .squareTileItem {
width: 46%;
2013-05-03 12:34:25 -07:00
}
2013-05-04 11:21:29 -07:00
.backdropTileItem .tileImage {
height: 88px;
}
2013-05-03 12:34:25 -07:00
2013-05-04 11:21:29 -07:00
.posterTileItem .tileImage {
height: 120px;
}
.squareTileItem .tileImage {
height: 115px;
}
2013-05-03 12:34:25 -07:00
}
@media all and (min-width: 850px) {
.smallBackdropTileItem {
width: 47%;
display: inline-block;
}
2013-05-03 12:34:25 -07:00
.backdropTileItem .tileImage {
height: 105px;
}
.posterTileItem .tileImage {
height: 120px;
}
.posterTileItem {
width: 30.5%;
2013-05-03 12:34:25 -07:00
}
}
@media all and (min-width: 1000px) {
2013-05-04 11:21:29 -07:00
.backdropTileItem, .posterTileItem, .squareTileItem {
2013-05-03 12:34:25 -07:00
width: 47.5%;
}
.posterTileItem {
width: 31%;
}
.backdropTileItem .tileImage {
height: 110px;
}
.posterTileItem .tileImage {
height: 136px;
}
.squareTileItem {
width: 31%;
}
.squareTileItem .tileImage {
height: 105px;
}
}
@media all and (min-width: 1200px) {
.backdropTileItem .tileImage {
height: 100px;
}
.posterTileItem .tileImage {
height: 160px;
}
2013-05-04 11:21:29 -07:00
.backdropTileItem, .posterTileItem, .squareTileItem {
2013-05-03 12:34:25 -07:00
width: 31.5%;
}
2013-05-04 11:21:29 -07:00
.squareTileItem .tileImage {
height: 130px;
}
.smallPosterTileItem {
width: 22%;
}
2013-05-03 12:34:25 -07:00
}
@media all and (min-width: 1440px) {
.backdropTileItem .tileImage {
height: 110px;
}
.posterTileItem .tileImage {
height: 150px;
}
2013-06-09 00:50:35 -07:00
.backdropTileItem, .squareTileItem, .backdropTileItem.posterTileItem {
2013-05-03 12:34:25 -07:00
width: 31.5%;
}
2013-05-04 11:21:29 -07:00
.squareTileItem .tileImage {
height: 155px;
}
2013-05-03 12:34:25 -07:00
.posterTileItem {
width: 23.5%;
}
}
@media all and (min-width: 1700px) {
.backdropTileItem .tileImage {
height: 132px;
}
.posterTileItem .tileImage {
height: 170px;
}
2013-06-09 00:50:35 -07:00
.backdropTileItem, .backdropTileItem.posterTileItem {
2013-05-03 12:34:25 -07:00
width: 32%;
}
.posterTileItem {
width: 23.5%;
}
.squareTileItem {
width: 23.5%;
}
.squareTileItem .tileImage {
height: 140px;
}
}
@media all and (min-width: 1920px) {
2013-06-09 00:50:35 -07:00
.backdropTileItem, .backdropTileItem.posterTileItem {
2013-05-03 12:34:25 -07:00
width: 31.5%;
}
.tileImage {
height: 155px;
}
.posterTileItem {
width: 18.8%;
}
.posterTileItem .tileImage {
height: 160px;
}
.squareTileItem {
width: 18.8%;
}
.squareTileItem .tileImage {
height: 120px;
}
}
@media all and (min-width: 2000px) {
2013-06-09 00:50:35 -07:00
.backdropTileItem, .backdropTileItem.posterTileItem {
2013-05-03 12:34:25 -07:00
width: 23.5%;
}
.tileImage {
height: 117px;
}
.posterTileItem {
width: 18.8%;
}
.posterTileItem .tileImage {
height: 160px;
}
.squareTileItem {
width: 18.8%;
}
.squareTileItem .tileImage {
height: 130px;
}
}
@media all and (min-width: 2200px) {
2013-06-09 00:50:35 -07:00
.backdropTileItem, .backdropTileItem.posterTileItem {
2013-05-03 12:34:25 -07:00
width: 24%;
}
.tileImage {
height: 145px;
}
.posterTileItem {
width: 18.8%;
}
.posterTileItem .tileImage {
height: 185px;
}
.squareTileItem {
width: 18.8%;
}
.squareTileItem .tileImage {
height: 140px;
}
}
@media all and (min-width: 2540px) {
2013-06-09 00:50:35 -07:00
.backdropTileItem, .backdropTileItem.posterTileItem {
2013-05-03 12:34:25 -07:00
width: 18.75%;
}
.tileImage {
height: 120px;
}
.posterTileItem {
width: 15.8%;
}
.posterTileItem .tileImage {
height: 180px;
}
.squareTileItem {
width: 15.8%;
}
.squareTileItem .tileImage {
height: 140px;
}
}