add seasonals santa files

This commit is contained in:
MLH
2025-01-28 01:41:16 +01:00
parent d98e8ad00c
commit f97bd30b1b
11 changed files with 318 additions and 0 deletions

33
seasonals/santa.css Normal file
View File

@@ -0,0 +1,33 @@
.santa-container {
position: fixed;
width: 100%;
height: 100vh;
background: transparent;
overflow: hidden;
pointer-events: none;
}
#snowfallCanvas {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.santa {
position: fixed;
width: 220px;
height: auto;
z-index: 1000;
pointer-events: none;
}
.present {
position: fixed;
width: 15px;
height: auto;
z-index: 999;
pointer-events: none;
}