not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

215 lines
3.6 KiB

  1. #main-toolbar #activity-button {
  2. background-image: url(../activity/activity-icon.svg);
  3. }
  4. #main-toolbar #png-button {
  5. background-image: url(../icons/png-export.svg);
  6. }
  7. #main-toolbar #photo-button {
  8. background-image: url(../icons/photo.svg);
  9. }
  10. .splitbar {
  11. background-image: url(../icons/split.svg);
  12. background-position: center;
  13. background-repeat: no;
  14. width: 3px;
  15. margin-left: 5px;
  16. margin-right: 4px;
  17. margin-bottom: 4px;
  18. height: 45px;
  19. display: inline-block;
  20. vertical-align: bottom;
  21. }
  22. #activity-palette {
  23. z-index: 5;
  24. }
  25. #input-box {
  26. position: relative;
  27. z-index: 2;
  28. background-color: #c0c0c0;
  29. }
  30. #user-text {
  31. height: 40px;
  32. margin: 5px;
  33. margin-left: 6vw;
  34. width: 85vw;
  35. font-size: 28pt;
  36. font-weight: bold;
  37. z-index:0;
  38. }
  39. @media (max-width: 960px) {
  40. #user-text {
  41. margin-left: 10vw;
  42. }
  43. }
  44. @media (max-width: 600px) {
  45. #user-text {
  46. margin-left: 20vw;
  47. }
  48. }
  49. .user-text-cancel {
  50. position: absolute;
  51. background-image: url(../icons/entry-cancel.svg);
  52. background-repeat: no-repeat;
  53. background-position: center;
  54. background-color: #e5e5e5;
  55. right: 105px;
  56. border: none;
  57. background-size: 30px 30px;
  58. width: 30px;
  59. height: 30px;
  60. display: inline-block;
  61. top: 68%;
  62. transform: translateY(-110%);
  63. }
  64. .user-text-cancel:hover {
  65. background-color: #e5e5e5
  66. }
  67. .text-url {
  68. color: blue;
  69. text-decoration: underline;
  70. cursor: pointer;
  71. }
  72. #generate-button {
  73. height: 45px;
  74. width: 50px;
  75. margin: 8px;
  76. right: 4px;
  77. bottom: 15px;
  78. top: 2px;
  79. z-index: 1;
  80. position: absolute;
  81. background-image: url(../icons/go-right.svg);
  82. background-size: 55px 50px;
  83. background-position: 50% 50%;
  84. }
  85. #fullscreen-button {
  86. background-image: url(../icons/view-fullscreen.svg);
  87. }
  88. #unfullscreen-button {
  89. background-image: url(../icons/view-return.svg);
  90. border: 0;
  91. border-radius: 0px;
  92. margin: 1px;
  93. width: 45px;
  94. height: 45px;
  95. top: 0;
  96. left: 95%;
  97. position: absolute;
  98. visibility: hidden;
  99. z-index: 5;
  100. }
  101. #close-button {
  102. background-image: url(../icons/close.svg);
  103. background-repeat: no-repeat;
  104. background-position: center;
  105. background-color: transparent;
  106. background-size: 47px;
  107. border: 0;
  108. border-radius: 0px;
  109. margin: 1px;
  110. width: 42px;
  111. height: 42px;
  112. top: 0;
  113. left: 95%;
  114. position: absolute;
  115. visibility: hidden;
  116. z-index: 5;
  117. }
  118. #switchcamera-button {
  119. background-image: url(../icons/switch-camera.svg);
  120. background-repeat: no-repeat;
  121. background-position: center;
  122. background-color: transparent;
  123. border: 0;
  124. border-radius: 0px;
  125. margin: 1px;
  126. width: 42px;
  127. height: 42px;
  128. bottom: 10px;
  129. left: 95%;
  130. position: absolute;
  131. visibility: hidden;
  132. z-index: 5;
  133. }
  134. #qr-code {
  135. position: absolute;
  136. width: 30%;
  137. }
  138. #canvas {
  139. background-color: white;
  140. overflow-y: hidden;
  141. overflow-x: hidden;
  142. }
  143. #video-stream {
  144. position: absolute;
  145. margin-top: 50px;
  146. }
  147. #qr-canvas {
  148. visibility: hidden;
  149. width: 0px;
  150. height: 0px;
  151. position: absolute;
  152. }
  153. #loading-spinner {
  154. position: absolute;
  155. margin-left: 30px;
  156. margin-top: 10px;
  157. visibility: hidden;
  158. z-index: 4;
  159. }
  160. #qrtextdropdown {
  161. height: 7vh;
  162. width: 7vh;
  163. -webkit-appearance: button;
  164. -moz-appearance: button;
  165. -webkit-user-select: none;
  166. -moz-user-select: none;
  167. background: none;
  168. border: none;
  169. background-image: url(../icons/go-down.svg);
  170. background-size: 55px 50px;
  171. background-position: 50% 50%;
  172. color: #555;
  173. font-size: inherit;
  174. overflow: hidden;
  175. padding-top: 2px;
  176. padding-bottom: 2px;
  177. text-overflow: ellipsis;
  178. white-space: nowrap;
  179. font-size: 0;
  180. height: 45px;
  181. width: 50px;
  182. margin: 8px;
  183. left: -0.4vw;
  184. bottom: 15px;
  185. top: 2px;
  186. z-index: 1;
  187. position: absolute;
  188. }
  189. @media (min-width: 1140px) {
  190. #qrtextdropdown {
  191. margin-left: 1.5vw;
  192. }
  193. }
  194. #qrtextdropdown option {
  195. font-size: 20px;
  196. }