Fistmas: Add lights effect

pull/79/head
Nekobit 2022-12-14 06:29:57 -05:00 committed by geese_suck
parent 94c59beae8
commit a5133ab81c
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
1 changed files with 20 additions and 0 deletions

View File

@ -243,3 +243,23 @@ color: #7a7a7a !important;
position: absolute;
right: 0;
}
.navbar:after {
content: "";
background-image: url('/assets/images/event/lights.png');
position: fixed;
top: 60px;
left: 0;
width: 100%;
height: 74px;
/* Prevents clicks, to simulate an "overlay", see @nekobit's CSS */
pointer-events: none;
background-repeat: repeat-x;
background-size: 220px 70px;
}
@media (max-width: 767.98px) {
.navbar:after {
top: 40px;
}
}