Skip to content

Instantly share code, notes, and snippets.

@Hiromi-nee
Hiromi-nee / README-CodiMD-Restore.md
Created July 21, 2022 14:34 — forked from Himura2la/README-CodiMD-Restore.md
CodiMD Backup and Restore
@gAlleb
gAlleb / Christmas_Lights_Azuracast.css
Last active September 27, 2024 14:33
Christmas Lights for Azuracast Public Page (quick and very dirty)
.lightrope {
text-align: center;
white-space: nowrap;
overflow: hidden;
position: absolute;
z-index: 9999;
margin: -17px 0 0 0;
padding: 0;
pointer-events: none;
width: 100%;
@gAlleb
gAlleb / Snowflakes_Azuracast.css
Created December 25, 2023 11:34
Snowflakes_Azuracast
.snowflakes-container {
overflow: hidden;
filter: drop-shadow(0 0 10px #65b2e4);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0
}