First commit

This commit is contained in:
2025-12-25 11:16:59 +01:00
commit 0c5ca09a63
720 changed files with 329234 additions and 0 deletions

18
assets/css/dist/loading-bar.css vendored Normal file
View File

@@ -0,0 +1,18 @@
.ldBar {
position: relative;
}
.ldBar.label-center > .ldBar-label {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-shadow: 0 0 3px #fff;
}
.ldBar-label:after {
content: "%";
display: inline;
}
.ldBar.no-percent .ldBar-label:after {
content: "";
}