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

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