index550.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. @media (max-width: 550px) {
  2. .navBar1280 { display: none; }
  3. .navBar920 { display: none; }
  4. .navBar710 { display: none; }
  5. .navBar550 { display: block; }
  6. #exampleList {
  7. height: calc(100% - 40px);
  8. top: 40px;
  9. bottom: 0;
  10. }
  11. .navbarBottom {
  12. display: none;
  13. }
  14. .wrapper {
  15. height: calc(100% - 40px);
  16. }
  17. .wrapper #canvasZone {
  18. width: 0;
  19. }
  20. #fpsLabel {
  21. position: fixed;
  22. top: 40px;
  23. right: 0;
  24. line-height: 32px;
  25. height: 35px;
  26. padding: 0;
  27. padding-right: 5px;
  28. box-shadow: none;
  29. }
  30. .wrapper #jsEditor {
  31. width: 100%;
  32. }
  33. #switchWrapper {
  34. position: fixed;
  35. bottom: 0;
  36. right: 0;
  37. width: 40px;
  38. height: 40px;
  39. }
  40. #switchWrapper img {
  41. width: 40px;
  42. height: 40px;
  43. filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(207deg) brightness(104%) contrast(104%);
  44. }
  45. #JStoTSbar .buttonJStoTS {
  46. border-top-left-radius: 12px;
  47. }
  48. .navbar, .navbar .category, #JStoTSbar {
  49. height: 40px;
  50. line-height: 40px;
  51. padding: 0;
  52. width: 100%;
  53. }
  54. .navbar .category.right {
  55. display: none;
  56. }
  57. .navbar .categoryTitle {
  58. height: 40px;
  59. line-height: 40px;
  60. padding: 0;
  61. width: calc(100% - 40px);
  62. margin-left: -5px;
  63. }
  64. .navbar .categoryTitle .logo, .navbar .categoryTitle .version {
  65. vertical-align: top;
  66. height: 100%;
  67. margin-right: 10px;
  68. }
  69. .navbar .categoryTitle .logo, .navbar .categoryTitle .logo {
  70. float: left;
  71. }
  72. .navbar .categoryTitle .version {
  73. float: right;
  74. }
  75. .navbar .categoryTitle .logo, .navbar .categoryTitle .version .versionSub {
  76. vertical-align: top;
  77. }
  78. .navbar.languageJS .select {
  79. background-color: #3f3461;
  80. }
  81. .navbar.languageTS .select {
  82. background-color: #bb464b;
  83. }
  84. .navbar .select, .navbar .select img {
  85. width: 40px;
  86. height: 40px;
  87. }
  88. .navbar .select img {
  89. filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(207deg) brightness(104%) contrast(104%);
  90. }
  91. .navbar .select img:hover {
  92. filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(207deg) brightness(104%) contrast(104%);
  93. }
  94. .navbar .select img:hover {
  95. filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(207deg) brightness(104%) contrast(104%);
  96. }
  97. .navbar .select .toDisplay {
  98. position: fixed;
  99. left: 0;
  100. top: 40px;
  101. width: 180px;
  102. height: auto;
  103. min-height: 100px;
  104. max-height: calc(100% - 40px);
  105. text-align: left;
  106. overflow-y: auto;
  107. }
  108. .navbar .select .toDisplay.languageJS .option {
  109. background-color: #3f3461;
  110. }
  111. .navbar .select .toDisplay.languageTS .option {
  112. background-color: #bb464b;
  113. }
  114. .navbar .select .toDisplay .option {
  115. padding: 1px;
  116. font-size: 15px;
  117. height: 33px;
  118. line-height: 33px;
  119. }
  120. .navbar .select .toDisplay .option img {
  121. float: left;
  122. width: auto;
  123. height: 100%;
  124. filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(207deg) brightness(104%) contrast(104%);
  125. }
  126. .navbar .select .toDisplay .option:nth-of-type(1) img, .navbar .select .toDisplay .option:nth-of-type(2) img {
  127. width: 20px;
  128. margin: 0 7px;
  129. filter: none;
  130. }
  131. .navbar .select .subSelect .toDisplaySub {
  132. position: fixed;
  133. top: 75px;
  134. left: 180px;
  135. min-width: 180px;
  136. width: 180px;
  137. height: auto;
  138. max-height: calc(100% - 55px);
  139. text-align: left;
  140. overflow-y: auto;
  141. color: white;
  142. }
  143. .navbar .select .subSelect .toDisplaySub.languageJS {
  144. background-color: #9379e6;
  145. }
  146. .navbar .select .subSelect .toDisplaySub.languageTS {
  147. background-color: #e0684b;
  148. }
  149. .navbar .select .subSelect .toDisplaySub.languageJS .option {
  150. color: white;
  151. }
  152. .navbar .select .subSelect .toDisplaySub.languageTS .option {
  153. color: white;
  154. }
  155. .save-layer .save-form {
  156. z-index: 15;
  157. position: fixed;
  158. width: 100%;
  159. height: 100%;
  160. overflow: auto;
  161. top: 0;
  162. left: 0;
  163. right: 0;
  164. border-radius: 0;
  165. padding-bottom: 20px;
  166. box-sizing: border-box;
  167. }
  168. .save-layer .save-form .separator, .save-layer .save-form input, .save-layer .save-form textarea {
  169. box-sizing: border-box;
  170. width: calc(100% - 20px);
  171. margin: 10px auto;
  172. }
  173. .save-layer .save-form #saveFormButtons {
  174. margin-top: 15px;
  175. text-transform: uppercase;
  176. }
  177. }