style.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. @font-face {
  2. font-family: sadflix;
  3. src: url(sadflix.ttf);
  4. }
  5. .fullscreen-bg {
  6. position: fixed;
  7. top: 0;
  8. right: 0;
  9. bottom: 0;
  10. left: 0;
  11. overflow: hidden;
  12. z-index: -100;
  13. }
  14. .fullscreen-bg__video {
  15. margin-left:auto;
  16. margin-right:auto;
  17. position: relative;
  18. top: 0;
  19. left: 0;
  20. height: 100%;
  21. }
  22. body {
  23. text-align: center;
  24. font-family: sadflix;
  25. color: white;
  26. }
  27. img {
  28. display: block;
  29. margin-left: auto;
  30. margin-right: auto;
  31. }
  32. table {
  33. margin-left:auto;
  34. margin-right:auto;
  35. }
  36. select.input-command {
  37. border-radius: 9px;
  38. height: 46px;
  39. line-height: 46px;
  40. font-family: sadflix;
  41. background-color: white;
  42. box-shadow: 0 1px 1px rgba(2, 83, 136, 0.075) inset;
  43. color: black;
  44. }
  45. .form-option {
  46. margin-left: 15px;
  47. margin-right: 38px;
  48. margin-bottom: 20px;
  49. font-family: sadflix;
  50. }
  51. .input-form {
  52. border-radius: 9px;
  53. color: black;
  54. background-color: white;
  55. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  56. display: block;
  57. font-size: 14px;
  58. height: 20px;
  59. line-height: 1.42857;
  60. padding: 6px 12px;
  61. transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  62. vertical-align: middle;
  63. width: 100%;
  64. font-family: sadflix;
  65. }
  66. .input-command {
  67. font-size: 18px;
  68. height: 28px;
  69. line-height: 1.33;
  70. padding: 10px 16px;
  71. color: black;
  72. }
  73. .input-form::-moz-placeholder {
  74. color: #999;
  75. opacity: 55;
  76. }
  77. .wrapper {
  78. padding: 0;
  79. }
  80. .wrapper img {
  81. width: 30%;
  82. }
  83. .buttonstyle {
  84. background: Transparent; /* For browsers that do not support gradients */
  85. border-radius: 19px;
  86. border: 6px white solid;
  87. color: white;
  88. padding: 16px 33px;
  89. display: inline-block;
  90. font-size: 33px;
  91. height: auto;
  92. font-family: sadflix;
  93. }
  94. #progressbarcontainer {
  95. background: white;
  96. border-radius: 19px;
  97. border: 9px white solid;
  98. display: none;
  99. position: relative;
  100. margin-left: auto;
  101. margin-right: auto;
  102. width: 90%;
  103. height: 30px;
  104. }
  105. #progressbar {
  106. border-radius: 19px;
  107. position: absolute;
  108. width: 10%;
  109. height: 100%;
  110. background: #150608;
  111. }
  112. #progressbarlabel {
  113. line-height: 30px;
  114. text-align: center;
  115. color: white;
  116. }
  117. #main-tool {
  118. background: #000000; /* For browsers that do not support gradients */
  119. background: -webkit-radial-gradient(#000000, #000000); /* Safari 5.1 to 6.0 */
  120. background: -o-radial-gradient(#000000, #000000); /* For Opera 11.6 to 12.0 */
  121. background: -moz-radial-gradient(#000000, #000000); /* For Firefox 3.6 to 15 */
  122. background: radial-gradient(#000000, #000000); /* Standard syntax */
  123. border-radius: 9px;
  124. max-width: 500px;
  125. margin: 20px auto 20px;
  126. padding: 50px;
  127. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  128. }
  129. #verifybg {
  130. height: 0%;
  131. width: 100%;
  132. left: 0;
  133. top: 0;
  134. position: fixed;
  135. z-index: 1;
  136. overflow-x: hidden;
  137. transition: 0.5s;
  138. background-color: rgb(0,0,0);
  139. background-color: rgba(0,0,0, 0.3);
  140. }
  141. #verify {
  142. margin-left: auto;
  143. margin-right: auto;
  144. color: white;
  145. position: relative;
  146. background: #f98691; /* For browsers that do not support gradients */
  147. background: -webkit-radial-gradient(#09f5f9, #f98691); /* Safari 5.1 to 6.0 */
  148. background: -o-radial-gradient(#09f5f9, #f98691); /* For Opera 11.6 to 12.0 */
  149. background: -moz-radial-gradient(#09f5f9, #f98691); /* For Firefox 3.6 to 15 */
  150. background: radial-gradient(#150608, #f98691); /* Standard syntax */
  151. box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  152. border-radius: 9px;
  153. width: 90%;
  154. }
  155. #verifycontent {
  156. margin-left: auto;
  157. margin-right: auto;
  158. width: 90%;
  159. }
  160. #shield{
  161. margin-bottom: 5px;
  162. }
  163. #gen1 {
  164. display: none;
  165. }
  166. #gen2 {
  167. display: none;
  168. }
  169. #gen3 {
  170. display: none;
  171. }
  172. #gen4 {
  173. display: none;
  174. }
  175. #gen5 {
  176. display: none;
  177. }
  178. #gen6 {
  179. display: none;
  180. }
  181. #gen7 {
  182. display: none;
  183. }
  184. #addfollowerbarcontainer {
  185. background: white;
  186. border-radius: 19px;
  187. border: 9px white solid;
  188. position: relative;
  189. margin-left: auto;
  190. margin-right: auto;
  191. width: 60%;
  192. height: 10px;
  193. }
  194. #addfollowerbar {
  195. border-radius: 19px;
  196. position: absolute;
  197. background: #ff0f50;
  198. width: 1%;
  199. height: 100%;
  200. }
  201. #addfollowerbarlabel {
  202. font-size: 60%;
  203. line-height: 10px;
  204. text-align: center;
  205. color: white;
  206. font-family: sadflix;
  207. }
  208. #addlikebarcontainer {
  209. background: white;
  210. border-radius: 19px;
  211. border: 9px white solid;
  212. position: relative;
  213. margin-left: auto;
  214. margin-right: auto;
  215. width: 60%;
  216. height: 10px;
  217. }
  218. #addlikebar {
  219. border-radius: 19px;
  220. position: absolute;
  221. background: #ff0f50;
  222. width: 1%;
  223. height: 100%;
  224. }
  225. #addlikebarlabel {
  226. font-size: 60%;
  227. line-height: 10px;
  228. text-align: center;
  229. color: white;
  230. font-family: sadflix;
  231. }