Update style.css
This commit is contained in:
parent
01c74c9221
commit
c4a132fc97
1 changed files with 17 additions and 6 deletions
21
style.css
21
style.css
|
@ -17,12 +17,18 @@
|
|||
|
||||
/* --- Backdrop & Header --- */
|
||||
|
||||
.backgroundContainer.withBackdrop {
|
||||
background-color: rgba(0, 0, 0, 0.55) !important;
|
||||
.mainAnimatedPage {
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.skinHeader-withBackground {
|
||||
background-color: rgba(0, 0, 0, 0.7) !important;
|
||||
.backgroundContainer.withBackdrop {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.skinHeader {
|
||||
background: transparent !important;
|
||||
position: static;
|
||||
}
|
||||
|
||||
.detailRibbon {
|
||||
|
@ -30,7 +36,12 @@
|
|||
}
|
||||
|
||||
.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 --- */
|
||||
|
|
Loading…
Reference in a new issue