Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. /*
  2. * Copyright @ 2015 Atlassian Pty Ltd
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. */
  16. #disable_welcome {
  17. display:none;
  18. }
  19. .disable_welcome_position
  20. {
  21. margin: -139px auto 0px auto;
  22. padding-left: 39px;
  23. padding-top: 7px;
  24. width: 269px;
  25. height: 31px;
  26. display:block;
  27. }
  28. #disable_welcome + label
  29. {
  30. background-image: url(../images/welcome_page/disable-welcome.png);
  31. cursor: pointer;
  32. -webkit-user-select: none;
  33. -moz-user-select: none;
  34. background-repeat: no-repeat;
  35. font-weight: 500;
  36. font-family: Helvetica;
  37. font-size: 16px;
  38. color: #acacac;
  39. z-index: 2;
  40. }
  41. #disable_welcome:checked + label
  42. {
  43. background-image: url(../images/welcome_page/disable-welcome-selected.png);
  44. cursor: pointer;
  45. -webkit-user-select: none;
  46. -moz-user-select: none;
  47. background-repeat: no-repeat;
  48. font-weight: 500;
  49. font-family: Helvetica;
  50. font-size: 16px;
  51. color: #acacac;
  52. z-index: 2;
  53. }
  54. #enter_room_form {
  55. border-radius: 10px;
  56. background-color: #FFFFFF;
  57. border: none;
  58. -moz-border-radius: 10px;
  59. -webkit-border-radius: 10px;
  60. -webkit-appearance: none;
  61. height: 55px;
  62. box-shadow: none;
  63. float: left;
  64. }
  65. #domain_name
  66. {
  67. float: left;
  68. padding: 20px 0px 10px 20px;
  69. font-size: 18px;
  70. font-weight: 500;
  71. font-family: Helvetica;
  72. }
  73. #enter_room_field {
  74. font-size: 15px;
  75. padding: 15px 0px 10px 10px;
  76. border: none;
  77. -webkit-appearance: none;
  78. width: 228px;
  79. height: 55px;
  80. font-weight: 500;
  81. font-family: Helvetica;
  82. box-shadow: none;
  83. float: left;
  84. background-color: #FFFFFF;
  85. position: relative;
  86. z-index: 2;
  87. }
  88. #enter_room_button {
  89. width: 73px;
  90. height: 45px;
  91. background-color: #16a8fe;
  92. moz-border-radius: 10px;
  93. -webkit-border-radius: 10px;
  94. color: #ffffff;
  95. font-weight: 600;
  96. border: none;
  97. margin-top: 5px;
  98. font-size: 19px;
  99. font-family: Helvetica;
  100. padding-top: 6px;
  101. outline: none;
  102. float:left;
  103. position: relative;
  104. z-index: 2;
  105. }
  106. #enter_room_container {
  107. margin: 70px auto 0px auto;
  108. display: table;
  109. }
  110. #enter_room{
  111. float:left;
  112. padding-right: 5px;
  113. }
  114. #welcome_page_header
  115. {
  116. background-image: url(../images/welcome_page/pattern-header.png);
  117. height: 290px;
  118. width: 100%;
  119. position: absolute;
  120. }
  121. #welcome_page_main
  122. {
  123. background-image:url(../images/welcome_page/pattern-body.png);
  124. width: 100%;
  125. position: absolute;
  126. margin-top: 290px;
  127. }
  128. #brand_header
  129. {
  130. background-image:url(../images/welcome_page/header-big.png);
  131. width: 583px;
  132. height: 274px;
  133. margin: -110px auto 0px auto;
  134. }
  135. #header_text
  136. {
  137. width: 885px;
  138. height: 100px;
  139. color: #ffffff;
  140. font-family: Helvetica;
  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. font-family: Helvetica;
  171. color: #ffffff;
  172. font-size: 22px;
  173. /*font-weight: bold;*/
  174. text-align: center;
  175. display: table-cell;
  176. padding: 50px 26px 0px 20px;
  177. }
  178. .feature_description
  179. {
  180. width: 190px;
  181. font-family: Helvetica;
  182. color: #ffffff;
  183. font-size: 16px;
  184. padding-top: 30px;
  185. line-height: 22px;
  186. font-weight: 200;
  187. }
  188. #reload_roomname
  189. {
  190. width: 30px;
  191. height: 19px;
  192. color: #acacac;
  193. margin-top: 22px;
  194. z-index: 3;
  195. float: left;
  196. cursor: pointer;
  197. text-align: center;
  198. display: none;
  199. }