TEMANOVO


SUBMITTED BY: Luciopicon

DATE: March 18, 2022, 6:03 p.m.

UPDATED: Feb. 2, 2023, 4:30 p.m.

FORMAT: Text only

SIZE: 20.7 kB

HITS: 1328

  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;
  14. background: linear-gradient(
  15. 250deg
  16. , #20144a, #000000, #087c29);
  17. color: white;
  18. margin: 0px;
  19. left: 0px;
  20. top: 0px;
  21. height: 100%;
  22. width: 100%;
  23. }
  24. .notification
  25. {
  26. width: 90%;
  27. text-align: center;
  28. position: relative;
  29. background: linear-gradient(
  30. 45deg
  31. , #000000, #2c2a49);
  32. border-radius: 5px;
  33. position: absolute;
  34. left: 50%;
  35. white-space: nowrap;
  36. overflow: hidden;
  37. text-overflow: ellipsis;
  38. height: 35px;
  39. padding-top: 5px;
  40. display: none;
  41. z-index: 2;
  42. top: 303%;
  43. -webkit-transform: translate(-50%, -50%);
  44. transform: translate(-50%, -50%);
  45. }
  46. #logsview
  47. {
  48. position: absolute;
  49. -webkit-transform: translate(-50%, -50%);
  50. transform: translate(-50%, -50%);
  51. top: 83%;
  52. left: 50%;
  53. height: 40px;
  54. font-size: 11px;
  55. width: 200px;
  56. text-align: center;
  57. color: #ccc;
  58. overflow:scroll;
  59. }
  60. #connecting
  61. {
  62. display: none;
  63. margin-left: 7px;
  64. color: #75a2c5;
  65. }
  66. #connected
  67. {
  68. display:none;
  69. color: #7fffdc;
  70. }
  71. .lds-ring {
  72. display: inline-block;
  73. position: absolute;
  74. display:none;
  75. top: -13px;
  76. left: -13px;
  77. }
  78. .lds-ring div {
  79. box-sizing: border-box;
  80. display: block;
  81. position: absolute;
  82. width: 160px;
  83. height: 161px;
  84. margin: 8px;
  85. border: 8px solid #1f312f;
  86. border-radius: 50%;
  87. animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  88. border-color: #cddc39 #cddc3999 #cddc3940 #00968830;
  89. }
  90. .lds-ring div:nth-child(1) {
  91. animation-delay: -0.45s;
  92. }
  93. .lds-ring div:nth-child(2) {
  94. animation-delay: -0.3s;
  95. }
  96. .lds-ring div:nth-child(3) {
  97. animation-delay: -0.15s;
  98. }
  99. @keyframes lds-ring {
  100. 0% {
  101. transform: rotate(0deg);
  102. }
  103. 100% {
  104. transform: rotate(360deg);
  105. }
  106. }
  107. .lds-dual-ring {
  108. display: inline-block;
  109. width: 80px;
  110. height: 80px;
  111. position: absolute;
  112. margin-left: -35px;
  113. margin-top: 1px;
  114. }
  115. .lds-dual-ring:after {
  116. content: " ";
  117. display: block;
  118. width: 17px;
  119. height: 17px;
  120. margin: 8px;
  121. border-radius: 50%;
  122. border: 2px solid #fff;
  123. border-color: #fff #fff5f536 #fff white;
  124. animation: lds-dual-ring 1.2s linear infinite;
  125. }
  126. @keyframes lds-dual-ring {
  127. 0% {
  128. transform: rotate(0deg);
  129. }
  130. 100% {
  131. transform: rotate(360deg);
  132. }
  133. }
  134. .flagserver
  135. {
  136. height: 38px;
  137. position: absolute;
  138. left: 11px;
  139. top: 10px;
  140. }
  141. .substatus
  142. {
  143. display: inline-block;
  144. font-size: 12px;
  145. position: relative;
  146. left: 40px;
  147. top: 23px;
  148. background: black;
  149. border-top-left-radius: 20px;
  150. border-top-right-radius: 20px;
  151. padding: 5px;
  152. z-index: 0;
  153. }
  154. .statusserver
  155. {
  156. position: absolute;
  157. width: 100%;
  158. top: 75px;
  159. text-align: left;
  160. font-size: 15px;
  161. color: #ffffff;
  162. display: inline-block;
  163. text-shadow: 0px 0px 20px black;
  164. left: -51px;
  165. }
  166. .arrowserver
  167. {
  168. position: absolute;
  169. right: 13px;
  170. height: 18px;
  171. top: 21px;
  172. filter: invert(1);
  173. }
  174. .descserver
  175. {
  176. width: 59%;
  177. text-align: left;
  178. height: 22px;
  179. white-space: nowrap;
  180. overflow: hidden;
  181. text-overflow: ellipsis;
  182. position: absolute;
  183. top: 28px;
  184. font-size: 12px;
  185. left: 67px;
  186. color: #ccc;
  187. }
  188. .inputmax
  189. {
  190. -webkit-transform: translate(-50%, -50%);
  191. transform: translate(-50%, -50%);
  192. position: absolute;
  193. left: 50%;
  194. top: 42%;
  195. padding: 13px;
  196. background: #000000d6;
  197. font-size: 18px;
  198. z-index: 7;
  199. border: 0px;
  200. color: white;
  201. border-radius: 5px;
  202. }
  203. .nameserver
  204. {
  205. position: absolute;
  206. top: 8px;
  207. font-size: 15px;
  208. width: 64%;
  209. text-align: left;
  210. left: 67px;
  211. white-space: nowrap;
  212. overflow: hidden;
  213. text-overflow: ellipsis;
  214. }
  215. .selectedserver
  216. {
  217. background: linear-gradient(
  218. 45deg
  219. , black, #102517);
  220. width: 90%;
  221. -webkit-transform: translate(-50%, -50%);
  222. transform: translate(-50%, -50%);
  223. left: 50%;
  224. height: 40px;
  225. border-radius: 60px;
  226. top: 337%;
  227. padding: 9px;
  228. position: absolute;
  229. z-index: 1;
  230. }
  231. #menuexpand
  232. {
  233. position: absolute;
  234. left: 0px;
  235. height: 100%;
  236. bottom: 0px;
  237. display: none;
  238. width: 300px;
  239. background: linear-gradient(
  240. 45deg
  241. , black, #250200ed, #560400d4);
  242. z-index: 4;
  243. border-bottom-right-radius: 20px;
  244. border-top-right-radius: 20px;
  245. }
  246. .presshere
  247. {
  248. position: absolute;
  249. -webkit-transform: translate(-50%, -50%);
  250. transform: translate(-50%, -50%);
  251. top: 77%;
  252. left: 50%;
  253. font-size: 20px;
  254. width: 330px;
  255. text-align: center;
  256. }
  257. .connectbt
  258. {
  259. height: 120px;
  260. width: 120px;
  261. background: #ffffff url(pictures/power.svg);
  262. BORDER-RADIUS: 100%;
  263. -webkit-transform: translate(-50%, -50%);
  264. transform: translate(-50%, -50%);
  265. position: absolute;
  266. background-size: 53px !important;
  267. background-repeat: no-repeat;
  268. background-position: 34px !important;
  269. filter: invert(1);
  270. top: 63%;
  271. left: 50%;
  272. z-index: 1;
  273. }
  274. .freeimg
  275. {
  276. height: 40px;
  277. width: 40px;
  278. background: #ffffff4d url(pictures/crown.png);
  279. background-repeat: no-repeat;
  280. background-position: 5px;
  281. border-radius: 60px;
  282. position: absolute;
  283. top: 9px;
  284. left: 6px;
  285. }
  286. .freetxtsmall
  287. {
  288. position: absolute;
  289. left: 58px;
  290. top: 26px;
  291. color: #ccc;
  292. font-size: 12px;
  293. }
  294. .freetxt
  295. {
  296. position: absolute;
  297. left: 58px;
  298. top: 4px;
  299. font-size: 17px;
  300. }
  301. .header
  302. {
  303. position: fixed;
  304. top: 57px;
  305. left: 0px;
  306. width: 100%;
  307. z-index:3;
  308. text-align: center;
  309. }
  310. .startfree
  311. {
  312. width: 300px;
  313. height: 60px;
  314. background: #4b0e79;
  315. position: absolute;
  316. left: 50%;
  317. bottom: 27px;
  318. -webkit-transform: translate(-50%, -50%);
  319. transform: translate(-50%, -50%);
  320. border-radius: 10px;
  321. }
  322. .centerbody
  323. {
  324. background: url(pictures/map.png);
  325. position: absolute;
  326. opacity: 0.1;
  327. height: 495px;
  328. width: 100%;
  329. z-index: 1;
  330. left: 50%;
  331. background-size: 200% 100%;
  332. background-position-x: -120px;
  333. top: 49%;
  334. -webkit-transform: translate(-50%, -50%);
  335. transform: translate(-50%, -50%);
  336. }
  337. #application
  338. {
  339. }
  340. .menuiconx
  341. {
  342. position: absolute;
  343. right: 19px;
  344. filter: invert(1);
  345. top: 44px;
  346. height: 24px;
  347. }
  348. #appname
  349. {
  350. font-size: 26px;
  351. color: #03a9f4;
  352. text-transform: uppercase;
  353. }
  354. .pingserver
  355. {
  356. position: absolute;
  357. right: 14px;
  358. font-size: 13px;
  359. color: #ccc;
  360. }
  361. .premiumserver
  362. {
  363. display:none;
  364. }
  365. .bronzeserver
  366. {
  367. display: none;
  368. }
  369. .freeserver
  370. {
  371. }
  372. .goldserver
  373. {
  374. display: none;
  375. }
  376. .recommendserver
  377. {
  378. display: none;
  379. }
  380. .greenping
  381. {
  382. background: #49ff50;
  383. width: 5px;
  384. height: 13px;
  385. position: absolute;
  386. right: -8px;
  387. border-radius: 55px;
  388. top: 7px;
  389. }
  390. .svbubble
  391. {
  392. background: #1d212a;
  393. width: 88%;
  394. transform: translate(-50%, 0%);
  395. left: 45%;
  396. height: 50px;
  397. border-radius: 19px;
  398. top: 6px;
  399. margin-bottom: 7px;
  400. padding: 9px;
  401. position: relative;
  402. }
  403. .typeserver
  404. {
  405. position: relative;
  406. width: 100%;
  407. text-align: left;
  408. padding-left: 20px;
  409. top: 20px;
  410. }
  411. .userprofile
  412. {
  413. background: url(pictures/149071.png);
  414. position: relative;
  415. height: 80px;
  416. width: 220px;
  417. background-size: 80px 80px;
  418. border-bottom: 1px solid #2b3548;
  419. background-repeat: no-repeat;
  420. left: 40px;
  421. top: 100px;
  422. padding-bottom: 50px;
  423. background-position-x: 65px;
  424. }
  425. #serverlist
  426. {
  427. -webkit-transform: translate(-50%, -50%);
  428. transform: translate(-50%, -50%);
  429. position: absolute;
  430. top: 828%;
  431. border-radius: 20px;
  432. left: 50%;
  433. display: none;
  434. overflow-x: hidden;
  435. overflow-y: scroll;
  436. width: 98%;
  437. height: 311px;
  438. padding-bottom: 100px;
  439. }
  440. .userid
  441. {
  442. position: absolute;
  443. bottom: 8px;
  444. width: 100%;
  445. text-align: center;
  446. font-size: 12px;
  447. color: #909090;
  448. }
  449. .userexp
  450. {
  451. position: absolute;
  452. bottom: 23px;
  453. color: #8e8e8e;
  454. width: 100%;
  455. text-align: center;
  456. font-size: 12px;
  457. }
  458. .menulist
  459. {
  460. position: absolute;
  461. color: #adadaf;
  462. top: 275px;
  463. left: 52px;
  464. }
  465. .menuicon
  466. {
  467. position: absolute;
  468. left: 19px;
  469. filter: invert(1);
  470. top: 11px;
  471. height: 24px;
  472. }
  473. .menutxt
  474. {
  475. position: relative;
  476. margin-bottom: 30px;
  477. }
  478. .rightbt
  479. {
  480. position: absolute;
  481. right: 5px;
  482. padding: 7px;
  483. border-radius: 5px;
  484. width: 62px;
  485. top: 5px;
  486. padding-right: 8px;
  487. }
  488. .menuicond
  489. {
  490. position: absolute;
  491. height: 18px;
  492. left: -27px;
  493. top: 6px;
  494. filter: invert(1);
  495. opacity: 0.77;
  496. }
  497. .crowimg
  498. {
  499. height: 18px;
  500. position: absolute;
  501. left: 5px;
  502. top: 9px;
  503. }
  504. .activebt
  505. {
  506. position: relative;
  507. top: 14px;
  508. padding: 5px;
  509. background: #3f51b5;
  510. width: 100px;
  511. left: 106px;
  512. border-radius: 5px;
  513. }
  514. .textboost
  515. {
  516. font-size: 14px;
  517. color: #e6e6e6;
  518. }
  519. .titleboost
  520. {
  521. margin-top: -59px;
  522. font-size: 24px;
  523. color: #ffa382;
  524. }
  525. .bodyboost
  526. {
  527. position: absolute;
  528. left: 50%;
  529. top: 48%;
  530. -webkit-transform: translate(-50%, -50%);
  531. transform: translate(-50%, -50%);
  532. background: #420000;
  533. height: 350px;
  534. width: 330px;
  535. border-radius: 10px;
  536. text-align: center;
  537. }
  538. .atlantusoverlay
  539. {
  540. display: none;
  541. position: absolute;
  542. height: 100%;
  543. width: 100%;
  544. background: rgba(0, 0, 0, 0.76);
  545. z-index: 10;
  546. }
  547. #boostmode
  548. {
  549. display:none;
  550. position: absolute; height: 100%;
  551. width: 100%; background: rgba(0, 0, 0, 0.76); z-index: 5;
  552. }
  553. #storagemode
  554. {
  555. display:none;
  556. position: absolute; height: 100%;
  557. width: 100%; background: rgba(0, 0, 0, 0.76); z-index: 5;
  558. }
  559. .protxt
  560. {
  561. position: relative;
  562. left: 9px;
  563. color: #fbc14d;
  564. font-weight: 100;
  565. text-shadow: 0px 0px 20px yellow;
  566. letter-spacing: 1.5px;
  567. font-size: 13px;
  568. top: -1px;
  569. }</style><meta name="viewport" content="width=device-width, initial-scale=1.0">
  570. <div id="withoutlogin" class="body">
  571. <div id="scamme" style="
  572. overflow: hidden;
  573. position: fixed;
  574. font-family: 'Palanquin Dark', sans-serif;
  575. background: url(https://i.imgur.com/iJlD1zp.jpeg);
  576. background-size: 100% 100%;
  577. color: white;
  578. margin: 0px;
  579. left: -19px;
  580. top: -20px;
  581. height: 112%;
  582. width: 112%;
  583. opacity: 0.77;
  584. "></div>
  585. <div id="menuexpand" onclick="menuclose()">
  586. <div class="menulist">
  587. <div class="menutxt" onclick="authfinishu()"><img src="pictures/token.svg" class="menuicond" />Autenticar</div>
  588. <div class="menutxt"><img src="pictures/refresh.png" class="menuicond" />Verificar atualizações</div>
  589. <div class="menutxt" onclick="termos()"><img src="pictures/29302.png" class="menuicond" />Termos de uso</div>
  590. <div class="menutxt" onclick="opencontact()"><img src="pictures/13936.png" class="menuicond" />Suporte</div>
  591. <div class="menutxt"><img src="pictures/59254.png" class="menuicond" />Encerrar aplicativo</div>
  592. </div>
  593. <div class="userprofile">
  594. <div class="userid">USER-ID: 0000xx</div>
  595. </div>
  596. <img src="pictures/menu.png" class="menuiconx" />
  597. </div>
  598. <div id="wronguser" class="atlantusoverlay">
  599. <div class="bodyboost" style="
  600. height: 246px;
  601. ">
  602. <img src="pictures/wrong.svg" style="
  603. height: 106px;
  604. position: relative;
  605. top: -55px;
  606. ">
  607. <div class="titleboost" style="
  608. color: #ff2222;
  609. ">Autenticação Falhou<br>
  610. <div class="textboost">Seus dados de usuário estão incorretos, por favor verifique novamente o seu acesso.</div></div>
  611. <br><div onclick="authfinishu()" class="activebt">Corrigir</div>
  612. </div></div>
  613. <div id="termos" class="atlantusoverlay">
  614. <div class="bodyboost">
  615. <img src="pictures/terms.svg" style="
  616. height: 106px;
  617. position: relative;
  618. top: -55px;
  619. ">
  620. <div class="titleboost" style=" color: #e64c3c;">Termos de Uso<br>
  621. <div class="textboost" style="font-size: 14px; color: #e6e6e6; height: 168px; overflow: scroll;">
  622. <center>Certifique-se de não usar este aplicativo para atividades ilegais, sua conta será suspensa se detectada.<br>
  623. Algum conteúdo pode estar banido em seu país, então não acesse,<br>
  624. apenas faça atividades básicas como filmes, jogos e música e pesquisas em geral,<br>
  625. pornografia infantil e golpes são inaceitáveis ​​e você será severamente punido se usar<br>
  626. este aplicativo para cometer esses absurdos .</center></div></div>
  627. <br><div onclick="termos()" class="activebt">Concordo</div>
  628. </div></div>
  629. <div id="storagemode">
  630. <div class="bodyboost">
  631. <img src="pictures/storage.svg" style="
  632. height: 106px;
  633. position: relative;
  634. top: -55px;
  635. ">
  636. <div class="titleboost" style=" color: #00c3ff;">Permissão necessária<br>
  637. <div class="textboost">Para que o aplicativo funcione corretamente, ele precisa da permissão para instalar e gravar arquivos no sistema para que todos os modos de conexão possam funcionar normalmente. Conceda as permissões necessárias.</div></div>
  638. <br><div onclick="storagemode()" class="activebt">Permitir</div>
  639. </div></div>
  640. <div id="boostmode">
  641. <div class="bodyboost">
  642. <img src="pictures/boost.svg" style="
  643. height: 106px;
  644. position: relative;
  645. top: -55px;
  646. ">
  647. <div class="titleboost">Modo Boost<br>
  648. <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>
  649. <br><div onclick="acboostmode()" class="activebt">Ativar</div>
  650. <div onclick="boostmode()" style="margin-top: 5px; background: #9e330a;" class="activebt">Cancelar</div></div></div>
  651. <div id="authtype" style="
  652. position: absolute;
  653. height: 100%;
  654. width: 100%;
  655. display:none;
  656. background: #000000c2;
  657. z-index: 5;
  658. "><div style="
  659. position: absolute;
  660. left: 50%;
  661. top: 35%;
  662. -webkit-transform: translate(-50%, -50%);
  663. transform: translate(-50%, -50%);
  664. background: #e91e1e;
  665. height: 250px;
  666. width: 330px;
  667. border-radius: 10px;
  668. text-align: center;
  669. "><img src="pictures/149071.png" style="
  670. height: 77px;
  671. position: relative;
  672. top: -37px;
  673. ">
  674. <div style=" margin-top: -23px;color: cadetblue; margin-bottom: 1px;">Selecione o modo de login</div>
  675. <div onclick="authfinish()" style="
  676. position: relative;
  677. top: 14px;
  678. padding: 5px;
  679. background: #673ab7;
  680. width: 200px;
  681. left: 59px;
  682. border-radius: 5px;
  683. ">Modo Token</div>
  684. <div onclick="authfinishu()" style="
  685. position: relative; top: 21px; padding: 5px; background: #30329a; width: 200px; left: 59px; border-radius: 5px;
  686. ">Modo Usuário</div>
  687. <div style="
  688. font-size: 11px;
  689. margin-top: 26px;
  690. color: #ccc;
  691. ">Selecione o modo de autenticação.</div></div></div>
  692. <div id="authuserff" style="
  693. position: absolute;
  694. height: 100%;
  695. width: 100%;
  696. display:none;
  697. background: #000000c2;
  698. z-index: 5;
  699. "><div style="
  700. position: absolute;
  701. left: 50%;
  702. top: 35%;
  703. -webkit-transform: translate(-50%, -50%);
  704. transform: translate(-50%, -50%);
  705. background: #e91e1e;
  706. height: 250px;
  707. width: 330px;
  708. border-radius: 10px;
  709. text-align: center;
  710. "><img src="pictures/user.png" style="
  711. filter: invert(1);
  712. height: 77px;
  713. position: relative;
  714. top: -37px;
  715. ">
  716. <div style="
  717. margin-top: -28px;
  718. ">Dados de usuário</div><input type="text" style="
  719. padding: 10px;
  720. border-radius: 5px;
  721. background: #460404;
  722. border: 0px;
  723. font-size: 18px;
  724. color: #999;
  725. margin-top: 11px;
  726. ">
  727. <input type="text" placeholder="senha" style="
  728. padding: 10px;
  729. border-radius: 5px;
  730. background: #460404;
  731. border: 0px;
  732. font-size: 18px;
  733. color: #999;
  734. margin-top: 11px;
  735. ">
  736. <div onclick="authfinishu()" style="
  737. position: relative;
  738. top: 14px;
  739. padding: 5px;
  740. background: #3f51b5;
  741. width: 100px;
  742. left: 106px;
  743. border-radius: 5px;
  744. ">Entrar</div></div></div>
  745. <div id="authtoken" style="
  746. position: absolute;
  747. height: 100%;
  748. width: 100%;
  749. display:none;
  750. background: #000000c2;
  751. z-index: 5;
  752. "><div style="
  753. position: absolute;
  754. left: 50%;
  755. top: 35%;
  756. -webkit-transform: translate(-50%, -50%);
  757. transform: translate(-50%, -50%);
  758. background: #e91e1e;
  759. height: 250px;
  760. width: 330px;
  761. border-radius: 10px;
  762. text-align: center;
  763. "><img src="pictures/user.png" style="
  764. filter: invert(1);
  765. height: 77px;
  766. position: relative;
  767. top: -37px;
  768. ">
  769. <div style="
  770. margin-top: -11px;
  771. ">Acesso token</div><input type="text" id="token" placeholder="token" style="
  772. padding: 10px;
  773. border-radius: 5px;
  774. background: #460404;
  775. border: 0px;
  776. font-size: 18px;
  777. color: #999;
  778. margin-top: 11px;
  779. ">
  780. <div onclick="authfinish()" style="
  781. position: relative;
  782. top: 14px;
  783. padding: 5px;
  784. background: #3f51b5;
  785. width: 100px;
  786. left: 106px;
  787. border-radius: 5px;
  788. ">Entrar</div>
  789. <div style="
  790. font-size: 11px;
  791. margin-top: 26px;
  792. color: #ccc;
  793. ">O acesso token pode ser obtido com o fornecedor.</div></div></div>
  794. <div id="withoutlogin" class="body centerbody"></div>
  795. <div><input type="TEXT" id="userssh" placeholder="login" class="inputmax ismain">
  796. <input type="TEXT" id="passssh" placeholder="senha" class="inputmax ismain" style=" margin-top: 23px;
  797. top: 46%;"></div>
  798. <div onclick="startatlantus()" class="connectbt">
  799. </div>
  800. <div id="logsview"></div>
  801. <div id="dontconnect" class="presshere">Pressione para conectar</div>
  802. <div id="connecting" class="presshere"><div class="lds-dual-ring"></div>Conectando</div>
  803. <div id="connected" class="presshere">Conexão Estabelecida</div>
  804. </div><div id="withoutlogin" class="header">
  805. <div id="serverlist" onclick="serverchange()">
  806. </div>
  807. <div class="selectedserver" onclick="serverchange()">
  808. <img id="fserver" src="pictures/flags/none.svg" class="flagserver">
  809. <div id="nserver" class="nameserver"></div>
  810. <div id="dserver" class="descserver"></div>
  811. <img src="pictures/arrow.png" class="arrowserver">
  812. </div>
  813. <div id="appname" style="color:transparent;">ATLANTUS</div>
  814. <div class="logoapp" style="
  815. background: url(https://i.imgur.com/KNtzgpI.png);
  816. position: absolute;
  817. height: 160px;
  818. width: 140px;
  819. background-size: 100%;
  820. background-repeat: no-repeat;
  821. -webkit-transform: translate(-50%, -50%);
  822. transform: translate(-50%, -50%);
  823. left: 50%;
  824. top: 72px;
  825. ">
  826. </div>
  827. <div class="statusserver">Status:
  828. <div class="substatus">Desconectado</div>
  829. </div>
  830. </div><! –– User logged out view inicio ––>
  831. <div id="withoutlogin" class="footer" style="display:none;">
  832. <div class="startfree">
  833. <div class="freeimg">
  834. </div>
  835. <div class="freetxt">Faça um teste grátis</div>
  836. <div class="freetxtsmall">Ou compre um acesso para começar.</div>
  837. </div>
  838. </div>
  839. <! –– User logged out view final ––>

comments powered by Disqus