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.

_base.scss 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. * {
  2. -webkit-user-select: none;
  3. user-select: none;
  4. }
  5. html, body{
  6. margin:0px;
  7. height:100%;
  8. color: #424242;
  9. font-size: 14px;
  10. font-weight: 400;
  11. background: #000000;
  12. overflow: hidden;
  13. }
  14. html, body, input, textarea, keygen, select, button {
  15. font-family: $baseFontFamily !important;
  16. }
  17. #nowebrtc {
  18. display:none;
  19. }
  20. .no-fa-video-camera, .fa-microphone-slash {
  21. color: #636363;
  22. }
  23. input[type='text'], input[type='password'], textarea {
  24. -webkit-user-select: text;
  25. user-select: text;
  26. display: inline-block;
  27. font-size: 14px;
  28. padding: 5px;
  29. background: #f3f3f3;
  30. border-radius: 3px;
  31. font-weight: 100;
  32. line-height: 20px;
  33. height: 40px;
  34. color: #333;
  35. text-align: left;
  36. border:1px solid #ACD8F0;
  37. outline: none; /* removes the default outline */
  38. resize: none; /* prevents the user-resizing, adjust to taste */
  39. }
  40. input[type='text'], input[type='password'], textarea:focus {
  41. box-shadow: inset 0 0 3px 2px #ACD8F0; /* provides a more style-able
  42. replacement to the outline */
  43. }
  44. textarea {
  45. overflow: hidden;
  46. word-wrap: break-word;
  47. resize: horizontal;
  48. }
  49. button.no-icon {
  50. padding: 0 1em;
  51. }
  52. button {
  53. border: none;
  54. height: 35px;
  55. padding: 0 1em 0 2em;
  56. position: relative;
  57. border-radius: 1px;
  58. font-weight: bold;
  59. color: #fff;
  60. line-height: 35px;
  61. background: #2c8ad2;
  62. }
  63. button, input, select, textarea {
  64. margin: 0;
  65. vertical-align: baseline;
  66. }
  67. button, input[type="button"], input[type="reset"], input[type="submit"] {
  68. cursor: pointer;
  69. -webkit-appearance: button;
  70. }
  71. form {
  72. display: block;
  73. }
  74. #downloadlog {
  75. display: none;
  76. position: absolute;
  77. bottom: 5;
  78. left: 5;
  79. overflow: visible;
  80. color: rgba(255,255,255,.50);
  81. }
  82. .active {
  83. background-color: #00ccff;
  84. }
  85. .glow
  86. {
  87. text-shadow: 0px 0px 30px #06a5df, 0px 0px 10px #06a5df, 0px 0px 5px #06a5df,0px 0px 3px #06a5df;
  88. }
  89. .watermark {
  90. display: block;
  91. position: absolute;
  92. top: 15;
  93. width: 186px;
  94. height: 74px;
  95. background-size: contain;
  96. background-repeat: no-repeat;
  97. z-index: 2;
  98. }
  99. .leftwatermark {
  100. display: none;
  101. left: 15;
  102. background-image:url(../images/watermark.png);
  103. background-position: center left;
  104. }
  105. .rightwatermark {
  106. display: none;
  107. right: 15;
  108. background-position: center right;
  109. }
  110. .poweredby {
  111. display: none;
  112. position: absolute;
  113. left: 25;
  114. bottom: 7;
  115. font-size: 11pt;
  116. color: rgba(255,255,255,.50);
  117. text-decoration: none;
  118. z-index: 100;
  119. }
  120. #toast-container.notification-bottom-right {
  121. bottom: 140px;
  122. right: 5px;
  123. }
  124. #toast-container.notification-bottom-right-center {
  125. right: 205px;
  126. }
  127. #toast-container .toast-info {
  128. -webkit-box-shadow: none;
  129. box-shadow: none;
  130. }
  131. .toast-close-button {
  132. right: -7px;
  133. top: -19px;
  134. }
  135. #toast-container .toast-info {
  136. background-color: black;
  137. border: 1px solid #3a3a3a;
  138. width: 220px;
  139. padding: 10px 10px 10px 50px;
  140. }
  141. .connected {
  142. color: #21B9FC;
  143. font-size: 12px;
  144. }
  145. .lastN, .disconnected {
  146. color: #a3a3a3;
  147. font-size: 12px;
  148. }
  149. .toast-close-button:hover,
  150. .toast-close-button:focus {
  151. color: #ffffff;
  152. opacity: 1;
  153. -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  154. filter: alpha(opacity=100);
  155. }
  156. .toast-message .nickname {
  157. font-weight: bold;
  158. }
  159. /**
  160. * Hides an element.
  161. */
  162. .hide {
  163. display: none !important;
  164. }
  165. /**
  166. * Shows an element.
  167. */
  168. .show {
  169. display: block !important;
  170. }
  171. /**
  172. * Shows an inline element.
  173. */
  174. .show-inline {
  175. display: inline-block !important;
  176. }
  177. /**
  178. * Shows a flex element.
  179. */
  180. .show-flex {
  181. display: -webkit-box !important;
  182. display: -moz-box !important;
  183. display: -ms-flexbox !important;
  184. display: -webkit-flex !important;
  185. display: flex !important;
  186. }