Update style.css

This commit is contained in:
Levi 2024-05-14 14:53:49 +02:00
parent 01c74c9221
commit c4a132fc97

View file

@ -17,20 +17,31 @@
/* --- Backdrop & Header --- */ /* --- Backdrop & Header --- */
.backgroundContainer.withBackdrop { .mainAnimatedPage {
background-color: rgba(0, 0, 0, 0.55) !important; height: 100%;
position: relative;
} }
.skinHeader-withBackground { .backgroundContainer.withBackdrop {
background-color: rgba(0, 0, 0, 0.7) !important; background-color: transparent !important;
}
.skinHeader {
background: transparent !important;
position: static;
} }
.detailRibbon { .detailRibbon {
background: rgba(32, 32, 32, 0.6); background: rgba(32, 32, 32, 0.6);
} }
.backdropContainer { .backdropContainer {
filter: blur(5px) saturate(150%) !important; filter:
blur(5px) saturate(140%) contrast(120%);
mask-image:
linear-gradient(180deg, #000, transparent);
-webkit-mask-image:
linear-gradient(180deg, #000, rgba(0, 0, 0, 0.25));
} }
/* --- Colors --- */ /* --- Colors --- */