main.css


SUBMITTED BY: BL420

DATE: March 13, 2022, 6:54 p.m.

FORMAT: Text only

SIZE: 33.4 kB

HITS: 301

  1. @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
  2. /* ===== Scrollbar CSS ===== */
  3. /* Firefox */
  4. * {
  5. scrollbar-width: auto;
  6. scrollbar-color: #194452 #262626;
  7. }
  8. /* Chrome, Edge, and Safari */
  9. *::-webkit-scrollbar {
  10. width: 6px;
  11. }
  12. *::-webkit-scrollbar-track {
  13. background: #00000000;
  14. }
  15. *::-webkit-scrollbar-thumb {
  16. background-color: #151824;
  17. border-radius: 10px;
  18. border: 0px solid #ffffff;
  19. }
  20. .infoperson
  21. {
  22. position: relative;
  23. height: 90px;
  24. color: #6a7789;
  25. border-bottom: 1px solid #0b0f16;
  26. width: 92%;
  27. padding: 1px;
  28. margin-bottom: 19px;
  29. }
  30. #countonlines
  31. {
  32. color: #5ed662;
  33. font-size: 13px;
  34. margin-left: 4px;
  35. position: relative;
  36. top: -3px;
  37. }
  38. .bubblelistrev
  39. {
  40. height: 361px;
  41. overflow: scroll;
  42. }
  43. #bubblelistinfo
  44. {
  45. height: 301px;
  46. overflow: scroll;
  47. }
  48. .ronly
  49. {
  50. background: linear-gradient(
  51. 45deg, #7e181824, #3922227d);
  52. opacity: 0.4;
  53. }
  54. .textareapro
  55. {
  56. background: #0000004d;
  57. height: 178px;
  58. width: 92%;
  59. padding: 9px;
  60. max-width: 400px;
  61. margin-top: 4px;
  62. border: 2px groove #292c39;
  63. box-shadow: 0px 0px 3px black;
  64. color: #84c9ff;
  65. text-align: center;
  66. font-family: 'Roboto Condensed';
  67. font-size: 16px;
  68. }
  69. body {
  70. margin: 0;
  71. font-family: 'Roboto Condensed', sans-serif;
  72. position: fixed;
  73. overflow: visible;
  74. font-size: .9rem;
  75. width: 100%;
  76. height: 100%;
  77. background: #0d0d13;
  78. background-repeat: no-repeat;
  79. background-size: cover;
  80. background-attachment: center;
  81. background-position: fixed;
  82. font-size: inherit;
  83. position: fixed;
  84. overflow: hidden;
  85. line-height: 1.25;
  86. color: #000;
  87. }
  88. .imgbubble
  89. {
  90. position: absolute;
  91. height: 42px;
  92. filter: invert(1);
  93. margin-top: -2px;
  94. }
  95. .userabout
  96. {
  97. font-size: 15px;
  98. color: #e7feff;
  99. margin-top: -8px;
  100. }
  101. .usereditorimg
  102. {
  103. position: relative;
  104. height: 60px;
  105. top: -21px;
  106. opacity: 0.9;
  107. filter: invert(1);
  108. margin-top: -2px;
  109. }
  110. .ubt
  111. {
  112. padding: 8px;
  113. background: #1a1528;
  114. width: 101px;
  115. border-radius: 3px;
  116. position: relative;
  117. margin-left: 2px;
  118. margin-top: 4px;
  119. display: inline-block;
  120. margin-bottom: 4px;
  121. }
  122. .swarn
  123. {
  124. display:none;
  125. position: absolute;right: 5px;top: 8px;
  126. background: linear-gradient(45deg, #ff0000b8, #ff006882);
  127. padding: 2px;border-radius: 60px;
  128. width: 19px;
  129. font-size: 16px;
  130. text-align: center;
  131. }
  132. .inputuitree
  133. {
  134. padding: 7px;
  135. position: relative;
  136. border: 0px;
  137. background: #10141c;
  138. border-radius: 5px;
  139. font-size: 18px;
  140. margin-top: 5px;
  141. margin-bottom: 9px;
  142. color: #888;
  143. width: 207px;
  144. }
  145. .sshuserdialog {
  146. width: 95%;
  147. max-width: 800px;
  148. height: 462px;
  149. border-radius: 7px;
  150. margin-top: 40px;
  151. background: rgb(7, 10, 17);
  152. left: 50%;
  153. top: 44%;
  154. -webkit-transform: translate(-50%, -50%);
  155. position: absolute;
  156. transform: translate(-50%, -50%);
  157. }
  158. .idbubble
  159. {
  160. margin-left: 60px;
  161. font-size: 14px;
  162. }
  163. :focus {outline:none;}
  164. .lds-roller {
  165. display: inline-block;
  166. position: relative;
  167. width: 80px;
  168. height: 80px;
  169. }
  170. .lds-roller div {
  171. animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  172. transform-origin: 40px 40px;
  173. }
  174. .lds-roller div:after {
  175. content: " ";
  176. display: block;
  177. position: absolute;
  178. width: 7px;
  179. height: 7px;
  180. border-radius: 50%;
  181. background: #fff;
  182. margin: -4px 0 0 -4px;
  183. }
  184. .lds-roller div:nth-child(1) {
  185. animation-delay: -0.036s;
  186. }
  187. .lds-roller div:nth-child(1):after {
  188. top: 63px;
  189. left: 63px;
  190. }
  191. .lds-roller div:nth-child(2) {
  192. animation-delay: -0.072s;
  193. }
  194. .lds-roller div:nth-child(2):after {
  195. top: 68px;
  196. left: 56px;
  197. }
  198. .lds-roller div:nth-child(3) {
  199. animation-delay: -0.108s;
  200. }
  201. .lds-roller div:nth-child(3):after {
  202. top: 71px;
  203. left: 48px;
  204. }
  205. .lds-roller div:nth-child(4) {
  206. animation-delay: -0.144s;
  207. }
  208. .lds-roller div:nth-child(4):after {
  209. top: 72px;
  210. left: 40px;
  211. }
  212. .lds-roller div:nth-child(5) {
  213. animation-delay: -0.18s;
  214. }
  215. .lds-roller div:nth-child(5):after {
  216. top: 71px;
  217. left: 32px;
  218. }
  219. .lds-roller div:nth-child(6) {
  220. animation-delay: -0.216s;
  221. }
  222. .lds-roller div:nth-child(6):after {
  223. top: 68px;
  224. left: 24px;
  225. }
  226. .lds-roller div:nth-child(7) {
  227. animation-delay: -0.252s;
  228. }
  229. .lds-roller div:nth-child(7):after {
  230. top: 63px;
  231. left: 17px;
  232. }
  233. .lds-roller div:nth-child(8) {
  234. animation-delay: -0.288s;
  235. }
  236. .lds-roller div:nth-child(8):after {
  237. top: 56px;
  238. left: 12px;
  239. }
  240. @keyframes lds-roller {
  241. 0% {
  242. transform: rotate(0deg);
  243. }
  244. 100% {
  245. transform: rotate(360deg);
  246. }
  247. }
  248. .success-checkmark {
  249. width: 80px;
  250. height: 115px;
  251. margin: 0 auto;
  252. }
  253. .success-checkmark .check-icon {
  254. width: 80px;
  255. height: 80px;
  256. position: relative;
  257. border-radius: 50%;
  258. box-sizing: content-box;
  259. border: 4px solid white;
  260. }
  261. .success-checkmark .check-icon::before {
  262. top: 3px;
  263. left: -2px;
  264. width: 30px;
  265. transform-origin: 100% 50%;
  266. border-radius: 100px 0 0 100px;
  267. }
  268. .success-checkmark .check-icon::after {
  269. top: 0;
  270. left: 30px;
  271. width: 60px;
  272. transform-origin: 0 50%;
  273. border-radius: 0 100px 100px 0;
  274. animation: rotate-circle 4.25s ease-in;
  275. }
  276. .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  277. content: "";
  278. height: 100px;
  279. position: absolute;
  280. transform: rotate(-45deg);
  281. }
  282. .success-checkmark .check-icon .icon-line {
  283. height: 5px;
  284. background-color: white;
  285. display: block;
  286. border-radius: 2px;
  287. position: absolute;
  288. z-index: 10;
  289. }
  290. .success-checkmark .check-icon .icon-line.line-tip {
  291. top: 46px;
  292. left: 14px;
  293. width: 25px;
  294. transform: rotate(45deg);
  295. animation: icon-line-tip 0.75s;
  296. }
  297. .success-checkmark .check-icon .icon-line.line-long {
  298. top: 38px;
  299. right: 8px;
  300. width: 47px;
  301. transform: rotate(-45deg);
  302. animation: icon-line-long 0.75s;
  303. }
  304. .success-checkmark .check-icon .icon-circle {
  305. top: -4px;
  306. left: -4px;
  307. z-index: 10;
  308. width: 80px;
  309. height: 80px;
  310. border-radius: 50%;
  311. position: absolute;
  312. box-sizing: content-box;
  313. border: 4px solid white;
  314. }
  315. .success-checkmark .check-icon .icon-fix {
  316. top: 8px;
  317. width: 5px;
  318. left: 26px;
  319. z-index: 1;
  320. height: 85px;
  321. position: absolute;
  322. transform: rotate(-45deg);
  323. }
  324. @keyframes rotate-circle {
  325. 0% {
  326. transform: rotate(-45deg);
  327. }
  328. 5% {
  329. transform: rotate(-45deg);
  330. }
  331. 12% {
  332. transform: rotate(-405deg);
  333. }
  334. 100% {
  335. transform: rotate(-405deg);
  336. }
  337. }
  338. @keyframes icon-line-tip {
  339. 0% {
  340. width: 0;
  341. left: 1px;
  342. top: 19px;
  343. }
  344. 54% {
  345. width: 0;
  346. left: 1px;
  347. top: 19px;
  348. }
  349. 70% {
  350. width: 50px;
  351. left: -8px;
  352. top: 37px;
  353. }
  354. 84% {
  355. width: 17px;
  356. left: 21px;
  357. top: 48px;
  358. }
  359. 100% {
  360. width: 25px;
  361. left: 14px;
  362. top: 45px;
  363. }
  364. }
  365. @keyframes icon-line-long {
  366. 0% {
  367. width: 0;
  368. right: 46px;
  369. top: 54px;
  370. }
  371. 65% {
  372. width: 0;
  373. right: 46px;
  374. top: 54px;
  375. }
  376. 84% {
  377. width: 55px;
  378. right: 0px;
  379. top: 35px;
  380. }
  381. 100% {
  382. width: 47px;
  383. right: 8px;
  384. top: 38px;
  385. }
  386. }
  387. #resultfinish
  388. {
  389. height: 33%;
  390. }
  391. .initialtxt
  392. {
  393. position: absolute;
  394. color: rgb(45 45 45);
  395. font-size: 14px;
  396. left: 94px;
  397. top: 45px;
  398. width: 400px;
  399. text-align: left;
  400. font-family: sans-serif;
  401. }
  402. #releaseid
  403. {
  404. position: absolute;
  405. bottom: 3px;
  406. text-align: center;
  407. color: white;
  408. font-size: 11px;
  409. opacity: 0.3;
  410. width: 100%;
  411. }
  412. .announcetitle
  413. {
  414. margin-bottom: 10px;
  415. border-bottom: 1px solid #373158;
  416. width: 80%;
  417. color: cadetblue;
  418. font-size: 18px;
  419. }
  420. .announcetime
  421. {
  422. font-size: 11px;
  423. margin-bottom: 5px;
  424. color: currentColor;
  425. margin-top: -3px;
  426. }
  427. .announcemsg
  428. {
  429. padding: 5px;
  430. background: linear-gradient(
  431. 45deg
  432. , #0e101b, #1d152bdb);
  433. border-radius: 5px;
  434. text-align: left;
  435. padding-left: 24px;
  436. font-size: 15px;
  437. padding-bottom: 8px;
  438. padding-top: 8px;
  439. margin-bottom: 7px;
  440. }
  441. .ocean {
  442. height: 5%;
  443. width: 100%;
  444. position: absolute;
  445. filter: hue-rotate(
  446. 445deg);
  447. bottom: -55px;
  448. left: 0;
  449. background: #015871;
  450. opacity: 0.1;
  451. }
  452. .wave {
  453. background: url(https://cdn.kcak11.com/codepen_assets/wave_animation/wave.svg) repeat-x;
  454. position: absolute;
  455. top: -128px;
  456. width: 6400px;
  457. height: 198px;
  458. animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  459. transform: translate3d(0, 0, 0);
  460. }
  461. .wave:nth-of-type(2) {
  462. top: -175px;
  463. animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  464. opacity: 1;
  465. }
  466. @keyframes wave {
  467. 0% {
  468. margin-left: 0;
  469. }
  470. 100% {
  471. margin-left: -1600px;
  472. }
  473. }
  474. @keyframes swell {
  475. 0%,
  476. 100% {
  477. transform: translate3d(0, -25px, 0);
  478. }
  479. 50% {
  480. transform: translate3d(0, 5px, 0);
  481. }
  482. }
  483. .endWave{
  484. display:none;
  485. }
  486. .svstatic
  487. {
  488. margin-bottom: 3px;
  489. color: #b5c8d1;
  490. background: linear-gradient(
  491. 65deg, #0e0e14a3, #120d168c);
  492. margin-left: -18px;
  493. padding: 7px;
  494. padding-left: 12px;
  495. border-radius: 8px;
  496. border-right: 15px solid #23153a;
  497. }
  498. #getipsadd
  499. {
  500. color: #9c27b0;
  501. text-shadow: 0px 0px 25px #7b1391;
  502. font-size: 56px;
  503. opacity: 0.44;
  504. }
  505. #getstatistics
  506. {
  507. font-size: 14px;
  508. margin-top: 7px;
  509. color: #c4c4c4;
  510. }
  511. .estimateduse
  512. {
  513. font-size: 20px;
  514. margin-bottom: -27px;
  515. font-weight: 100;
  516. color: #a8c8e1;
  517. }
  518. .classicmoon
  519. {
  520. position: absolute;
  521. left: 50%;
  522. -webkit-transform: translate(-50%, -50%);
  523. transform: translate(-50%, -50%);
  524. top: 46%;
  525. height: 83%;
  526. text-align: center;
  527. width: 100%;
  528. overflow-y: scroll;
  529. }
  530. .fxmore
  531. {
  532. width: 74%;
  533. height: 83%;
  534. border-radius: 10px;
  535. background: #00000045;
  536. display: inline-block;
  537. position: relative;
  538. left: 5px;
  539. top: 14%;
  540. overflow: visible;
  541. }
  542. .itemsxv
  543. {
  544. background: #0000006b;
  545. position: absolute;
  546. left: 13%;
  547. -webkit-transform: translate(-50%, -50%);
  548. transform: translate(-50%, -50%);
  549. top: 5%;
  550. height: 70px;
  551. width: 70px;
  552. filter: invert(1);
  553. border-radius: 20px;
  554. background: url(/promise/img/head.svg), #f5f2f2a3;
  555. background-size: 58%;
  556. background-position: 16px;
  557. background-repeat: no-repeat;
  558. }
  559. .kshellbubble
  560. {
  561. background: url(/promise/img/cow.svg), linear-gradient(
  562. 24deg, #0d0d15, #232220);
  563. background-size: 100% 100%;
  564. height: 69px;
  565. padding: 5px;
  566. margin-bottom: 2px;
  567. color: #fff;
  568. margin-top: 4px;
  569. border: 1px solid #161010;
  570. border-radius: 6px;
  571. }
  572. #kshellconsole
  573. {
  574. height: 300px;
  575. background: linear-gradient(
  576. 45deg, black, transparent);
  577. width: 98%;
  578. border-radius: 5px;
  579. color: #3bff55;
  580. font-size: 13px;
  581. overflow: scroll;
  582. text-align: left;
  583. overflow-x: hidden;
  584. padding: 4px;
  585. }
  586. .sbubble
  587. {
  588. position: relative;
  589. display: inline-block;
  590. font-size: 15px;
  591. margin-left: 2px;
  592. color: #bbdfdf;
  593. }
  594. .pageimg
  595. {
  596. height: 76px;
  597. filter: invert(1);
  598. }
  599. .pageimgz
  600. {
  601. height: 76px;
  602. }
  603. .flag-discount {
  604. border-radius: 6px 0 0 6px;
  605. color: #fff;
  606. display: block;
  607. float: left;
  608. padding: 10px 20px;
  609. background: #93274f;
  610. font-size: 20px;
  611. font-weight: 400;
  612. position: relative;
  613. }
  614. .flag-discount::before,
  615. .flag-discount::after {
  616. content: "";
  617. position: absolute;
  618. left: 100%;
  619. width: 0;
  620. height: 0;
  621. border-style: solid;
  622. display: block;
  623. }
  624. .flag-discount::before {
  625. top: 0;
  626. border-width: 22px 15px 0 0;
  627. border-color: #93274f transparent transparent transparent;
  628. }
  629. .flag-discount::after {
  630. bottom: 0;
  631. border-width: 0 15px 22px 0;
  632. border-color: transparent transparent #93274f transparent;
  633. }
  634. .inverticon
  635. {
  636. filter: invert(1);
  637. }
  638. .lbubble
  639. {
  640. margin-left: 60px;
  641. position: relative;
  642. display: inline-block;
  643. font-size: 15px;
  644. }
  645. .mbubble
  646. {
  647. padding: 13px;
  648. margin-top: 7px;
  649. background: #0e111bc7;
  650. width: 90%;
  651. max-width: 600px;
  652. position: relative;
  653. text-align: left;
  654. color: #c1e0ffd4;
  655. padding-left: 16px;
  656. height: 54px;
  657. border-radius: 3px;
  658. }
  659. .createdtxt
  660. {
  661. width: 248px;
  662. text-align: left;
  663. margin-top: 9px;
  664. color: cadetblue;
  665. font-size: 18px;
  666. font-weight: 600;
  667. }
  668. .mbcount
  669. {
  670. font-size: 30px;
  671. margin-bottom: -27px;
  672. position: absolute;
  673. font-weight: 100;
  674. left: 100px;
  675. top: 67px;
  676. color: #d2f9ff;
  677. }
  678. .linkbtx
  679. {
  680. font-size: 21px;
  681. margin-top: 30px;
  682. color: #f2e1ffe0;
  683. }
  684. .linkbt
  685. {
  686. height: 19px;
  687. padding-right: 6px;
  688. position: relative;
  689. top: 2px;
  690. margin-left: -4px;
  691. filter: invert(1);
  692. }
  693. .lnd
  694. {
  695. background: linear-gradient(236deg, rgba(29, 61, 70, 0.30980392156862746), rgba(0, 0, 0, 0.79), #04090c, #091119e3), url();
  696. background-size: 100% 100%;
  697. }
  698. .usereditor
  699. {
  700. width: 100%;
  701. height: 100%;
  702. left: 50%;
  703. background: #00000033;
  704. -webkit-backdrop-filter: blur(4px);
  705. backdrop-filter: blur(4px);
  706. top: 50%;
  707. -webkit-transform: translate(-50%, -50%);
  708. position: fixed;
  709. transform: translate(-50%, -50%);
  710. }
  711. .attrdescsmall
  712. {
  713. color: #9e9e9e;
  714. font-size: 13px;
  715. margin-top: 2px;
  716. }
  717. .attrbubble
  718. {
  719. padding: 4px;
  720. text-align: left;
  721. position: relative;
  722. background: #0b0f16;
  723. height: 54px;
  724. border-bottom: 1px solid #123754;
  725. font-size: 14px;
  726. }
  727. .rkbubble
  728. {
  729. position: absolute;
  730. background: #2a3660;
  731. height: 43px;
  732. width: 55px;
  733. text-transform: uppercase;
  734. border-radius: 60px;
  735. text-align: center;
  736. font-size: 28px;
  737. padding-top: 10px;
  738. left: 7px;
  739. top: 25px;
  740. }
  741. .infops
  742. {
  743. position: relative;
  744. display: inline-block;
  745. width: 33%;
  746. margin-top: 4px;
  747. }
  748. .addonbt
  749. {
  750. background: #368139;
  751. width: max-content;
  752. padding: 5px;
  753. border-radius: 4px;
  754. margin-bottom: -29px;
  755. top: -34px;
  756. left: 34%;
  757. position: relative;
  758. }
  759. .attributes
  760. {
  761. height: 123px;
  762. width: 96%;
  763. margin-bottom: 3px;
  764. background: #0c0a0ead;
  765. overflow-y: scroll;
  766. position: relative;
  767. overflow-x: hidden;
  768. border-radius: 3px;
  769. }
  770. .reveditor
  771. {
  772. width: 100%;
  773. height: 100%;
  774. left: 50%;
  775. background: #00000033;
  776. -webkit-backdrop-filter: blur(4px);
  777. backdrop-filter: blur(4px);
  778. top: 50%;
  779. -webkit-transform: translate(-50%, -50%);
  780. position: fixed;
  781. transform: translate(-50%, -50%);
  782. }
  783. .revattr
  784. {
  785. width: 100%;
  786. height: 100%;
  787. left: 50%;
  788. top: 50%;
  789. -webkit-backdrop-filter: blur(4px);
  790. backdrop-filter: blur(4px);
  791. -webkit-transform: translate(-50%, -50%);
  792. position: fixed;
  793. transform: translate(-50%, -50%);
  794. }
  795. .closebutton
  796. {
  797. position: absolute;
  798. right: 0px;
  799. bottom: 2px;
  800. background: #812626;
  801. padding: 5px;
  802. border-radius: 5px;
  803. width: 76px;
  804. }
  805. .biginfo
  806. {
  807. position: absolute;
  808. top: 5px;
  809. right: 4px;
  810. color: burlywood;
  811. }
  812. .littleicon
  813. {
  814. position: absolute;
  815. left: -6px;
  816. padding: 5px;
  817. background: #4a1a89;
  818. box-shadow: 0px 0px 12px black;
  819. font-size: 17px;
  820. width: 24px;
  821. top: -10px;
  822. text-transform: uppercase;
  823. border-radius: 60px;
  824. }
  825. .littleinfo
  826. {
  827. font-size: 12px;
  828. position: absolute;
  829. bottom: 5px;
  830. left: 6px;
  831. text-shadow: 0px 0px 3px black;
  832. }
  833. .littleline
  834. {
  835. background: #2196f3;
  836. width: 6px;
  837. height: 83px;
  838. position: relative;
  839. border-radius: 60px;
  840. margin-top: -47px;
  841. z-index: -1;
  842. box-shadow: 0px 0px 11px cyan;
  843. }
  844. .littleinfox
  845. {
  846. font-size: 12px;
  847. position: absolute;
  848. bottom: 22px;
  849. left: 6px;
  850. text-shadow: 0px 0px 3px black;
  851. }
  852. .structureborder
  853. {
  854. height: 50px;
  855. border: 3px solid #182239;
  856. width: 90%;
  857. padding: 12px;
  858. position: relative;
  859. overflow: scroll;
  860. height: 65%;
  861. border-radius: 10px;
  862. display:none;
  863. }
  864. .cardcontent
  865. {
  866. background: #0e1424;
  867. width: 93%;
  868. margin-bottom: 2px;
  869. position: relative;
  870. display:inline-block;
  871. height: 54px;
  872. border-radius: 5px;
  873. }
  874. .structurecontent
  875. {
  876. transform: translate(-50%, -50%);
  877. height: 80%;
  878. width: 97%;
  879. left: 50%;
  880. top: 50%;
  881. position: fixed;
  882. z-index:1;
  883. }
  884. .usersview
  885. {
  886. position: absolute;
  887. right: 5px;
  888. bottom: 3px;
  889. font-size: 14px;
  890. background: #1e5020;
  891. padding: 3px;
  892. border-radius: 3px;
  893. }
  894. .structureimg
  895. {
  896. position: fixed;
  897. left: 0px;
  898. height: 300px;
  899. transform: translate(-50%, -50%);
  900. top: 50%;
  901. left: 50%;
  902. filter: invert(1);
  903. opacity: 0.01;
  904. }
  905. .structuretitle
  906. {
  907. font-size: 34px;
  908. margin-top: -20px;
  909. text-shadow: 0px 0px 5px black;
  910. border-radius: 10px;
  911. }
  912. .blackscreenup
  913. {
  914. width: 100%;
  915. height: 100%;
  916. left: 50%;
  917. background: #0b15219e;
  918. -webkit-backdrop-filter: blur(3px);
  919. /* backdrop-filter: blur(3px); */
  920. top: 50%;
  921. -webkit-transform: translate(-50%, -50%);
  922. position: fixed;
  923. transform: translate(-50%, -50%);
  924. }
  925. #whitelist
  926. {
  927. font-size: 14px;
  928. color: #91a4dc;
  929. }
  930. #getusercreate
  931. {
  932. font-size: 56px;
  933. opacity: 0.44;
  934. text-shadow: 0px 0px 25px #00b6ce;
  935. color: #00bcd4;
  936. }
  937. #getrevscreate
  938. {
  939. font-size: 56px;
  940. opacity: 0.44;
  941. color: #c4f4ff;
  942. text-shadow: 0px 0px 25px #2affe7;
  943. }
  944. #getusersonline
  945. {
  946. font-size: 56px;
  947. opacity: 0.44;
  948. color: #c6ff84;
  949. text-shadow: 0px 0px 25px #b0ff54;
  950. }
  951. .svprepare
  952. {
  953. height: 15px;
  954. margin-left: 4px;
  955. margin-right: 6px;
  956. margin-top: 5px;
  957. position: relative;
  958. top: 2px;
  959. filter: hue-rotate(545deg) brightness(10.5);
  960. }
  961. .userinfo
  962. {
  963. width: 100%;
  964. height: 100%;
  965. left: 50%;
  966. -webkit-backdrop-filter: blur(4px);
  967. backdrop-filter: blur(4px);
  968. top: 50%;
  969. -webkit-transform: translate(-50%, -50%);
  970. position: fixed;
  971. transform: translate(-50%, -50%);
  972. }
  973. .icnpass
  974. {
  975. height: 19px;
  976. opacity: 0.4;
  977. left: 15%;
  978. top: 58%;
  979. -webkit-transform: translate(-50%, -50%);
  980. position: absolute;
  981. transform: translate(-50%, -50%);
  982. z-index: 1;
  983. }
  984. .icnuser
  985. {
  986. height: 19px;
  987. opacity: 0.4;
  988. left: 15%;
  989. top: 47%;
  990. -webkit-transform: translate(-50%, -50%);
  991. position: absolute;
  992. transform: translate(-50%, -50%);
  993. z-index: 1;
  994. }
  995. #dwresource
  996. {
  997. height: 0px;
  998. position: absolute;
  999. width: 1px;
  1000. z-index: 7;
  1001. top: 5px;
  1002. left: 5px;
  1003. overflow: hidden;
  1004. }
  1005. .reconnectbt
  1006. {
  1007. padding: 11px;
  1008. background: #bcbcbd;
  1009. width: 200px;
  1010. color: black;
  1011. position: absolute;
  1012. left: 50%;
  1013. border-radius: 5px;
  1014. top: 100%;
  1015. -webkit-transform: translate(-50%, -50%);
  1016. transform: translate(-50%, -50%);
  1017. }
  1018. .ltxt
  1019. {
  1020. top: 76.5% !important;
  1021. width: 250px !important;
  1022. white-space: nowrap;
  1023. overflow: hidden;
  1024. text-overflow: ellipsis;
  1025. }
  1026. .icnd
  1027. {
  1028. position: relative;
  1029. height: 120px;
  1030. filter: invert(1);
  1031. }
  1032. .disconnectp
  1033. {
  1034. position: absolute;
  1035. left: 50%;
  1036. top: 50%;
  1037. transform: translate(-50%, -50%);
  1038. background: #101319;
  1039. width: 380px;
  1040. height: 400px;
  1041. border-radius: 10px;
  1042. text-align: center;
  1043. color: white;
  1044. font-size: 24px;
  1045. }
  1046. #disconnect
  1047. {
  1048. position: fixed;
  1049. width: 100%;
  1050. height: 100%;
  1051. display: none;
  1052. backdrop-filter: blur(4px);
  1053. z-index: 11111;
  1054. background: #0000005c;
  1055. }
  1056. .tclosz
  1057. {
  1058. display: inline-block;
  1059. padding: 4px;
  1060. background: #b73a3a;
  1061. width: 17px;
  1062. height: 17px;
  1063. text-align: center;
  1064. font-size: 14px;
  1065. }
  1066. .tminz
  1067. {
  1068. display: inline-block;
  1069. padding: 4px;
  1070. background: #291d66;
  1071. width: 17px;
  1072. height: 17px;
  1073. text-align: center;
  1074. font-size: 14px;
  1075. }
  1076. .toolbar
  1077. {
  1078. position: fixed;
  1079. top: -36px;
  1080. right: 3px;
  1081. background: #141a27;
  1082. border: 1px solid #111;
  1083. text-align: center;
  1084. padding: 4px;
  1085. border-radius: 5px;
  1086. box-shadow: 1px 1px #0000001a;
  1087. }
  1088. .search {
  1089. padding: 12px;
  1090. border: 0px;
  1091. border-radius: 5px;
  1092. font-size: 15px;
  1093. background: linear-gradient(
  1094. 45deg, #111722, #232d3d94);
  1095. width: 250px;
  1096. display: inline-block;
  1097. color: #d1c8c8;
  1098. }
  1099. .searchimg
  1100. {
  1101. height: 31px;
  1102. position: relative;
  1103. top: 9px;
  1104. filter: invert(1) brightness(0.5);
  1105. }
  1106. .atlantusicon
  1107. {
  1108. transition: transform .2s; /* Animation */
  1109. height: 26px;
  1110. opacity: 0.81;
  1111. position: relative;
  1112. margin-left: 24px;
  1113. display: block;
  1114. margin-top: 23px;
  1115. }
  1116. .atlantusicon:hover {
  1117. transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  1118. }
  1119. .useron
  1120. {
  1121. background: #4dd353; height: 16px; width: 16px; position: absolute; border-radius: 60px;
  1122. margin-left: 8px; box-shadow: 0px 0px 13px 0px #00ff0e; margin-top: 0px; top: 5px; right: 9px;
  1123. }
  1124. .useroff
  1125. {
  1126. background: #fdfdfd;
  1127. height: 16px;
  1128. width: 16px;
  1129. position: absolute;
  1130. border-radius: 60px;
  1131. margin-left: 8px;
  1132. box-shadow: 0px 0px 13px 0px #000000;
  1133. margin-top: 0px;
  1134. top: 5px;
  1135. right: 9px;
  1136. opacity: 0.2;
  1137. }
  1138. .atlh2
  1139. {
  1140. font-size: 20px;
  1141. margin-top: 20px;
  1142. color: #999;
  1143. }
  1144. .connectcheckp
  1145. {
  1146. margin-left: 60px;
  1147. position: relative;
  1148. display: inline-block;
  1149. font-size: 15px;
  1150. color: aquamarine;
  1151. }
  1152. .bubblecheck
  1153. {
  1154. margin-bottom: 15px;
  1155. background: linear-gradient(
  1156. 45deg, #00000047, transparent);
  1157. width: 95%;
  1158. border-radius: 5px;
  1159. padding: 5px;
  1160. }
  1161. .bubblep
  1162. {
  1163. color: #ffffffc2;
  1164. padding: 5px;
  1165. background: linear-gradient(
  1166. 45deg, #19191d36, #0f21253d);
  1167. height: 100px;
  1168. border-radius: 8px;
  1169. width: 86%;
  1170. position: relative;
  1171. left: 3%;
  1172. font-size: 20px;
  1173. text-align: left;
  1174. margin-top: 9px;
  1175. padding-left: 18px;
  1176. }
  1177. .pmessage
  1178. {
  1179. color: #afafaf;
  1180. font-size: 17px;
  1181. margin-bottom: 20px;
  1182. }
  1183. .notification
  1184. {
  1185. position: fixed;
  1186. height: 53px;
  1187. text-align: center;
  1188. display: none;
  1189. width: 300px;
  1190. background: #0f121b;
  1191. border-radius: 2px;
  1192. bottom: 19px;
  1193. right: 5px;
  1194. padding-top: 13px;
  1195. z-index: 2;
  1196. color: #cacade;
  1197. border: 2px solid #0b0e16;
  1198. font-size: 16px;
  1199. }
  1200. .mainexperience
  1201. {
  1202. position: fixed;
  1203. left: 0px;
  1204. top: 5%;
  1205. height: 91%;
  1206. text-align: center;
  1207. width: 100%;
  1208. }
  1209. .inputuitwo
  1210. {
  1211. padding: 10px;
  1212. position: relative;
  1213. border: 0px;
  1214. background: linear-gradient(
  1215. 45deg, #0f1621, #222e39bd);
  1216. border-radius: 5px;
  1217. font-size: 18px;
  1218. margin-top: 5px;
  1219. margin-bottom: 5px;
  1220. color: #888;
  1221. width: 207px;
  1222. }
  1223. .blurbg
  1224. {
  1225. position: fixed;
  1226. height: 100%;
  1227. width: 100%;
  1228. background: #0b080d2e;
  1229. z-index: 0;
  1230. background-size: 107% 105%;
  1231. }
  1232. .btpn
  1233. {
  1234. padding: 11px;
  1235. margin-top: 10px;
  1236. background: linear-gradient(
  1237. 271deg, #11141fcc, #17162394);
  1238. width: 200px;
  1239. position: relative;
  1240. border-radius: 4px;
  1241. font-size: 20px;
  1242. }
  1243. .sl1
  1244. {
  1245. padding: 12px;
  1246. font-size: 17px;
  1247. margin-top: 5px;
  1248. border-radius: 5px;
  1249. background: linear-gradient(
  1250. 45deg, #0f1621, #222e39bd);
  1251. color: #888;
  1252. width: 244px;
  1253. border: 2px solid #374850;
  1254. margin-bottom: 7px;
  1255. }
  1256. .imglogout
  1257. {
  1258. height: 16px;
  1259. position: absolute;
  1260. right: 47px;
  1261. top: 1px;
  1262. filter: invert(1) brightness(0.8);
  1263. }
  1264. .logoutclassic
  1265. {
  1266. position: absolute;
  1267. right: 0px;
  1268. top: 16px;
  1269. color: #b9b9b9;
  1270. }
  1271. .topimg
  1272. {
  1273. opacity: 0.88;
  1274. margin-top: 20px;
  1275. }
  1276. .readpage
  1277. {
  1278. position: absolute;
  1279. color: #e1e8ffdb;
  1280. padding-top: 11px;
  1281. font-size: 17px;
  1282. text-align: center;
  1283. width: 98%;
  1284. height: 97%;
  1285. left: 3px;
  1286. overflow: scroll;
  1287. border-bottom-left-radius: 60px;
  1288. border-bottom-right-radius: 60px;
  1289. }
  1290. .logged
  1291. {
  1292. display: none;
  1293. }
  1294. #items
  1295. {
  1296. position: fixed;
  1297. width: 74px;
  1298. height: 83%;
  1299. display: inline-block;
  1300. border-radius: 10px;
  1301. background: #00000045;
  1302. position: relative;
  1303. left: 4px;
  1304. margin-left: -5px;
  1305. top: 14%;
  1306. }
  1307. #atlantusmain
  1308. {
  1309. position: fixed;
  1310. left: 0px;
  1311. top: 0px;
  1312. width: 100%;
  1313. height: 100%;
  1314. background: linear-gradient(
  1315. 355deg, #000000, #000000, #140f18, #0d121d);
  1316. background-size: 200% 200%;
  1317. border-radius: 8px;
  1318. }
  1319. .helloman
  1320. {
  1321. position: absolute;
  1322. color: #4b4949;
  1323. font-size: 21px;
  1324. left: 84px;
  1325. background: linear-gradient(
  1326. 48deg, #1618220f, #25252500, transparent);
  1327. top: 18px;
  1328. width: 300px;
  1329. height: 46px;
  1330. text-shadow: 0px 0px 24px #ffffff99;
  1331. text-align: left;
  1332. padding-top: 3px;
  1333. padding-left: 7px;
  1334. border-radius: 8px;
  1335. }
  1336. .smenu
  1337. {
  1338. padding: 3px;
  1339. color: #dee3e4;
  1340. margin-top: 12px;
  1341. margin-left: -3px;
  1342. font-size: 14px;
  1343. display: inline-block;
  1344. position: relative;
  1345. width: max-content;
  1346. text-align: center;
  1347. }
  1348. .notchtop
  1349. {
  1350. width: 97%;
  1351. height: 49px;
  1352. top: -40px;
  1353. position: relative;
  1354. margin-top: -39px;
  1355. z-index: 0;
  1356. border-radius: 8px;
  1357. }
  1358. #notch
  1359. {
  1360. background: linear-gradient(
  1361. 45deg, #1b1c1f, #23252b);
  1362. width: 100%;
  1363. height: 50px;
  1364. position: fixed;
  1365. width: 95%;
  1366. -webkit-transform: translate(-50%, -50%);
  1367. transform: translate(-50%, -50%);
  1368. top: 5%;
  1369. left: 50%;
  1370. border-radius: 5px;
  1371. }
  1372. .wronguser
  1373. {
  1374. color: #e0e0e0;
  1375. left: 50%;
  1376. top: 95%;
  1377. -webkit-transform: translate(-50%, -50%);
  1378. transform: translate(-50%, -50%);
  1379. position: absolute;
  1380. display:none;
  1381. }
  1382. #loneloading
  1383. {
  1384. display: block;
  1385. position: absolute;
  1386. height: 100%;
  1387. width: 100%;
  1388. z-index: 100;
  1389. background: #0f0b146b;
  1390. }
  1391. .abasx
  1392. {
  1393. cursor: pointer;
  1394. position: sticky;
  1395. margin-left: 8px;
  1396. background-color: rgba(35, 54, 70, 0.4);
  1397. color: white;
  1398. width: 38%;
  1399. display: inline-block;
  1400. font-size: 13px;
  1401. padding: 2px;
  1402. border-bottom-left-radius: 7px;
  1403. border-bottom-right-radius: 7px;
  1404. text-align: center;
  1405. }
  1406. .posmk
  1407. {
  1408. position: absolute;
  1409. left: 6px;
  1410. width: 49%;
  1411. }
  1412. .faded
  1413. {
  1414. position: absolute;
  1415. height: 100%;
  1416. width: 100%;
  1417. top: 0px;
  1418. left: 0px;
  1419. z-index: 10;
  1420. background: rgba(0, 0, 0, 0.7);
  1421. }
  1422. .dialogobox
  1423. {
  1424. position: sticky;
  1425. height: 40%;
  1426. display: table;
  1427. margin: 0 auto;
  1428. top: 28%;
  1429. padding: 3px;
  1430. z-index: 10;
  1431. align-content: center;
  1432. width: 50%;
  1433. border-radius: 5px;
  1434. color: white;
  1435. background: linear-gradient(236deg, rgba(29, 61, 70, 0.30980392156862746), rgba(9, 12, 25, 0.76), #04090cc7, #091119b0), url(/../_resources/assets/_images/bg.png?ss);
  1436. border: 2px solid #2f3748;
  1437. }
  1438. .perfilsize
  1439. {
  1440. margin-top: 8px;
  1441. width: 55%;
  1442. height: 60%;
  1443. position: absolute;
  1444. right: -9px;
  1445. top: 22px;
  1446. }
  1447. .loadlogo
  1448. {
  1449. background: url(load.png?3d);
  1450. height: 37%;
  1451. margin-top: 10%;
  1452. border-radius: 12rem;
  1453. max-width: 150px;
  1454. max-height: 142px;
  1455. display: inline-block;
  1456. width: 27%;
  1457. background-size: 100% 100%;
  1458. border: 11px solid #0e1e1d;
  1459. }
  1460. .ftuser
  1461. {
  1462. width: 72px;
  1463. position: relative;
  1464. height: 72px;
  1465. top: 9px;
  1466. background: #000000a1;
  1467. border-radius: 60px;
  1468. }
  1469. .classicbt
  1470. {
  1471. left: 50%;
  1472. top: 82%;
  1473. -webkit-transform: translate(-50%, -50%);
  1474. transform: translate(-50%, -50%);
  1475. padding: 10px;
  1476. position: absolute;
  1477. color: white;
  1478. background: #252f3a;
  1479. width: 150px;
  1480. text-align: center;
  1481. border-radius: 5px;
  1482. border-top-left-radius: 5px;
  1483. border-top-right-radius: 5px;
  1484. border-bottom-right-radius: 5px;
  1485. border-bottom-left-radius: 5px;
  1486. font-size: 25px;
  1487. }
  1488. .inputui
  1489. {
  1490. left: 50%;
  1491. top: 47%;
  1492. -webkit-transform: translate(-50%, -50%);
  1493. transform: translate(-50%, -50%);
  1494. padding: 10px;
  1495. position: absolute;
  1496. border: 0px;
  1497. background: #111117;
  1498. border-radius: 5px;
  1499. font-size: 18px;
  1500. color: #888;
  1501. padding-left: 38px;
  1502. width: 251px;
  1503. }
  1504. #authatlantus
  1505. {
  1506. left: 50%;
  1507. top: 100%;
  1508. -webkit-transform: translate(-50%, -50%);
  1509. transform: translate(-50%, -50%);
  1510. height: 412px;
  1511. background: linear-gradient(
  1512. 45deg, #00000030, #00000014);
  1513. position: absolute;
  1514. width: 388px;
  1515. max-width: 500px;
  1516. border-radius: 15px;
  1517. display: none;
  1518. }
  1519. .atlantuslogo
  1520. {
  1521. left: 50%;
  1522. top: 40%;
  1523. -webkit-transform: translate(-50%, -50%);
  1524. transform: translate(-50%, -50%);
  1525. height: 211px;
  1526. position: absolute;
  1527. }
  1528. .loadtxt
  1529. {
  1530. left: 50%;
  1531. top: 82.5%;
  1532. -webkit-transform: translate(-50%, -50%);
  1533. transform: translate(-50%, -50%);
  1534. position: absolute;
  1535. font-weight: 100;
  1536. font-size: 12px;
  1537. color: #d2d2d2;
  1538. margin-top: -71px;
  1539. }
  1540. .loadprogresso
  1541. {
  1542. position: absolute;
  1543. left: 50%;
  1544. top: 70%;
  1545. overflow: hidden;
  1546. -webkit-transform: translate(-50%, -50%);
  1547. transform: translate(-50%, -50%);
  1548. width: 300px;
  1549. height: 15px;
  1550. background: #00000061;
  1551. border-radius: 100px;
  1552. }
  1553. .loadpercent
  1554. {
  1555. background: #fbfcfb;
  1556. height: 100%;
  1557. width: 3%;
  1558. -webkit-transition: width 2s;
  1559. transition: width 2s;
  1560. position: absolute;
  1561. }
  1562. div.tab button {
  1563. background-color: rgba(255, 255, 255, .4);
  1564. border: none;
  1565. outline: 0;
  1566. cursor: pointer;
  1567. padding-left: .2rem;
  1568. font-size: .93333rem;
  1569. border-top: 1px solid rgba(192, 192, 192, .8);
  1570. border-radius: 0 0 .53333rem .53333rem;
  1571. height: 88%;
  1572. line-height: 88%;
  1573. font-weight: 700
  1574. }
  1575. div.tab button:active {
  1576. color: inherit
  1577. }
  1578. div.tab button.active {
  1579. border: 1px solid rgba(255, 255, 255, .4);
  1580. border-top: 1px solid rgba(255, 255, 255, 0)
  1581. }
  1582. div.chatdel {
  1583. float: right;
  1584. display: none;
  1585. height: 100%;
  1586. position: relative;
  1587. z-index: 2;
  1588. margin-right: .2rem;
  1589. cursor: pointer
  1590. }
  1591. .chatlinks {
  1592. overflow: hidden;
  1593. white-space: nowrap
  1594. }
  1595. .tabcontent {
  1596. height: 80%;
  1597. padding: 12px 4px;
  1598. padding-bottom: 0px;
  1599. width: 100%;
  1600. border-radius: 5px;
  1601. background-color: rgba(0, 0, 0, 0.4);
  1602. }
  1603. .lonetxt {
  1604. border-radius: 5px;
  1605. height: 100%;
  1606. background-color: rgba(4, 1, 1, 0.42);
  1607. width: 96%;
  1608. margin-left: 5px;
  1609. color: #e2dede;
  1610. text-align: left;
  1611. padding: 2px;
  1612. outline: 0 solid transparent;
  1613. -webkit-user-select: text;
  1614. word-break: break-word;
  1615. overflow-x: hidden;
  1616. overflow-y: auto;
  1617. font-weight: 600;
  1618. }
  1619. * {
  1620. margin: 0;
  1621. padding: 0;
  1622. -webkit-text-size-adjust: none;
  1623. -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  1624. }
  1625. :not(input):not(textarea) {
  1626. -webkit-touch-callout: none;
  1627. user-select: none;
  1628. -moz-user-select: none;
  1629. -webkit-user-select: none;
  1630. -ms-user-select: none
  1631. }
  1632. html {
  1633. font-size: 15px
  1634. }
  1635. p {
  1636. margin-bottom: 0
  1637. }
  1638. input[type=text] {
  1639. -webkit-appearance: none
  1640. }
  1641. .dialogTable {
  1642. display: table;
  1643. border-spacing: 0 8px;
  1644. width: 100%
  1645. }
  1646. .dialogRow {
  1647. display: table-row
  1648. }
  1649. .dialogCell {
  1650. display: table-cell
  1651. }
  1652. .dialogCellMiddle {
  1653. vertical-align: middle
  1654. }
  1655. .dialogCellCenter {
  1656. text-align: center
  1657. }
  1658. .cellWide {
  1659. width: 100%
  1660. }
  1661. .listTable {
  1662. display: table;
  1663. border-spacing: 0;
  1664. width: 100%
  1665. }
  1666. #topSelector,
  1667. selector {
  1668. overflow: auto;
  1669. color: #fff
  1670. }
  1671. selector {
  1672. margin: 4px 0;
  1673. padding: 2px
  1674. }
  1675. img.selector {
  1676. margin: 0 3px;
  1677. vertical-align: middle
  1678. }
  1679. span.selector {
  1680. font-weight: 500;
  1681. font-size: 1.142rem
  1682. }
  1683. .tabTable {
  1684. border-right: .5px solid hsla(0, 0%, 100%, .5)
  1685. }
  1686. .tabLabelCell {
  1687. background-color: rgba(77, 77, 77, .7)
  1688. }
  1689. .tabLabelCell,
  1690. .tabLabelCellSelected {
  1691. padding-top: 8px;
  1692. padding-bottom: 4px;
  1693. padding-right: 4px
  1694. }
  1695. .tabLabelCellSelected {
  1696. background-color: rgba(0, 0, 0, .7)
  1697. }
  1698. .tabIndicatorCell {
  1699. height: 4px;
  1700. background-color: rgba(77, 77, 77, .7)
  1701. }
  1702. .tabIndicatorCellSelected {
  1703. height: 4px;
  1704. background-color: #02a9d2
  1705. }
  1706. .htmlTitleBar {
  1707. background-color: #000050;
  1708. color: #fff;
  1709. font-weight: 500;
  1710. white-space: nowrap;
  1711. font-size: 1.142rem;
  1712. padding-top: 8px;
  1713. padding-bottom: 8px
  1714. }

comments powered by Disqus