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.

main.css 7.6KB

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