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.9KB

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