Advertisement
cat_inthe_cradle

Ambi

May 10th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.57 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Poiret+One);
  3.  
  4. .ophi {
  5. position: absolute;
  6. right: 25%;
  7. top: 15%;
  8. z-index: 99;
  9. height: 75%;
  10. width: 30%;
  11. background-image:url(' ');
  12. background-size: 100% 100%;
  13. background-position: center;
  14. background-repeat: no-repeat;
  15. }
  16.  
  17. .star {
  18. position: absolute;
  19. right: 57%;
  20. top: 40%;
  21. text-align: justify;
  22. overflow: auto;
  23. z-index: 99;
  24. height: 45%;
  25. width: 30%;
  26. font-family: Poiret One;
  27. font-size: 2vh;
  28. color: #ddd;
  29. }
  30.  
  31.  
  32. .star1 {
  33. position: absolute;
  34. left: 341;
  35. top: 400;
  36. text-align: justify;
  37. overflow: auto;
  38. z-index: 99;
  39. letter-spacing: 2px;
  40. height: 45%;
  41. opacity:0.6;
  42. width: 30%;
  43. font-family: Poiret One;
  44. font-size: 3vh;
  45. color: #ddd;
  46. }
  47.  
  48. body {
  49. background: url(http://i.picpar.com/Skuc.png) repeat center center fixed;
  50. position: relative;
  51. margin: 0;
  52. overflow: hidden;
  53. }
  54.  
  55. body:after {
  56. content: "";
  57. display: block;
  58. background: linear-gradient(#2B4274, #142036);
  59. position: absolute;
  60. width: 100%;
  61. height: 100%;
  62. z-index: 0;
  63. opacity: .1;
  64. }
  65.  
  66. .stars-bg {
  67. position: fixed;
  68. width: 100%;
  69. height: 100%;
  70. top: 0;
  71. left: 0;
  72. background-size: 240px;
  73. backface-visibility: visible;
  74. z-index: 1;
  75. animation: spin 300s linear infinite;
  76. }
  77.  
  78. .circle {
  79. position: absolute;
  80. background: rgba(217, 248, 251, 0.8);
  81. width: 1px;
  82. height: 1px;
  83. border-radius: 50%;
  84. display: flex;
  85. justify-content: center;
  86. align-items: center;
  87. box-shadow: 0px 0px 5px 2px #5995c7;
  88. animation: glow 2s infinite alternate;
  89. }
  90. .circle-big .circle {
  91. width: 2px;
  92. height: 2px;
  93. }
  94.  
  95. @keyframes glow {
  96. from {
  97. box-shadow: 0px 0px 6px 1px #5995c7;
  98. }
  99. to {
  100. box-shadow: 0px 0px 8px 4px #5995c7;
  101. }
  102. }
  103. @keyframes spin {
  104. from {
  105. transform: rotate(0deg);
  106. }
  107. to {
  108. transform: rotate(360deg);
  109. }
  110. }
  111. .circle-small .circle:nth-child(1) {
  112. top: 104%;
  113. left: 113%;
  114. animation-delay: 1s;
  115. }
  116.  
  117. .circle-big .circle:nth-child(1) {
  118. top: 25%;
  119. left: 115%;
  120. animation-delay: 1s;
  121. }
  122.  
  123. .circle-small .circle:nth-child(2) {
  124. top: -99%;
  125. left: -94%;
  126. animation-delay: 2s;
  127. }
  128.  
  129. .circle-big .circle:nth-child(2) {
  130. top: 14%;
  131. left: -58%;
  132. animation-delay: 2s;
  133. }
  134.  
  135. .circle-small .circle:nth-child(3) {
  136. top: -84%;
  137. left: -77%;
  138. animation-delay: 3s;
  139. }
  140.  
  141. .circle-big .circle:nth-child(3) {
  142. top: 86%;
  143. left: 184%;
  144. animation-delay: 3s;
  145. }
  146.  
  147. .circle-small .circle:nth-child(4) {
  148. top: -82%;
  149. left: 149%;
  150. animation-delay: 4s;
  151. }
  152.  
  153. .circle-big .circle:nth-child(4) {
  154. top: 123%;
  155. left: -34%;
  156. animation-delay: 4s;
  157. }
  158.  
  159. .circle-small .circle:nth-child(5) {
  160. top: 141%;
  161. left: 200%;
  162. animation-delay: 5s;
  163. }
  164.  
  165. .circle-big .circle:nth-child(5) {
  166. top: 142%;
  167. left: -53%;
  168. animation-delay: 5s;
  169. }
  170.  
  171. .circle-small .circle:nth-child(6) {
  172. top: 93%;
  173. left: -21%;
  174. animation-delay: 6s;
  175. }
  176.  
  177. .circle-big .circle:nth-child(6) {
  178. top: 25%;
  179. left: 149%;
  180. animation-delay: 6s;
  181. }
  182.  
  183. .circle-small .circle:nth-child(7) {
  184. top: 64%;
  185. left: -96%;
  186. animation-delay: 7s;
  187. }
  188.  
  189. .circle-big .circle:nth-child(7) {
  190. top: -65%;
  191. left: 75%;
  192. animation-delay: 7s;
  193. }
  194.  
  195. .circle-small .circle:nth-child(8) {
  196. top: 132%;
  197. left: 54%;
  198. animation-delay: 8s;
  199. }
  200.  
  201. .circle-big .circle:nth-child(8) {
  202. top: -2%;
  203. left: 21%;
  204. animation-delay: 8s;
  205. }
  206.  
  207. .circle-small .circle:nth-child(9) {
  208. top: 199%;
  209. left: -27%;
  210. animation-delay: 9s;
  211. }
  212.  
  213. .circle-big .circle:nth-child(9) {
  214. top: 28%;
  215. left: -86%;
  216. animation-delay: 9s;
  217. }
  218.  
  219. .circle-small .circle:nth-child(10) {
  220. top: 167%;
  221. left: 79%;
  222. animation-delay: 10s;
  223. }
  224.  
  225. .circle-big .circle:nth-child(10) {
  226. top: -25%;
  227. left: 4%;
  228. animation-delay: 10s;
  229. }
  230.  
  231. .circle-small .circle:nth-child(11) {
  232. top: 113%;
  233. left: 31%;
  234. animation-delay: 11s;
  235. }
  236.  
  237. .circle-big .circle:nth-child(11) {
  238. top: 10%;
  239. left: 137%;
  240. animation-delay: 11s;
  241. }
  242.  
  243. .circle-small .circle:nth-child(12) {
  244. top: -15%;
  245. left: 20%;
  246. animation-delay: 12s;
  247. }
  248.  
  249. .circle-big .circle:nth-child(12) {
  250. top: 58%;
  251. left: -59%;
  252. animation-delay: 12s;
  253. }
  254.  
  255. .circle-small .circle:nth-child(13) {
  256. top: 36%;
  257. left: 73%;
  258. animation-delay: 13s;
  259. }
  260.  
  261. .circle-big .circle:nth-child(13) {
  262. top: -85%;
  263. left: 11%;
  264. animation-delay: 13s;
  265. }
  266.  
  267. .circle-small .circle:nth-child(14) {
  268. top: 56%;
  269. left: -39%;
  270. animation-delay: 14s;
  271. }
  272.  
  273. .circle-big .circle:nth-child(14) {
  274. top: -47%;
  275. left: -83%;
  276. animation-delay: 14s;
  277. }
  278.  
  279. .circle-small .circle:nth-child(15) {
  280. top: -9%;
  281. left: -55%;
  282. animation-delay: 15s;
  283. }
  284.  
  285. .circle-big .circle:nth-child(15) {
  286. top: 94%;
  287. left: 80%;
  288. animation-delay: 15s;
  289. }
  290.  
  291. .circle-small .circle:nth-child(16) {
  292. top: 48%;
  293. left: -81%;
  294. animation-delay: 16s;
  295. }
  296.  
  297. .circle-big .circle:nth-child(16) {
  298. top: -85%;
  299. left: 90%;
  300. animation-delay: 16s;
  301. }
  302.  
  303. .circle-small .circle:nth-child(17) {
  304. top: 11%;
  305. left: -99%;
  306. animation-delay: 17s;
  307. }
  308.  
  309. .circle-big .circle:nth-child(17) {
  310. top: 138%;
  311. left: 168%;
  312. animation-delay: 17s;
  313. }
  314.  
  315. .circle-small .circle:nth-child(18) {
  316. top: 46%;
  317. left: 96%;
  318. animation-delay: 18s;
  319. }
  320.  
  321. .circle-big .circle:nth-child(18) {
  322. top: -26%;
  323. left: 196%;
  324. animation-delay: 18s;
  325. }
  326.  
  327. .circle-small .circle:nth-child(19) {
  328. top: 200%;
  329. left: 30%;
  330. animation-delay: 19s;
  331. }
  332.  
  333. .circle-big .circle:nth-child(19) {
  334. top: 163%;
  335. left: -3%;
  336. animation-delay: 19s;
  337. }
  338.  
  339. .circle-small .circle:nth-child(20) {
  340. top: 102%;
  341. left: 94%;
  342. animation-delay: 20s;
  343. }
  344.  
  345. .circle-big .circle:nth-child(20) {
  346. top: 66%;
  347. left: -72%;
  348. animation-delay: 20s;
  349. }
  350.  
  351. .circle-small .circle:nth-child(21) {
  352. top: 129%;
  353. left: 103%;
  354. animation-delay: 21s;
  355. }
  356.  
  357. .circle-big .circle:nth-child(21) {
  358. top: 105%;
  359. left: 114%;
  360. animation-delay: 21s;
  361. }
  362.  
  363. .circle-small .circle:nth-child(22) {
  364. top: 119%;
  365. left: 109%;
  366. animation-delay: 22s;
  367. }
  368.  
  369. .circle-big .circle:nth-child(22) {
  370. top: 99%;
  371. left: 13%;
  372. animation-delay: 22s;
  373. }
  374.  
  375. .circle-small .circle:nth-child(23) {
  376. top: 67%;
  377. left: -12%;
  378. animation-delay: 23s;
  379. }
  380.  
  381. .circle-big .circle:nth-child(23) {
  382. top: -33%;
  383. left: -61%;
  384. animation-delay: 23s;
  385. }
  386.  
  387. .circle-small .circle:nth-child(24) {
  388. top: 56%;
  389. left: 6%;
  390. animation-delay: 24s;
  391. }
  392.  
  393. .circle-big .circle:nth-child(24) {
  394. top: 146%;
  395. left: 57%;
  396. animation-delay: 24s;
  397. }
  398.  
  399. .circle-small .circle:nth-child(25) {
  400. top: 66%;
  401. left: 158%;
  402. animation-delay: 25s;
  403. }
  404.  
  405. .circle-big .circle:nth-child(25) {
  406. top: -14%;
  407. left: 118%;
  408. animation-delay: 25s;
  409. }
  410.  
  411. .circle-small .circle:nth-child(26) {
  412. top: -91%;
  413. left: 48%;
  414. animation-delay: 26s;
  415. }
  416.  
  417. .circle-big .circle:nth-child(26) {
  418. top: 16%;
  419. left: 108%;
  420. animation-delay: 26s;
  421. }
  422.  
  423. .circle-small .circle:nth-child(27) {
  424. top: -30%;
  425. left: 87%;
  426. animation-delay: 27s;
  427. }
  428.  
  429. .circle-big .circle:nth-child(27) {
  430. top: 78%;
  431. left: -96%;
  432. animation-delay: 27s;
  433. }
  434.  
  435. .circle-small .circle:nth-child(28) {
  436. top: -43%;
  437. left: 5%;
  438. animation-delay: 28s;
  439. }
  440.  
  441. .circle-big .circle:nth-child(28) {
  442. top: 4%;
  443. left: 191%;
  444. animation-delay: 28s;
  445. }
  446.  
  447. .circle-small .circle:nth-child(29) {
  448. top: 19%;
  449. left: -37%;
  450. animation-delay: 29s;
  451. }
  452.  
  453. .circle-big .circle:nth-child(29) {
  454. top: 128%;
  455. left: 101%;
  456. animation-delay: 29s;
  457. }
  458.  
  459. .circle-small .circle:nth-child(30) {
  460. top: 49%;
  461. left: 133%;
  462. animation-delay: 30s;
  463. }
  464.  
  465. .circle-big .circle:nth-child(30) {
  466. top: 68%;
  467. left: -52%;
  468. animation-delay: 30s;
  469. }
  470.  
  471. .circle-small .circle:nth-child(31) {
  472. top: 19%;
  473. left: -48%;
  474. animation-delay: 31s;
  475. }
  476.  
  477. .circle-big .circle:nth-child(31) {
  478. top: -81%;
  479. left: -36%;
  480. animation-delay: 31s;
  481. }
  482.  
  483. .circle-small .circle:nth-child(32) {
  484. top: 199%;
  485. left: -85%;
  486. animation-delay: 32s;
  487. }
  488.  
  489. .circle-big .circle:nth-child(32) {
  490. top: 108%;
  491. left: 152%;
  492. animation-delay: 32s;
  493. }
  494.  
  495. .circle-small .circle:nth-child(33) {
  496. top: 166%;
  497. left: -64%;
  498. animation-delay: 33s;
  499. }
  500.  
  501. .circle-big .circle:nth-child(33) {
  502. top: 131%;
  503. left: -88%;
  504. animation-delay: 33s;
  505. }
  506.  
  507. .circle-small .circle:nth-child(34) {
  508. top: -99%;
  509. left: 48%;
  510. animation-delay: 34s;
  511. }
  512.  
  513. .circle-big .circle:nth-child(34) {
  514. top: 171%;
  515. left: -27%;
  516. animation-delay: 34s;
  517. }
  518.  
  519. .circle-small .circle:nth-child(35) {
  520. top: 66%;
  521. left: -35%;
  522. animation-delay: 35s;
  523. }
  524.  
  525. .circle-big .circle:nth-child(35) {
  526. top: 119%;
  527. left: -36%;
  528. animation-delay: 35s;
  529. }
  530.  
  531. .circle-small .circle:nth-child(36) {
  532. top: -91%;
  533. left: 33%;
  534. animation-delay: 36s;
  535. }
  536.  
  537. .circle-big .circle:nth-child(36) {
  538. top: 16%;
  539. left: 144%;
  540. animation-delay: 36s;
  541. }
  542.  
  543. .circle-small .circle:nth-child(37) {
  544. top: -62%;
  545. left: -62%;
  546. animation-delay: 37s;
  547. }
  548.  
  549. .circle-big .circle:nth-child(37) {
  550. top: -47%;
  551. left: 194%;
  552. animation-delay: 37s;
  553. }
  554.  
  555. .circle-small .circle:nth-child(38) {
  556. top: -68%;
  557. left: -81%;
  558. animation-delay: 38s;
  559. }
  560.  
  561. .circle-big .circle:nth-child(38) {
  562. top: 85%;
  563. left: -41%;
  564. animation-delay: 38s;
  565. }
  566.  
  567. .circle-small .circle:nth-child(39) {
  568. top: 40%;
  569. left: -91%;
  570. animation-delay: 39s;
  571. }
  572.  
  573. .circle-big .circle:nth-child(39) {
  574. top: -29%;
  575. left: 62%;
  576. animation-delay: 39s;
  577. }
  578.  
  579. .circle-small .circle:nth-child(40) {
  580. top: -38%;
  581. left: 164%;
  582. animation-delay: 40s;
  583. }
  584.  
  585. .circle-big .circle:nth-child(40) {
  586. top: 88%;
  587. left: 28%;
  588. animation-delay: 40s;
  589. }
  590.  
  591. .circle-small .circle:nth-child(41) {
  592. top: 143%;
  593. left: -48%;
  594. animation-delay: 41s;
  595. }
  596.  
  597. .circle-big .circle:nth-child(41) {
  598. top: -26%;
  599. left: 132%;
  600. animation-delay: 41s;
  601. }
  602.  
  603. .circle-small .circle:nth-child(42) {
  604. top: 4%;
  605. left: 189%;
  606. animation-delay: 42s;
  607. }
  608.  
  609. .circle-big .circle:nth-child(42) {
  610. top: 60%;
  611. left: 178%;
  612. animation-delay: 42s;
  613. }
  614.  
  615. .circle-small .circle:nth-child(43) {
  616. top: -22%;
  617. left: -98%;
  618. animation-delay: 43s;
  619. }
  620.  
  621. .circle-big .circle:nth-child(43) {
  622. top: 182%;
  623. left: -1%;
  624. animation-delay: 43s;
  625. }
  626.  
  627. .circle-small .circle:nth-child(44) {
  628. top: 160%;
  629. left: 109%;
  630. animation-delay: 44s;
  631. }
  632.  
  633. .circle-big .circle:nth-child(44) {
  634. top: -59%;
  635. left: 53%;
  636. animation-delay: 44s;
  637. }
  638.  
  639. .circle-small .circle:nth-child(45) {
  640. top: 153%;
  641. left: 73%;
  642. animation-delay: 45s;
  643. }
  644.  
  645. .circle-big .circle:nth-child(45) {
  646. top: 28%;
  647. left: 42%;
  648. animation-delay: 45s;
  649. }
  650.  
  651. .circle-small .circle:nth-child(46) {
  652. top: -39%;
  653. left: 11%;
  654. animation-delay: 46s;
  655. }
  656.  
  657. .circle-big .circle:nth-child(46) {
  658. top: 34%;
  659. left: 77%;
  660. animation-delay: 46s;
  661. }
  662.  
  663. .circle-small .circle:nth-child(47) {
  664. top: 151%;
  665. left: 110%;
  666. animation-delay: 47s;
  667. }
  668.  
  669. .circle-big .circle:nth-child(47) {
  670. top: 108%;
  671. left: -18%;
  672. animation-delay: 47s;
  673. }
  674.  
  675. .circle-small .circle:nth-child(48) {
  676. top: 193%;
  677. left: -38%;
  678. animation-delay: 48s;
  679. }
  680.  
  681. .circle-big .circle:nth-child(48) {
  682. top: 176%;
  683. left: -98%;
  684. animation-delay: 48s;
  685. }
  686.  
  687. .circle-small .circle:nth-child(49) {
  688. top: 6%;
  689. left: -92%;
  690. animation-delay: 49s;
  691. }
  692.  
  693. .circle-big .circle:nth-child(49) {
  694. top: 87%;
  695. left: 25%;
  696. animation-delay: 49s;
  697. }
  698.  
  699. .circle-small .circle:nth-child(50) {
  700. top: -97%;
  701. left: -98%;
  702. animation-delay: 50s;
  703. }
  704.  
  705. .circle-big .circle:nth-child(50) {
  706. top: -51%;
  707. left: 105%;
  708. animation-delay: 50s;
  709. }
  710.  
  711. .circle-small .circle:nth-child(51) {
  712. top: -92%;
  713. left: 98%;
  714. animation-delay: 51s;
  715. }
  716.  
  717. .circle-big .circle:nth-child(51) {
  718. top: 132%;
  719. left: 11%;
  720. animation-delay: 51s;
  721. }
  722.  
  723. .circle-small .circle:nth-child(52) {
  724. top: 24%;
  725. left: -30%;
  726. animation-delay: 52s;
  727. }
  728.  
  729. .circle-big .circle:nth-child(52) {
  730. top: 123%;
  731. left: 150%;
  732. animation-delay: 52s;
  733. }
  734.  
  735. .circle-small .circle:nth-child(53) {
  736. top: 108%;
  737. left: -29%;
  738. animation-delay: 53s;
  739. }
  740.  
  741. .circle-big .circle:nth-child(53) {
  742. top: -54%;
  743. left: 96%;
  744. animation-delay: 53s;
  745. }
  746.  
  747. .circle-small .circle:nth-child(54) {
  748. top: 0%;
  749. left: -91%;
  750. animation-delay: 54s;
  751. }
  752.  
  753. .circle-big .circle:nth-child(54) {
  754. top: 149%;
  755. left: -31%;
  756. animation-delay: 54s;
  757. }
  758.  
  759. .circle-small .circle:nth-child(55) {
  760. top: -1%;
  761. left: 40%;
  762. animation-delay: 55s;
  763. }
  764.  
  765. .circle-big .circle:nth-child(55) {
  766. top: -96%;
  767. left: -82%;
  768. animation-delay: 55s;
  769. }
  770.  
  771. .circle-small .circle:nth-child(56) {
  772. top: 118%;
  773. left: 180%;
  774. animation-delay: 56s;
  775. }
  776.  
  777. .circle-big .circle:nth-child(56) {
  778. top: 85%;
  779. left: 169%;
  780. animation-delay: 56s;
  781. }
  782.  
  783. .circle-small .circle:nth-child(57) {
  784. top: -97%;
  785. left: -6%;
  786. animation-delay: 57s;
  787. }
  788.  
  789. .circle-big .circle:nth-child(57) {
  790. top: -25%;
  791. left: 72%;
  792. animation-delay: 57s;
  793. }
  794.  
  795. .circle-small .circle:nth-child(58) {
  796. top: 35%;
  797. left: -3%;
  798. animation-delay: 58s;
  799. }
  800.  
  801. .circle-big .circle:nth-child(58) {
  802. top: 40%;
  803. left: 23%;
  804. animation-delay: 58s;
  805. }
  806.  
  807. .circle-small .circle:nth-child(59) {
  808. top: 52%;
  809. left: 99%;
  810. animation-delay: 59s;
  811. }
  812.  
  813. .circle-big .circle:nth-child(59) {
  814. top: 170%;
  815. left: 27%;
  816. animation-delay: 59s;
  817. }
  818.  
  819. .circle-small .circle:nth-child(60) {
  820. top: 46%;
  821. left: 122%;
  822. animation-delay: 60s;
  823. }
  824.  
  825. .circle-big .circle:nth-child(60) {
  826. top: -66%;
  827. left: -69%;
  828. animation-delay: 60s;
  829. }
  830.  
  831. .circle-small .circle:nth-child(61) {
  832. top: 16%;
  833. left: 40%;
  834. animation-delay: 61s;
  835. }
  836.  
  837. .circle-big .circle:nth-child(61) {
  838. top: 119%;
  839. left: -83%;
  840. animation-delay: 61s;
  841. }
  842.  
  843. .circle-small .circle:nth-child(62) {
  844. top: 98%;
  845. left: 149%;
  846. animation-delay: 62s;
  847. }
  848.  
  849. .circle-big .circle:nth-child(62) {
  850. top: 139%;
  851. left: 68%;
  852. animation-delay: 62s;
  853. }
  854.  
  855. .circle-small .circle:nth-child(63) {
  856. top: 92%;
  857. left: 133%;
  858. animation-delay: 63s;
  859. }
  860.  
  861. .circle-big .circle:nth-child(63) {
  862. top: 143%;
  863. left: 52%;
  864. animation-delay: 63s;
  865. }
  866.  
  867. .circle-small .circle:nth-child(64) {
  868. top: 36%;
  869. left: -7%;
  870. animation-delay: 64s;
  871. }
  872.  
  873. .circle-big .circle:nth-child(64) {
  874. top: -16%;
  875. left: 188%;
  876. animation-delay: 64s;
  877. }
  878.  
  879. .circle-small .circle:nth-child(65) {
  880. top: 49%;
  881. left: -77%;
  882. animation-delay: 65s;
  883. }
  884.  
  885. .circle-big .circle:nth-child(65) {
  886. top: -85%;
  887. left: 126%;
  888. animation-delay: 65s;
  889. }
  890.  
  891. .circle-small .circle:nth-child(66) {
  892. top: -52%;
  893. left: 114%;
  894. animation-delay: 66s;
  895. }
  896.  
  897. .circle-big .circle:nth-child(66) {
  898. top: 15%;
  899. left: -97%;
  900. animation-delay: 66s;
  901. }
  902.  
  903. .circle-small .circle:nth-child(67) {
  904. top: 179%;
  905. left: 32%;
  906. animation-delay: 67s;
  907. }
  908.  
  909. .circle-big .circle:nth-child(67) {
  910. top: 89%;
  911. left: 137%;
  912. animation-delay: 67s;
  913. }
  914.  
  915. .circle-small .circle:nth-child(68) {
  916. top: 93%;
  917. left: 139%;
  918. animation-delay: 68s;
  919. }
  920.  
  921. .circle-big .circle:nth-child(68) {
  922. top: 154%;
  923. left: 142%;
  924. animation-delay: 68s;
  925. }
  926.  
  927. .circle-small .circle:nth-child(69) {
  928. top: 124%;
  929. left: 87%;
  930. animation-delay: 69s;
  931. }
  932.  
  933. .circle-big .circle:nth-child(69) {
  934. top: 153%;
  935. left: -51%;
  936. animation-delay: 69s;
  937. }
  938.  
  939. .circle-small .circle:nth-child(70) {
  940. top: 11%;
  941. left: 117%;
  942. animation-delay: 70s;
  943. }
  944.  
  945. .circle-big .circle:nth-child(70) {
  946. top: -52%;
  947. left: -93%;
  948. animation-delay: 70s;
  949. }
  950.  
  951. .circle-small .circle:nth-child(71) {
  952. top: 54%;
  953. left: 20%;
  954. animation-delay: 71s;
  955. }
  956.  
  957. .circle-big .circle:nth-child(71) {
  958. top: 192%;
  959. left: 198%;
  960. animation-delay: 71s;
  961. }
  962.  
  963. .circle-small .circle:nth-child(72) {
  964. top: -13%;
  965. left: 62%;
  966. animation-delay: 72s;
  967. }
  968.  
  969. .circle-big .circle:nth-child(72) {
  970. top: 180%;
  971. left: 132%;
  972. animation-delay: 72s;
  973. }
  974.  
  975. .circle-small .circle:nth-child(73) {
  976. top: 132%;
  977. left: 0%;
  978. animation-delay: 73s;
  979. }
  980.  
  981. .circle-big .circle:nth-child(73) {
  982. top: -96%;
  983. left: 83%;
  984. animation-delay: 73s;
  985. }
  986.  
  987. .circle-small .circle:nth-child(74) {
  988. top: 64%;
  989. left: -30%;
  990. animation-delay: 74s;
  991. }
  992.  
  993. .circle-big .circle:nth-child(74) {
  994. top: 131%;
  995. left: -38%;
  996. animation-delay: 74s;
  997. }
  998.  
  999. .circle-small .circle:nth-child(75) {
  1000. top: -85%;
  1001. left: -14%;
  1002. animation-delay: 75s;
  1003. }
  1004.  
  1005. .circle-big .circle:nth-child(75) {
  1006. top: 113%;
  1007. left: 45%;
  1008. animation-delay: 75s;
  1009. }
  1010.  
  1011. .circle-small .circle:nth-child(76) {
  1012. top: -84%;
  1013. left: -2%;
  1014. animation-delay: 76s;
  1015. }
  1016.  
  1017. .circle-big .circle:nth-child(76) {
  1018. top: -68%;
  1019. left: 74%;
  1020. animation-delay: 76s;
  1021. }
  1022.  
  1023. .circle-small .circle:nth-child(77) {
  1024. top: 134%;
  1025. left: 172%;
  1026. animation-delay: 77s;
  1027. }
  1028.  
  1029. .circle-big .circle:nth-child(77) {
  1030. top: -74%;
  1031. left: 98%;
  1032. animation-delay: 77s;
  1033. }
  1034.  
  1035. .circle-small .circle:nth-child(78) {
  1036. top: 154%;
  1037. left: 104%;
  1038. animation-delay: 78s;
  1039. }
  1040.  
  1041. .circle-big .circle:nth-child(78) {
  1042. top: -21%;
  1043. left: 170%;
  1044. animation-delay: 78s;
  1045. }
  1046.  
  1047. .circle-small .circle:nth-child(79) {
  1048. top: 74%;
  1049. left: 4%;
  1050. animation-delay: 79s;
  1051. }
  1052.  
  1053. .circle-big .circle:nth-child(79) {
  1054. top: 165%;
  1055. left: 78%;
  1056. animation-delay: 79s;
  1057. }
  1058.  
  1059. .circle-small .circle:nth-child(80) {
  1060. top: -64%;
  1061. left: 54%;
  1062. animation-delay: 80s;
  1063. }
  1064.  
  1065. .circle-big .circle:nth-child(80) {
  1066. top: 168%;
  1067. left: -95%;
  1068. animation-delay: 80s;
  1069. }
  1070.  
  1071. .circle-small .circle:nth-child(81) {
  1072. top: -67%;
  1073. left: 53%;
  1074. animation-delay: 81s;
  1075. }
  1076.  
  1077. .circle-big .circle:nth-child(81) {
  1078. top: 153%;
  1079. left: 113%;
  1080. animation-delay: 81s;
  1081. }
  1082.  
  1083. .circle-small .circle:nth-child(82) {
  1084. top: -50%;
  1085. left: 171%;
  1086. animation-delay: 82s;
  1087. }
  1088.  
  1089. .circle-big .circle:nth-child(82) {
  1090. top: 18%;
  1091. left: 21%;
  1092. animation-delay: 82s;
  1093. }
  1094.  
  1095. .circle-small .circle:nth-child(83) {
  1096. top: 134%;
  1097. left: 112%;
  1098. animation-delay: 83s;
  1099. }
  1100.  
  1101. .circle-big .circle:nth-child(83) {
  1102. top: 98%;
  1103. left: 5%;
  1104. animation-delay: 83s;
  1105. }
  1106.  
  1107. .circle-small .circle:nth-child(84) {
  1108. top: 59%;
  1109. left: -16%;
  1110. animation-delay: 84s;
  1111. }
  1112.  
  1113. .circle-big .circle:nth-child(84) {
  1114. top: -21%;
  1115. left: 32%;
  1116. animation-delay: 84s;
  1117. }
  1118.  
  1119. .circle-small .circle:nth-child(85) {
  1120. top: 143%;
  1121. left: 131%;
  1122. animation-delay: 85s;
  1123. }
  1124.  
  1125. .circle-big .circle:nth-child(85) {
  1126. top: 103%;
  1127. left: -44%;
  1128. animation-delay: 85s;
  1129. }
  1130.  
  1131. .circle-small .circle:nth-child(86) {
  1132. top: 11%;
  1133. left: 145%;
  1134. animation-delay: 86s;
  1135. }
  1136.  
  1137. .circle-big .circle:nth-child(86) {
  1138. top: 144%;
  1139. left: 132%;
  1140. animation-delay: 86s;
  1141. }
  1142.  
  1143. .circle-small .circle:nth-child(87) {
  1144. top: 169%;
  1145. left: 196%;
  1146. animation-delay: 87s;
  1147. }
  1148.  
  1149. .circle-big .circle:nth-child(87) {
  1150. top: -15%;
  1151. left: 55%;
  1152. animation-delay: 87s;
  1153. }
  1154.  
  1155. .circle-small .circle:nth-child(88) {
  1156. top: -8%;
  1157. left: 31%;
  1158. animation-delay: 88s;
  1159. }
  1160.  
  1161. .circle-big .circle:nth-child(88) {
  1162. top: 199%;
  1163. left: -5%;
  1164. animation-delay: 88s;
  1165. }
  1166.  
  1167. .circle-small .circle:nth-child(89) {
  1168. top: 65%;
  1169. left: 74%;
  1170. animation-delay: 89s;
  1171. }
  1172.  
  1173. .circle-big .circle:nth-child(89) {
  1174. top: 117%;
  1175. left: 88%;
  1176. animation-delay: 89s;
  1177. }
  1178.  
  1179. .circle-small .circle:nth-child(90) {
  1180. top: -49%;
  1181. left: -4%;
  1182. animation-delay: 90s;
  1183. }
  1184.  
  1185. .circle-big .circle:nth-child(90) {
  1186. top: -26%;
  1187. left: 15%;
  1188. animation-delay: 90s;
  1189. }
  1190.  
  1191. .circle-small .circle:nth-child(91) {
  1192. top: 84%;
  1193. left: -63%;
  1194. animation-delay: 91s;
  1195. }
  1196.  
  1197. .circle-big .circle:nth-child(91) {
  1198. top: -76%;
  1199. left: 180%;
  1200. animation-delay: 91s;
  1201. }
  1202.  
  1203. .circle-small .circle:nth-child(92) {
  1204. top: 102%;
  1205. left: 157%;
  1206. animation-delay: 92s;
  1207. }
  1208.  
  1209. .circle-big .circle:nth-child(92) {
  1210. top: 159%;
  1211. left: 159%;
  1212. animation-delay: 92s;
  1213. }
  1214.  
  1215. .circle-small .circle:nth-child(93) {
  1216. top: 76%;
  1217. left: 33%;
  1218. animation-delay: 93s;
  1219. }
  1220.  
  1221. .circle-big .circle:nth-child(93) {
  1222. top: 187%;
  1223. left: -50%;
  1224. animation-delay: 93s;
  1225. }
  1226.  
  1227. .circle-small .circle:nth-child(94) {
  1228. top: 178%;
  1229. left: 187%;
  1230. animation-delay: 94s;
  1231. }
  1232.  
  1233. .circle-big .circle:nth-child(94) {
  1234. top: 174%;
  1235. left: 15%;
  1236. animation-delay: 94s;
  1237. }
  1238.  
  1239. .circle-small .circle:nth-child(95) {
  1240. top: 166%;
  1241. left: 17%;
  1242. animation-delay: 95s;
  1243. }
  1244.  
  1245. .circle-big .circle:nth-child(95) {
  1246. top: 123%;
  1247. left: 42%;
  1248. animation-delay: 95s;
  1249. }
  1250.  
  1251. .circle-small .circle:nth-child(96) {
  1252. top: 129%;
  1253. left: 64%;
  1254. animation-delay: 96s;
  1255. }
  1256.  
  1257. .circle-big .circle:nth-child(96) {
  1258. top: 68%;
  1259. left: 48%;
  1260. animation-delay: 96s;
  1261. }
  1262.  
  1263. .circle-small .circle:nth-child(97) {
  1264. top: 17%;
  1265. left: -87%;
  1266. animation-delay: 97s;
  1267. }
  1268.  
  1269. .circle-big .circle:nth-child(97) {
  1270. top: 17%;
  1271. left: -80%;
  1272. animation-delay: 97s;
  1273. }
  1274.  
  1275. .circle-small .circle:nth-child(98) {
  1276. top: 75%;
  1277. left: 48%;
  1278. animation-delay: 98s;
  1279. }
  1280.  
  1281. .circle-big .circle:nth-child(98) {
  1282. top: -11%;
  1283. left: -23%;
  1284. animation-delay: 98s;
  1285. }
  1286.  
  1287. .circle-small .circle:nth-child(99) {
  1288. top: 162%;
  1289. left: 57%;
  1290. animation-delay: 99s;
  1291. }
  1292.  
  1293. .circle-big .circle:nth-child(99) {
  1294. top: 156%;
  1295. left: 167%;
  1296. animation-delay: 99s;
  1297. }
  1298.  
  1299. .circle-small .circle:nth-child(100) {
  1300. top: 93%;
  1301. left: 52%;
  1302. animation-delay: 100s;
  1303. }
  1304.  
  1305. .circle-big .circle:nth-child(100) {
  1306. top: -49%;
  1307. left: 153%;
  1308. animation-delay: 100s;
  1309. }
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318. a:link {text-decoration: none; color: #pink;}
  1319. a:visited {color:white;}
  1320. a:hover{color:#e3e0e1; font-style: italic;}
  1321.  
  1322.  
  1323.  
  1324. b {
  1325. text-transform: ;
  1326. font-size: px;
  1327. font-weight: ;
  1328. color: #000;
  1329. background: #fff;
  1330. letter-spacing: 1px;
  1331. padding: 1px 2px 1px 3px;
  1332. margin-right: 2px;}
  1333. u {
  1334. text-transform: ;
  1335. font-size: ;
  1336. font-weight: ;
  1337. color: #fff;
  1338. background: #;
  1339. letter-spacing: 1px;
  1340. padding: 1px 2px 1px 3px;
  1341. margin-right: 2px;
  1342. border-bottom: dotted 1px #000;}
  1343.  
  1344.  
  1345. i {
  1346. text-transform: ;
  1347. font-size: ;
  1348. font-weight: ;
  1349. color: #a6002b;
  1350. background: #;
  1351. letter-spacing: 1px;
  1352. padding: 1px 2px 1px 3px;
  1353. margin-right: 2px;
  1354. border-bottom: dotted px #000;}
  1355.  
  1356.  
  1357.  
  1358.  
  1359.  
  1360.  
  1361.  
  1362.  
  1363. body, a:hover {cursor: url(http://i.picpar.com/bluc.png), progress !important;}
  1364.  
  1365. </style>
  1366.  
  1367.  
  1368.  
  1369. <div class="stars-bg">
  1370. <div class="circle-small">
  1371. <div class="circle"></div>
  1372. <div class="circle"></div>
  1373. <div class="circle"></div>
  1374. <div class="circle"></div>
  1375. <div class="circle"></div>
  1376. <div class="circle"></div>
  1377. <div class="circle"></div>
  1378. <div class="circle"></div>
  1379. <div class="circle"></div>
  1380. <div class="circle"></div>
  1381. <div class="circle"></div>
  1382. <div class="circle"></div>
  1383. <div class="circle"></div>
  1384. <div class="circle"></div>
  1385. <div class="circle"></div>
  1386. <div class="circle"></div>
  1387. <div class="circle"></div>
  1388. <div class="circle"></div>
  1389. <div class="circle"></div>
  1390. <div class="circle"></div>
  1391. <div class="circle"></div>
  1392. <div class="circle"></div>
  1393. <div class="circle"></div>
  1394. <div class="circle"></div>
  1395. <div class="circle"></div>
  1396. <div class="circle"></div>
  1397. <div class="circle"></div>
  1398. <div class="circle"></div>
  1399. <div class="circle"></div>
  1400. <div class="circle"></div>
  1401. <div class="circle"></div>
  1402. <div class="circle"></div>
  1403. <div class="circle"></div>
  1404. <div class="circle"></div>
  1405. <div class="circle"></div>
  1406. <div class="circle"></div>
  1407. <div class="circle"></div>
  1408. <div class="circle"></div>
  1409. <div class="circle"></div>
  1410. <div class="circle"></div>
  1411. <div class="circle"></div>
  1412. <div class="circle"></div>
  1413. <div class="circle"></div>
  1414. <div class="circle"></div>
  1415. <div class="circle"></div>
  1416. <div class="circle"></div>
  1417. <div class="circle"></div>
  1418. <div class="circle"></div>
  1419. <div class="circle"></div>
  1420. <div class="circle"></div>
  1421. <div class="circle"></div>
  1422. <div class="circle"></div>
  1423. <div class="circle"></div>
  1424. <div class="circle"></div>
  1425. <div class="circle"></div>
  1426. <div class="circle"></div>
  1427. <div class="circle"></div>
  1428. <div class="circle"></div>
  1429. <div class="circle"></div>
  1430. <div class="circle"></div>
  1431. <div class="circle"></div>
  1432. <div class="circle"></div>
  1433. <div class="circle"></div>
  1434. <div class="circle"></div>
  1435. <div class="circle"></div>
  1436. <div class="circle"></div>
  1437. <div class="circle"></div>
  1438. <div class="circle"></div>
  1439. <div class="circle"></div>
  1440. <div class="circle"></div>
  1441. <div class="circle"></div>
  1442. <div class="circle"></div>
  1443. <div class="circle"></div>
  1444. <div class="circle"></div>
  1445. <div class="circle"></div>
  1446. <div class="circle"></div>
  1447. <div class="circle"></div>
  1448. <div class="circle"></div>
  1449. <div class="circle"></div>
  1450. <div class="circle"></div>
  1451. <div class="circle"></div>
  1452. <div class="circle"></div>
  1453. <div class="circle"></div>
  1454. <div class="circle"></div>
  1455. <div class="circle"></div>
  1456. <div class="circle"></div>
  1457. <div class="circle"></div>
  1458. <div class="circle"></div>
  1459. <div class="circle"></div>
  1460. <div class="circle"></div>
  1461. <div class="circle"></div>
  1462. <div class="circle"></div>
  1463. <div class="circle"></div>
  1464. <div class="circle"></div>
  1465. <div class="circle"></div>
  1466. <div class="circle"></div>
  1467. <div class="circle"></div>
  1468. <div class="circle"></div>
  1469. <div class="circle"></div>
  1470. <div class="circle"></div>
  1471. </div>
  1472. <div class="circle-big">
  1473. <div class="circle"></div>
  1474. <div class="circle"></div>
  1475. <div class="circle"></div>
  1476. <div class="circle"></div>
  1477. <div class="circle"></div>
  1478. <div class="circle"></div>
  1479. <div class="circle"></div>
  1480. <div class="circle"></div>
  1481. <div class="circle"></div>
  1482. <div class="circle"></div>
  1483. <div class="circle"></div>
  1484. <div class="circle"></div>
  1485. <div class="circle"></div>
  1486. <div class="circle"></div>
  1487. <div class="circle"></div>
  1488. <div class="circle"></div>
  1489. <div class="circle"></div>
  1490. <div class="circle"></div>
  1491. <div class="circle"></div>
  1492. <div class="circle"></div>
  1493. <div class="circle"></div>
  1494. <div class="circle"></div>
  1495. <div class="circle"></div>
  1496. <div class="circle"></div>
  1497. <div class="circle"></div>
  1498. <div class="circle"></div>
  1499. <div class="circle"></div>
  1500. <div class="circle"></div>
  1501. <div class="circle"></div>
  1502. <div class="circle"></div>
  1503. <div class="circle"></div>
  1504. <div class="circle"></div>
  1505. <div class="circle"></div>
  1506. <div class="circle"></div>
  1507. <div class="circle"></div>
  1508. <div class="circle"></div>
  1509. <div class="circle"></div>
  1510. <div class="circle"></div>
  1511. <div class="circle"></div>
  1512. <div class="circle"></div>
  1513. <div class="circle"></div>
  1514. <div class="circle"></div>
  1515. <div class="circle"></div>
  1516. <div class="circle"></div>
  1517. <div class="circle"></div>
  1518. <div class="circle"></div>
  1519. <div class="circle"></div>
  1520. <div class="circle"></div>
  1521. <div class="circle"></div>
  1522. <div class="circle"></div>
  1523. <div class="circle"></div>
  1524. <div class="circle"></div>
  1525. <div class="circle"></div>
  1526. <div class="circle"></div>
  1527. <div class="circle"></div>
  1528. <div class="circle"></div>
  1529. <div class="circle"></div>
  1530. <div class="circle"></div>
  1531. <div class="circle"></div>
  1532. <div class="circle"></div>
  1533. <div class="circle"></div>
  1534. <div class="circle"></div>
  1535. <div class="circle"></div>
  1536. <div class="circle"></div>
  1537. <div class="circle"></div>
  1538. <div class="circle"></div>
  1539. <div class="circle"></div>
  1540. <div class="circle"></div>
  1541. <div class="circle"></div>
  1542. <div class="circle"></div>
  1543. <div class="circle"></div>
  1544. <div class="circle"></div>
  1545. <div class="circle"></div>
  1546. <div class="circle"></div>
  1547. <div class="circle"></div>
  1548. <div class="circle"></div>
  1549. <div class="circle"></div>
  1550. <div class="circle"></div>
  1551. <div class="circle"></div>
  1552. <div class="circle"></div>
  1553. <div class="circle"></div>
  1554. <div class="circle"></div>
  1555. <div class="circle"></div>
  1556. <div class="circle"></div>
  1557. <div class="circle"></div>
  1558. <div class="circle"></div>
  1559. <div class="circle"></div>
  1560. <div class="circle"></div>
  1561. <div class="circle"></div>
  1562. <div class="circle"></div>
  1563. <div class="circle"></div>
  1564. <div class="circle"></div>
  1565. <div class="circle"></div>
  1566. <div class="circle"></div>
  1567. <div class="circle"></div>
  1568. <div class="circle"></div>
  1569. <div class="circle"></div>
  1570. <div class="circle"></div>
  1571. <div class="circle"></div>
  1572. <div class="circle"></div>
  1573. </div>
  1574. </div>
  1575.  
  1576. <div class="ophi"></div>
  1577. <div class="star">
  1578. <center><div style="font-size: 3vh;"> </div>
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584. </div>
  1585.  
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; border-radius: ; opacity: 0.5; width: px; height: px; background-image:url(''); position: absolute; top: 100px; left: 0px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;"><img src="http://i.picpar.com/dluc.png" alt="" width="600" height="562" /></span></div>
  1592.  
  1593.  
  1594. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em; border-radius: ; opacity: 0.9; width: px; height: px; background-image:url(''); position: absolute; top: 0px; left: 0px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;"><img src="http://i.picpar.com/cluc.png" alt="" width="400" height="" /></span></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement