Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

_base.scss 7.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  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. .right-panel {
  18. display:none;
  19. position:absolute;
  20. float: right;
  21. top: 0px;
  22. bottom: 0px;
  23. right: 0px;
  24. width: 0px;
  25. max-width: 200px;
  26. overflow: hidden;
  27. /* background-color:#dfebf1;*/
  28. background-color:#FFFFFF;
  29. border-left:1px solid #424242;
  30. z-index: 5;
  31. }
  32. #nowebrtc {
  33. display:none;
  34. }
  35. #header_container {
  36. z-index: 1014;
  37. }
  38. .toolbar_span {
  39. display: inline-block;
  40. position: relative;
  41. }
  42. #toolbar a.button:last-child::after {
  43. content: none;
  44. }
  45. .button {
  46. display: inline-block;
  47. position: relative;
  48. color: #FFFFFF;
  49. top:0px;
  50. padding-top: 10px;
  51. width: 38px;
  52. height: 28px;
  53. cursor: pointer;
  54. text-align: center;
  55. text-shadow: 0 1px 0 rgba(255,255,255,.3), 0 -1px 0 rgba(0,0,0,.6);
  56. z-index: 1;
  57. font-size: 1.44em !important;
  58. vertical-align: middle;
  59. }
  60. .button[disabled] {
  61. opacity: 0.5;
  62. }
  63. .toolbar_span>span {
  64. display: inline-block;
  65. position: absolute;
  66. font-size: 7pt;
  67. color: #ffffff;
  68. text-align:center;
  69. cursor: pointer;
  70. }
  71. #toolbar_button_chat, #chatBottomButton, #contactListButton, #numberOfParticipants {
  72. -webkit-transition: all .5s ease-in-out;
  73. -moz-transition: all .5s ease-in-out;
  74. transition: all .5s ease-in-out;
  75. }
  76. /*#ffde00*/
  77. #toolbar_button_chat.active, #contactListButton.glowing, #chatBottomButton.glowing {
  78. -webkit-text-shadow: -1px 0 10px #21B9FC,
  79. 0 1px 10px #21B9FC,
  80. 1px 0 10px #21B9FC,
  81. 0 -1px 10px #21B9FC;
  82. -moz-text-shadow: 1px 0 10px #21B9FC,
  83. 0 1px 10px #21B9FC,
  84. 1px 0 10px #21B9FC,
  85. 0 -1px 10px #21B9FC;
  86. text-shadow: -1px 0 10px #21B9FC,
  87. 0 1px 10px #21B9FC,
  88. 1px 0 10px #21B9FC,
  89. 0 -1px 10px #21B9FC;
  90. }
  91. #toolbar_button_hangup {
  92. color: #ff0000;
  93. font-size: 1.4em;
  94. }
  95. #numberOfParticipants {
  96. position: absolute;
  97. top: 0px;
  98. right: -1px;
  99. color: white;
  100. width: 13px;
  101. height: 13px;
  102. line-height: 13px;
  103. font-weight: bold;
  104. border-radius: 1px;
  105. font-size: 11px;
  106. text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  107. }
  108. #contactListButton.active #numberOfParticipants {
  109. color: #21B9FC;
  110. }
  111. #toolbar {
  112. display:inline-block;
  113. position:relative;
  114. top:5px;
  115. margin-left:auto;
  116. margin-right:auto;
  117. height:38px;
  118. width:auto;
  119. background-color: rgba(0,0,0,0.5);
  120. border-radius: 1px;
  121. pointer-events: auto;
  122. }
  123. #toolbar_button_record {
  124. -webkit-transition: all .5s ease-in-out;
  125. -moz-transition: all .5s ease-in-out;
  126. transition: all .5s ease-in-out;
  127. }
  128. a.button:hover,
  129. a.bottomToolbarButton:hover {
  130. cursor: pointer;
  131. background: rgba(255, 255, 255, 0.1);
  132. border-radius: 1px;
  133. -webkit-border-radius: 1px;
  134. }
  135. .no-fa-video-camera, .fa-microphone-slash {
  136. color: #636363;
  137. }
  138. input[type='text'], input[type='password'], textarea {
  139. -webkit-user-select: text;
  140. user-select: text;
  141. display: inline-block;
  142. font-size: 14px;
  143. padding: 5px;
  144. background: #f3f3f3;
  145. border-radius: 3px;
  146. font-weight: 100;
  147. line-height: 20px;
  148. height: 40px;
  149. color: #333;
  150. text-align: left;
  151. border:1px solid #ACD8F0;
  152. outline: none; /* removes the default outline */
  153. resize: none; /* prevents the user-resizing, adjust to taste */
  154. }
  155. input[type='text'], input[type='password'], textarea:focus {
  156. box-shadow: inset 0 0 3px 2px #ACD8F0; /* provides a more style-able
  157. replacement to the outline */
  158. }
  159. textarea {
  160. overflow: hidden;
  161. word-wrap: break-word;
  162. resize: horizontal;
  163. }
  164. button.no-icon {
  165. padding: 0 1em;
  166. }
  167. button {
  168. border: none;
  169. height: 35px;
  170. padding: 0 1em 0 2em;
  171. position: relative;
  172. border-radius: 1px;
  173. font-weight: bold;
  174. color: #fff;
  175. line-height: 35px;
  176. background: #2c8ad2;
  177. }
  178. button, input, select, textarea {
  179. margin: 0;
  180. vertical-align: baseline;
  181. }
  182. button, input[type="button"], input[type="reset"], input[type="submit"] {
  183. cursor: pointer;
  184. -webkit-appearance: button;
  185. }
  186. form {
  187. display: block;
  188. }
  189. #downloadlog {
  190. display: none;
  191. position: absolute;
  192. bottom: 5;
  193. left: 5;
  194. overflow: visible;
  195. color: rgba(255,255,255,.50);
  196. }
  197. #feedbackButton {
  198. position: absolute;
  199. bottom: 60;
  200. left: 60;
  201. overflow: visible;
  202. color: rgba(255,255,255,.50);
  203. }
  204. #feedbackButtonDiv {
  205. display: none;
  206. position: absolute;
  207. background-color: rgba(0,0,0,.50);
  208. border-radius: 50%;
  209. width: 100px;
  210. height: 100px;
  211. bottom: -50px;
  212. left: -50px;
  213. z-index: 100;
  214. overflow: hidden;
  215. transition: all 2s ease-in-out;
  216. }
  217. #feedbackButtonDiv.hidden {
  218. bottom: -246px;
  219. }
  220. div.feedbackButton:hover {
  221. transform: scale(1.3);
  222. }
  223. #bottomToolbar {
  224. display:block;
  225. position: absolute;
  226. right: 0;
  227. margin-right: 5px;
  228. bottom: 40px;
  229. width: 29px;
  230. border-radius: 1px;
  231. color: #FFF;
  232. background: rgba(0,0,0,0.5);
  233. z-index: 6; /*+1 from #remoteVideos*/
  234. }
  235. .bottomToolbarButton {
  236. display: inline-block;
  237. position: relative;
  238. color: #FFFFFF;
  239. top: 0;
  240. padding-top: 6px;
  241. margin: 2px;
  242. width: 25px;
  243. height: 20px;
  244. cursor: pointer;
  245. font-size: 10pt;
  246. text-align: center;
  247. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  248. z-index: 1;
  249. }
  250. .active {
  251. background-color: #00ccff;
  252. }
  253. .bottomToolbar_span>span {
  254. display: inline-block;
  255. position: absolute;
  256. font-size: 7pt;
  257. color: #ffffff;
  258. text-align: center;
  259. cursor: pointer;
  260. }
  261. .glow
  262. {
  263. text-shadow: 0px 0px 30px #06a5df, 0px 0px 10px #06a5df, 0px 0px 5px #06a5df,0px 0px 3px #06a5df;
  264. }
  265. .watermark {
  266. display: block;
  267. position: absolute;
  268. top: 15;
  269. width: 186px;
  270. height: 74px;
  271. background-size: contain;
  272. background-repeat: no-repeat;
  273. z-index: 2;
  274. }
  275. .leftwatermark {
  276. display: none;
  277. left: 15;
  278. background-image:url(../images/watermark.png);
  279. background-position: center left;
  280. }
  281. .rightwatermark {
  282. display: none;
  283. right: 15;
  284. background-position: center right;
  285. }
  286. .poweredby {
  287. display: none;
  288. position: absolute;
  289. left: 25;
  290. bottom: 7;
  291. font-size: 11pt;
  292. color: rgba(255,255,255,.50);
  293. text-decoration: none;
  294. z-index: 100;
  295. }
  296. #toast-container.notification-bottom-right {
  297. bottom: 140px;
  298. right: 5px;
  299. }
  300. #toast-container.notification-bottom-right-center {
  301. right: 205px;
  302. }
  303. #toast-container .toast-info {
  304. -webkit-box-shadow: none;
  305. box-shadow: none;
  306. }
  307. .toast-close-button {
  308. right: -7px;
  309. top: -19px;
  310. }
  311. #toast-container .toast-info {
  312. background-color: black;
  313. border: 1px solid #3a3a3a;
  314. width: 220px;
  315. padding: 10px 10px 10px 50px;
  316. }
  317. .connected {
  318. color: #21B9FC;
  319. font-size: 12px;
  320. }
  321. .lastN, .disconnected {
  322. color: #a3a3a3;
  323. font-size: 12px;
  324. }
  325. .toast-close-button:hover,
  326. .toast-close-button:focus {
  327. color: #ffffff;
  328. opacity: 1;
  329. -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  330. filter: alpha(opacity=100);
  331. }
  332. .toast-message .nickname {
  333. font-weight: bold;
  334. }