mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
615cc844ae
commit
b9598ffaa1
88 changed files with 366 additions and 501 deletions
|
@ -55,6 +55,10 @@
|
|||
margin: 4px;
|
||||
}
|
||||
|
||||
.defaultBackground .cardImage {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
@media all and (max-width: 800px) {
|
||||
|
||||
.cardBox {
|
||||
|
@ -261,15 +265,15 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.iconCardImage .fa {
|
||||
color: rgb(255, 255, 255);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
font-size: 50px;
|
||||
margin: auto;
|
||||
top: 25%;
|
||||
}
|
||||
.iconCardImage .fa {
|
||||
color: rgb(255, 255, 255);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
font-size: 50px;
|
||||
margin: auto;
|
||||
top: 25%;
|
||||
}
|
||||
|
||||
.bannerCard {
|
||||
width: 100%;
|
||||
|
|
|
@ -13,25 +13,17 @@
|
|||
}
|
||||
|
||||
.backdropPage.ui-page-theme-a {
|
||||
background-color: rgba(240, 240,240, .90) !important;
|
||||
background-color: rgba(240, 240,240, .94) !important;
|
||||
}
|
||||
|
||||
.backdropPage.ui-page-theme-a:not(.lightBackdropPage) {
|
||||
background-color: rgba(240, 240,240, .94) !important;
|
||||
}
|
||||
|
||||
.ui-page-theme-b {
|
||||
background-color: #1f1f1f;
|
||||
}
|
||||
|
||||
.backdropPage.ui-page-theme-b {
|
||||
background-color: rgba(20, 20,20, .90) !important;
|
||||
background-color: rgba(20, 20,20, .94) !important;
|
||||
}
|
||||
|
||||
.backdropPage.ui-page-theme-b:not(.lightBackdropPage) {
|
||||
background-color: rgba(20, 20,20, .94) !important;
|
||||
}
|
||||
|
||||
.backdropContainer {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
@ -999,10 +991,10 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.textIndicator {
|
||||
height: 22px;
|
||||
padding-top: 2px;
|
||||
}
|
||||
.textIndicator {
|
||||
height: 22px;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.mediaSourceIndicator {
|
||||
display: block;
|
||||
|
|
|
@ -111,7 +111,7 @@
|
|||
border-bottom: 2px solid #0B487D;
|
||||
}
|
||||
|
||||
.tvProgram:hover, .tvProgram:hover .tvProgramInfo {
|
||||
.pointerInput .tvProgram:hover, .pointerInput .tvProgram:hover .tvProgramInfo {
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
|
@ -231,7 +231,7 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.channelHeaderCell:hover {
|
||||
.pointerInput .channelHeaderCell:hover {
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
|
@ -269,7 +269,7 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.programCellInner:hover {
|
||||
.pointerInput .programCellInner:hover {
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
|
@ -366,4 +366,4 @@
|
|||
|
||||
.channelList, .programGrid {
|
||||
height: auto !important;
|
||||
}
|
||||
}
|
|
@ -1,7 +1,5 @@
|
|||
.tileItem {
|
||||
background: rgba(30, 30, 30, .7);
|
||||
padding: 10px 7px 5px;
|
||||
margin: 3px 0;
|
||||
padding: 5px 7px 5px;
|
||||
font-weight: normal !important;
|
||||
display: block;
|
||||
position: relative;
|
||||
|
@ -51,26 +49,8 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.backdropTileItem .tileImage {
|
||||
height: 90px;
|
||||
width: 45%;
|
||||
}
|
||||
|
||||
.backdropTileItem .tileContent {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.posterTileItem .tileImage {
|
||||
height: 120px;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.posterTileItem .tileContent {
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
.smallPosterTileItem .tileImage {
|
||||
height: 110px;
|
||||
height: 150px;
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
|
@ -78,24 +58,6 @@
|
|||
width: 60%;
|
||||
}
|
||||
|
||||
.smallBackdropTileItem .tileImage {
|
||||
height: 125px;
|
||||
width: 45%;
|
||||
}
|
||||
|
||||
.smallBackdropTileItem .tileContent {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.squareTileItem .tileImage {
|
||||
height: 100px;
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
.squareTileItem .tileContent {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
@media all and (min-width: 540px) {
|
||||
|
||||
.tileItem {
|
||||
|
@ -104,296 +66,17 @@
|
|||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.backdropTileItem {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.posterTileItem, .squareTileItem {
|
||||
width: 45%;
|
||||
}
|
||||
|
||||
.posterTileItem .tileImage {
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
.squareTileItem .tileImage {
|
||||
height: 115px;
|
||||
}
|
||||
|
||||
.smallPosterTileItem {
|
||||
width: 46%;
|
||||
display: inline-block;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.smallBackdropTileItem {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 750px) {
|
||||
.smallBackdropTileItem {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.backdropTileItem {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
.smallPosterTileItem {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.backdropTileItem, .posterTileItem, .squareTileItem {
|
||||
width: 46%;
|
||||
}
|
||||
|
||||
.backdropTileItem .tileImage {
|
||||
height: 88px;
|
||||
}
|
||||
|
||||
.posterTileItem .tileImage {
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
.squareTileItem .tileImage {
|
||||
height: 115px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 850px) {
|
||||
|
||||
.smallBackdropTileItem {
|
||||
width: 47%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.backdropTileItem .tileImage {
|
||||
height: 105px;
|
||||
}
|
||||
|
||||
.posterTileItem .tileImage {
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
.posterTileItem {
|
||||
width: 30.5%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1000px) {
|
||||
.backdropTileItem, .posterTileItem, .squareTileItem {
|
||||
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;
|
||||
}
|
||||
|
||||
.backdropTileItem, .posterTileItem, .squareTileItem {
|
||||
width: 31.5%;
|
||||
}
|
||||
|
||||
.squareTileItem .tileImage {
|
||||
height: 130px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1440px) {
|
||||
.backdropTileItem .tileImage {
|
||||
height: 110px;
|
||||
}
|
||||
|
||||
.posterTileItem .tileImage {
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
.backdropTileItem, .squareTileItem, .backdropTileItem.posterTileItem {
|
||||
width: 31.5%;
|
||||
}
|
||||
|
||||
.squareTileItem .tileImage {
|
||||
height: 155px;
|
||||
}
|
||||
|
||||
.posterTileItem {
|
||||
width: 23.5%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1700px) {
|
||||
|
||||
.backdropTileItem .tileImage {
|
||||
height: 132px;
|
||||
}
|
||||
|
||||
.posterTileItem .tileImage {
|
||||
height: 170px;
|
||||
}
|
||||
|
||||
.backdropTileItem, .backdropTileItem.posterTileItem {
|
||||
width: 32%;
|
||||
}
|
||||
|
||||
.posterTileItem {
|
||||
width: 23.5%;
|
||||
}
|
||||
|
||||
.squareTileItem {
|
||||
width: 23.5%;
|
||||
}
|
||||
|
||||
.squareTileItem .tileImage {
|
||||
height: 140px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media all and (min-width: 1920px) {
|
||||
.backdropTileItem, .backdropTileItem.posterTileItem {
|
||||
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) {
|
||||
.backdropTileItem, .backdropTileItem.posterTileItem {
|
||||
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) {
|
||||
.backdropTileItem, .backdropTileItem.posterTileItem {
|
||||
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) {
|
||||
.backdropTileItem, .backdropTileItem.posterTileItem {
|
||||
width: 18.75%;
|
||||
}
|
||||
|
||||
.tileImage {
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
.posterTileItem {
|
||||
width: 15.8%;
|
||||
}
|
||||
|
||||
.posterTileItem .tileImage {
|
||||
height: 180px;
|
||||
}
|
||||
|
||||
.squareTileItem {
|
||||
width: 15.8%;
|
||||
}
|
||||
|
||||
.squareTileItem .tileImage {
|
||||
height: 140px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.posterItem {
|
||||
margin: 5px 5px;
|
||||
font-weight: normal !important;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
color: #fff !important;
|
||||
text-decoration: none;
|
||||
text-align: left;
|
||||
-webkit-transition: all 500ms ease;
|
||||
-moz-transition: all 500ms ease;
|
||||
-o-transition: all 500ms ease;
|
||||
-ms-transition: all 500ms ease;
|
||||
transition: all 500ms ease;
|
||||
}
|
||||
|
||||
.posterItemText {
|
||||
|
@ -403,4 +86,4 @@
|
|||
white-space: nowrap;
|
||||
padding: 5px 4px 4px;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue