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.

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