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.scss 3.5KB

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