Advertisement
cat_inthe_cradle

Navi

Jan 16th, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.57 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. body {
  4. margin: 0;
  5. padding: 0;
  6. background-color:#292d4b; /*change your background here*/
  7. -webkit-background-size: ;
  8. -moz-background-size: cover;
  9. -o-background-size: cover;
  10. background-size: ;
  11.  
  12. }
  13.  
  14. a {
  15. text-decoration: none;
  16. -webkit-transition: all 0.5s ease;
  17. -moz-transition: all 0.5s ease;
  18. transition: all 0.5s ease;
  19. }
  20.  
  21. a:hover {
  22. -webkit-transition: all 0.5s ease;
  23. -moz-transition: all 0.5s ease;
  24. transition: all 0.5s ease;
  25. }
  26.  
  27. #top-one {
  28. position: fixed;
  29. left: 4%;
  30. top: 8%;
  31. width: 35%;
  32. height: 0px;
  33. border-top: px solid;
  34. border-color: #FFFFFF; /*change border color here*/
  35. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  36. }
  37.  
  38. #top-two {
  39. position: fixed;
  40. right: 4%;
  41. top: 8%;
  42. width: 35%;
  43. height: 0px;
  44. border-top: px solid;
  45. border-color: #FFFFFF; /*change border color here*/
  46. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  47. }
  48.  
  49. #left {
  50. position: fixed;
  51. left: 4%;
  52. top: 8%;
  53. height: 84%;
  54. width: 0px;
  55. border-left: px solid;
  56. border-color: #FFFFFF; /*change border color here*/
  57. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  58.  
  59. }
  60.  
  61. #bottom {
  62. position: fixed;
  63. width: 92%;
  64. height: 0px;
  65. margin: 0 auto;
  66. left: 0px;
  67. right: 0px;
  68. bottom: 8%;
  69. border-bottom: 0px solid;
  70. border-color: #FFFFFF; /*change border color here*/
  71. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  72. }
  73.  
  74. #right {
  75. position: fixed;
  76. right: 4%;
  77. top: 8%;
  78. height: 84%;
  79. width: 0px;
  80. border-right: 0px solid;
  81. border-color: #FFFFFF; /*change border color here*/
  82. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  83. }
  84.  
  85. #title {
  86. margin: 0 auto;
  87. left: 0px;
  88. right: 0px;
  89. width: 22%;
  90. text-align: center;
  91. top: 7%;
  92. position: fixed;
  93. font-family: Montserrat;
  94. letter-spacing: 13px;
  95. color: #FFFFFF; /*change title color here*/
  96. font-size: 12px;
  97. }
  98.  
  99. #url a {
  100. margin: 0 auto;
  101. left: 0px;
  102. right: 0px;
  103. width: 100%;
  104. text-align: center;
  105. top: 200px;
  106. position: fixed;
  107. font-size: 50px; /*change url size here*/
  108. letter-spacing: 20px;
  109. color: #760505; /*change url color here*/
  110. font-family: Prata;
  111. text-shadow:
  112. 0 0 3px #FFFFFF, /*change url shadow color here*/
  113. 0 0 3px #FFFFFF, /*change url shadow color here*/
  114. 0 0 3px #FFFFFF, /*change url shadow color here*/
  115. 0 0 3px #FFFFFF; /*change url shadow color here*/
  116. }
  117.  
  118. #url a:hover {
  119. color: #000000; /*change url hover color*/
  120. }
  121.  
  122. #c {
  123. position: fixed;
  124. bottom: 13px;
  125. right: 15px;
  126. font-family: Arial;
  127. }
  128.  
  129. #c a {
  130. color: #FFFFFF; /*change credit color here*/
  131. font-size: 18px;
  132. }
  133.  
  134. /* Credits to http://pohroro.tumblr.com */
  135.  
  136. /* This is the profile page content: */
  137. .contentpage{position:absolute;top:0%;left:0%;height:100%;width:100%;background-color:#1b1e2f;opacity:0;z-index:-1;}
  138. .contentpage:target{opacity:1;z-index:1;transition: all 0.9s ease-in-out;
  139. -webkit-transition: all 0.9s ease-in-out;
  140. -moz-transition: all 0.9s ease-in-out;
  141. -o-transition: all 0.9s ease-in-out;
  142. -ms-transition: all 0.9s ease-in-out;}
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151. .clouds {
  152. position:absolute;
  153. left:0;
  154. bottom:0;
  155. width:100%;
  156. height:100%;
  157. display:block;
  158. overflow: visible;
  159. opacity: 0.5;
  160. background:transparent url('http://i.picpar.com/mMac.png') repeat top center;
  161. z-index:1;
  162. -moz-animation:move-scrolling-front 150s linear infinite;
  163. -ms-animation:move-scrolling-front 150s linear infinite;
  164. -o-animation:move-scrolling-front 150s linear infinite;
  165. -webkit-animation:move-scrolling-front 150s linear infinite;
  166. animation:move-scrolling-front 150s linear infinite;
  167. }
  168.  
  169. @keyframes move-scrolling-front{
  170. from{background-position:0% 0%}
  171. to{background-position:300% 0%}
  172. }
  173. @-webkit-keyframes move-scrolling-front{
  174. from{background-position:0% 0%}
  175. to{background-position:300% 0%}
  176. }
  177. @-moz-keyframes move-scrolling-front{
  178. from{background-position:0% 0%}
  179. to{background-position:300% 0%}
  180. }
  181. @-ms-keyframes move-scrolling-front{
  182. from{background-position:0% 0%}
  183. to{background-position:200% 0%}
  184. }
  185.  
  186.  
  187.  
  188.  
  189. </style>
  190.  
  191.  
  192.  
  193.  
  194. </a>
  195. <div id="url">
  196.  
  197. <a href="#1">
  198. <img src="http://i.picpar.com/VTDc.jpg" alt="" width="450" /> </a>
  199. </div>
  200.  
  201. <div id="c">
  202. <a target="_blank" href=" " title=" "> </a>
  203. </div>
  204.  
  205. <div id="1" class="contentpage">
  206.  
  207.  
  208.  
  209.  
  210.  
  211. <style type="text/css">
  212. @import url(https://fonts.googleapis.com/css?family=Poiret+One);
  213.  
  214.  
  215. ::selection {
  216. background: #ddd;
  217. color: #fff;
  218. }
  219.  
  220. ::-moz-selection {
  221. background: #ddd;
  222. color: #fff;
  223. }
  224.  
  225. ::-webkit-selection {
  226. background: #ddd;
  227. color: #fff;
  228. }
  229.  
  230.  
  231. ::-webkit-scrollbar-thumb:vertical {
  232. background-color: #c6a0a8;
  233. height: 50px;
  234. }
  235.  
  236. ::-webkit-scrollbar {
  237. height: 10px;
  238. width: 3px;
  239. background-color: #f0ebea;
  240. }
  241.  
  242. body {
  243. color: #aaa;
  244. text-align:justify;
  245. font-family: tahoma;
  246. font-size: 10px;
  247. background-color: #fff;
  248. background-color:#2a3547;
  249. background-attachment: fixed repeat; }
  250.  
  251.  
  252. #subete{
  253. margin-left: -200px;
  254. margin-top: 130px; }
  255.  
  256. #about { margin-top: 100px; }
  257. #about i { font-style: italic; color:#787878; letter-spacing: 2px; }
  258. #about b { font-weight: bold; color:#787878; letter-spacing: 1px; }
  259.  
  260. #kago {
  261. width: 520px;
  262. height: 330px;
  263. padding: 20px;
  264. overflow: hidden;
  265. background-color:#00062a;border: 1px solid #ddd;
  266. margin-left: 400px;
  267. margin-top: -1px; }
  268.  
  269. #shouzou {
  270. width: 360px;
  271. height: 502px;
  272. background-color:#00062a;border: 1px solid #ddd;
  273. padding: 5px;
  274. margin-top: -70px;
  275. margin-left: 400px;
  276. margin-right:-1px;
  277. float: left; }
  278. #shouzou img { width: 360px; height: 502px; opacity: 0.8; -webkit-filter: grayscale(1);
  279. }
  280.  
  281.  
  282. #daimei {
  283. text-align: center;
  284. font-family: georgia;
  285. color: #444;
  286. font-size: 16px;
  287. text-transform: lowercase;
  288. padding:0px 0px 2px 0px;
  289. border-bottom: 1px dotted #aaa; }
  290.  
  291. #fukudai {
  292. text-align: center;
  293. font-family: tahoma;
  294. color: #aaa;
  295. font-size: 12px;
  296. text-transform: none;
  297. padding:0px 20px 0px 20px;
  298. margin-top: 3px; }
  299.  
  300. #onaka {
  301. float: right;
  302. width: 200px;
  303. text-align: justify;
  304. height: 100px;
  305. padding: 5px;
  306. line-height: 15px;
  307. font-size:9px;
  308. position: relative; }
  309. .tap
  310. {color:#bebebe;
  311. border-left: solid 8px;
  312. letter-spacing: 1px;
  313. font-size:8px; }
  314.  
  315. #nai {
  316. margin-top: 7px;
  317. margin-left: 20px; }
  318.  
  319. #atama {
  320. float: left;
  321. width: 200px;
  322. height: 100px;
  323. padding: 5px;
  324. position: relative; }
  325.  
  326. #karada { position: absolute; margin-top: -5px; }
  327.  
  328.  
  329.  
  330.  
  331. ul
  332. {
  333. list-style:square;
  334. margin-left:-10px; }
  335.  
  336. blockquote
  337. {
  338. background-color: #f7f7f7;
  339. padding: 5px;
  340. margin-left: 10px; margin-right: 10px; }
  341.  
  342. /* NAVIGATION */
  343.  
  344. #navi{
  345. text-align:center;
  346. margin-left:25px;
  347. margin-top: 220px;
  348. width:200px;
  349. padding:12px;
  350. position:absolute;
  351. z-index: 9999; }
  352.  
  353. #ichi {
  354. margin-bottom:4px;
  355. color:#b2b2b2;
  356. width: 60px;
  357. background-color:#2a3647;
  358. padding: 4px;
  359. opacity: 0.6;
  360. font-size: 8px;
  361. text-transform: uppercase;
  362. letter-spacing:1px;
  363. -webkit-transition: opacity 0.3s linear;
  364. -webkit-transition: all 0.3s ease-in-out;
  365. -moz-transition: all 0.3s ease-in-out;
  366. -o-transition: all 0.3s ease-in-out;
  367. transition: all 0.3s ease-in-out; }
  368. #ichi:hover { opacity: 1; }
  369.  
  370. /* END NAVIGATION */
  371.  
  372.  
  373.  
  374.  
  375.  
  376. b {
  377. text-transform: ;
  378. font-size: px;
  379. font-weight: ;
  380. color: #FFF;
  381. background: #820000;
  382. letter-spacing: px;
  383. padding: 1px 2px 1px 3px;
  384. margin-right: 2px;}
  385. u {
  386. text-transform: ;
  387. font-size: ;
  388. font-weight: ;
  389. color: #000;
  390. background: #;
  391. letter-spacing: 1px;
  392. padding: 1px 2px 1px 3px;
  393. margin-right: 2px;
  394. border-bottom: dotted 1px #000;}
  395. i {
  396. font-size: px;
  397. font-weight: ;
  398. color: #8e0000;
  399. letter-spacing: px;
  400. padding: ;
  401. margin-right: 2px;}
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410. #url1 a {
  411. margin: 0 auto;
  412. left: 890px;
  413. right: 0px;
  414. width: 100%;
  415. text-align: ;
  416. top: 163px;
  417. position: fixed;
  418. font-size: 38px; /*change url size here*/
  419. letter-spacing: 2px;
  420. color: #000; /*change url color here*/
  421. font-family: Prata;
  422. text-shadow:
  423. 0 0 3px #FFFFFF, /*change url shadow color here*/
  424. 0 0 3px #FFFFFF, /*change url shadow color here*/
  425. 0 0 3px #FFFFFF, /*change url shadow color here*/
  426. 0 0 3px #FFFFFF; /*change url shadow color here*/
  427. }
  428.  
  429. #url1 a:hover {
  430. color: #3b3439; /*change url hover color*/
  431. }
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439. .hoverbox1 {
  440. position: fixed;
  441. background-color: #fff;
  442. opacity: 0;
  443. width: 105px;
  444. height: 345px;
  445. padding: 5px;
  446. left: 1200px;
  447. top: 160px;
  448. font-family: arial;
  449. font-size: 9px;
  450. color: #;
  451. letter-spacing: 0px;
  452. -webkit-transition: all .7s ease-in-out;
  453. }
  454. .hoverbox1:hover {
  455. opacity: 1;
  456. top: 285px;
  457.  
  458. }
  459. .hoverbox1 b {
  460. color: # ;
  461. font-family: calibri;
  462. font-size: 10px;
  463. line-height: 10px;
  464. text-transform: ;
  465. }
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472. .linkbox {
  473. position: fixed;
  474. background-color: #fff;
  475. width: 100px;
  476. height: 100px;
  477. left: 1140px;
  478. top: 330px;
  479. z-index: 9;
  480. opacity: 0;
  481. border: 1px solid #000;
  482. -webkit-transition: all .0s ease-in-out;
  483. }
  484. .linkbox:hover {
  485. opacity: 1;
  486. }
  487. .linkbox a {
  488. display: block;
  489. background-color: #ebf6f9;
  490. margin-top: 4px;
  491. height: 15px;
  492. width: 90px;
  493. align: center;
  494. line-height: 15px;
  495. color: #fff;
  496. }
  497. .linkbox a:hover {
  498. background-color: #d5e9ee;
  499. }
  500.  
  501.  
  502.  
  503.  
  504.  
  505. .mainbox {
  506. background-color: #;
  507. position: fixed;
  508. width: 181px;
  509. height: 215px;
  510. left: 1140px;
  511. top: 330px;
  512. padding: 10px;
  513. border: px solid #ffffff;
  514. opacity: 1;
  515.  
  516. }
  517.  
  518.  
  519. body, a, a:hover{
  520. cursor: url('http://i.picpar.com/QTDc.png'), progress;}
  521.  
  522.  
  523.  
  524. .ophi {
  525. position: absolute;
  526. left: 150px;
  527. top: 15%;
  528. z-index: 99;
  529. height: 75%;
  530. width: 30%;
  531. background-image:url('');
  532. background-size: 100% 100%;
  533. background-position: center;
  534. background-repeat: no-repeat;
  535. }
  536.  
  537. .star {
  538. position: absolute;
  539. left:80px;
  540. top: 460px;
  541. text-align: justify;
  542. overflow: auto;
  543. z-index: 99;
  544. height: 200px;
  545. width: 30%;
  546. font-family: Poiret One;
  547. font-size: 2vh;
  548. color: #ddd;
  549. }
  550.  
  551.  
  552. .stars-bg {
  553. position: fixed;
  554. width: 100%;
  555. height: 100%;
  556. top: 0;
  557. left: 0;
  558. background-size: 240px;
  559. backface-visibility: visible;
  560. z-index: 1;
  561. animation: spin 300s linear infinite;
  562. }
  563.  
  564. .circle {
  565. position: absolute;
  566. background: rgba(217, 248, 251, 0.8);
  567. width: 1px;
  568. height: 1px;
  569. border-radius: 50%;
  570. display: flex;
  571. justify-content: center;
  572. align-items: center;
  573. box-shadow: 0px 0px 5px 2px #5995c7;
  574. animation: glow 2s infinite alternate;
  575. }
  576. .circle-big .circle {
  577. width: 2px;
  578. height: 2px;
  579. }
  580.  
  581. @keyframes glow {
  582. from {
  583. box-shadow: 0px 0px 6px 1px #5995c7;
  584. }
  585. to {
  586. box-shadow: 0px 0px 8px 4px #5995c7;
  587. }
  588. }
  589. @keyframes spin {
  590. from {
  591. transform: rotate(0deg);
  592. }
  593. to {
  594. transform: rotate(360deg);
  595. }
  596. }
  597. .circle-small .circle:nth-child(1) {
  598. top: 104%;
  599. left: 113%;
  600. animation-delay: 1s;
  601. }
  602.  
  603. .circle-big .circle:nth-child(1) {
  604. top: 25%;
  605. left: 115%;
  606. animation-delay: 1s;
  607. }
  608.  
  609. .circle-small .circle:nth-child(2) {
  610. top: -99%;
  611. left: -94%;
  612. animation-delay: 2s;
  613. }
  614.  
  615. .circle-big .circle:nth-child(2) {
  616. top: 14%;
  617. left: -58%;
  618. animation-delay: 2s;
  619. }
  620.  
  621. .circle-small .circle:nth-child(3) {
  622. top: -84%;
  623. left: -77%;
  624. animation-delay: 3s;
  625. }
  626.  
  627. .circle-big .circle:nth-child(3) {
  628. top: 86%;
  629. left: 184%;
  630. animation-delay: 3s;
  631. }
  632.  
  633. .circle-small .circle:nth-child(4) {
  634. top: -82%;
  635. left: 149%;
  636. animation-delay: 4s;
  637. }
  638.  
  639. .circle-big .circle:nth-child(4) {
  640. top: 123%;
  641. left: -34%;
  642. animation-delay: 4s;
  643. }
  644.  
  645. .circle-small .circle:nth-child(5) {
  646. top: 141%;
  647. left: 200%;
  648. animation-delay: 5s;
  649. }
  650.  
  651. .circle-big .circle:nth-child(5) {
  652. top: 142%;
  653. left: -53%;
  654. animation-delay: 5s;
  655. }
  656.  
  657. .circle-small .circle:nth-child(6) {
  658. top: 93%;
  659. left: -21%;
  660. animation-delay: 6s;
  661. }
  662.  
  663. .circle-big .circle:nth-child(6) {
  664. top: 25%;
  665. left: 149%;
  666. animation-delay: 6s;
  667. }
  668.  
  669. .circle-small .circle:nth-child(7) {
  670. top: 64%;
  671. left: -96%;
  672. animation-delay: 7s;
  673. }
  674.  
  675. .circle-big .circle:nth-child(7) {
  676. top: -65%;
  677. left: 75%;
  678. animation-delay: 7s;
  679. }
  680.  
  681. .circle-small .circle:nth-child(8) {
  682. top: 132%;
  683. left: 54%;
  684. animation-delay: 8s;
  685. }
  686.  
  687. .circle-big .circle:nth-child(8) {
  688. top: -2%;
  689. left: 21%;
  690. animation-delay: 8s;
  691. }
  692.  
  693. .circle-small .circle:nth-child(9) {
  694. top: 199%;
  695. left: -27%;
  696. animation-delay: 9s;
  697. }
  698.  
  699. .circle-big .circle:nth-child(9) {
  700. top: 28%;
  701. left: -86%;
  702. animation-delay: 9s;
  703. }
  704.  
  705. .circle-small .circle:nth-child(10) {
  706. top: 167%;
  707. left: 79%;
  708. animation-delay: 10s;
  709. }
  710.  
  711. .circle-big .circle:nth-child(10) {
  712. top: -25%;
  713. left: 4%;
  714. animation-delay: 10s;
  715. }
  716.  
  717. .circle-small .circle:nth-child(11) {
  718. top: 113%;
  719. left: 31%;
  720. animation-delay: 11s;
  721. }
  722.  
  723. .circle-big .circle:nth-child(11) {
  724. top: 10%;
  725. left: 137%;
  726. animation-delay: 11s;
  727. }
  728.  
  729. .circle-small .circle:nth-child(12) {
  730. top: -15%;
  731. left: 20%;
  732. animation-delay: 12s;
  733. }
  734.  
  735. .circle-big .circle:nth-child(12) {
  736. top: 58%;
  737. left: -59%;
  738. animation-delay: 12s;
  739. }
  740.  
  741. .circle-small .circle:nth-child(13) {
  742. top: 36%;
  743. left: 73%;
  744. animation-delay: 13s;
  745. }
  746.  
  747. .circle-big .circle:nth-child(13) {
  748. top: -85%;
  749. left: 11%;
  750. animation-delay: 13s;
  751. }
  752.  
  753. .circle-small .circle:nth-child(14) {
  754. top: 56%;
  755. left: -39%;
  756. animation-delay: 14s;
  757. }
  758.  
  759. .circle-big .circle:nth-child(14) {
  760. top: -47%;
  761. left: -83%;
  762. animation-delay: 14s;
  763. }
  764.  
  765. .circle-small .circle:nth-child(15) {
  766. top: -9%;
  767. left: -55%;
  768. animation-delay: 15s;
  769. }
  770.  
  771. .circle-big .circle:nth-child(15) {
  772. top: 94%;
  773. left: 80%;
  774. animation-delay: 15s;
  775. }
  776.  
  777. .circle-small .circle:nth-child(16) {
  778. top: 48%;
  779. left: -81%;
  780. animation-delay: 16s;
  781. }
  782.  
  783. .circle-big .circle:nth-child(16) {
  784. top: -85%;
  785. left: 90%;
  786. animation-delay: 16s;
  787. }
  788.  
  789. .circle-small .circle:nth-child(17) {
  790. top: 11%;
  791. left: -99%;
  792. animation-delay: 17s;
  793. }
  794.  
  795. .circle-big .circle:nth-child(17) {
  796. top: 138%;
  797. left: 168%;
  798. animation-delay: 17s;
  799. }
  800.  
  801. .circle-small .circle:nth-child(18) {
  802. top: 46%;
  803. left: 96%;
  804. animation-delay: 18s;
  805. }
  806.  
  807. .circle-big .circle:nth-child(18) {
  808. top: -26%;
  809. left: 196%;
  810. animation-delay: 18s;
  811. }
  812.  
  813. .circle-small .circle:nth-child(19) {
  814. top: 200%;
  815. left: 30%;
  816. animation-delay: 19s;
  817. }
  818.  
  819. .circle-big .circle:nth-child(19) {
  820. top: 163%;
  821. left: -3%;
  822. animation-delay: 19s;
  823. }
  824.  
  825. .circle-small .circle:nth-child(20) {
  826. top: 102%;
  827. left: 94%;
  828. animation-delay: 20s;
  829. }
  830.  
  831. .circle-big .circle:nth-child(20) {
  832. top: 66%;
  833. left: -72%;
  834. animation-delay: 20s;
  835. }
  836.  
  837. .circle-small .circle:nth-child(21) {
  838. top: 129%;
  839. left: 103%;
  840. animation-delay: 21s;
  841. }
  842.  
  843. .circle-big .circle:nth-child(21) {
  844. top: 105%;
  845. left: 114%;
  846. animation-delay: 21s;
  847. }
  848.  
  849. .circle-small .circle:nth-child(22) {
  850. top: 119%;
  851. left: 109%;
  852. animation-delay: 22s;
  853. }
  854.  
  855. .circle-big .circle:nth-child(22) {
  856. top: 99%;
  857. left: 13%;
  858. animation-delay: 22s;
  859. }
  860.  
  861. .circle-small .circle:nth-child(23) {
  862. top: 67%;
  863. left: -12%;
  864. animation-delay: 23s;
  865. }
  866.  
  867. .circle-big .circle:nth-child(23) {
  868. top: -33%;
  869. left: -61%;
  870. animation-delay: 23s;
  871. }
  872.  
  873. .circle-small .circle:nth-child(24) {
  874. top: 56%;
  875. left: 6%;
  876. animation-delay: 24s;
  877. }
  878.  
  879. .circle-big .circle:nth-child(24) {
  880. top: 146%;
  881. left: 57%;
  882. animation-delay: 24s;
  883. }
  884.  
  885. .circle-small .circle:nth-child(25) {
  886. top: 66%;
  887. left: 158%;
  888. animation-delay: 25s;
  889. }
  890.  
  891. .circle-big .circle:nth-child(25) {
  892. top: -14%;
  893. left: 118%;
  894. animation-delay: 25s;
  895. }
  896.  
  897. .circle-small .circle:nth-child(26) {
  898. top: -91%;
  899. left: 48%;
  900. animation-delay: 26s;
  901. }
  902.  
  903. .circle-big .circle:nth-child(26) {
  904. top: 16%;
  905. left: 108%;
  906. animation-delay: 26s;
  907. }
  908.  
  909. .circle-small .circle:nth-child(27) {
  910. top: -30%;
  911. left: 87%;
  912. animation-delay: 27s;
  913. }
  914.  
  915. .circle-big .circle:nth-child(27) {
  916. top: 78%;
  917. left: -96%;
  918. animation-delay: 27s;
  919. }
  920.  
  921. .circle-small .circle:nth-child(28) {
  922. top: -43%;
  923. left: 5%;
  924. animation-delay: 28s;
  925. }
  926.  
  927. .circle-big .circle:nth-child(28) {
  928. top: 4%;
  929. left: 191%;
  930. animation-delay: 28s;
  931. }
  932.  
  933. .circle-small .circle:nth-child(29) {
  934. top: 19%;
  935. left: -37%;
  936. animation-delay: 29s;
  937. }
  938.  
  939. .circle-big .circle:nth-child(29) {
  940. top: 128%;
  941. left: 101%;
  942. animation-delay: 29s;
  943. }
  944.  
  945. .circle-small .circle:nth-child(30) {
  946. top: 49%;
  947. left: 133%;
  948. animation-delay: 30s;
  949. }
  950.  
  951. .circle-big .circle:nth-child(30) {
  952. top: 68%;
  953. left: -52%;
  954. animation-delay: 30s;
  955. }
  956.  
  957. .circle-small .circle:nth-child(31) {
  958. top: 19%;
  959. left: -48%;
  960. animation-delay: 31s;
  961. }
  962.  
  963. .circle-big .circle:nth-child(31) {
  964. top: -81%;
  965. left: -36%;
  966. animation-delay: 31s;
  967. }
  968.  
  969. .circle-small .circle:nth-child(32) {
  970. top: 199%;
  971. left: -85%;
  972. animation-delay: 32s;
  973. }
  974.  
  975. .circle-big .circle:nth-child(32) {
  976. top: 108%;
  977. left: 152%;
  978. animation-delay: 32s;
  979. }
  980.  
  981. .circle-small .circle:nth-child(33) {
  982. top: 166%;
  983. left: -64%;
  984. animation-delay: 33s;
  985. }
  986.  
  987. .circle-big .circle:nth-child(33) {
  988. top: 131%;
  989. left: -88%;
  990. animation-delay: 33s;
  991. }
  992.  
  993. .circle-small .circle:nth-child(34) {
  994. top: -99%;
  995. left: 48%;
  996. animation-delay: 34s;
  997. }
  998.  
  999. .circle-big .circle:nth-child(34) {
  1000. top: 171%;
  1001. left: -27%;
  1002. animation-delay: 34s;
  1003. }
  1004.  
  1005. .circle-small .circle:nth-child(35) {
  1006. top: 66%;
  1007. left: -35%;
  1008. animation-delay: 35s;
  1009. }
  1010.  
  1011. .circle-big .circle:nth-child(35) {
  1012. top: 119%;
  1013. left: -36%;
  1014. animation-delay: 35s;
  1015. }
  1016.  
  1017. .circle-small .circle:nth-child(36) {
  1018. top: -91%;
  1019. left: 33%;
  1020. animation-delay: 36s;
  1021. }
  1022.  
  1023. .circle-big .circle:nth-child(36) {
  1024. top: 16%;
  1025. left: 144%;
  1026. animation-delay: 36s;
  1027. }
  1028.  
  1029. .circle-small .circle:nth-child(37) {
  1030. top: -62%;
  1031. left: -62%;
  1032. animation-delay: 37s;
  1033. }
  1034.  
  1035. .circle-big .circle:nth-child(37) {
  1036. top: -47%;
  1037. left: 194%;
  1038. animation-delay: 37s;
  1039. }
  1040.  
  1041. .circle-small .circle:nth-child(38) {
  1042. top: -68%;
  1043. left: -81%;
  1044. animation-delay: 38s;
  1045. }
  1046.  
  1047. .circle-big .circle:nth-child(38) {
  1048. top: 85%;
  1049. left: -41%;
  1050. animation-delay: 38s;
  1051. }
  1052.  
  1053. .circle-small .circle:nth-child(39) {
  1054. top: 40%;
  1055. left: -91%;
  1056. animation-delay: 39s;
  1057. }
  1058.  
  1059. .circle-big .circle:nth-child(39) {
  1060. top: -29%;
  1061. left: 62%;
  1062. animation-delay: 39s;
  1063. }
  1064.  
  1065. .circle-small .circle:nth-child(40) {
  1066. top: -38%;
  1067. left: 164%;
  1068. animation-delay: 40s;
  1069. }
  1070.  
  1071. .circle-big .circle:nth-child(40) {
  1072. top: 88%;
  1073. left: 28%;
  1074. animation-delay: 40s;
  1075. }
  1076.  
  1077. .circle-small .circle:nth-child(41) {
  1078. top: 143%;
  1079. left: -48%;
  1080. animation-delay: 41s;
  1081. }
  1082.  
  1083. .circle-big .circle:nth-child(41) {
  1084. top: -26%;
  1085. left: 132%;
  1086. animation-delay: 41s;
  1087. }
  1088.  
  1089. .circle-small .circle:nth-child(42) {
  1090. top: 4%;
  1091. left: 189%;
  1092. animation-delay: 42s;
  1093. }
  1094.  
  1095. .circle-big .circle:nth-child(42) {
  1096. top: 60%;
  1097. left: 178%;
  1098. animation-delay: 42s;
  1099. }
  1100.  
  1101. .circle-small .circle:nth-child(43) {
  1102. top: -22%;
  1103. left: -98%;
  1104. animation-delay: 43s;
  1105. }
  1106.  
  1107. .circle-big .circle:nth-child(43) {
  1108. top: 182%;
  1109. left: -1%;
  1110. animation-delay: 43s;
  1111. }
  1112.  
  1113. .circle-small .circle:nth-child(44) {
  1114. top: 160%;
  1115. left: 109%;
  1116. animation-delay: 44s;
  1117. }
  1118.  
  1119. .circle-big .circle:nth-child(44) {
  1120. top: -59%;
  1121. left: 53%;
  1122. animation-delay: 44s;
  1123. }
  1124.  
  1125. .circle-small .circle:nth-child(45) {
  1126. top: 153%;
  1127. left: 73%;
  1128. animation-delay: 45s;
  1129. }
  1130.  
  1131. .circle-big .circle:nth-child(45) {
  1132. top: 28%;
  1133. left: 42%;
  1134. animation-delay: 45s;
  1135. }
  1136.  
  1137. .circle-small .circle:nth-child(46) {
  1138. top: -39%;
  1139. left: 11%;
  1140. animation-delay: 46s;
  1141. }
  1142.  
  1143. .circle-big .circle:nth-child(46) {
  1144. top: 34%;
  1145. left: 77%;
  1146. animation-delay: 46s;
  1147. }
  1148.  
  1149. .circle-small .circle:nth-child(47) {
  1150. top: 151%;
  1151. left: 110%;
  1152. animation-delay: 47s;
  1153. }
  1154.  
  1155. .circle-big .circle:nth-child(47) {
  1156. top: 108%;
  1157. left: -18%;
  1158. animation-delay: 47s;
  1159. }
  1160.  
  1161. .circle-small .circle:nth-child(48) {
  1162. top: 193%;
  1163. left: -38%;
  1164. animation-delay: 48s;
  1165. }
  1166.  
  1167. .circle-big .circle:nth-child(48) {
  1168. top: 176%;
  1169. left: -98%;
  1170. animation-delay: 48s;
  1171. }
  1172.  
  1173. .circle-small .circle:nth-child(49) {
  1174. top: 6%;
  1175. left: -92%;
  1176. animation-delay: 49s;
  1177. }
  1178.  
  1179. .circle-big .circle:nth-child(49) {
  1180. top: 87%;
  1181. left: 25%;
  1182. animation-delay: 49s;
  1183. }
  1184.  
  1185. .circle-small .circle:nth-child(50) {
  1186. top: -97%;
  1187. left: -98%;
  1188. animation-delay: 50s;
  1189. }
  1190.  
  1191. .circle-big .circle:nth-child(50) {
  1192. top: -51%;
  1193. left: 105%;
  1194. animation-delay: 50s;
  1195. }
  1196.  
  1197. .circle-small .circle:nth-child(51) {
  1198. top: -92%;
  1199. left: 98%;
  1200. animation-delay: 51s;
  1201. }
  1202.  
  1203. .circle-big .circle:nth-child(51) {
  1204. top: 132%;
  1205. left: 11%;
  1206. animation-delay: 51s;
  1207. }
  1208.  
  1209. .circle-small .circle:nth-child(52) {
  1210. top: 24%;
  1211. left: -30%;
  1212. animation-delay: 52s;
  1213. }
  1214.  
  1215. .circle-big .circle:nth-child(52) {
  1216. top: 123%;
  1217. left: 150%;
  1218. animation-delay: 52s;
  1219. }
  1220.  
  1221. .circle-small .circle:nth-child(53) {
  1222. top: 108%;
  1223. left: -29%;
  1224. animation-delay: 53s;
  1225. }
  1226.  
  1227. .circle-big .circle:nth-child(53) {
  1228. top: -54%;
  1229. left: 96%;
  1230. animation-delay: 53s;
  1231. }
  1232.  
  1233. .circle-small .circle:nth-child(54) {
  1234. top: 0%;
  1235. left: -91%;
  1236. animation-delay: 54s;
  1237. }
  1238.  
  1239. .circle-big .circle:nth-child(54) {
  1240. top: 149%;
  1241. left: -31%;
  1242. animation-delay: 54s;
  1243. }
  1244.  
  1245. .circle-small .circle:nth-child(55) {
  1246. top: -1%;
  1247. left: 40%;
  1248. animation-delay: 55s;
  1249. }
  1250.  
  1251. .circle-big .circle:nth-child(55) {
  1252. top: -96%;
  1253. left: -82%;
  1254. animation-delay: 55s;
  1255. }
  1256.  
  1257. .circle-small .circle:nth-child(56) {
  1258. top: 118%;
  1259. left: 180%;
  1260. animation-delay: 56s;
  1261. }
  1262.  
  1263. .circle-big .circle:nth-child(56) {
  1264. top: 85%;
  1265. left: 169%;
  1266. animation-delay: 56s;
  1267. }
  1268.  
  1269. .circle-small .circle:nth-child(57) {
  1270. top: -97%;
  1271. left: -6%;
  1272. animation-delay: 57s;
  1273. }
  1274.  
  1275. .circle-big .circle:nth-child(57) {
  1276. top: -25%;
  1277. left: 72%;
  1278. animation-delay: 57s;
  1279. }
  1280.  
  1281. .circle-small .circle:nth-child(58) {
  1282. top: 35%;
  1283. left: -3%;
  1284. animation-delay: 58s;
  1285. }
  1286.  
  1287. .circle-big .circle:nth-child(58) {
  1288. top: 40%;
  1289. left: 23%;
  1290. animation-delay: 58s;
  1291. }
  1292.  
  1293. .circle-small .circle:nth-child(59) {
  1294. top: 52%;
  1295. left: 99%;
  1296. animation-delay: 59s;
  1297. }
  1298.  
  1299. .circle-big .circle:nth-child(59) {
  1300. top: 170%;
  1301. left: 27%;
  1302. animation-delay: 59s;
  1303. }
  1304.  
  1305. .circle-small .circle:nth-child(60) {
  1306. top: 46%;
  1307. left: 122%;
  1308. animation-delay: 60s;
  1309. }
  1310.  
  1311. .circle-big .circle:nth-child(60) {
  1312. top: -66%;
  1313. left: -69%;
  1314. animation-delay: 60s;
  1315. }
  1316.  
  1317. .circle-small .circle:nth-child(61) {
  1318. top: 16%;
  1319. left: 40%;
  1320. animation-delay: 61s;
  1321. }
  1322.  
  1323. .circle-big .circle:nth-child(61) {
  1324. top: 119%;
  1325. left: -83%;
  1326. animation-delay: 61s;
  1327. }
  1328.  
  1329. .circle-small .circle:nth-child(62) {
  1330. top: 98%;
  1331. left: 149%;
  1332. animation-delay: 62s;
  1333. }
  1334.  
  1335. .circle-big .circle:nth-child(62) {
  1336. top: 139%;
  1337. left: 68%;
  1338. animation-delay: 62s;
  1339. }
  1340.  
  1341. .circle-small .circle:nth-child(63) {
  1342. top: 92%;
  1343. left: 133%;
  1344. animation-delay: 63s;
  1345. }
  1346.  
  1347. .circle-big .circle:nth-child(63) {
  1348. top: 143%;
  1349. left: 52%;
  1350. animation-delay: 63s;
  1351. }
  1352.  
  1353. .circle-small .circle:nth-child(64) {
  1354. top: 36%;
  1355. left: -7%;
  1356. animation-delay: 64s;
  1357. }
  1358.  
  1359. .circle-big .circle:nth-child(64) {
  1360. top: -16%;
  1361. left: 188%;
  1362. animation-delay: 64s;
  1363. }
  1364.  
  1365. .circle-small .circle:nth-child(65) {
  1366. top: 49%;
  1367. left: -77%;
  1368. animation-delay: 65s;
  1369. }
  1370.  
  1371. .circle-big .circle:nth-child(65) {
  1372. top: -85%;
  1373. left: 126%;
  1374. animation-delay: 65s;
  1375. }
  1376.  
  1377. .circle-small .circle:nth-child(66) {
  1378. top: -52%;
  1379. left: 114%;
  1380. animation-delay: 66s;
  1381. }
  1382.  
  1383. .circle-big .circle:nth-child(66) {
  1384. top: 15%;
  1385. left: -97%;
  1386. animation-delay: 66s;
  1387. }
  1388.  
  1389. .circle-small .circle:nth-child(67) {
  1390. top: 179%;
  1391. left: 32%;
  1392. animation-delay: 67s;
  1393. }
  1394.  
  1395. .circle-big .circle:nth-child(67) {
  1396. top: 89%;
  1397. left: 137%;
  1398. animation-delay: 67s;
  1399. }
  1400.  
  1401. .circle-small .circle:nth-child(68) {
  1402. top: 93%;
  1403. left: 139%;
  1404. animation-delay: 68s;
  1405. }
  1406.  
  1407. .circle-big .circle:nth-child(68) {
  1408. top: 154%;
  1409. left: 142%;
  1410. animation-delay: 68s;
  1411. }
  1412.  
  1413. .circle-small .circle:nth-child(69) {
  1414. top: 124%;
  1415. left: 87%;
  1416. animation-delay: 69s;
  1417. }
  1418.  
  1419. .circle-big .circle:nth-child(69) {
  1420. top: 153%;
  1421. left: -51%;
  1422. animation-delay: 69s;
  1423. }
  1424.  
  1425. .circle-small .circle:nth-child(70) {
  1426. top: 11%;
  1427. left: 117%;
  1428. animation-delay: 70s;
  1429. }
  1430.  
  1431. .circle-big .circle:nth-child(70) {
  1432. top: -52%;
  1433. left: -93%;
  1434. animation-delay: 70s;
  1435. }
  1436.  
  1437. .circle-small .circle:nth-child(71) {
  1438. top: 54%;
  1439. left: 20%;
  1440. animation-delay: 71s;
  1441. }
  1442.  
  1443. .circle-big .circle:nth-child(71) {
  1444. top: 192%;
  1445. left: 198%;
  1446. animation-delay: 71s;
  1447. }
  1448.  
  1449. .circle-small .circle:nth-child(72) {
  1450. top: -13%;
  1451. left: 62%;
  1452. animation-delay: 72s;
  1453. }
  1454.  
  1455. .circle-big .circle:nth-child(72) {
  1456. top: 180%;
  1457. left: 132%;
  1458. animation-delay: 72s;
  1459. }
  1460.  
  1461. .circle-small .circle:nth-child(73) {
  1462. top: 132%;
  1463. left: 0%;
  1464. animation-delay: 73s;
  1465. }
  1466.  
  1467. .circle-big .circle:nth-child(73) {
  1468. top: -96%;
  1469. left: 83%;
  1470. animation-delay: 73s;
  1471. }
  1472.  
  1473. .circle-small .circle:nth-child(74) {
  1474. top: 64%;
  1475. left: -30%;
  1476. animation-delay: 74s;
  1477. }
  1478.  
  1479. .circle-big .circle:nth-child(74) {
  1480. top: 131%;
  1481. left: -38%;
  1482. animation-delay: 74s;
  1483. }
  1484.  
  1485. .circle-small .circle:nth-child(75) {
  1486. top: -85%;
  1487. left: -14%;
  1488. animation-delay: 75s;
  1489. }
  1490.  
  1491. .circle-big .circle:nth-child(75) {
  1492. top: 113%;
  1493. left: 45%;
  1494. animation-delay: 75s;
  1495. }
  1496.  
  1497. .circle-small .circle:nth-child(76) {
  1498. top: -84%;
  1499. left: -2%;
  1500. animation-delay: 76s;
  1501. }
  1502.  
  1503. .circle-big .circle:nth-child(76) {
  1504. top: -68%;
  1505. left: 74%;
  1506. animation-delay: 76s;
  1507. }
  1508.  
  1509. .circle-small .circle:nth-child(77) {
  1510. top: 134%;
  1511. left: 172%;
  1512. animation-delay: 77s;
  1513. }
  1514.  
  1515. .circle-big .circle:nth-child(77) {
  1516. top: -74%;
  1517. left: 98%;
  1518. animation-delay: 77s;
  1519. }
  1520.  
  1521. .circle-small .circle:nth-child(78) {
  1522. top: 154%;
  1523. left: 104%;
  1524. animation-delay: 78s;
  1525. }
  1526.  
  1527. .circle-big .circle:nth-child(78) {
  1528. top: -21%;
  1529. left: 170%;
  1530. animation-delay: 78s;
  1531. }
  1532.  
  1533. .circle-small .circle:nth-child(79) {
  1534. top: 74%;
  1535. left: 4%;
  1536. animation-delay: 79s;
  1537. }
  1538.  
  1539. .circle-big .circle:nth-child(79) {
  1540. top: 165%;
  1541. left: 78%;
  1542. animation-delay: 79s;
  1543. }
  1544.  
  1545. .circle-small .circle:nth-child(80) {
  1546. top: -64%;
  1547. left: 54%;
  1548. animation-delay: 80s;
  1549. }
  1550.  
  1551. .circle-big .circle:nth-child(80) {
  1552. top: 168%;
  1553. left: -95%;
  1554. animation-delay: 80s;
  1555. }
  1556.  
  1557. .circle-small .circle:nth-child(81) {
  1558. top: -67%;
  1559. left: 53%;
  1560. animation-delay: 81s;
  1561. }
  1562.  
  1563. .circle-big .circle:nth-child(81) {
  1564. top: 153%;
  1565. left: 113%;
  1566. animation-delay: 81s;
  1567. }
  1568.  
  1569. .circle-small .circle:nth-child(82) {
  1570. top: -50%;
  1571. left: 171%;
  1572. animation-delay: 82s;
  1573. }
  1574.  
  1575. .circle-big .circle:nth-child(82) {
  1576. top: 18%;
  1577. left: 21%;
  1578. animation-delay: 82s;
  1579. }
  1580.  
  1581. .circle-small .circle:nth-child(83) {
  1582. top: 134%;
  1583. left: 112%;
  1584. animation-delay: 83s;
  1585. }
  1586.  
  1587. .circle-big .circle:nth-child(83) {
  1588. top: 98%;
  1589. left: 5%;
  1590. animation-delay: 83s;
  1591. }
  1592.  
  1593. .circle-small .circle:nth-child(84) {
  1594. top: 59%;
  1595. left: -16%;
  1596. animation-delay: 84s;
  1597. }
  1598.  
  1599. .circle-big .circle:nth-child(84) {
  1600. top: -21%;
  1601. left: 32%;
  1602. animation-delay: 84s;
  1603. }
  1604.  
  1605. .circle-small .circle:nth-child(85) {
  1606. top: 143%;
  1607. left: 131%;
  1608. animation-delay: 85s;
  1609. }
  1610.  
  1611. .circle-big .circle:nth-child(85) {
  1612. top: 103%;
  1613. left: -44%;
  1614. animation-delay: 85s;
  1615. }
  1616.  
  1617. .circle-small .circle:nth-child(86) {
  1618. top: 11%;
  1619. left: 145%;
  1620. animation-delay: 86s;
  1621. }
  1622.  
  1623. .circle-big .circle:nth-child(86) {
  1624. top: 144%;
  1625. left: 132%;
  1626. animation-delay: 86s;
  1627. }
  1628.  
  1629. .circle-small .circle:nth-child(87) {
  1630. top: 169%;
  1631. left: 196%;
  1632. animation-delay: 87s;
  1633. }
  1634.  
  1635. .circle-big .circle:nth-child(87) {
  1636. top: -15%;
  1637. left: 55%;
  1638. animation-delay: 87s;
  1639. }
  1640.  
  1641. .circle-small .circle:nth-child(88) {
  1642. top: -8%;
  1643. left: 31%;
  1644. animation-delay: 88s;
  1645. }
  1646.  
  1647. .circle-big .circle:nth-child(88) {
  1648. top: 199%;
  1649. left: -5%;
  1650. animation-delay: 88s;
  1651. }
  1652.  
  1653. .circle-small .circle:nth-child(89) {
  1654. top: 65%;
  1655. left: 74%;
  1656. animation-delay: 89s;
  1657. }
  1658.  
  1659. .circle-big .circle:nth-child(89) {
  1660. top: 117%;
  1661. left: 88%;
  1662. animation-delay: 89s;
  1663. }
  1664.  
  1665. .circle-small .circle:nth-child(90) {
  1666. top: -49%;
  1667. left: -4%;
  1668. animation-delay: 90s;
  1669. }
  1670.  
  1671. .circle-big .circle:nth-child(90) {
  1672. top: -26%;
  1673. left: 15%;
  1674. animation-delay: 90s;
  1675. }
  1676.  
  1677. .circle-small .circle:nth-child(91) {
  1678. top: 84%;
  1679. left: -63%;
  1680. animation-delay: 91s;
  1681. }
  1682.  
  1683. .circle-big .circle:nth-child(91) {
  1684. top: -76%;
  1685. left: 180%;
  1686. animation-delay: 91s;
  1687. }
  1688.  
  1689. .circle-small .circle:nth-child(92) {
  1690. top: 102%;
  1691. left: 157%;
  1692. animation-delay: 92s;
  1693. }
  1694.  
  1695. .circle-big .circle:nth-child(92) {
  1696. top: 159%;
  1697. left: 159%;
  1698. animation-delay: 92s;
  1699. }
  1700.  
  1701. .circle-small .circle:nth-child(93) {
  1702. top: 76%;
  1703. left: 33%;
  1704. animation-delay: 93s;
  1705. }
  1706.  
  1707. .circle-big .circle:nth-child(93) {
  1708. top: 187%;
  1709. left: -50%;
  1710. animation-delay: 93s;
  1711. }
  1712.  
  1713. .circle-small .circle:nth-child(94) {
  1714. top: 178%;
  1715. left: 187%;
  1716. animation-delay: 94s;
  1717. }
  1718.  
  1719. .circle-big .circle:nth-child(94) {
  1720. top: 174%;
  1721. left: 15%;
  1722. animation-delay: 94s;
  1723. }
  1724.  
  1725. .circle-small .circle:nth-child(95) {
  1726. top: 166%;
  1727. left: 17%;
  1728. animation-delay: 95s;
  1729. }
  1730.  
  1731. .circle-big .circle:nth-child(95) {
  1732. top: 123%;
  1733. left: 42%;
  1734. animation-delay: 95s;
  1735. }
  1736.  
  1737. .circle-small .circle:nth-child(96) {
  1738. top: 129%;
  1739. left: 64%;
  1740. animation-delay: 96s;
  1741. }
  1742.  
  1743. .circle-big .circle:nth-child(96) {
  1744. top: 68%;
  1745. left: 48%;
  1746. animation-delay: 96s;
  1747. }
  1748.  
  1749. .circle-small .circle:nth-child(97) {
  1750. top: 17%;
  1751. left: -87%;
  1752. animation-delay: 97s;
  1753. }
  1754.  
  1755. .circle-big .circle:nth-child(97) {
  1756. top: 17%;
  1757. left: -80%;
  1758. animation-delay: 97s;
  1759. }
  1760.  
  1761. .circle-small .circle:nth-child(98) {
  1762. top: 75%;
  1763. left: 48%;
  1764. animation-delay: 98s;
  1765. }
  1766.  
  1767. .circle-big .circle:nth-child(98) {
  1768. top: -11%;
  1769. left: -23%;
  1770. animation-delay: 98s;
  1771. }
  1772.  
  1773. .circle-small .circle:nth-child(99) {
  1774. top: 162%;
  1775. left: 57%;
  1776. animation-delay: 99s;
  1777. }
  1778.  
  1779. .circle-big .circle:nth-child(99) {
  1780. top: 156%;
  1781. left: 167%;
  1782. animation-delay: 99s;
  1783. }
  1784.  
  1785. .circle-small .circle:nth-child(100) {
  1786. top: 93%;
  1787. left: 52%;
  1788. animation-delay: 100s;
  1789. }
  1790.  
  1791. .circle-big .circle:nth-child(100) {
  1792. top: -49%;
  1793. left: 153%;
  1794. animation-delay: 100s;
  1795. }
  1796.  
  1797.  
  1798.  
  1799.  
  1800.  
  1801.  
  1802.  
  1803. #meelaud { z-index: 10000; position: fixed; left:152px; top:392px; width:800px; font-family: 'Great Vibes', cursive; font-size: 100px; color: #fff; -webkit-text-fill-color: transparent; background: -webkit-linear-gradient(transparent, transparent), url('https://78.media.tumblr.com/1046ae5f9a312353e0e3fb7db09358d2/tumblr_o1kh9kmU4F1tpqbioo1_500.gif') repeat; background: -o-linear-gradient(transparent, transparent); -webkit-background-clip: text; background-position: center left; background-size: cover;}
  1804.  
  1805. #mee { z-index: 10000; position: fixed; left:150px; top:390px; width:800px; font-family: 'Great Vibes', cursive; font-size: 100px; color: #fff; -webkit-text-fill-color: transparent; background-color:#fff; background: -o-linear-gradient(transparent, transparent); -webkit-background-clip: text; background-position: center left; background-size: cover;}
  1806.  
  1807. a {
  1808. text-decoration:none;
  1809. outline:none;
  1810. -moz-outline-style:none;
  1811. font-style: ;
  1812. color:#1b1e2f;
  1813. text-shadow: -1px 0 #52566d, 0 1px #52566d, 1px 0 #52566d, 0 -1px #52566d;
  1814. -moz-transition-duration:0.5s;
  1815. -webkit-transition-duration:0.5s;
  1816. -o-transition-duration:0.5s;
  1817. }
  1818.  
  1819. a:hover {
  1820. text-decoration:none;
  1821. outline:none;
  1822. -moz-outline-style:none;
  1823. color:#463d1b;
  1824. }
  1825.  
  1826.  
  1827. </style>
  1828.  
  1829.  
  1830.  
  1831. <div class="stars-bg">
  1832. <div class="circle-small">
  1833. <div class="circle"></div>
  1834. <div class="circle"></div>
  1835. <div class="circle"></div>
  1836. <div class="circle"></div>
  1837. <div class="circle"></div>
  1838. <div class="circle"></div>
  1839. <div class="circle"></div>
  1840. <div class="circle"></div>
  1841. <div class="circle"></div>
  1842. <div class="circle"></div>
  1843. <div class="circle"></div>
  1844. <div class="circle"></div>
  1845. <div class="circle"></div>
  1846. <div class="circle"></div>
  1847. <div class="circle"></div>
  1848. <div class="circle"></div>
  1849. <div class="circle"></div>
  1850. <div class="circle"></div>
  1851. <div class="circle"></div>
  1852. <div class="circle"></div>
  1853. <div class="circle"></div>
  1854. <div class="circle"></div>
  1855. <div class="circle"></div>
  1856. <div class="circle"></div>
  1857. <div class="circle"></div>
  1858. <div class="circle"></div>
  1859. <div class="circle"></div>
  1860. <div class="circle"></div>
  1861. <div class="circle"></div>
  1862. <div class="circle"></div>
  1863. <div class="circle"></div>
  1864. <div class="circle"></div>
  1865. <div class="circle"></div>
  1866. <div class="circle"></div>
  1867. <div class="circle"></div>
  1868. <div class="circle"></div>
  1869. <div class="circle"></div>
  1870. <div class="circle"></div>
  1871. <div class="circle"></div>
  1872. <div class="circle"></div>
  1873. <div class="circle"></div>
  1874. <div class="circle"></div>
  1875. <div class="circle"></div>
  1876. <div class="circle"></div>
  1877. <div class="circle"></div>
  1878. <div class="circle"></div>
  1879. <div class="circle"></div>
  1880. <div class="circle"></div>
  1881. <div class="circle"></div>
  1882. <div class="circle"></div>
  1883. <div class="circle"></div>
  1884. <div class="circle"></div>
  1885. <div class="circle"></div>
  1886. <div class="circle"></div>
  1887. <div class="circle"></div>
  1888. <div class="circle"></div>
  1889. <div class="circle"></div>
  1890. <div class="circle"></div>
  1891. <div class="circle"></div>
  1892. <div class="circle"></div>
  1893. <div class="circle"></div>
  1894. <div class="circle"></div>
  1895. <div class="circle"></div>
  1896. <div class="circle"></div>
  1897. <div class="circle"></div>
  1898. <div class="circle"></div>
  1899. <div class="circle"></div>
  1900. <div class="circle"></div>
  1901. <div class="circle"></div>
  1902. <div class="circle"></div>
  1903. <div class="circle"></div>
  1904. <div class="circle"></div>
  1905. <div class="circle"></div>
  1906. <div class="circle"></div>
  1907. <div class="circle"></div>
  1908. <div class="circle"></div>
  1909. <div class="circle"></div>
  1910. <div class="circle"></div>
  1911. <div class="circle"></div>
  1912. <div class="circle"></div>
  1913. <div class="circle"></div>
  1914. <div class="circle"></div>
  1915. <div class="circle"></div>
  1916. <div class="circle"></div>
  1917. <div class="circle"></div>
  1918. <div class="circle"></div>
  1919. <div class="circle"></div>
  1920. <div class="circle"></div>
  1921. <div class="circle"></div>
  1922. <div class="circle"></div>
  1923. <div class="circle"></div>
  1924. <div class="circle"></div>
  1925. <div class="circle"></div>
  1926. <div class="circle"></div>
  1927. <div class="circle"></div>
  1928. <div class="circle"></div>
  1929. <div class="circle"></div>
  1930. <div class="circle"></div>
  1931. <div class="circle"></div>
  1932. <div class="circle"></div>
  1933. </div>
  1934. <div class="circle-big">
  1935. <div class="circle"></div>
  1936. <div class="circle"></div>
  1937. <div class="circle"></div>
  1938. <div class="circle"></div>
  1939. <div class="circle"></div>
  1940. <div class="circle"></div>
  1941. <div class="circle"></div>
  1942. <div class="circle"></div>
  1943. <div class="circle"></div>
  1944. <div class="circle"></div>
  1945. <div class="circle"></div>
  1946. <div class="circle"></div>
  1947. <div class="circle"></div>
  1948. <div class="circle"></div>
  1949. <div class="circle"></div>
  1950. <div class="circle"></div>
  1951. <div class="circle"></div>
  1952. <div class="circle"></div>
  1953. <div class="circle"></div>
  1954. <div class="circle"></div>
  1955. <div class="circle"></div>
  1956. <div class="circle"></div>
  1957. <div class="circle"></div>
  1958. <div class="circle"></div>
  1959. <div class="circle"></div>
  1960. <div class="circle"></div>
  1961. <div class="circle"></div>
  1962. <div class="circle"></div>
  1963. <div class="circle"></div>
  1964. <div class="circle"></div>
  1965. <div class="circle"></div>
  1966. <div class="circle"></div>
  1967. <div class="circle"></div>
  1968. <div class="circle"></div>
  1969. <div class="circle"></div>
  1970. <div class="circle"></div>
  1971. <div class="circle"></div>
  1972. <div class="circle"></div>
  1973. <div class="circle"></div>
  1974. <div class="circle"></div>
  1975. <div class="circle"></div>
  1976. <div class="circle"></div>
  1977. <div class="circle"></div>
  1978. <div class="circle"></div>
  1979. <div class="circle"></div>
  1980. <div class="circle"></div>
  1981. <div class="circle"></div>
  1982. <div class="circle"></div>
  1983. <div class="circle"></div>
  1984. <div class="circle"></div>
  1985. <div class="circle"></div>
  1986. <div class="circle"></div>
  1987. <div class="circle"></div>
  1988. <div class="circle"></div>
  1989. <div class="circle"></div>
  1990. <div class="circle"></div>
  1991. <div class="circle"></div>
  1992. <div class="circle"></div>
  1993. <div class="circle"></div>
  1994. <div class="circle"></div>
  1995. <div class="circle"></div>
  1996. <div class="circle"></div>
  1997. <div class="circle"></div>
  1998. <div class="circle"></div>
  1999. <div class="circle"></div>
  2000. <div class="circle"></div>
  2001. <div class="circle"></div>
  2002. <div class="circle"></div>
  2003. <div class="circle"></div>
  2004. <div class="circle"></div>
  2005. <div class="circle"></div>
  2006. <div class="circle"></div>
  2007. <div class="circle"></div>
  2008. <div class="circle"></div>
  2009. <div class="circle"></div>
  2010. <div class="circle"></div>
  2011. <div class="circle"></div>
  2012. <div class="circle"></div>
  2013. <div class="circle"></div>
  2014. <div class="circle"></div>
  2015. <div class="circle"></div>
  2016. <div class="circle"></div>
  2017. <div class="circle"></div>
  2018. <div class="circle"></div>
  2019. <div class="circle"></div>
  2020. <div class="circle"></div>
  2021. <div class="circle"></div>
  2022. <div class="circle"></div>
  2023. <div class="circle"></div>
  2024. <div class="circle"></div>
  2025. <div class="circle"></div>
  2026. <div class="circle"></div>
  2027. <div class="circle"></div>
  2028. <div class="circle"></div>
  2029. <div class="circle"></div>
  2030. <div class="circle"></div>
  2031. <div class="circle"></div>
  2032. <div class="circle"></div>
  2033. <div class="circle"></div>
  2034. <div class="circle"></div>
  2035. </div>
  2036. </div>
  2037.  
  2038.  
  2039.  
  2040.  
  2041. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: px; height: px; background-color: ; position: absolute; top: 10px; left: 500px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  2042.  
  2043.  
  2044. <img src="http://i.picpar.com/DTDc.png" alt="" width="255" />
  2045.  
  2046.  
  2047. </span></div>
  2048.  
  2049. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 0.8; width: px; height: px; background-color: ; position: absolute; top: 255px; left: 600px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  2050.  
  2051.  
  2052. <img src="http://i.picpar.com/0TDc.png" alt="" width="455" />
  2053.  
  2054.  
  2055. </span></div>
  2056.  
  2057.  
  2058.  
  2059.  
  2060.  
  2061.  
  2062.  
  2063.  
  2064. <div class="ophi"></div>
  2065. <div class="star">
  2066. <center><div style="font-size: 3vh;">N a v i</div></center>
  2067. <hr color="#858CD7">
  2068. <center><i><span style="color:#fff"> "I'm Navi the fairy! The Great Deku Tree asked me to be your partner from now on! Nice to meet you!"</i>
  2069. </center>
  2070. <br><br>
  2071. <font style=float:left>- ♀ / feminine.</font> <font style=float:right>Fairy -</font><br>
  2072. <font style=float:left>- Ageless</font> <font style=float:right>Small! / 4'7" (other form) -</font><br>
  2073. <font style=float:left>- Kokiri Forest</font> <font style=float:right>Hyrule -</font><br>
  2074. <font style=float:left>- Traveling</font> <font style=float:right>Heterosexual -</font><br>
  2075. <font style=float:left>- <a title="Link (seeking one)" href=""><span style="color:#1b1e2f"> Interested</a></font> <font style=float:right>Singular -</font><br>
  2076. </div>
  2077.  
  2078.  
  2079.  
  2080.  
  2081.  
  2082. <div id="mee"><span style="font-family: brush script mt, cursive; letter-spacing: 0px; font-size: 75px;"> hey! listen!</div>
  2083.  
  2084. <div id="meelaud"><span style="font-family: brush script mt, cursive; letter-spacing: 0px; font-size: 75px;"> hey! listen!</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement