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

unify backdrops

This commit is contained in:
Luke Pulverenti 2016-03-12 02:28:13 -05:00
parent ba749de15d
commit aed49d567d
14 changed files with 420 additions and 296 deletions

View file

@ -30,8 +30,7 @@
background-color: transparent !important;
}
.backdropContainer .pageBackground {
background-color: rgba(20, 20,20, .92);
.backdropContainer {
position: fixed;
top: 0;
left: 0;
@ -40,15 +39,23 @@
z-index: -1;
}
.pageWithAbsoluteTabs neon-animatable {
z-index: 2;
.pageBackground {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.backdropContainer {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-attachment: fixed;
.withBackdrop .pageBackground {
background-color: rgba(20, 20,20, .92);
display: block;
}
.pageWithAbsoluteTabs neon-animatable {
z-index: 2;
}
.libraryPage .header {
@ -389,7 +396,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
margin-top: 0 !important;
}
.backdropPage .noBackdrop {
.withBackdrop .noBackdrop {
background-color: transparent;
}