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

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