Spaces:
Running
Running
Upload 12 files
Browse filesTemplate data upload
- TemplateData/MemoryProfiler.png +0 -0
- TemplateData/favicon.ico +0 -0
- TemplateData/fullscreen-button.png +0 -0
- TemplateData/progress-bar-empty-dark.png +0 -0
- TemplateData/progress-bar-empty-light.png +0 -0
- TemplateData/progress-bar-full-dark.png +0 -0
- TemplateData/progress-bar-full-light.png +0 -0
- TemplateData/style.css +16 -0
- TemplateData/unity-logo-dark.png +0 -0
- TemplateData/unity-logo-light.png +0 -0
- TemplateData/unity-logo-title-footer.png +0 -0
- TemplateData/webmemd-icon.png +0 -0
TemplateData/MemoryProfiler.png
ADDED
![]() |
TemplateData/favicon.ico
ADDED
|
TemplateData/fullscreen-button.png
ADDED
![]() |
TemplateData/progress-bar-empty-dark.png
ADDED
![]() |
TemplateData/progress-bar-empty-light.png
ADDED
![]() |
TemplateData/progress-bar-full-dark.png
ADDED
![]() |
TemplateData/progress-bar-full-light.png
ADDED
![]() |
TemplateData/style.css
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
body { padding: 0; margin: 0 }
|
2 |
+
#unity-container { position: absolute }
|
3 |
+
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
|
4 |
+
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
|
5 |
+
#unity-canvas { background: #231F20 }
|
6 |
+
.unity-mobile #unity-canvas { width: 100%; height: 100% }
|
7 |
+
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
|
8 |
+
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
|
9 |
+
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
|
10 |
+
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
|
11 |
+
#unity-footer { position: relative }
|
12 |
+
.unity-mobile #unity-footer { display: none }
|
13 |
+
#unity-logo-title-footer { float:left; width: 102px; height: 38px; background: url('unity-logo-title-footer.png') no-repeat center }
|
14 |
+
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
|
15 |
+
#unity-fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
|
16 |
+
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
|
TemplateData/unity-logo-dark.png
ADDED
![]() |
TemplateData/unity-logo-light.png
ADDED
![]() |
TemplateData/unity-logo-title-footer.png
ADDED
![]() |
TemplateData/webmemd-icon.png
ADDED
![]() |