Init Try
Some checks failed
Build and Deploy Angular App (Artifacts, Gitea-safe) / test (push) Failing after 1m39s
Build and Deploy Angular App (Artifacts, Gitea-safe) / build (push) Has been skipped
Build and Deploy Angular App (Artifacts, Gitea-safe) / scan (push) Has been skipped
Build and Deploy Angular App (Artifacts, Gitea-safe) / deploy (push) Has been skipped

This commit is contained in:
m.imanpour
2025-12-10 00:35:50 +03:30
parent 7d7719233e
commit 2a4b8c3ccd
300 changed files with 188395 additions and 360 deletions

33
niayesh/Style(2).css Normal file
View File

@@ -0,0 +1,33 @@
.Theme_13_Default {
margin: 0 auto;
padding: 0;
}
.Theme_13_Default .loading {
position: absolute;
top: 0px;
left: 0px;
z-index: 100;
width: 100%;
height: 100%;
}
.Theme_13_Default .loading .bg {
position: absolute;
display: block;
background-color: #FFF;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
.Theme_13_Default .loading .ico {
position: absolute;
display: block;
background: url(images/loading.gif) no-repeat center center;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}