Global loading indicator

This commit is contained in:
2025-12-15 15:42:03 +01:00
parent fef5119a03
commit 3b75ea33b9
6 changed files with 36 additions and 20 deletions
+14
View File
@@ -34,6 +34,20 @@ hr {
.entry img {
max-width: 100%; }
#loading {
background-color: #fff9;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
transition: background-color 5s;
transition-timing-function: ease-in; }
form {
display: flex;
flex-direction: column; }
+17 -16
View File
@@ -48,6 +48,23 @@ hr {
}
}
#loading {
// background-image: url('/static/spinner.gif');
background-color: #fff9;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
transition: background-color 5s;
transition-timing-function: ease-in;
}
// // @font-face {
// // font-family: 'avenir';
// // src: url('/static/avenir-font/AvenirLTStd-Medium.otf');
@@ -197,22 +214,6 @@ form {
// }
// }
// .loading {
// // background-image: url('/static/spinner.gif');
// background-color: #fffa;
// position: absolute;
// top: 0;
// left: 0;
// right: 0;
// bottom: 0;
// display: flex;
// flex-direction: column;
// justify-content: center;
// align-content: center;
// transition: background-color 5s;
// transition-timing-function: ease-in;
// }
// .post {
// border: 1px solid black;
// padding: 15px 15px;
+1 -1
View File
@@ -1,5 +1,5 @@
$(() => {
$('#auth-visible').hide()
// $('#auth-visible').hide()
// Startdatum festlegen (Beispiel: 1. Januar 2025, 00:00:00 Uhr)