Joo


SUBMITTED BY: BL420

DATE: May 28, 2022, 1:25 p.m.

UPDATED: May 28, 2022, 1:39 p.m.

FORMAT: Text only

SIZE: 50.4 kB

HITS: 458

  1. <meta name='viewport' content='width=device-width, initial-scale=1.0'><style>@font-face {
  2. font-family: 'Palanquin Dark';
  3. font-style: normal;
  4. font-weight: 400;
  5. font-display: swap;
  6. src: url(pictures/atlantus.woff2) format('woff2');
  7. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  8. }
  9. body
  10. {
  11. overflow: hidden;
  12. position: fixed;
  13. font-family: 'Palanquin Dark', sans-serif; background: url(https://cdn.wallpapersafari.com/37/78/yFbRA6.jpg);
  14. background-size: cover;
  15. color: white;
  16. margin: 0px;
  17. left: 0px;
  18. top: 0px;
  19. height: 100%;
  20. width: 100%;
  21. }
  22. .moonbottom
  23. {
  24. position: fixed;
  25. bottom: -5px;
  26. width: 150%;
  27. height: 138px;
  28. left: -25%;
  29. background: #cccccc;
  30. border-top-left-radius: 70%;
  31. border-top-right-radius: 70%;
  32. }
  33. .notification
  34. {
  35. background: linear-gradient(
  36. 45deg
  37. , #3f51b5, #0d4181);
  38. transform: translate(0%, -50%);
  39. position: fixed;
  40. right: 5px;
  41. top: 12%;
  42. height: 50px;
  43. width: max-content;
  44. color: white;
  45. text-align: left;
  46. padding-left: 19px;
  47. padding-right: 15px;
  48. z-index: 7;
  49. font-size: 15px;
  50. border-radius: 11px;
  51. }
  52. #logsview
  53. {
  54. position: absolute;
  55. top: 46px;
  56. left: 0px;
  57. height: 69%;
  58. display: none;
  59. font-size: 14px;
  60. font-family: sans-serif;
  61. width: 100%;
  62. text-align: left;
  63. color: #ccc;
  64. overflow: scroll;
  65. padding-left: 20px;
  66. }
  67. .atlimg.animated {
  68. -webkit-animation: filter-animation 5s infinite;
  69. animation: filter-animation 5s infinite;
  70. }
  71. @-webkit-keyframes filter-animation {
  72. 0% {
  73. -webkit-filter: hue-rotate(0deg);
  74. }
  75. 40% {
  76. -webkit-filter: hue-rotate(100deg);
  77. }
  78. 76% {
  79. -webkit-filter: hue-rotate(
  80. 241deg);
  81. }
  82. 100% {
  83. -webkit-filter: hue-rotate(
  84. 343deg);
  85. }
  86. }
  87. @keyframes filter-animation {
  88. 0% {
  89. filter: hue-rotate(0deg);
  90. }
  91. 50% {
  92. filter: hue-rotate(100deg);
  93. }
  94. 86% {
  95. filter: hue-rotate(
  96. 241deg);
  97. }
  98. 100% {
  99. filter: hue-rotate(
  100. 343deg);
  101. }
  102. }
  103. .demotxt
  104. {
  105. position: fixed;
  106. -webkit-transform: translate(-50%, -50%);
  107. transform: translate(-50%, -50%);
  108. left: 50%; top: 50%;
  109. font-size: 7vw; width: 85%;
  110. text-shadow: 0px 0px 5px black;
  111. }
  112. @keyframes demo {
  113. 0% {
  114. box-shadow: 0px 0px 0px 2px #ff004c;;
  115. }
  116. 25% {
  117. box-shadow: 0px 0px 0px 2px #8a2b47;;
  118. }
  119. 75% {
  120. box-shadow: 0px 0px 0px 2px #4b242f;;
  121. }
  122. 100% {
  123. box-shadow: 0px 0px 0px 2px #972b4c;;
  124. }
  125. }
  126. @keyframes shake {
  127. 0% {
  128. transform: translate(-50%, -50%) rotate(
  129. 0deg);
  130. filter: drop-shadow(2px 4px 16px red);
  131. }
  132. 25% {
  133. transform: translate(-50%, -50%) rotate(
  134. -1deg);
  135. filter: drop-shadow(2px 4px 6px rgb(197, 12, 43));
  136. }
  137. 50% {
  138. transform: translate(-50%, -50%) rotate(
  139. 1deg);
  140. filter: drop-shadow(2px 4px 6px darkred);
  141. }
  142. 75% {
  143. transform: translate(-50%, -50%) rotate(
  144. -1deg);
  145. }
  146. 100% {
  147. transform: translate(-50%, -50%) rotate(
  148. -1deg);
  149. }
  150. }
  151. .hshakex {
  152. animation: shakex 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  153. }
  154. .hshake {
  155. animation: shake 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  156. }
  157. .hshakez {
  158. animation: shakez 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  159. }
  160. @keyframes shakez {
  161. 0% {
  162. filter: drop-shadow(0px 0px 14px rgb(167, 139, 164));
  163. }
  164. 25% {
  165. filter: drop-shadow(0px 0px 10px rgb(167, 144, 168));
  166. }
  167. 50% {
  168. filter: drop-shadow(0px 0px 4px rgb(98, 93, 99));
  169. }
  170. 75% {
  171. }
  172. 100% {
  173. }
  174. }
  175. @keyframes shakex {
  176. 0% {
  177. filter: drop-shadow(2px 4px 16px rgb(10, 24, 44));
  178. }
  179. 25% {
  180. filter: drop-shadow(2px 4px 6px rgb(2, 26, 49));
  181. }
  182. 50% {
  183. filter: drop-shadow(2px 4px 6px rgb(0, 25, 139));
  184. }
  185. 75% {
  186. }
  187. 100% {
  188. filter: drop-shadow(2px 4px 6px rgb(2, 26, 49));
  189. }
  190. }
  191. #connecting
  192. {
  193. display:none;
  194. margin-left: 7px;
  195. color: #c7c7c7;
  196. }
  197. #connected
  198. {
  199. display:none;
  200. color: #1dc471;
  201. }
  202. .lds-ring {
  203. display: inline-block;
  204. position: absolute;
  205. display:none;
  206. top: -13px;
  207. left: -13px;
  208. }
  209. .lds-ring div {
  210. box-sizing: border-box;
  211. display: block;
  212. position: absolute;
  213. width: 160px;
  214. height: 161px;
  215. margin: 8px;
  216. border: 4px solid #1f312f;
  217. border-radius: 50%;
  218. animation: lds-ring 0.8s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  219. border-color: #3ab757 #41b73a #69b73a #80b73a;
  220. }
  221. .lds-ring div:nth-child(1) {
  222. animation-delay: -0.45s;
  223. }
  224. .lds-ring div:nth-child(2) {
  225. animation-delay: -0.3s;
  226. }
  227. .lds-ring div:nth-child(3) {
  228. animation-delay: -0.15s;
  229. }
  230. @keyframes lds-ring {
  231. 0% {
  232. transform: rotate(0deg);
  233. }
  234. 100% {
  235. transform: rotate(360deg);
  236. }
  237. }
  238. .lds-dual-ringz:after {
  239. content: " ";
  240. display: block;
  241. width: 108px;
  242. height: 108px;
  243. margin: 0px;
  244. border-radius: 50%;
  245. margin-left: -21px;
  246. margin-top: -12px;
  247. border: 2px solid #fff;
  248. border-color: #172b4c00 #0e1e3f00 #255caa #2549c8;
  249. animation: lds-dual-ring 1.2s linear infinite;
  250. }
  251. .lds-dual-ringz {
  252. display: inline-block;
  253. width: 80px;
  254. height: 80px;
  255. position: absolute;
  256. margin-left: -35px;
  257. margin-top: 1px;
  258. }
  259. .lds-dual-ring {
  260. display: inline-block;
  261. width: 80px;
  262. height: 80px;
  263. position: absolute;
  264. margin-left: -35px;
  265. margin-top: 1px;
  266. }
  267. .lds-dual-ring:after {
  268. content: " ";
  269. display: block;
  270. width: 12px;
  271. height: 12px;
  272. margin: 8px;
  273. border-radius: 50%;
  274. border: 2px solid #fff;
  275. border-color: #508ef8 #303030 #1e1e1e #3c3c3c;
  276. animation: lds-dual-ring 1.2s linear infinite;
  277. }
  278. @keyframes lds-dual-ring {
  279. 0% {
  280. transform: rotate(0deg);
  281. }
  282. 100% {
  283. transform: rotate(360deg);
  284. }
  285. }
  286. .lds-dual-ring {
  287. display: inline-block;
  288. width: 80px;
  289. height: 80px;
  290. position: absolute;
  291. margin-left: -35px;
  292. margin-top: 1px;
  293. }
  294. .lds-dual-ring:after {
  295. content: " ";
  296. display: block;
  297. width: 13px;
  298. height: 13px;
  299. margin: 6px;
  300. border-radius: 50%;
  301. border: 2px solid #fff;
  302. border-color: #fff #fff5f536 #fff white;
  303. animation: lds-dual-ring 1.2s linear infinite;
  304. }
  305. .atlantusblock {
  306. position: relative;
  307. width: 500px;
  308. height: 250px;
  309. background: linear-gradient(0deg, #000, #272727);
  310. }
  311. .atlantusblock:before, .atlantusblock:after {
  312. content: '';
  313. position: absolute;
  314. left: -2px;
  315. top: -2px;
  316. background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000);
  317. background-size: 400%;
  318. width: calc(100% + 4px);
  319. height: calc(100% + 4px);
  320. z-index: -1;
  321. border-radius: 13px;
  322. opacity: 0.1;
  323. animation: steam 28s linear infinite;
  324. }
  325. @keyframes steam {
  326. 0% {
  327. background-position: 0 0;
  328. }
  329. 50% {
  330. background-position: 400% 0;
  331. }
  332. 100% {
  333. background-position: 0 0;
  334. }
  335. }
  336. .atlantusblock:after {
  337. filter: blur(15px);
  338. -webkit-backface-visibility: hidden;
  339. -webkit-perspective: 1000;
  340. -webkit-transform: translate3d(0,0,0);
  341. -webkit-transform: translateZ(0);
  342. backface-visibility: hidden;
  343. perspective: 1000;
  344. transform: translate3d(0,0,0);
  345. transform: translateZ(0);
  346. }
  347. @keyframes lds-dual-ring {
  348. 0% {
  349. transform: rotate(0deg);
  350. }
  351. 100% {
  352. transform: rotate(360deg);
  353. }
  354. }
  355. .flagserver
  356. {
  357. height: 32px;
  358. position: absolute;
  359. left: 11px;
  360. top: 10px;
  361. }
  362. .substatus
  363. {
  364. display: inline-block;
  365. font-size: 16px;
  366. position: relative;
  367. left: 7px;
  368. top: 0px;
  369. }
  370. .statusserver
  371. {
  372. position: absolute;
  373. width: 100%;
  374. top: 113px;
  375. font-size: 16px;
  376. color: #9e9e9e;
  377. display: inline-block;
  378. left: 0px;
  379. }
  380. .arrowudp
  381. {
  382. position: absolute;
  383. right: 13px;
  384. height: 18px;
  385. top: 18px;
  386. filter: invert(1);
  387. }
  388. .arrowserver
  389. {
  390. position: absolute;
  391. right: 13px;
  392. height: 18px;
  393. top: 18px;
  394. filter: invert(1);
  395. }
  396. .descserver
  397. {
  398. width: 59%;
  399. text-align: left;
  400. height: 22px;
  401. white-space: nowrap;
  402. overflow: hidden;
  403. text-overflow: ellipsis;
  404. position: absolute;
  405. top: 23px;
  406. font-size: 12px;
  407. left: 57px;
  408. color: #cccc;
  409. }
  410. .focuinauth
  411. { position: fixed;
  412. background: #00000017;
  413. height: 200%;
  414. width: 100%;
  415. top: -176px;
  416. z-index: 1;
  417. left: 0px;
  418. backdrop-filter: blur(0.5px);
  419. display:none;
  420. }
  421. .focuinserver
  422. {
  423. height: 200%;
  424. width: 100%;
  425. position: fixed;
  426. background: #000000a3;
  427. display:none;
  428. left: 0px;
  429. top: -248px;
  430. z-index: 4;
  431. }
  432. .nameserver
  433. {
  434. position: absolute;
  435. top: 3px;
  436. font-size: 16px;
  437. width: 64%;
  438. text-align: left;
  439. left: 57px;
  440. white-space: nowrap;
  441. overflow: hidden;
  442. text-overflow: ellipsis;
  443. }
  444. .selectedserver
  445. {
  446. background: #04030491;
  447. width: 91%;
  448. height: 35px;
  449. border-radius: 4px;
  450. z-index: 5;
  451. padding: 9px;
  452. border: 1px solid #0d0d26;
  453. position: relative;
  454. display: inline-block;
  455. top: -54px;
  456. box-shadow: 0px 1px 8px 0px #898989;
  457. border-radius: 15px;
  458. left: 0px;
  459. }
  460. #logexpand
  461. {
  462. position: absolute;
  463. right: 0px;
  464. height: 100%;
  465. bottom: 0px;
  466. display: none;
  467. width: 298px;
  468. padding-left: 11px;
  469. background: #0a060ce0;
  470. z-index: 6;
  471. border-bottom-left-radius: 20px;
  472. border-top-left-radius: 20px;
  473. }
  474. #menuexpand
  475. {
  476. position: absolute;
  477. left: 0px;
  478. height: 100%;
  479. bottom: 0px;
  480. display: none;
  481. width: 284px;
  482. padding-left: 11px;
  483. background: #09080cfc;
  484. z-index: 6;
  485. }
  486. .logbubble
  487. {
  488. background: #15154c;
  489. font-size: 10px;
  490. border-radius: 60px;
  491. z-index: 3;
  492. position: absolute;
  493. width: 18px;
  494. top: 68px;
  495. left: 23px;
  496. }
  497. .connectbt
  498. {
  499. width: 91%;
  500. height: 32px;
  501. padding: 10px;
  502. background: #060609e3;
  503. border: 1px solid #0d0d26;
  504. font-size: 21px;
  505. border-radius: 10px;
  506. box-shadow: 1px 1px 5px 0px #000000;
  507. position: relative;
  508. top: 21px;
  509. display: inline-table;
  510. left: 1px;
  511. }
  512. .inputmax
  513. {
  514. padding: 11px;
  515. width: 48%;
  516. font-size: 19px;
  517. background: #0d0a1dc7;
  518. border: 0;
  519. color: #acacac;
  520. position: relative;
  521. top: 23px;
  522. border-radius: 8px;
  523. border-radius: 10px;
  524. }
  525. #nrlixuser
  526. {
  527. width: 92%;
  528. height: 336px;
  529. border-bottom-left-radius: 10px;
  530. border-bottom-right-radius: 10px;
  531. -webkit-transform: translate(-50%, -50%);
  532. transform: translate(-50%, -50%);
  533. left: 50%;
  534. top: 50%;
  535. z-index: 1;
  536. position: fixed;
  537. border-radius: 10px;
  538. }
  539. #logsbar
  540. {
  541. position: absolute;
  542. bottom: -1px;
  543. left: -2px;
  544. height: 77px;
  545. font-size: 11px;
  546. transition: width 2s, height 0.8s;
  547. width: 100%;
  548. text-align: center; z-index: 5;
  549. background: #0000004d;
  550. color: #ccc;
  551. border: 2px solid #160f0fd1;
  552. overflow: visible;
  553. border-radius: 6px;
  554. }
  555. .presshere
  556. {
  557. position: absolute;
  558. -webkit-transform: translate(-50%, -50%);
  559. transform: translate(-50%, -50%);
  560. top: 24%;
  561. left: 49%;
  562. font-size: 16px;
  563. width: 330px;
  564. text-align: center;
  565. color: #cdcdcd;
  566. }
  567. .freeimg
  568. {
  569. height: 40px;
  570. width: 40px;
  571. background: #ffffff4d url(pictures/crown.png);
  572. background-repeat: no-repeat;
  573. background-position: 5px;
  574. border-radius: 60px;
  575. position: absolute;
  576. top: 9px;
  577. left: 6px;
  578. }
  579. .freetxtsmall
  580. {
  581. position: absolute;
  582. left: 58px;
  583. top: 26px;
  584. color: #ccc;
  585. font-size: 12px;
  586. }
  587. .freetxt
  588. {
  589. position: absolute;
  590. left: 58px;
  591. top: 4px;
  592. font-size: 17px;
  593. }
  594. .header
  595. {
  596. position: fixed;
  597. top: 57px;
  598. left: 0px;
  599. width: 100%;
  600. z-index:3;
  601. text-align: center;
  602. }
  603. .startfree
  604. {
  605. width: 300px;
  606. height: 60px;
  607. background: #4b0e79;
  608. position: absolute;
  609. left: 50%;
  610. bottom: 27px;
  611. -webkit-transform: translate(-50%, -50%);
  612. transform: translate(-50%, -50%);
  613. border-radius: 10px;
  614. }
  615. .centerbody
  616. {
  617. background: url(pictures/map.png);
  618. position: absolute;
  619. opacity: 0.03;
  620. height: 495px;
  621. width: 100%;
  622. z-index: 1;
  623. left: 50%;
  624. background-size: 200% 100%;
  625. background-position-x: -120px;
  626. top: 49%;
  627. -webkit-transform: translate(-50%, -50%);
  628. transform: translate(-50%, -50%);
  629. }
  630. .containerzz
  631. {
  632. position: relative;
  633. width: 100%;
  634. display: flex;
  635. justify-content: center;
  636. align-items: center;
  637. transform: translate(-50%, -50%);
  638. left: 50%;
  639. top: 50%;
  640. }
  641. .containerzz .ringplus
  642. {
  643. position: relative;
  644. width: 150px;
  645. height: 150px;
  646. margin: -30px;
  647. border-radius: 50%;
  648. border: 4px solid transparent;
  649. border-top: 4px solid #24ecff;
  650. animation: animate 4s linear infinite;
  651. }
  652. @keyframes animate
  653. {
  654. 0%
  655. {
  656. transform: rotate(0deg);
  657. }
  658. 100%
  659. {
  660. transform: rotate(360deg);
  661. }
  662. }
  663. .containerzz .ringplus::before
  664. {
  665. content: '';
  666. position: absolute;
  667. top: 12px;
  668. right: 12px;
  669. border-radius: 50%;
  670. width: 15px;
  671. height: 15px;
  672. background: #24ecff;
  673. box-shadow: 0 0 0 5px #24ecff33,
  674. 0 0 0 10px #24ecff22,
  675. 0 0 0 20px #24ecff11,
  676. 0 0 20px #24ecff,
  677. 0 0 50px #24ecff;
  678. }
  679. .containerzz .ringplus:nth-child(2)
  680. {
  681. animation: animate2 4s linear infinite;
  682. animation-delay: -1s;
  683. border-top: 4px solid transparent;
  684. border-left: 4px solid #93ff2d;
  685. }
  686. .containerzz .ringplus:nth-child(2)::before
  687. {
  688. content: '';
  689. position: absolute;
  690. top: initial;
  691. bottom: 12px;
  692. left: 12px;
  693. border-radius: 50%;
  694. width: 15px;
  695. height: 15px;
  696. background: #93ff2d;
  697. box-shadow: 0 0 0 5px #93ff2d33,
  698. 0 0 0 10px #93ff2d22,
  699. 0 0 0 20px #93ff2d11,
  700. 0 0 20px #93ff2d,
  701. 0 0 50px #93ff2d;
  702. }
  703. @keyframes animate2
  704. {
  705. 0%
  706. {
  707. transform: rotate(360deg);
  708. }
  709. 100%
  710. {
  711. transform: rotate(0deg);
  712. }
  713. }
  714. .containerzz .ringplus:nth-child(3)
  715. {
  716. animation: animate2 4s linear infinite;
  717. animation-delay: -3s;
  718. position: absolute;
  719. top: -66.66px;
  720. border-top: 4px solid transparent;
  721. border-left: 4px solid #e41cf8;
  722. }
  723. .containerzz .ringplus:nth-child(3)::before
  724. {
  725. content: '';
  726. position: absolute;
  727. top: initial;
  728. bottom: 12px;
  729. left: 12px;
  730. border-radius: 50%;
  731. width: 15px;
  732. height: 15px;
  733. background: #e41cf8;
  734. box-shadow: 0 0 0 5px #e41cf833,
  735. 0 0 0 10px #e41cf822,
  736. 0 0 0 20px #e41cf811,
  737. 0 0 20px #e41cf8,
  738. 0 0 50px #e41cf8;
  739. }
  740. .containerzz p
  741. {
  742. position: absolute;
  743. color: #9d9d9d;
  744. font-size: 1.5em;
  745. bottom: -129px;
  746. text-shadow: 0px 0px 10px #ffffff24;
  747. }
  748. #splashscreen
  749. {
  750. background: #0c0c11;
  751. position: fixed;
  752. height: 100%;
  753. width: 100%;
  754. z-index: 500;
  755. }
  756. #application
  757. {
  758. display: none;
  759. }
  760. .menuiconx
  761. {
  762. position: absolute;
  763. right: 19px;
  764. filter: invert(1);
  765. top: 44px;
  766. height: 24px;
  767. }
  768. #appname
  769. {
  770. font-size: 0px;
  771. color: #ff3434;
  772. }
  773. .pingserver
  774. {
  775. position: absolute;
  776. right: 14px;
  777. font-size: 13px;
  778. color: #ccc;
  779. }
  780. .premiumserver
  781. {
  782. display:none;
  783. }
  784. .bronzeserver
  785. {
  786. display: none;
  787. }
  788. .freeserver
  789. {
  790. }
  791. .goldserver
  792. {
  793. display: none;
  794. }
  795. .recommendserver
  796. {
  797. display: none;
  798. }
  799. .greenping
  800. {
  801. background: #49ff50;
  802. width: 5px;
  803. height: 13px;
  804. position: absolute;
  805. right: -8px;
  806. border-radius: 55px;
  807. top: 7px;
  808. }
  809. .orangeping
  810. {
  811. background: #ff9100;
  812. width: 5px;
  813. height: 13px;
  814. position: absolute;
  815. right: -8px;
  816. border-radius: 55px;
  817. top: 7px;
  818. }
  819. .redping
  820. {
  821. background: #ff0000;
  822. width: 5px;
  823. height: 13px;
  824. position: absolute;
  825. right: -8px;
  826. border-radius: 55px;
  827. top: 7px;
  828. }
  829. .svbubble
  830. {
  831. background: #0f171e;
  832. width: 88%;
  833. transform: translate(-50%, 0%);
  834. left: 45%;
  835. height: 31px;
  836. border-radius: 8px;
  837. top: 6px;
  838. margin-bottom: 7px;
  839. padding: 9px;
  840. position: relative;
  841. }
  842. .typeserver
  843. {
  844. position: relative;
  845. width: 100%;
  846. text-align: left;
  847. padding-left: 20px;
  848. top: 20px;
  849. }
  850. .userprofile
  851. {
  852. background: url(pictures/149071.png);
  853. position: relative;
  854. height: 80px;
  855. width: 220px;
  856. background-size: 80px 80px;
  857. border-bottom: 1px solid #2b3548;
  858. background-repeat: no-repeat;
  859. left: 15px;
  860. top: 100px;
  861. padding-bottom: 50px;
  862. background-position-x: 65px;
  863. }
  864. .descudp
  865. {
  866. left: 14px;
  867. font-family: sans-serif;
  868. top: 27px;
  869. }
  870. #serverlist
  871. {
  872. position: fixed;
  873. top: 56px;
  874. left: 2.5%;
  875. display: none;
  876. overflow-x: hidden;
  877. overflow-y: scroll;
  878. width: 95%;
  879. border-bottom: 4px solid #9e9e9e;
  880. border-top: 4px solid #9e9e9e;
  881. background: #000000e0;
  882. height: 56%;
  883. padding-bottom: 100px;
  884. z-index: 8;
  885. transform: translate(-50%, -50%);
  886. left: 50%;
  887. top: 50%;
  888. box-shadow: 8px 7px 9px black;
  889. }
  890. .lds-dual-ringzpzp {
  891. display: inline-block;
  892. width: 80px;
  893. height: 80px;
  894. position: absolute;
  895. margin-left: -35px;
  896. margin-top: 1px;
  897. }
  898. .lds-dual-ringzpzp:after {
  899. content: " ";
  900. display: block;
  901. width: 47px;
  902. height: 47px;
  903. margin: 8px;
  904. border-radius: 50%;
  905. border: 4px solid #000;
  906. border-color: #000 #000000 #673ab7 black;
  907. animation: lds-dual-ring 1.2s linear infinite;
  908. }
  909. .userid
  910. {
  911. position: absolute;
  912. bottom: 8px;
  913. width: 100%;
  914. text-align: center;
  915. font-size: 12px;
  916. color: #909090;
  917. }
  918. .atlcircle
  919. {
  920. height: 19px;
  921. width: 19px;
  922. display: inline-block;
  923. background: #e91e63;
  924. border-radius: 60px;
  925. position: absolute;
  926. top: 9px;
  927. box-shadow: 0px 0px 13px 3px #060810;
  928. right: 15px;
  929. }
  930. .registerbubble
  931. {
  932. position: absolute;
  933. right: 4px;
  934. top: 11px;
  935. font-size: 14px;
  936. font-weight: 100;
  937. color: #cdd8df;
  938. padding: 3px;
  939. background: #04030491;
  940. border-radius: 5px;
  941. width: 91px;
  942. box-shadow: 3px 3px 5px #0000009c;
  943. }
  944. .userexp
  945. {
  946. position: absolute;
  947. bottom: 23px;
  948. color: #8e8e8e;
  949. width: 100%;
  950. text-align: center;
  951. font-size: 12px;
  952. }
  953. .newbtx
  954. {
  955. text-align: left;
  956. margin-left: -7px;
  957. border-left: 2px solid #1e394e;
  958. margin-top: 21px;
  959. padding: 2px;
  960. }
  961. .starttext
  962. {
  963. font-size: 17px;
  964. position: relative;
  965. color: #dfdfee;
  966. }
  967. .menulist
  968. {
  969. position: absolute;
  970. color: #adadaf;
  971. top: 275px;
  972. left: 52px;
  973. }
  974. .menuicon
  975. {
  976. position: absolute;
  977. left: 3px;
  978. top: 11px;
  979. height: 23px;
  980. padding: 5px;
  981. filter: invert(1);
  982. }
  983. .menutxt
  984. {
  985. position: relative;
  986. margin-bottom: 30px;
  987. margin-left: -38px;
  988. }
  989. .rightbt
  990. {
  991. position: absolute;
  992. right: 10px;
  993. transform: rotate(
  994. 0deg
  995. );
  996. /* background: #00000052; */
  997. text-align: center;
  998. padding: 4px;
  999. width: 33px;
  1000. height: 94px;
  1001. top: -1px;
  1002. border-radius: 60px;
  1003. }
  1004. .menuicond
  1005. {
  1006. position: absolute;
  1007. height: 18px;
  1008. left: -27px;
  1009. top: 6px;
  1010. filter: invert(1);
  1011. opacity: 0.77;
  1012. }
  1013. .crowimg
  1014. {
  1015. height: 20px;
  1016. position: relative;
  1017. left: 11px;
  1018. top: 0px;
  1019. display: inline-block;
  1020. }
  1021. .acceptbt
  1022. {
  1023. position: relative;
  1024. top: 14px;
  1025. padding: 5px;
  1026. background: #3f51b5;
  1027. width: 150px;
  1028. left: 82px;
  1029. border-radius: 5px;
  1030. }
  1031. .activebt
  1032. {
  1033. position: relative;
  1034. top: 14px;
  1035. padding: 5px;
  1036. display: inline-block;
  1037. background: #3f51b5;
  1038. width: 78px;
  1039. border-radius: 5px;
  1040. }
  1041. .textboost
  1042. {
  1043. font-size: 14px;
  1044. color: #e6e6e6;
  1045. }
  1046. .titleboost
  1047. {
  1048. margin-top: -59px;
  1049. font-size: 24px;
  1050. color: #ffa382;
  1051. filter: grayscale(1);
  1052. }
  1053. .wave {
  1054. animation-name: wave-animation; /* Refers to the name of your @keyframes element below */
  1055. animation-duration: 2.5s; /* Change to speed up or slow down */
  1056. animation-iteration-count: infinite; /* Never stop waving :) */
  1057. transform-origin: 70% 70%; /* Pivot around the bottom-left palm */
  1058. display: inline-block;
  1059. }
  1060. @keyframes wave-animation {
  1061. 0% { transform: rotate( 0.0deg) }
  1062. 10% { transform: rotate(14.0deg) } /* The following five values can be played with to make the waving more or less extreme */
  1063. 20% { transform: rotate(-8.0deg) }
  1064. 30% { transform: rotate(14.0deg) }
  1065. 40% { transform: rotate(-4.0deg) }
  1066. 50% { transform: rotate(10.0deg) }
  1067. 60% { transform: rotate( 0.0deg) } /* Reset for the last half to pause */
  1068. 100% { transform: rotate( 0.0deg) }
  1069. }
  1070. #authshow
  1071. {
  1072. transform: translate(-50%, -50%);
  1073. position: fixed;
  1074. left: 49%;
  1075. top: 49%;
  1076. width: 90%;
  1077. height: 185px;
  1078. padding: 9px;
  1079. text-align: center;
  1080. }
  1081. .bodyboost
  1082. {
  1083. position: absolute;
  1084. left: 50%;
  1085. top: 48%;
  1086. -webkit-transform: translate(-50%, -50%);
  1087. transform: translate(-50%, -50%);
  1088. height: 350px;
  1089. width: 80%;
  1090. border-radius: 5px;
  1091. padding: 20px;
  1092. text-align: center;
  1093. max-width: 352px;
  1094. border-bottom: 4px solid #9e9e9e;
  1095. border-top: 4px solid #9e9e9e;
  1096. background: #000000e0;
  1097. }
  1098. .atlantusoverlay
  1099. {
  1100. display: none;
  1101. position: absolute;
  1102. height: 100%;
  1103. width: 100%;
  1104. background: rgb(4 5 10 / 78%);
  1105. z-index: 5;
  1106. }
  1107. #boostmode
  1108. {
  1109. display:none;
  1110. position: absolute; height: 100%;
  1111. width: 100%;
  1112. backdrop-filter: blur(4px);
  1113. background: rgb(0 0 0 / 61%); z-index: 5;
  1114. }
  1115. #connectedpl
  1116. {
  1117. display:none;
  1118. position: absolute; height: 100%;
  1119. width: 100%;
  1120. backdrop-filter: blur(4px);
  1121. background: rgb(0 0 0 / 61%); z-index: 5;
  1122. }
  1123. #storagemode
  1124. {
  1125. display:none;
  1126. position: absolute; height: 100%;
  1127. width: 100%; background: rgba(0, 0, 0, 0.76); z-index: 5;
  1128. }
  1129. .protxt
  1130. {
  1131. color: #dadada;
  1132. font-weight: 100;
  1133. display: inline-block;
  1134. font-size: 13px;
  1135. width: 100%;
  1136. text-align: center;
  1137. position: relative;
  1138. left: 0px;
  1139. }
  1140. .blobs {
  1141. filter: url(#goo);
  1142. width: 300px;
  1143. height: 300px;
  1144. position: relative;
  1145. overflow: hidden;
  1146. border-radius: 70px;
  1147. transform-style: preserve-3d;
  1148. }
  1149. .blobs .blob-center {
  1150. transform-style: preserve-3d;
  1151. position: absolute;
  1152. background: #FFF200;
  1153. top: 50%;
  1154. left: 50%;
  1155. width: 30px;
  1156. height: 30px;
  1157. transform-origin: left top;
  1158. transform: scale(0.9) translate(-50%, -50%);
  1159. -webkit-animation: blob-grow linear 3.4s infinite;
  1160. animation: blob-grow linear 3.4s infinite;
  1161. border-radius: 50%;
  1162. box-shadow: 0 -10px 40px -5px #FFF200;
  1163. }
  1164. .blob {
  1165. position: absolute;
  1166. background: #FFF200;
  1167. top: 50%;
  1168. left: 50%;
  1169. width: 30px;
  1170. height: 30px;
  1171. border-radius: 50%;
  1172. -webkit-animation: blobs ease-out 3.4s infinite;
  1173. animation: blobs ease-out 3.4s infinite;
  1174. transform: scale(0.9) translate(-50%, -50%);
  1175. transform-origin: center top;
  1176. opacity: 0;
  1177. }
  1178. .blob:nth-child(1) {
  1179. -webkit-animation-delay: 0.2s;
  1180. animation-delay: 0.2s;
  1181. }
  1182. .blob:nth-child(2) {
  1183. -webkit-animation-delay: 0.4s;
  1184. animation-delay: 0.4s;
  1185. }
  1186. .blob:nth-child(3) {
  1187. -webkit-animation-delay: 0.6s;
  1188. animation-delay: 0.6s;
  1189. }
  1190. .blob:nth-child(4) {
  1191. -webkit-animation-delay: 0.8s;
  1192. animation-delay: 0.8s;
  1193. }
  1194. .blob:nth-child(5) {
  1195. -webkit-animation-delay: 1s;
  1196. animation-delay: 1s;
  1197. }
  1198. @-webkit-keyframes blobs {
  1199. 0% {
  1200. opacity: 0;
  1201. transform: scale(0) translate(calc(-330px - 50%), -50%);
  1202. }
  1203. 1% {
  1204. opacity: 1;
  1205. }
  1206. 35%, 65% {
  1207. opacity: 1;
  1208. transform: scale(0.9) translate(-50%, -50%);
  1209. }
  1210. 99% {
  1211. opacity: 1;
  1212. }
  1213. 100% {
  1214. opacity: 0;
  1215. transform: scale(0) translate(calc(330px - 50%), -50%);
  1216. }
  1217. }
  1218. @keyframes blobs {
  1219. 0% {
  1220. opacity: 0;
  1221. transform: scale(0) translate(calc(-330px - 50%), -50%);
  1222. }
  1223. 1% {
  1224. opacity: 1;
  1225. }
  1226. 35%, 65% {
  1227. opacity: 1;
  1228. transform: scale(0.9) translate(-50%, -50%);
  1229. }
  1230. 99% {
  1231. opacity: 1;
  1232. }
  1233. 100% {
  1234. opacity: 0;
  1235. transform: scale(0) translate(calc(330px - 50%), -50%);
  1236. }
  1237. }
  1238. @-webkit-keyframes blob-grow {
  1239. 0%, 39% {
  1240. transform: scale(0) translate(-50%, -50%);
  1241. }
  1242. 40%, 42% {
  1243. transform: scale(1, 0.9) translate(-50%, -50%);
  1244. }
  1245. 43%, 44% {
  1246. transform: scale(1.2, 1.1) translate(-50%, -50%);
  1247. }
  1248. 45%, 46% {
  1249. transform: scale(1.3, 1.2) translate(-50%, -50%);
  1250. }
  1251. 47%, 48% {
  1252. transform: scale(1.4, 1.3) translate(-50%, -50%);
  1253. }
  1254. 52% {
  1255. transform: scale(1.5, 1.4) translate(-50%, -50%);
  1256. }
  1257. 54% {
  1258. transform: scale(1.7, 1.6) translate(-50%, -50%);
  1259. }
  1260. 58% {
  1261. transform: scale(1.8, 1.7) translate(-50%, -50%);
  1262. }
  1263. 68%, 70% {
  1264. transform: scale(1.7, 1.5) translate(-50%, -50%);
  1265. }
  1266. 78% {
  1267. transform: scale(1.6, 1.4) translate(-50%, -50%);
  1268. }
  1269. 80%, 81% {
  1270. transform: scale(1.5, 1.4) translate(-50%, -50%);
  1271. }
  1272. 82%, 83% {
  1273. transform: scale(1.4, 1.3) translate(-50%, -50%);
  1274. }
  1275. 84%, 85% {
  1276. transform: scale(1.3, 1.2) translate(-50%, -50%);
  1277. }
  1278. 86%, 87% {
  1279. transform: scale(1.2, 1.1) translate(-50%, -50%);
  1280. }
  1281. 90%, 91% {
  1282. transform: scale(1, 0.9) translate(-50%, -50%);
  1283. }
  1284. 92%, 100% {
  1285. transform: scale(0) translate(-50%, -50%);
  1286. }
  1287. }
  1288. @keyframes blob-grow {
  1289. 0%, 39% {
  1290. transform: scale(0) translate(-50%, -50%);
  1291. }
  1292. 40%, 42% {
  1293. transform: scale(1, 0.9) translate(-50%, -50%);
  1294. }
  1295. 43%, 44% {
  1296. transform: scale(1.2, 1.1) translate(-50%, -50%);
  1297. }
  1298. 45%, 46% {
  1299. transform: scale(1.3, 1.2) translate(-50%, -50%);
  1300. }
  1301. 47%, 48% {
  1302. transform: scale(1.4, 1.3) translate(-50%, -50%);
  1303. }
  1304. 52% {
  1305. transform: scale(1.5, 1.4) translate(-50%, -50%);
  1306. }
  1307. 54% {
  1308. transform: scale(1.7, 1.6) translate(-50%, -50%);
  1309. }
  1310. 58% {
  1311. transform: scale(1.8, 1.7) translate(-50%, -50%);
  1312. }
  1313. 68%, 70% {
  1314. transform: scale(1.7, 1.5) translate(-50%, -50%);
  1315. }
  1316. 78% {
  1317. transform: scale(1.6, 1.4) translate(-50%, -50%);
  1318. }
  1319. 80%, 81% {
  1320. transform: scale(1.5, 1.4) translate(-50%, -50%);
  1321. }
  1322. 82%, 83% {
  1323. transform: scale(1.4, 1.3) translate(-50%, -50%);
  1324. }
  1325. 84%, 85% {
  1326. transform: scale(1.3, 1.2) translate(-50%, -50%);
  1327. }
  1328. 86%, 87% {
  1329. transform: scale(1.2, 1.1) translate(-50%, -50%);
  1330. }
  1331. 90%, 91% {
  1332. transform: scale(1, 0.9) translate(-50%, -50%);
  1333. }
  1334. 92%, 100% {
  1335. transform: scale(0) translate(-50%, -50%);
  1336. }
  1337. }</style><meta name="viewport" content="width=device-width, initial-scale=1.0">
  1338. <div style="
  1339. position: absolute;
  1340. font-size: 3vw;
  1341. color: #eaeaea;
  1342. left: 0px;
  1343. top: 0px;
  1344. width: 173%;
  1345. text-align: left;
  1346. opacity: 0.09;
  1347. display:none;
  1348. ">Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 Dev_Release | qEclipse_19/02/22 </div>
  1349. <div id="withoutlogin" class="body">
  1350. <div id="updatechecking" style="
  1351. position: absolute;
  1352. bottom: 63px;
  1353. display:none;
  1354. left: 42px;
  1355. font-size: 13px;
  1356. color: #999;
  1357. text-align: center;
  1358. "><div class="lds-dual-ring" style="
  1359. height: 30px;
  1360. width: 30px;
  1361. position: relative;
  1362. top: 7px;
  1363. left: -3px;
  1364. "></div>Buscando atualização...</div>
  1365. <div id="menuexpand" onclick="menuclose()">
  1366. <div class="menulist">
  1367. <div class="menutxt" onclick=" initupdate();">🔰 Verificar atualizações</div>
  1368. <div class="menutxt" onclick="termos()">📃 Termos de uso</div>
  1369. <div class="menutxt" onclick="settings()">⚙️ Ajustes</div>
  1370. <div class="menutxt hsharez" style="display:none;" onclick="hostshare()">🔌 HostShare</div>
  1371. <div class="menutxt ipv6txt" style="display:none;" onclick="setipv6()">🕋 IPV6 (Desligado)</div>
  1372. <div class="menutxt" onclick="exitapp('')">❌ Encerrar aplicativo</div>
  1373. </div>
  1374. <div class="userprofile">
  1375. <div class="userid">USER-ID: 0000xx</div>
  1376. </div>
  1377. <img src="pictures/menu.png" class="menuiconx" />
  1378. </div>
  1379. <div id="settingsapp" class="atlantusoverlay" >
  1380. <div class="bodyboost" style="
  1381. height: 358px;
  1382. ">
  1383. <div class="titleboost" style=" color: #ffc83d;
  1384. margin-top: -121px;
  1385. font-size: 90px;
  1386. color: azure;
  1387. "><br>
  1388. <div class="textboost" style="
  1389. margin-top: -55px;
  1390. margin-bottom: 38px;
  1391. font-size: 18px;
  1392. ">Área destinada a ajustes de vpn.</div></div>
  1393. <div style=" height: 214px;
  1394. overflow: scroll;
  1395. position: relative;
  1396. padding-top: 19px;">
  1397. <div class="selectedserver udplist" style="
  1398. width: 29%;
  1399. z-index: 25;
  1400. height: 134px;
  1401. position: absolute;
  1402. border-radius: 6px;
  1403. background: rgb(17, 15, 29);
  1404. left: 58%;
  1405. top: 0px;
  1406. ">
  1407. </div>
  1408. <div class="menutxt newbtx" style="margin-bottom: -5px; margin-left: -8px; margin-top: -20px;" onclick="udpchange()">📌 Porta UDP <div id="udpbubble" class="atlcircle descudp" style=" padding: 0px;
  1409. padding: 0px;
  1410. top: 9px;
  1411. color: #999;
  1412. background: transparent;
  1413. font-size: 15px;
  1414. left: 74%;">%</div></div>
  1415. <div class="menutxt newbtx" style="margin-bottom: -5px; margin-left: -8px;" onclick="setipv6()">📌 IPV6 <div id="ipv6bubble" class="atlcircle"></div></div>
  1416. <div class="menutxt newbtx" style="margin-bottom:0px; margin-left: -8px;" onclick="setdialogpass()">📌 Evitar erro de login <div id="wrongauthbubble" class="atlcircle"></div></div>
  1417. <div class="menutxt newbtx" style="margin-bottom:0px; margin-left: -8px;" onclick="setkeepvpn()">📌 KeepVPN <div id="keepvpnbubble" class="atlcircle"></div></div>
  1418. <div class="menutxt newbtx" style="margin-bottom:0px; margin-left: -8px;" onclick="hostshare()">📌 Hostshare </div>
  1419. <div class="menutxt newbtx" style="margin-bottom:0px; margin-left: -8px;" onclick="setdatacompression()">📌 Compressão de dados <div id="compressbubble" class="atlcircle"></div></div>
  1420. </div>
  1421. <br>
  1422. <div onclick="exitsettings()" class="activebt" style="margin-left: 5px;background: #ab2323;width: 80%;border-radius: 4px;box-shadow: 5px 4px 5px black;">Fechar</div>
  1423. </div></div>
  1424. <div id="exitapp" class="atlantusoverlay">
  1425. <div class="bodyboost" style="
  1426. height: 260px;
  1427. "><span class="wave" style="
  1428. height: 106px;
  1429. position: relative;
  1430. top: -70px;
  1431. font-size: 70px;
  1432. margin-left: -16px;
  1433. ">👋</span>
  1434. <div class="titleboost" style="
  1435. color: #ffc83d;
  1436. ">Deseja realmente sair?<br>
  1437. <div class="textboost">Sua conexão será encerrada, se você confirmar este dialogo.</div></div>
  1438. <br>
  1439. <div onclick="exitappfinish()" class="activebt hshareon">Sim</div>
  1440. <div onclick="exitappclose()" class="activebt" style="
  1441. margin-left: 5px;
  1442. background: #b2355b;
  1443. ">Não</div><div onclick="exitapphide()" class="activebt" style="
  1444. margin-left: 5px;
  1445. background: #673ab7;
  1446. margin-top: 5px;
  1447. ">Minimizar</div>
  1448. </div></div>
  1449. <div id="hostshare" class="atlantusoverlay" style="">
  1450. <div class="bodyboost" style="
  1451. height: 246px;
  1452. ">
  1453. <img src="pictures/hostshare.gif" style="
  1454. height: 106px;
  1455. position: relative;
  1456. top: -55px;
  1457. filter: invert(1);
  1458. ">
  1459. <div class="titleboost" style="
  1460. color: #2196f3;
  1461. ">HostShare<br>
  1462. <div class="textboost">Esta função serve para rotear para outros dispositivos o hostshare, caso queira configurar, clique em gerenciar.</div></div>
  1463. <br>
  1464. <div onclick="hostshareset()" class="activebt hshareon">Gerenciar</div>
  1465. <div onclick="hostshareclose()" class="activebt" style="
  1466. margin-left: 5px;
  1467. background: #b2355b;
  1468. ">Cancelar</div>
  1469. </div></div>
  1470. <div id="wronguser" class="atlantusoverlay">
  1471. <div class="bodyboost" style="
  1472. height: 246px;
  1473. ">
  1474. <img src="pictures/wrong.svg" style="
  1475. height: 106px;
  1476. position: relative;
  1477. top: -55px;
  1478. ">
  1479. <div class="titleboost" style="
  1480. color: #ff2222;
  1481. ">Autenticação Falhou<br>
  1482. <div class="textboost">Seus dados de usuário estão incorretos, por favor verifique novamente o seu acesso.</div></div>
  1483. <br><div onclick="authfinishu()" class="activebt">Corrigir</div>
  1484. </div></div>
  1485. <div id="deviceid" class="atlantusoverlay" style="display:none;">
  1486. <div class="bodyboost" style="height: 247px;border-radius: 30px;border: 0px;background: linear-gradient(273deg, #f48931, #a32020);">
  1487. <img src="pictures/limiter.png" style="
  1488. height: 130px;
  1489. position: relative;
  1490. top: -59px;
  1491. margin-top: -26px;
  1492. ">
  1493. <div class="titleboost" style="
  1494. color: #f0f0f0;
  1495. filter: none;
  1496. ">Limite Ultrapassado<br>
  1497. <div class="textboost" style="font-size: 14px; color: #e6e6e6; height: 168px; overflow: scroll;">
  1498. <center>Este acesso já ultrapassou o limite de dispositivos registrados.<br>
  1499. Entre em contato com o fornecedor para mais informações.<br>
  1500. </center></div></div>
  1501. <br><div onclick="deviceclose()" style="
  1502. width: 200px;
  1503. background: #07060c;
  1504. top: -74px;
  1505. " class="activebt">Confirmar</div>
  1506. </div></div>
  1507. <div id="permissao" class="atlantusoverlay" style="display: none;">
  1508. <div class="bodyboost">
  1509. <img src="pictures/terms.svg" style="
  1510. height: 106px;
  1511. position: relative;
  1512. top: -55px;
  1513. ">
  1514. <div class="titleboost" style="
  1515. color: #ffd800; filter: none;">Permissão Necessária<br>
  1516. <div class="textboost" style="font-size: 14px; color: #e6e6e6; height: 168px; overflow: scroll;">
  1517. <center>Você precisa permitir a sobreposição, isso serve para que a VPN sempre se<br>
  1518. mantenha ativa e também com o processo acima de outros aplicativos
  1519. para que o sistema não encerre a menos que você mesmo faça.<br>
  1520. Você só precisa fazer isso uma única vez.</center></div></div>
  1521. <br><div onclick="permitirsob()" style="
  1522. width: 200px;
  1523. background: #fe9500;" class="activebt">Permitir</div>
  1524. </div></div>
  1525. <div id="logsviewnew" class="atlantusoverlay" style="display: none;">
  1526. <div class="bodyboost" style="
  1527. height: 69%;
  1528. top: 50%;
  1529. ">
  1530. <img src="pictures/document.png" style="
  1531. height: 106px;
  1532. position: relative;
  1533. top: -55px;
  1534. ">
  1535. <div class="titleboost" style=" color: #e64c3c;">
  1536. <div id="logslist" class="textboost" style="font-size: 12px;color: #e6e6e6;height: 168px;overflow: scroll;border-bottom: 2px solid;height: 79%;margin-top: 22px;">
  1537. <center>-- Bem vindo aos registros --</center></div></div>
  1538. <br><div onclick="logsviewnewclose()" class="activebt" style="
  1539. width: 300px;
  1540. top: -19px;
  1541. ">Fechar</div>
  1542. </div></div>
  1543. <div id="termos" class="atlantusoverlay">
  1544. <div class="bodyboost">
  1545. <img src="pictures/terms.svg" style="
  1546. height: 106px;
  1547. position: relative;
  1548. top: -55px;
  1549. ">
  1550. <div class="titleboost" style=" color: #e64c3c;">Termos de Uso<br>
  1551. <div class="textboost" style="font-size: 14px; color: #e6e6e6; height: 168px; overflow: scroll;">
  1552. <center>Certifique-se de não usar este aplicativo para atividades ilegais, sua conta será suspensa se detectada.<br>
  1553. Algum conteúdo pode estar banido em seu país, então não acesse,<br>
  1554. apenas faça atividades básicas como filmes, jogos e música e pesquisas em geral,<br>
  1555. pornografia infantil e golpes são inaceitáveis ​​e você será severamente punido se usar<br>
  1556. este aplicativo para cometer esses absurdos .</center></div></div>
  1557. <br><div onclick="termos()" class="activebt">Concordo</div>
  1558. </div></div>
  1559. <div id="validadeapp" class="atlantusoverlay" style="display: none;">
  1560. <div class="bodyboost" style="
  1561. height: 148px;
  1562. background: white;
  1563. border: 0px;
  1564. "><div id="textvalidade" style="
  1565. position: absolute;
  1566. color: #333;
  1567. width: 100%;
  1568. top: 45px;
  1569. left: 0px;
  1570. "><div class="lds-dual-ringzpzp"></div></div>
  1571. <img src="pictures/pet.png" style="
  1572. position: absolute;
  1573. right: -12px;
  1574. top: -87px;
  1575. height: 114px;
  1576. ">
  1577. <div class="titleboost" style="
  1578. color: #ffc83d;
  1579. margin-top: -121px;
  1580. font-size: 90px;
  1581. "><br>
  1582. <div class="textboost" style="
  1583. margin-top: -55px;
  1584. margin-bottom: 38px;
  1585. font-size: 18px;
  1586. color: #222;
  1587. ">Checando Validade</div></div>
  1588. <br>
  1589. <div onclick="closevalidity()" class="activebt" style="margin-left: 5px;background: #313048;width: 80%;border-radius: 4px;box-shadow: 5px 4px 5px black;margin-top: 17px;">Fechar</div>
  1590. </div></div>
  1591. <div id="devtest" style="display:none;" class="atlantusoverlay">
  1592. <div class="bodyboost">
  1593. <img src="pictures/terms.svg" style="
  1594. height: 106px;
  1595. position: relative;
  1596. top: -55px;
  1597. ">
  1598. <div class="titleboost" style=" color: #e64c3c;">Aplicativo de TESTE<br>
  1599. <div class="textboost" style="font-size: 14px; color: #e6e6e6; height: 168px; overflow: scroll;">
  1600. <center>Esse aplicativo é apenas um teste produzido por RGN & ATLANTUS.<br>
  1601. Não divulgue esta versão, não altere nem faça nada.<br>
  1602. Teste conexões e afins.<br>
  1603. Agradecemos sua contribuição.</center></div></div>
  1604. <br><div onclick='dev()' class="activebt">Concordo</div>
  1605. </div></div>
  1606. <div id="storagemode">
  1607. <div class="bodyboost" style="
  1608. height: 241px;">
  1609. <img src="pictures/lock.svg" style="
  1610. height: 106px;
  1611. position: relative;
  1612. top: -55px;
  1613. ">
  1614. <div class="titleboost" style="
  1615. color: #b79608;">Acesso Restrito<br>
  1616. <div class="textboost">Este acesso atingiu o limite em dipositivos que pode conectar, caso esta mensagem seja um engano, contate o fornecedor de serviço para mais informações.</div></div>
  1617. <br><div onclick="storagemode()" class="activebt">Certo</div>
  1618. </div></div>
  1619. <div id="connectedpl" >
  1620. <div class="bodyboost" style="
  1621. height: 271px;">
  1622. <img src="pictures/check.svg" style="
  1623. height: 106px;
  1624. position: relative;
  1625. top: -55px;
  1626. ">
  1627. <div class="titleboost" style="
  1628. color: #6d86ff;
  1629. ">Conectado com sucesso<br>
  1630. <div class="textboost">Conexão bem sucedida, fique atento <b style="
  1631. color: cadetblue;
  1632. ">{{ username }}</b> faltam 56 dias para seu acesso expirar, recomendamos renovar de forma antecipada para que ele não seja excluido após acabar os dias.</div></div>
  1633. <br><div onclick="$('#connectedpl').fadeOut(0);" class="activebt" style=" color: white;
  1634. background: #12226e;">Entendi</div>
  1635. </div></div>
  1636. <div id="boostmode">
  1637. <div class="bodyboost">
  1638. <img src="pictures/boost.svg" style="
  1639. height: 106px;
  1640. position: relative;
  1641. top: -55px;
  1642. ">
  1643. <div class="titleboost">Modo Boost<br>
  1644. <div class="textboost">O modo Boost pode otimizar a velocidade e detectar os aplicativos usados &ZeroWidthSpace;&ZeroWidthSpace;para melhorar a experiência de conexão, você pode habilitar este modo. No entanto, você precisa conceder as permissões necessárias para realizar esta atividade.</div></div>
  1645. <br><div onclick="acboostmode()" class="activebt">Ativar</div>
  1646. <div onclick="boostmode()" style="margin-top: 5px; background: #9e330a;" class="activebt">Cancelar</div></div></div>
  1647. <div id="authtype" style="
  1648. position: absolute;
  1649. height: 100%;
  1650. width: 100%;
  1651. display:none;
  1652. background: #000000c2;
  1653. z-index: 5;
  1654. "><div style="
  1655. position: absolute;
  1656. left: 50%;
  1657. top: 35%;
  1658. -webkit-transform: translate(-50%, -50%);
  1659. transform: translate(-50%, -50%);
  1660. background: #1e2532;
  1661. height: 250px;
  1662. width: 330px;
  1663. border-radius: 10px;
  1664. text-align: center;
  1665. "><img src="pictures/149071.png" style="
  1666. height: 77px;
  1667. position: relative;
  1668. top: -37px;
  1669. ">
  1670. <div style=" margin-top: -23px;color: cadetblue; margin-bottom: 1px;">Selecione o modo de login</div>
  1671. <div onclick="authfinish()" style="
  1672. position: relative;
  1673. top: 14px;
  1674. padding: 5px;
  1675. background: #673ab7;
  1676. width: 200px;
  1677. left: 59px;
  1678. border-radius: 5px;
  1679. ">Modo Token</div>
  1680. <div onclick="authfinishu()" style="
  1681. position: relative; top: 21px; padding: 5px; background: #30329a; width: 200px; left: 59px; border-radius: 5px;
  1682. ">Modo Usuário</div>
  1683. <div style="
  1684. font-size: 11px;
  1685. margin-top: 26px;
  1686. color: #ccc;
  1687. ">Selecione o modo de autenticação.</div></div></div>
  1688. <div id="authtoken" style="
  1689. position: absolute;
  1690. height: 100%;
  1691. width: 100%;
  1692. display:none;
  1693. background: #000000c2;
  1694. z-index: 5;
  1695. "><div style="
  1696. position: absolute;
  1697. left: 50%;
  1698. top: 35%;
  1699. -webkit-transform: translate(-50%, -50%);
  1700. transform: translate(-50%, -50%);
  1701. background: #1e2532;
  1702. height: 250px;
  1703. width: 330px;
  1704. border-radius: 10px;
  1705. text-align: center;
  1706. "><img src="pictures/user.png" style="
  1707. filter: invert(1);
  1708. height: 77px;
  1709. position: relative;
  1710. top: -37px;
  1711. ">
  1712. <div style="
  1713. margin-top: -11px;
  1714. ">Acesso token</div><input type="text" id="token" placeholder="token" style="
  1715. padding: 10px;
  1716. border-radius: 5px;
  1717. background: #191e25;
  1718. border: 0px;
  1719. font-size: 18px;
  1720. color: #999;
  1721. margin-top: 11px;
  1722. ">
  1723. <div onclick="authfinish()" style="
  1724. position: relative;
  1725. top: 14px;
  1726. padding: 5px;
  1727. background: #3f51b5;
  1728. width: 100px;
  1729. left: 106px;
  1730. border-radius: 5px;
  1731. ">Entrar</div>
  1732. <div style="
  1733. font-size: 11px;
  1734. margin-top: 26px;
  1735. color: #ccc;
  1736. ">O acesso token pode ser obtido com o fornecedor.</div></div></div>
  1737. <div id="logsbar" style="display:none;" onclick="viewlogs()"><div id="openlog" style="
  1738. text-align: center;
  1739. font-size: 14px;
  1740. margin-top: 8px;
  1741. ">🔼 Expandir Logs 🔼</div> <div id="logsview"></div></div>
  1742. <div onclick="logsviewnewopen()" style="position: absolute;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);
  1743. bottom: 6%;left: 50%;font-size: 18px;width: 330px;text-align: center;color: #000000;z-index: 6;
  1744. border-bottom: 1px dashed;width: 142px;padding-left: 17px;">
  1745. <img src="pictures/share.png" style="
  1746. height: 20px;
  1747. position: absolute;
  1748. margin-left: -26px;
  1749. margin-top: 7px;
  1750. ">Registros</div>
  1751. <div id="dontconnect" class="presshere">Pronto para iniciar</div>
  1752. <div id="connecting" class="presshere"><div class="lds-dual-ring"></div>Conectando</div>
  1753. <div id="connected" class="presshere">Conexão Estabelecida</div>
  1754. </div><div id="withoutlogin" class="header">
  1755. <div class="moonbottom"></div>
  1756. <div class="focuinauth"></div>
  1757. <div id="nrlixserver" style="
  1758. "><center>
  1759. <div id="serverlist" onclick="serverchange()">
  1760. </div>
  1761. <div class="focuinserver"></div>
  1762. <div id="authshow">
  1763. <div id="contentblock" style="
  1764. position: fixed;
  1765. top: -49px;
  1766. width: 97%;
  1767. z-index: 21;
  1768. display: none;
  1769. height: 106%;
  1770. "></div>
  1771. <div class="authshow">
  1772. <div class="selectedserver selectedserverz" onclick="serverchange()">
  1773. <img id="fserver" src="pictures/flags/none.png" class="flagserver">
  1774. <div id="nserver" class="nameserver">Defina um provedor</div>
  1775. <div id="dserver" class="descserver">O modo de proteção</div>
  1776. <img src="pictures/arrow.png" class="arrowserver">
  1777. </div>
  1778. <div style="
  1779. background: #04030491;
  1780. width: 91%;
  1781. height: 29px;
  1782. border-radius: 4px;
  1783. z-index: 5;
  1784. padding: 9px;
  1785. border: 1px solid #0d0d26;
  1786. position: relative;
  1787. display: inline-block;
  1788. margin-top: -43px;
  1789. box-shadow: 0px 1px 8px 0px #898989;
  1790. border-radius: 15px;
  1791. "><img src="pictures/user.png" style="
  1792. position: absolute;
  1793. left: 10px;
  1794. height: 24px;
  1795. top: 11px;
  1796. filter: invert(1);
  1797. opacity: 0.8;
  1798. "><input placeholder="Login" class="nrlixusernew" style="
  1799. position: absolute;
  1800. width: 82%;
  1801. left: 50px;
  1802. padding: 8px;
  1803. background: transparent;
  1804. border: 0px;
  1805. font-size: 19px;
  1806. color: #797979;
  1807. top: 5px;
  1808. "></div><div style="
  1809. background: #04030491;
  1810. width: 91%;
  1811. height: 29px;
  1812. border-radius: 4px;
  1813. z-index: 5;
  1814. padding: 9px;
  1815. border: 1px solid #0d0d26;
  1816. position: relative;
  1817. display: inline-block;
  1818. margin-top: 8px;
  1819. box-shadow: 0px 1px 8px 0px #898989;
  1820. border-radius: 15px;
  1821. "><img src="pictures/pass.png" style="
  1822. position: absolute;
  1823. left: 10px;
  1824. height: 24px;
  1825. top: 11px;
  1826. filter: invert(1);
  1827. opacity: 0.8;
  1828. "><input placeholder="Senha" class="nrlixpass" style="
  1829. position: absolute;
  1830. width: 82%;
  1831. left: 50px;
  1832. padding: 8px;
  1833. background: transparent;
  1834. border: 0px;
  1835. font-size: 19px;
  1836. color: #797979;
  1837. top: 5px;
  1838. "></div>
  1839. </div>
  1840. <div onclick="startatlantus()" class="connectbt atlantusblock">
  1841. <div class="starttext">Conectar</div></div>
  1842. </div>
  1843. </center></div>
  1844. <div class="registerbubble" onclick="menuaction()" style="
  1845. left: 9px;
  1846. "><img src="pictures/menububble.png" style="
  1847. position: relative;
  1848. left: -31px;
  1849. top: 1px;
  1850. height: 22px;
  1851. padding: 5px;
  1852. filter: invert(1);
  1853. " class="menuicon"><div style="
  1854. position: absolute;
  1855. top: 6px;
  1856. left: 39px;
  1857. ">Menu</div></div>
  1858. <div id="appname"></div>
  1859. <img class="logoapp" src="pictures/atlantus.png" style="
  1860. height: 140px;
  1861. -webkit-transform: translate(-50%, -50%);
  1862. transform: translate(-50%, -50%);
  1863. left: 50%;
  1864. top: 92px;
  1865. position: fixed;
  1866. ">
  1867. <div class="logoappx" style="
  1868. display:none;
  1869. height: 107px;
  1870. background-size: 100% 100%;
  1871. width: 107px;
  1872. -webkit-transform: translate(-50%, -50%);
  1873. transform: translate(-50%, -50%);
  1874. left: 50%;
  1875. top: 109px;
  1876. position: fixed;
  1877. "></div>
  1878. <div style="display:none;" class="statusserver">Status:
  1879. <div class="substatusz">Desconectado</div>
  1880. </div>
  1881. </div>

comments powered by Disqus