Update style.css
This commit is contained in:
parent
01c74c9221
commit
c4a132fc97
1 changed files with 17 additions and 6 deletions
23
style.css
23
style.css
|
@ -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 --- */
|
||||||
|
|
Loading…
Reference in a new issue