index.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. html, body {
  2. width: 100%;
  3. height: 100%;
  4. padding: 0;
  5. margin: 0;
  6. overflow: hidden;
  7. font-family: "Segoe WP", "Segoe UI", "Verdana", "Arial";
  8. }
  9. #DebugLayerLogs {
  10. height: 100px !important;
  11. }
  12. #DebugLayerLogs > div:first-child {
  13. background-color: #988DB5 !important;
  14. }
  15. #DebugLayerStats {
  16. margin-top: 2px !important;
  17. }
  18. #DebugLayerStats div:nth-child(2) {
  19. max-height: 180px !important;
  20. }
  21. #DebugLayerStats > div:first-child {
  22. background-color: #988DB5 !important;
  23. }
  24. #DebugLayerOptions {
  25. overflow-y: hidden !important;
  26. }
  27. #DebugLayerOptions > div:first-child {
  28. background-color: #988DB5 !important;
  29. }
  30. #DebugLayerTree > div:first-child {
  31. background-color: #988DB5 !important;
  32. }
  33. a {
  34. color: white;
  35. }
  36. a:visited {
  37. color: white;
  38. }
  39. .hidden {
  40. display: none;
  41. }
  42. #renderCanvas {
  43. position: absolute;
  44. width: 100%;
  45. height: 100%;
  46. top: 0;
  47. margin-bottom: 70px;
  48. touch-action: none;
  49. -ms-touch-action: none;
  50. }
  51. .help {
  52. position: absolute;
  53. background-color: #988DB5;
  54. right: 0;
  55. bottom: 70px;
  56. color: white;
  57. padding-right: 10px;
  58. width: 360px;
  59. height: 30px;
  60. transition: all 0.5s ease;
  61. -webkit-transition: all 0.5s ease;
  62. transform: translateX(400px);
  63. -webkit-transform: translateX(400px);
  64. text-align: center;
  65. }
  66. .help.shown {
  67. transform: translateX(-100px);
  68. -webkit-transform: translateX(-100px);
  69. }
  70. .help2 {
  71. position: absolute;
  72. background-color: #988DB5;
  73. right: 0;
  74. bottom: 70px;
  75. color: white;
  76. padding-right: 10px;
  77. width: 360px;
  78. height: 30px;
  79. transition: all 0.5s ease;
  80. -webkit-transition: all 0.5s ease;
  81. transform: translateX(400px);
  82. -webkit-transform: translateX(400px);
  83. text-align: center;
  84. }
  85. .help2.shown {
  86. transform: translateX(0px);
  87. -webkit-transform: translateX(0px);
  88. }
  89. #helpArrow {
  90. position: absolute;
  91. right: -65px;
  92. bottom: 10px;
  93. }
  94. #fps {
  95. position: absolute;
  96. font-size: 30px;
  97. color: white;
  98. bottom: 15px;
  99. right: 85px;
  100. width: 85px;
  101. }
  102. .footer {
  103. position: absolute;
  104. width: 100%;
  105. height: 60px;
  106. bottom: 0;
  107. background-color: #59448F;
  108. padding-top: 5px;
  109. padding-left: 15px;
  110. }
  111. .perffooter {
  112. position: absolute;
  113. width: 100%;
  114. height: 60px;
  115. bottom: 0px;
  116. background-color: #988DB5;
  117. padding-top: 5px;
  118. padding-left: 15px;
  119. transition: all 0.5s ease;
  120. -webkit-transition: all 0.5s ease;
  121. }
  122. .perffooter.shown {
  123. transform: translateY(-65px);
  124. -webkit-transform: translateY(-65px);
  125. }
  126. .footerRight {
  127. display: inline;
  128. position: absolute;
  129. bottom: 0;
  130. right: 10px;
  131. }
  132. .footerLeft {
  133. position: absolute;
  134. bottom: 20px;
  135. left: 15px;
  136. color: white;
  137. }
  138. .custom-upload {
  139. position: relative;
  140. background:url(./Assets/BtnDragdrop.png) center right no-repeat;
  141. height: 56px;
  142. width: 56px;
  143. margin: 10px 20px 5px 5px;
  144. }
  145. .custom-upload input[type=file]
  146. {
  147. outline:none;
  148. position: relative;
  149. text-align: right;
  150. -moz-opacity:0 ;
  151. filter:alpha(opacity: 0);
  152. opacity: 0;
  153. z-index: 2;
  154. width:100%;
  155. height:100%;
  156. }
  157. #logo {
  158. width: 100%;
  159. height: 100%;
  160. background: url('./Assets/LogoSandbox.png') no-repeat 0 0;
  161. background-position: center;
  162. }
  163. #btnFullscreen {
  164. }
  165. #btnFullscreen {
  166. margin-top: 10px;
  167. margin-right: 25px;
  168. }
  169. #btnPerf {
  170. margin-top: 10px;
  171. margin-right: 15px;
  172. }
  173. ul {
  174. padding:0;
  175. margin:0;
  176. list-style-type:none;
  177. }
  178. li {
  179. float:left;
  180. }
  181. #btnDownArrow {
  182. position: absolute;
  183. bottom: 35px;
  184. right: 30px;
  185. }
  186. #miscCounters {
  187. position: relative;
  188. top: 18px;
  189. height: 60px;
  190. -webkit-column-width: 150px;
  191. -moz-column-width: 150px;
  192. -ms-column-width: 150px;
  193. -o-column-width: 150px;
  194. column-width: 150px;
  195. font-size: 14px;
  196. }
  197. #loadingText {
  198. width: 100%;
  199. height: 60px;
  200. position: absolute;
  201. top: 50%;
  202. left: 0;
  203. margin-top: -30px;
  204. color: white;
  205. text-align: center;
  206. padding-top: 10px;
  207. font-size: 30px;
  208. transition: transform 0.25s ease-in-out;
  209. -webkit-transition: -webkit-transform 0.25s ease-in-out;
  210. z-index: 3;
  211. cursor: default;
  212. background-color: #988DB5;
  213. }
  214. .loadingText {
  215. transform: translateX(120%);
  216. -webkit-transform: translateX(120%);
  217. }
  218. #btnFullscreen, #btnPerf, #btnFiles {
  219. -webkit-transition: -webkit-transform 0.15s ease-in-out;
  220. transition: transform 0.15s ease-in-out;
  221. }
  222. #btnFullscreen:hover, #btnPerf:hover, #btnFiles:hover {
  223. -webkit-transform: scale(0.9);
  224. transform: scale(0.9);
  225. }