This commit is contained in:
+14
-6
@@ -17,13 +17,21 @@
|
|||||||
/* ============================== */
|
/* ============================== */
|
||||||
/* Add Milky Way graphic to header */
|
/* Add Milky Way graphic to header */
|
||||||
.skinHeader {
|
.skinHeader {
|
||||||
margin-bottom: -3%;
|
height: 100%;
|
||||||
padding-bottom: 3%;
|
|
||||||
backdrop-filter: none !important;
|
backdrop-filter: none !important;
|
||||||
background-color: rgba(0, 0, 0, 0);
|
background-color: rgba(0, 0, 0, 0) !important;
|
||||||
background-image: url("https://static.zomerkoningin.nl/andromeda/images/milkyway_header_lq.webp");
|
background-image: url("https://static.zomerkoningin.nl/andromeda/images/milkyway_header.webp");
|
||||||
|
background-repeat: no-repeat;
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
background-position: center bottom;
|
background-position-x: center;
|
||||||
|
background-position-y: 355%;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
.skinHeader > .headerTop {
|
||||||
|
flex-grow: 0 !important;
|
||||||
|
}
|
||||||
|
.skinHeader > * {
|
||||||
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add starry background */
|
/* Add starry background */
|
||||||
@@ -31,7 +39,7 @@
|
|||||||
background-image: url("https://static.zomerkoningin.nl/andromeda/images/nightsky.webp");
|
background-image: url("https://static.zomerkoningin.nl/andromeda/images/nightsky.webp");
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
}
|
}
|
||||||
.backgroundContainer {
|
.backgroundContainer:not(.withBackdrop) {
|
||||||
background-color: rgba(0, 0, 0, 0) !important;
|
background-color: rgba(0, 0, 0, 0) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user