This commit is contained in:
2026-07-09 21:33:33 +02:00
commit 84a2a365f3
2364 changed files with 950134 additions and 0 deletions
@@ -0,0 +1,29 @@
#root-status {
width: 100%;
height: 100%;
}
#root-status > #background {
background-color: rgba(0, 0, 0, 0.48);
}
#root-status > #icon {
width: 100%;
height: 100%;
position: absolute;
}
#root-status > #time-remaining {
position: absolute;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
width: 100%;
-unity-text-align: upper-center;
-unity-font-style: bold;
}