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 --- */
|
||||
|
||||
.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 {
|
||||
background: rgba(32, 32, 32, 0.6);
|
||||
background: rgba(32, 32, 32, 0.6);
|
||||
}
|
||||
|
||||
.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