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.4KB

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