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.

welcome_page.css 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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: 18px;
  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/watermark.png);
  116. background-repeat: no-repeat;
  117. background-size: contain;
  118. background-position: center left;
  119. width: 186px;
  120. height: 74px;
  121. position: absolute;
  122. top: 15px;
  123. left: 30px;
  124. }
  125. #brand_logo
  126. {
  127. background-image:url(../images/rightwatermark.png);
  128. background-repeat: no-repeat;
  129. background-size: contain;
  130. background-position: center left;
  131. width: 215px;
  132. height: 55px;
  133. position: absolute;
  134. top: 15px;
  135. right: 30px;
  136. }
  137. #brand_header
  138. {
  139. background-image:url(../images/welcome_page/header-big.png);
  140. width: 583px;
  141. height: 274px;
  142. margin: -110px auto 0px auto;
  143. }
  144. #header_text
  145. {
  146. width: 885px;
  147. height: 100px;
  148. color: #ffffff;
  149. font-family: Helvetica;
  150. font-size: 24px;
  151. text-align: center;
  152. margin: 0px auto 0px auto;
  153. }
  154. #features
  155. {
  156. margin-top: 30px;
  157. position: relative;
  158. }
  159. .feature_row
  160. {
  161. position: relative;
  162. width: 976px;
  163. margin: 0px auto 30px auto;
  164. padding-right: 75px;
  165. }
  166. .feature_holder
  167. {
  168. float:left;
  169. width: 169px;
  170. padding-left: 75px;
  171. padding-bottom: 30px;
  172. }
  173. .feature_icon
  174. {
  175. background-image:url(../images/welcome_page/bubble.png);
  176. background-repeat: no-repeat;
  177. width: 169px;
  178. height: 169px;
  179. font-family: Helvetica;
  180. color: #ffffff;
  181. font-size: 22px;
  182. /*font-weight: bold;*/
  183. text-align: center;
  184. display: table-cell;
  185. padding: 50px 26px 0px 20px;
  186. }
  187. .feature_description
  188. {
  189. width: 190px;
  190. font-family: Helvetica;
  191. color: #ffffff;
  192. font-size: 16px;
  193. padding-top: 30px;
  194. line-height: 22px;
  195. font-weight: 200;
  196. }
  197. #reload_roomname
  198. {
  199. width: 30px;
  200. height: 19px;
  201. color: #acacac;
  202. margin-top: 22px;
  203. z-index: 3;
  204. float: left;
  205. cursor: pointer;
  206. text-align: center;
  207. }