Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

main.css 5.6KB

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