minigame_global.css 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  1. @font-face {
  2. font-family: "UTM Alberta Heavy";
  3. src: url(UTM\ Alberta\ Heavy.ttf);
  4. }
  5. .minigame .main-login {
  6. width: 100%;
  7. height: 100vh;
  8. /* background: url(../assets/images/bg-loading.png); */
  9. background-repeat: no-repeat;
  10. background-size: cover;
  11. display: flex;
  12. flex-direction: column;
  13. overflow: hidden;
  14. }
  15. .minigame .main {
  16. width: 100%;
  17. height: 100vh;
  18. /* background: url(../assets/images/bg-1.png); */
  19. background-repeat: no-repeat;
  20. background-size: cover;
  21. display: flex;
  22. flex-direction: column;
  23. overflow: hidden;
  24. }
  25. .minigame .blend-mode {
  26. mix-blend-mode: screen;
  27. }
  28. .minigame .text-c-1 {
  29. font-family: "Quicksand";
  30. font-style: normal;
  31. font-weight: 700;
  32. font-size: 14px;
  33. line-height: 18px;
  34. display: flex;
  35. align-items: center;
  36. text-align: center;
  37. text-transform: capitalize;
  38. color: #ffffff;
  39. text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  40. }
  41. .minigame .text-c-2 {
  42. font-family: "Quicksand";
  43. font-style: normal;
  44. font-weight: 700;
  45. font-size: 24px;
  46. line-height: 30px;
  47. display: flex;
  48. align-items: center;
  49. text-align: center;
  50. /* text-transform: uppercase; */
  51. color: #ffdeeb;
  52. }
  53. .minigame .text-placeholder-1::placeholder {
  54. font-family: "Quicksand";
  55. font-style: normal;
  56. font-weight: 700;
  57. font-size: 12px;
  58. line-height: 30px;
  59. display: flex;
  60. align-items: center;
  61. color: #ffdeeb;
  62. }
  63. .minigame .text-c-3 {
  64. font-family: "Quicksand";
  65. font-style: normal;
  66. font-weight: 600;
  67. font-size: 12px;
  68. line-height: 15px;
  69. text-align: center;
  70. color: #251829;
  71. }
  72. .minigame .text-c-4 {
  73. font-family: "Quicksand";
  74. font-style: normal;
  75. font-weight: 700;
  76. font-size: 18px;
  77. line-height: 22px;
  78. display: flex;
  79. align-items: center;
  80. text-align: center;
  81. text-transform: uppercase;
  82. color: #1a005f;
  83. }
  84. .minigame .text-c-5 {
  85. font-family: "Open Sans";
  86. font-style: normal;
  87. font-weight: 500;
  88. line-height: 14px;
  89. display: flex;
  90. align-items: center;
  91. text-align: center;
  92. justify-content: center;
  93. }
  94. .minigame .text-c-6 {
  95. font-family: "Quicksand";
  96. font-style: normal;
  97. font-weight: 700;
  98. line-height: 18px;
  99. /* identical to box height */
  100. text-transform: capitalize;
  101. /* gold rad */
  102. background: linear-gradient(97.02deg, #f3da7f -12.9%, #e0b452 27.12%, #ffdba3 86.07%);
  103. -webkit-background-clip: text;
  104. -webkit-text-fill-color: transparent;
  105. background-clip: text;
  106. text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  107. }
  108. .minigame .text-c-7 {
  109. font-family: "Quicksand";
  110. font-style: normal;
  111. font-weight: 700;
  112. font-size: 12px;
  113. line-height: 15px;
  114. display: flex;
  115. align-items: center;
  116. text-transform: capitalize;
  117. /* 2 */
  118. color: #ff76ac;
  119. }
  120. .minigame .text-c-8 {
  121. font-family: "Quicksand";
  122. font-style: normal;
  123. font-weight: 700;
  124. font-size: 12px;
  125. line-height: 15px;
  126. display: flex;
  127. align-items: center;
  128. text-align: right;
  129. text-transform: capitalize;
  130. /* Main 45 */
  131. background: linear-gradient(20deg, #ee0033 -1.54%, #690e42 69.15%, #3a182f 90.88%, #1b1926 110.47%);
  132. -webkit-background-clip: text;
  133. -webkit-text-fill-color: transparent;
  134. background-clip: text;
  135. }
  136. .minigame .text-title-1 {
  137. font-family: "Quicksand";
  138. font-style: normal;
  139. font-weight: 700;
  140. font-size: 40px;
  141. line-height: 50px;
  142. text-align: center;
  143. letter-spacing: -2px;
  144. background: linear-gradient(85.69deg, #df0235 -29.14%, #ff5ff5 117.06%);
  145. -webkit-background-clip: text;
  146. -webkit-text-fill-color: transparent;
  147. background-clip: text;
  148. }
  149. .minigame .progress-bar {
  150. max-width: 280px;
  151. width: 100%;
  152. height: 12px;
  153. background: #1c1a27;
  154. box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.5);
  155. border-radius: 30px;
  156. }
  157. .minigame .blink-effect {
  158. animation: blink 1s infinite;
  159. }
  160. .minigame .progress-bar-active {
  161. width: 100%;
  162. height: 12px;
  163. background: linear-gradient(90deg, #6d68af 0%, #ee4599 51.51%, #f5a2c6 100%);
  164. border-radius: 30px;
  165. animation: progress-forward 3s infinite;
  166. }
  167. .minigame .bg-color-1 {
  168. background: rgba(255, 255, 255, 0.85);
  169. }
  170. .minigame .bg-color-2 {
  171. background: rgba(0, 0, 0, 0.3);
  172. }
  173. .minigame .bg-linear-1 {
  174. background: linear-gradient(89.62deg, #ee0033 -1.54%, #690e42 69.15%, #3a182f 90.88%, #1b1926 110.47%);
  175. }
  176. .minigame .bg-linear-2 {
  177. background: linear-gradient( 180.08deg, rgba(238, 0, 51, 0.9) 0.05%, rgba(105, 14, 66, 0.9) 63.07%, rgba(58, 24, 47, 0.9) 82.44%, rgba(27, 25, 38, 0.9) 99.91%);
  178. box-shadow: -5px 7px 7px rgba(0, 0, 0, 0.5);
  179. }
  180. .minigame .bg-linear-4 {
  181. background: linear-gradient( 180.08deg, rgba(238, 0, 51, 0.7) 0.05%, rgba(105, 14, 66, 0.7) 63.07%, rgba(58, 24, 47, 0.7) 82.44%, rgba(27, 25, 38, 0.7) 99.91%);
  182. }
  183. .minigame .bg-linear-3 {
  184. background: linear-gradient(82.89deg, #ff5f08 5.39%, #ff5ff9 94.31%);
  185. }
  186. .minigame .btn-c-1 {
  187. display: flex;
  188. flex-direction: row;
  189. justify-content: center;
  190. align-items: center;
  191. padding: 12px 40px;
  192. gap: 10px;
  193. max-width: 200px;
  194. width: 100%;
  195. height: 37px;
  196. /* Main 45 */
  197. background: linear-gradient(89.62deg, #ee0033 -1.54%, #690e42 69.15%, #3a182f 90.88%, #1b1926 110.47%);
  198. border-radius: 20px;
  199. }
  200. .minigame .btn-c-2 {
  201. display: flex;
  202. flex-direction: row;
  203. justify-content: center;
  204. align-items: center;
  205. padding: 12px 20px;
  206. gap: 10px;
  207. max-width: 174px;
  208. width: 100%;
  209. height: 37px;
  210. /* background: linear-gradient(82.89deg, #ff5f08 5.39%, #ff5ff9 94.31%); */
  211. background: linear-gradient(82.89deg, #FF5F07 0%, #CC0E47 100%);
  212. border-radius: 20px;
  213. }
  214. .minigame .btn-c-3 {
  215. display: flex;
  216. flex-direction: row;
  217. justify-content: center;
  218. align-items: center;
  219. gap: 10px;
  220. max-width: 148px;
  221. width: 100%;
  222. height: 37px;
  223. background: linear-gradient(90deg, #4c5fff 2.8%, #f75fff 100%);
  224. border-radius: 20px;
  225. }
  226. .minigame .font-z-18 {
  227. font-size: 18px;
  228. }
  229. .minigame .font-z-15 {
  230. font-size: 15px;
  231. }
  232. .minigame .font-z-10 {
  233. font-size: 10px;
  234. }
  235. .minigame .font-z-12 {
  236. font-size: 12px;
  237. }
  238. .font-z-14 {
  239. font-size: 14px;
  240. }
  241. .backdrop-filter-1 {
  242. -webkit-backdrop-filter: blur(5px);
  243. backdrop-filter: blur(5px);
  244. }
  245. .minigame .bg-coin-loading {
  246. position: fixed;
  247. top: -120%;
  248. left: 0;
  249. width: 100%;
  250. }
  251. .minigame .bg-animation {
  252. animation: progress-coin-move 2s;
  253. animation-fill-mode: forwards;
  254. }
  255. .minigame .bg-coin-loading img {
  256. width: 100%;
  257. height: 100%;
  258. object-fit: cover;
  259. }
  260. .minigame header {
  261. padding: 10px;
  262. }
  263. .minigame .minigame_content {
  264. flex: 1;
  265. padding: 10px;
  266. overflow-y: scroll;
  267. }
  268. .minigame footer {
  269. padding: 10px;
  270. }
  271. .minigame .form-container {
  272. position: absolute;
  273. bottom: 0;
  274. left: 0;
  275. width: 100%;
  276. height: 60%;
  277. border-top-left-radius: 32px;
  278. border-top-right-radius: 32px;
  279. overflow: hidden;
  280. z-index: 99;
  281. animation: slide-up 0.5s ease-in-out;
  282. animation-fill-mode: forwards;
  283. }
  284. @keyframes slide-up {
  285. 0% {
  286. transform: translateY(100%);
  287. }
  288. 100% {
  289. transform: translateY(0);
  290. }
  291. }
  292. @keyframes progress-forward {
  293. from {
  294. width: 0%;
  295. }
  296. to {
  297. width: 100%;
  298. }
  299. }
  300. @keyframes blink {
  301. 0% {
  302. opacity: 0;
  303. }
  304. 50% {
  305. opacity: 1;
  306. }
  307. 100% {
  308. opacity: 0;
  309. }
  310. }
  311. @keyframes progress-coin-move {
  312. from {
  313. top: -120%;
  314. }
  315. to {
  316. top: -7%;
  317. }
  318. }
  319. .image-effect {
  320. transition: transform 0.5s, opacity 0.5s;
  321. }
  322. .move-left {
  323. transform: translateX(-100%);
  324. opacity: 0;
  325. }
  326. .move-right {
  327. transform: translateX(100%);
  328. opacity: 0;
  329. }