index.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. body {
  2. background-color: #000;
  3. /* Prevent selection of HTML divs */
  4. user-select: none;
  5. -moz-user-select: -moz-none;
  6. -khtml-user-select: none;
  7. -webkit-user-select: none;
  8. margin: 0px;
  9. }
  10. h1, h2, h3, h4, h5, h6 {
  11. font-family: Verdana, Arial, Helvetica, sans-serif;
  12. }
  13. table {
  14. font-family: Verdana, Arial, Helvetica, sans-serif;
  15. }
  16. form {
  17. margin: 2em;
  18. }
  19. label {
  20. font-size: 18px;
  21. }
  22. input {
  23. font-size: 18px;
  24. padding: 5px;
  25. }
  26. .vwf-properties {
  27. background-color: #DCC;
  28. }
  29. .vwf-methods {
  30. background-color: #CDC;
  31. }
  32. .vwf-events {
  33. background-color: #CCD;
  34. }
  35. .vwf-root {
  36. background-color: #CCC;
  37. }
  38. .vwf-root .vwf-node:nth-child(odd) {
  39. background-color: #BCC;
  40. }
  41. .vwf-root .vwf-node:nth-child(even) {
  42. background-color: #CBC;
  43. }
  44. .vwf-orphanage {
  45. background-color: #CCC;
  46. }
  47. .vwf-orphanage .vwf-node:nth-child(odd) {
  48. background-color: #BCC;
  49. }
  50. .vwf-orphanage .vwf-node:nth-child(even) {
  51. background-color: #CBC;
  52. }
  53. .vwf-children {
  54. background-color: #CCC;
  55. }
  56. .vwf-children .vwf-node:nth-child(odd) {
  57. background-color: #BCC;
  58. }
  59. .vwf-children .vwf-node:nth-child(even) {
  60. background-color: #CBC;
  61. }
  62. .vwf-children .vwf-children {
  63. background-color: #AAA;
  64. }
  65. .vwf-children .vwf-children .vwf-node:nth-child(odd) {
  66. background-color: #9AA;
  67. }
  68. .vwf-children .vwf-children .vwf-node:nth-child(even) {
  69. background-color: #A9A;
  70. }
  71. .vwf-children .vwf-children .vwf-children {
  72. background-color: #888;
  73. }
  74. .vwf-children .vwf-children .vwf-children .vwf-node:nth-child(odd) {
  75. background-color: #788;
  76. }
  77. .vwf-children .vwf-children .vwf-children .vwf-node:nth-child(even) {
  78. background-color: #878;
  79. }
  80. .vwf-children .vwf-children .vwf-children .vwf-children {
  81. background-color: #666;
  82. }
  83. .vwf-children .vwf-children .vwf-children .vwf-children .vwf-node:nth-child(odd) {
  84. background-color: #566;
  85. }
  86. .vwf-children .vwf-children .vwf-children .vwf-children .vwf-node:nth-child(even) {
  87. background-color: #656;
  88. }
  89. .vwf-scripts {
  90. background-color: #CDD;
  91. }
  92. .vwf-properties, .vwf-methods, .vwf-events, .vwf-children, .vwf-scripts {
  93. padding: 0;
  94. }
  95. .vwf-properties > .vwf-label, .vwf-methods > .vwf-label, .vwf-events > .vwf-label, .vwf-children > .vwf-label, .vwf-scripts> .vwf-label {
  96. margin: 0;
  97. padding: 8px 5px 5px 5px;
  98. font-size: 12px;
  99. font-weight: bold;
  100. }
  101. .vwf-properties > .vwf-label {
  102. background-color: #CBB;
  103. }
  104. .vwf-methods > .vwf-label {
  105. background-color: #BCB;
  106. }
  107. .vwf-events > .vwf-label {
  108. background-color: #BBC;
  109. }
  110. .vwf-children > .vwf-label {
  111. background-color: #BBB;
  112. }
  113. .vwf-scripts > .vwf-label {
  114. background-color: #BCC;
  115. }
  116. .vwf-node > .vwf-label {
  117. padding-left: 3px;
  118. padding-bottom: 5px;
  119. }
  120. .vwf-label {
  121. margin: 0;
  122. padding: 2px 5px 2px 5px;
  123. font-size: 18px;
  124. font-family: Verdana, Arial, Helvetica, sans-serif;
  125. }
  126. .vwf-attribute {
  127. font-size: 14px;
  128. }
  129. #vwf-root {
  130. position:absolute;
  131. z-index:-1;
  132. }
  133. #vwf-root > .vwf-label > .vwf-attribute {
  134. font-size: 18px;
  135. }
  136. .vwf-node {
  137. padding: 10px;
  138. }
  139. #vwf-root>div, #vwf-root>canvas {
  140. margin-left: auto;
  141. margin-right: auto;
  142. display: block;
  143. }
  144. .vwf-control-slider, .vwf-control-roll-slider, .vwf-control-pitch-slider, .vwf-control-yaw-slider, .vwf-control-x-slider, .vwf-control-y-slider, .vwf-control-z-slider, .vwf-control-r-slider, .vwf-control-g-slider, .vwf-control-b-slider {
  145. display: inline-block;
  146. width: 15em;
  147. margin-left: 1ex;
  148. }
  149. .vwf-activeCamera-dropdown {
  150. display: inline-block;
  151. width: 15em;
  152. margin-left: 1ex;
  153. }
  154. .vwf-roll-value, .vwf-pitch-value, .vwf-yaw-value, .vwf-r-value, .vwf-g-value, .vwf-b-value, .vwf-a-value {
  155. display: inline-block;
  156. width: 2em;
  157. }
  158. .vwf-x-value, .vwf-y-value, .vwf-z-value {
  159. display: inline-block;
  160. width: 4em;
  161. }
  162. .vwf-err {
  163. border: 2px solid red;
  164. font: 14px Arial;
  165. background: #FFFFDD;
  166. color: #880000;
  167. padding: 8px;
  168. width: 300px;
  169. }
  170. .overlay {
  171. position:absolute;
  172. top:30%;
  173. width:99%;
  174. pointer-events:none;
  175. }
  176. .overlay p {
  177. padding:0px;
  178. margin:0px;
  179. }
  180. .overlay a:link {
  181. color:#888888;
  182. }
  183. .overlay a:visited {
  184. color:#888888;
  185. }
  186. .overlay a:hover {
  187. color:#CCCCCC;
  188. }
  189. .loading {
  190. margin:auto auto;
  191. color:#FFF;
  192. width:600px;
  193. height:400px;
  194. background:#050505;
  195. -moz-border-radius: 20px;
  196. -webkit-border-radius: 20px;
  197. -khtml-border-radius: 20px;
  198. border-radius: 20px;
  199. font:18px Arial;
  200. /*visibility: hidden;*/
  201. }
  202. .loadText {
  203. }
  204. .requirements {
  205. margin-left: 100px;
  206. }
  207. .req {
  208. font-size:14px;
  209. position:relative;
  210. left:20px;
  211. }
  212. h1, h2, h3, h4, h5, h6, body, legend, label {
  213. text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3);
  214. }
  215. .pace {
  216. -webkit-pointer-events: none;
  217. pointer-events: none;
  218. -webkit-user-select: none;
  219. -moz-user-select: none;
  220. user-select: none;
  221. }
  222. .pace .pace-activity {
  223. display: block;
  224. position: fixed;
  225. z-index: 2000;
  226. top: 0;
  227. right: 0;
  228. width: 300px;
  229. height: 300px;
  230. background: #6c96f7;
  231. -webkit-transition: -webkit-transform 0.3s;
  232. transition: transform 0.3s;
  233. -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
  234. transform: translateX(100%) translateY(-100%) rotate(45deg);
  235. pointer-events: none;
  236. }
  237. .pace.pace-active .pace-activity {
  238. -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  239. transform: translateX(50%) translateY(-50%) rotate(45deg);
  240. }
  241. .pace .pace-activity::before,
  242. .pace .pace-activity::after {
  243. position: absolute;
  244. bottom: 30px;
  245. left: 50%;
  246. display: block;
  247. border: 5px solid #fff;
  248. border-radius: 50%;
  249. content: '';
  250. }
  251. .pace .pace-activity::before {
  252. margin-left: -40px;
  253. width: 80px;
  254. height: 80px;
  255. border-right-color: rgba(0, 0, 0, .2);
  256. border-left-color: rgba(0, 0, 0, .2);
  257. -webkit-animation: pace-rotation 3s linear infinite;
  258. animation: pace-rotation 3s linear infinite;
  259. }
  260. .pace .pace-activity::after {
  261. bottom: 50px;
  262. margin-left: -20px;
  263. width: 40px;
  264. height: 40px;
  265. border-top-color: rgba(0, 0, 0, .2);
  266. border-bottom-color: rgba(0, 0, 0, .2);
  267. -webkit-animation: pace-rotation 1s linear infinite;
  268. animation: pace-rotation 1s linear infinite;
  269. }
  270. @-webkit-keyframes pace-rotation {
  271. 0% { -webkit-transform: rotate(0deg); }
  272. 100% { -webkit-transform: rotate(359deg); }
  273. }
  274. @keyframes pace-rotation {
  275. 0% { transform: rotate(0deg); }
  276. 100% { transform: rotate(359deg); }
  277. }
  278. #incompatibleBrowser {
  279. visibility: hidden;
  280. position: absolute;
  281. left: 0px;
  282. top: 0px;
  283. width:100%;
  284. height:100%;
  285. text-align:center;
  286. z-index: 1000;
  287. }
  288. .guiwindow {
  289. position: absolute;
  290. border: 0;
  291. right: 40px;
  292. bottom: 20px;
  293. cursor: pointer;
  294. min-width: 50px;
  295. min-height: 30px;
  296. padding-right: 5%;
  297. padding-top: 4%;
  298. position: absolute;
  299. transition: background-color .05s ease;
  300. -webkit-transition: background-color .05s ease;
  301. z-index: 9999;
  302. }