1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Refactor item details backdrop handling

This commit is contained in:
Bill Thornton 2024-01-19 15:27:35 -05:00
parent eff01b3d43
commit c5a29be2c6
10 changed files with 50 additions and 21 deletions

View file

@ -252,6 +252,10 @@ a[data-role=button] {
background: none;
}
.noBackdropTransparency .detailPageSecondaryContainer {
background-color: #d5e9f2;
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #f8f8f8;
background: rgba(0, 0, 0, 0.1);

View file

@ -243,6 +243,12 @@ a[data-role=button] {
background: none;
}
.noBackdropTransparency .detailPageSecondaryContainer {
background: url(bg.jpg) center top no-repeat #033361;
background-size: cover;
background-attachment: fixed;
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #1c1c1c;
background: rgba(30, 30, 30, 0.9);

View file

@ -225,6 +225,10 @@ html {
background: none;
}
.noBackdropTransparency .detailPageSecondaryContainer {
background-color: #101010;
}
.listItem-border {
border-color: rgba(34, 34, 34, 0.9) !important;
}

View file

@ -257,6 +257,10 @@ a[data-role=button] {
color: inherit;
}
.noBackdropTransparency .detailPageSecondaryContainer {
background-color: #f2f2f2;
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #f8f8f8;
}

View file

@ -326,6 +326,12 @@ a[data-role=button] {
background: none;
}
.noBackdropTransparency .detailPageSecondaryContainer {
background: url(bg.jpg) center top no-repeat #030322;
background-size: cover;
background-attachment: fixed;
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #1c1c1c;
background: rgba(30, 30, 30, 0.9);

View file

@ -228,6 +228,12 @@ a[data-role=button] {
background: none;
}
.noBackdropTransparency .detailPageSecondaryContainer {
background: linear-gradient(to bottom, #0f3562, #1162a4, #03215f);
background-color: #0f3562;
background-attachment: fixed;
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #1c1c1c;
background: rgba(0, 0, 0, 0.3);