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 6.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. html, body{
  2. margin:0px;
  3. height:100%;
  4. color: #424242;
  5. font-family:'YanoneKaffeesatzLight',Verdana,Tahoma,Arial;
  6. font-weight: 400;
  7. background: #e9e9e9;
  8. }
  9. #videospace {
  10. display: block;
  11. position: absolute;
  12. top: 39px;
  13. left: 0px;
  14. right: 0px;
  15. float: left;
  16. }
  17. .videocontainer {
  18. position: relative;
  19. margin-left: auto;
  20. margin-right: auto;
  21. }
  22. .videocontainer>video {
  23. position: absolute;
  24. left: 0px;
  25. top: 0px;
  26. z-index: 0;
  27. width: 100%;
  28. height: 100%;
  29. }
  30. #largeVideo {
  31. }
  32. #localVideo {
  33. -moz-transform: scaleX(-1);
  34. -webkit-transform: scaleX(-1);
  35. -o-transform: scaleX(-1);
  36. transform: scaleX(-1);
  37. }
  38. #remoteVideos {
  39. display:block;
  40. position:relative;
  41. text-align:center;
  42. height:196px;
  43. padding-top:10px;
  44. width:auto;
  45. overflow: hidden;
  46. border:1px solid transparent;
  47. font-size:0;
  48. z-index: 2;
  49. }
  50. #remoteVideos span {
  51. display: inline-block;
  52. }
  53. #remoteVideos video {
  54. z-index:0;
  55. border:1px solid #FFFFFF;
  56. }
  57. #remoteVideos>span:hover {
  58. cursor: pointer;
  59. cursor: hand;
  60. transform:scale(1.08, 1.08);
  61. -webkit-transform:scale(1.08, 1.08);
  62. transition-duration: 0.5s;
  63. -webkit-transition-duration: 0.5s;
  64. background-color: #FFFFFF;
  65. -webkit-animation-name: greyPulse;
  66. -webkit-animation-duration: 2s;
  67. -webkit-animation-iteration-count: 1;
  68. -webkit-box-shadow: 0 0 18px #515151;
  69. border:1px solid #FFFFFF;
  70. z-index: 10;
  71. }
  72. #chatspace {
  73. display:block;
  74. position:absolute;
  75. float: right;
  76. top: 40px;
  77. bottom: 0px;
  78. right: 0px;
  79. width:0;
  80. opacity: 0;
  81. overflow: hidden;
  82. background-color:#f6f6f6;
  83. border-left:1px solid #424242;
  84. }
  85. #chatconversation {
  86. display:block;
  87. position:relative;
  88. top: -120px;
  89. float:top;
  90. text-align:left;
  91. line-height:20px;
  92. font-size:14px;
  93. padding:5px;
  94. height:90%;
  95. overflow:scroll;
  96. visibility:hidden;
  97. }
  98. .localuser {
  99. color: #087dba;
  100. }
  101. .remoteuser {
  102. color: #424242;
  103. }
  104. #usermsg {
  105. position:absolute;
  106. bottom: 5px;
  107. left: 5px;
  108. right: 5px;
  109. width: 95%;
  110. height: 40px;
  111. z-index: 5;
  112. visibility:hidden;
  113. max-height:150px;
  114. }
  115. #nickname {
  116. position:relative;
  117. text-align:center;
  118. color: #9d9d9d;
  119. font-size: 18;
  120. top: 100px;
  121. left: 5px;
  122. right: 5px;
  123. width: 95%;
  124. }
  125. #nickinput {
  126. margin-top: 20px;
  127. font-size: 14;
  128. }
  129. #spacer {
  130. height:5px;
  131. }
  132. #settings {
  133. display:none;
  134. }
  135. #nowebrtc {
  136. display:none;
  137. }
  138. #header{
  139. display:block;
  140. height:39px;
  141. text-align:center;
  142. background-color:#087dba;
  143. }
  144. #toolbar {
  145. visibility:hidden;
  146. height:39px;
  147. }
  148. #left {
  149. display:block;
  150. position: absolute;
  151. left: 0px;
  152. top: 0px;
  153. width: 100px;
  154. height: 39px;
  155. background-image:url(../images/left1.png);
  156. background-repeat:no-repeat;
  157. margin: 0;
  158. padding: 0;
  159. }
  160. #leftlogo {
  161. position:absolute;
  162. top: 5px;
  163. left: 15px;
  164. background-image:url(../images/jitsilogo.png);
  165. background-repeat:no-repeat;
  166. height: 31px;
  167. width: 68px;
  168. z-index:1;
  169. }
  170. #toolbar {
  171. display:block;
  172. position:relative;
  173. height:39px;
  174. width:auto;
  175. overflow: hidden;
  176. z-index:0;
  177. visibility: hidden;
  178. }
  179. .button {
  180. display: inline-block;
  181. position: relative;
  182. color: #FFFFFF;
  183. top: 0;
  184. padding: 10px 0px;
  185. width: 39px;
  186. cursor: pointer;
  187. font-size: 11pt;
  188. text-align: center;
  189. text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
  190. }
  191. a.button:hover {
  192. top: 0;
  193. cursor: pointer;
  194. background: rgba(0, 0, 0, 0.3);
  195. border-radius: 5px;
  196. background-clip: padding-box;
  197. -webkit-border-radius: 5px;
  198. -webkit-background-clip: padding-box;
  199. }
  200. .no-fa-video-camera, .fa-microphone-slash {
  201. color: #636363;
  202. }
  203. .fade_line {
  204. height: 1px;
  205. background: black;
  206. background: -webkit-gradient(linear, 0 0, 100% 0, from(#e9e9e9), to(#e9e9e9), color-stop(50%, black));
  207. }
  208. .header_button_separator {
  209. display: inline-block;
  210. position:relative;
  211. top: 7;
  212. width: 1px;
  213. height: 25px;
  214. background: white;
  215. background: -webkit-gradient(linear, 0 0, 0 100%, from(#087dba), to(#087dba), color-stop(50%, white));
  216. }
  217. #right {
  218. display:block;
  219. position:absolute;
  220. right: 0px;
  221. top: 0px;
  222. background-image:url(../images/right1.png);
  223. background-repeat:no-repeat;
  224. margin:0;
  225. padding:0;
  226. width:100px;
  227. height:39px;
  228. }
  229. #rightlogo {
  230. position:absolute;
  231. top: 6px;
  232. right: 15px;
  233. background-image:url(../images/estoslogo.png);
  234. background-repeat:no-repeat;
  235. height: 25px;
  236. width: 62px;
  237. z-index:1;
  238. }
  239. input, textarea {
  240. border: 0px none;
  241. display: inline-block;
  242. font-size: 14px;
  243. padding: 5px;
  244. background: #f3f3f3;
  245. border-radius: 3px;
  246. font-weight: 100;
  247. line-height: 20px;
  248. height: 40px;
  249. color: #333;
  250. font-weight: bold;
  251. text-align: left;
  252. border:1px solid #ACD8F0;
  253. outline: none; /* removes the default outline */
  254. resize: none; /* prevents the user-resizing, adjust to taste */
  255. }
  256. input, textarea:focus {
  257. box-shadow: inset 0 0 3px 2px #ACD8F0; /* provides a more style-able
  258. replacement to the outline */
  259. }
  260. textarea {
  261. overflow: hidden;
  262. word-wrap: break-word;
  263. resize: horizontal;
  264. }
  265. button.no-icon {
  266. padding: 0 1em;
  267. }
  268. button {
  269. border: none;
  270. height: 35px;
  271. padding: 0 1em 0 2em;
  272. position: relative;
  273. border-radius: 3px;
  274. font-weight: bold;
  275. color: #fff;
  276. line-height: 35px;
  277. background: #2c8ad2;
  278. }
  279. button, input, select, textarea {
  280. font-size: 100%;
  281. margin: 0;
  282. vertical-align: baseline;
  283. }
  284. button, input[type="button"], input[type="reset"], input[type="submit"] {
  285. cursor: pointer;
  286. -webkit-appearance: button;
  287. }
  288. form {
  289. display: block;
  290. }
  291. /* Animated text area. */
  292. .animated {
  293. -webkit-transition: height 0.2s;
  294. -moz-transition: height 0.2s;
  295. transition: height 0.2s;
  296. }
  297. #downloadlog {
  298. position: absolute;
  299. bottom: 5;
  300. left: 5;
  301. overflow: visible;
  302. z-index: 100;
  303. }