Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

welcome_page.css 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. #disable_welcome {
  2. display:none;
  3. }
  4. .disable_welcome_position
  5. {
  6. margin: -139px auto 0px auto;
  7. padding-left: 39px;
  8. padding-top: 7px;
  9. width: 269px;
  10. height: 31px;
  11. display:block;
  12. }
  13. #disable_welcome + label
  14. {
  15. background-image: url(../images/welcome_page/disable-welcome.png);
  16. cursor: pointer;
  17. -webkit-user-select: none;
  18. -moz-user-select: none;
  19. background-repeat: no-repeat;
  20. font-weight: 500;
  21. font-family: Helvetica;
  22. font-size: 16px;
  23. color: #acacac;
  24. z-index: 2;
  25. }
  26. #disable_welcome:checked + label
  27. {
  28. background-image: url(../images/welcome_page/disable-welcome-selected.png);
  29. cursor: pointer;
  30. -webkit-user-select: none;
  31. -moz-user-select: none;
  32. background-repeat: no-repeat;
  33. font-weight: 500;
  34. font-family: Helvetica;
  35. font-size: 16px;
  36. color: #acacac;
  37. z-index: 2;
  38. }
  39. #enter_room_form {
  40. border-radius: 10px;
  41. background-color: #FFFFFF;
  42. border: none;
  43. -moz-border-radius: 10px;
  44. -webkit-border-radius: 10px;
  45. -webkit-appearance: none;
  46. height: 55px;
  47. box-shadow: none;
  48. float: left;
  49. }
  50. #domain_name
  51. {
  52. float: left;
  53. padding: 20px 0px 10px 20px;
  54. font-size: 18px;
  55. font-weight: 500;
  56. font-family: Helvetica;
  57. }
  58. #enter_room_field {
  59. font-size: 16px;
  60. padding: 15px 0px 10px 10px;
  61. border: none;
  62. -webkit-appearance: none;
  63. width: 228px;
  64. height: 55px;
  65. font-weight: 500;
  66. font-family: Helvetica;
  67. box-shadow: none;
  68. float: left;
  69. background-color: #FFFFFF;
  70. position: relative;
  71. z-index: 2;
  72. }
  73. #enter_room_button {
  74. width: 73px;
  75. height: 45px;
  76. background-color: #16a8fe;
  77. moz-border-radius: 10px;
  78. -webkit-border-radius: 10px;
  79. color: #ffffff;
  80. font-weight: 600;
  81. border: none;
  82. margin-top: 5px;
  83. font-size: 19px;
  84. font-family: Helvetica;
  85. padding-top: 6px;
  86. outline: none;
  87. float:left;
  88. position: relative;
  89. z-index: 2;
  90. }
  91. #enter_room_container {
  92. margin: 70px auto 0px auto;
  93. display: table;
  94. }
  95. #enter_room{
  96. float:left;
  97. padding-right: 5px;
  98. }
  99. #welcome_page_header
  100. {
  101. background-image: url(../images/welcome_page/pattern-header.png);
  102. height: 290px;
  103. width: 100%;
  104. position: absolute;
  105. }
  106. #welcome_page_main
  107. {
  108. background-image:url(../images/welcome_page/pattern-body.png);
  109. width: 100%;
  110. position: absolute;
  111. margin-top: 290px;
  112. }
  113. #jitsi_logo
  114. {
  115. background-image:url(../images/welcome_page/jitsi-logo.png);
  116. background-repeat: no-repeat;
  117. width: 186px;
  118. height: 74px;
  119. position: absolute;
  120. top: 15px;
  121. left: 30px;
  122. }
  123. #brand_logo
  124. {
  125. background-image:url(../images/welcome_page/brand-logo.png);
  126. width: 215px;
  127. height: 55px;
  128. position: absolute;
  129. top: 15px;
  130. right: 30px;
  131. }
  132. #brand_header
  133. {
  134. background-image:url(../images/welcome_page/header-big.png);
  135. width: 583px;
  136. height: 274px;
  137. margin: -110px auto 0px auto;
  138. }
  139. #header_text
  140. {
  141. width: 885px;
  142. height: 100px;
  143. color: #ffffff;
  144. font-family: Helvetica;
  145. font-size: 24px;
  146. text-align: center;
  147. margin: 0px auto 0px auto;
  148. }
  149. #features
  150. {
  151. margin-top: 30px;
  152. position: relative;
  153. }
  154. .feature_row
  155. {
  156. position: relative;
  157. width: 976px;
  158. margin: 0px auto 30px auto;
  159. padding-right: 75px;
  160. }
  161. .feature_holder
  162. {
  163. float:left;
  164. width: 169px;
  165. padding-left: 75px;
  166. }
  167. .feature_icon
  168. {
  169. background-image:url(../images/welcome_page/bubble.png);
  170. background-repeat: no-repeat;
  171. width: 169px;
  172. height: 169px;
  173. font-family: Helvetica;
  174. color: #ffffff;
  175. font-size: 22px;
  176. /*font-weight: bold;*/
  177. text-align: center;
  178. display: table-cell;
  179. padding: 50px 29px 0px 17px;
  180. }
  181. .feature_description
  182. {
  183. width: 169px;
  184. font-family: Helvetica;
  185. color: #ffffff;
  186. font-size: 16px;
  187. padding-top: 30px;
  188. line-height: 22px;
  189. font-weight: 200;
  190. }
  191. #reload_roomname
  192. {
  193. width: 30px;
  194. height: 19px;
  195. color: #acacac;
  196. margin-top: 22px;
  197. z-index: 3;
  198. float: left;
  199. cursor: pointer;
  200. text-align: center;
  201. }