UPDATE ECLIPSE temakssk


SUBMITTED BY: isaias

DATE: March 19, 2022, 6:27 a.m.

UPDATED: May 26, 2022, 4:08 a.m.

FORMAT: Text only

SIZE: 54.2 kB

HITS: 5529

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

comments powered by Disqus