Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

_welcome_page.scss 3.7KB

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