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

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