Advertisement
cat_inthe_cradle

Second Sight

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