Advertisement
cat_inthe_cradle

Santello

Jul 24th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.05 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. body {
  4. margin: 0;
  5. padding: 0;
  6. background-color:#000; /*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:#564858;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. .stars-bg {
  189. position: fixed;
  190. width: 100%;
  191. height: 100%;
  192. top: 0;
  193. left: 0;
  194. background-size: 240px;
  195. backface-visibility: visible;
  196. z-index: 1;
  197. animation: spin 300s linear infinite;
  198. }
  199.  
  200. .circle {
  201. position: absolute;
  202. background: rgba(217, 248, 251, 0.8);
  203. width: 1px;
  204. height: 1px;
  205. border-radius: 50%;
  206. display: flex;
  207. justify-content: center;
  208. align-items: center;
  209. box-shadow: 0px 0px 5px 2px #d50d4f;
  210. animation: glow 2s infinite alternate;
  211. }
  212. .circle-big .circle {
  213. width: 2px;
  214. height: 2px;
  215. }
  216.  
  217. @keyframes glow {
  218. from {
  219. box-shadow: 0px 0px 6px 1px #5995c7;
  220. }
  221. to {
  222. box-shadow: 0px 0px 8px 4px #5995c7;
  223. }
  224. }
  225. @keyframes spin {
  226. from {
  227. transform: rotate(0deg);
  228. }
  229. to {
  230. transform: rotate(360deg);
  231. }
  232. }
  233. .circle-small .circle:nth-child(1) {
  234. top: 104%;
  235. left: 113%;
  236. animation-delay: 1s;
  237. }
  238.  
  239. .circle-big .circle:nth-child(1) {
  240. top: 25%;
  241. left: 115%;
  242. animation-delay: 1s;
  243. }
  244.  
  245. .circle-small .circle:nth-child(2) {
  246. top: -99%;
  247. left: -94%;
  248. animation-delay: 2s;
  249. }
  250.  
  251. .circle-big .circle:nth-child(2) {
  252. top: 14%;
  253. left: -58%;
  254. animation-delay: 2s;
  255. }
  256.  
  257. .circle-small .circle:nth-child(3) {
  258. top: -84%;
  259. left: -77%;
  260. animation-delay: 3s;
  261. }
  262.  
  263. .circle-big .circle:nth-child(3) {
  264. top: 86%;
  265. left: 184%;
  266. animation-delay: 3s;
  267. }
  268.  
  269. .circle-small .circle:nth-child(4) {
  270. top: -82%;
  271. left: 149%;
  272. animation-delay: 4s;
  273. }
  274.  
  275. .circle-big .circle:nth-child(4) {
  276. top: 123%;
  277. left: -34%;
  278. animation-delay: 4s;
  279. }
  280.  
  281. .circle-small .circle:nth-child(5) {
  282. top: 141%;
  283. left: 200%;
  284. animation-delay: 5s;
  285. }
  286.  
  287. .circle-big .circle:nth-child(5) {
  288. top: 142%;
  289. left: -53%;
  290. animation-delay: 5s;
  291. }
  292.  
  293. .circle-small .circle:nth-child(6) {
  294. top: 93%;
  295. left: -21%;
  296. animation-delay: 6s;
  297. }
  298.  
  299. .circle-big .circle:nth-child(6) {
  300. top: 25%;
  301. left: 149%;
  302. animation-delay: 6s;
  303. }
  304.  
  305. .circle-small .circle:nth-child(7) {
  306. top: 64%;
  307. left: -96%;
  308. animation-delay: 7s;
  309. }
  310.  
  311. .circle-big .circle:nth-child(7) {
  312. top: -65%;
  313. left: 75%;
  314. animation-delay: 7s;
  315. }
  316.  
  317. .circle-small .circle:nth-child(8) {
  318. top: 132%;
  319. left: 54%;
  320. animation-delay: 8s;
  321. }
  322.  
  323. .circle-big .circle:nth-child(8) {
  324. top: -2%;
  325. left: 21%;
  326. animation-delay: 8s;
  327. }
  328.  
  329. .circle-small .circle:nth-child(9) {
  330. top: 199%;
  331. left: -27%;
  332. animation-delay: 9s;
  333. }
  334.  
  335. .circle-big .circle:nth-child(9) {
  336. top: 28%;
  337. left: -86%;
  338. animation-delay: 9s;
  339. }
  340.  
  341. .circle-small .circle:nth-child(10) {
  342. top: 167%;
  343. left: 79%;
  344. animation-delay: 10s;
  345. }
  346.  
  347. .circle-big .circle:nth-child(10) {
  348. top: -25%;
  349. left: 4%;
  350. animation-delay: 10s;
  351. }
  352.  
  353. .circle-small .circle:nth-child(11) {
  354. top: 113%;
  355. left: 31%;
  356. animation-delay: 11s;
  357. }
  358.  
  359. .circle-big .circle:nth-child(11) {
  360. top: 10%;
  361. left: 137%;
  362. animation-delay: 11s;
  363. }
  364.  
  365. .circle-small .circle:nth-child(12) {
  366. top: -15%;
  367. left: 20%;
  368. animation-delay: 12s;
  369. }
  370.  
  371. .circle-big .circle:nth-child(12) {
  372. top: 58%;
  373. left: -59%;
  374. animation-delay: 12s;
  375. }
  376.  
  377. .circle-small .circle:nth-child(13) {
  378. top: 36%;
  379. left: 73%;
  380. animation-delay: 13s;
  381. }
  382.  
  383. .circle-big .circle:nth-child(13) {
  384. top: -85%;
  385. left: 11%;
  386. animation-delay: 13s;
  387. }
  388.  
  389. .circle-small .circle:nth-child(14) {
  390. top: 56%;
  391. left: -39%;
  392. animation-delay: 14s;
  393. }
  394.  
  395. .circle-big .circle:nth-child(14) {
  396. top: -47%;
  397. left: -83%;
  398. animation-delay: 14s;
  399. }
  400.  
  401. .circle-small .circle:nth-child(15) {
  402. top: -9%;
  403. left: -55%;
  404. animation-delay: 15s;
  405. }
  406.  
  407. .circle-big .circle:nth-child(15) {
  408. top: 94%;
  409. left: 80%;
  410. animation-delay: 15s;
  411. }
  412.  
  413. .circle-small .circle:nth-child(16) {
  414. top: 48%;
  415. left: -81%;
  416. animation-delay: 16s;
  417. }
  418.  
  419. .circle-big .circle:nth-child(16) {
  420. top: -85%;
  421. left: 90%;
  422. animation-delay: 16s;
  423. }
  424.  
  425. .circle-small .circle:nth-child(17) {
  426. top: 11%;
  427. left: -99%;
  428. animation-delay: 17s;
  429. }
  430.  
  431. .circle-big .circle:nth-child(17) {
  432. top: 138%;
  433. left: 168%;
  434. animation-delay: 17s;
  435. }
  436.  
  437. .circle-small .circle:nth-child(18) {
  438. top: 46%;
  439. left: 96%;
  440. animation-delay: 18s;
  441. }
  442.  
  443. .circle-big .circle:nth-child(18) {
  444. top: -26%;
  445. left: 196%;
  446. animation-delay: 18s;
  447. }
  448.  
  449. .circle-small .circle:nth-child(19) {
  450. top: 200%;
  451. left: 30%;
  452. animation-delay: 19s;
  453. }
  454.  
  455. .circle-big .circle:nth-child(19) {
  456. top: 163%;
  457. left: -3%;
  458. animation-delay: 19s;
  459. }
  460.  
  461. .circle-small .circle:nth-child(20) {
  462. top: 102%;
  463. left: 94%;
  464. animation-delay: 20s;
  465. }
  466.  
  467. .circle-big .circle:nth-child(20) {
  468. top: 66%;
  469. left: -72%;
  470. animation-delay: 20s;
  471. }
  472.  
  473. .circle-small .circle:nth-child(21) {
  474. top: 129%;
  475. left: 103%;
  476. animation-delay: 21s;
  477. }
  478.  
  479. .circle-big .circle:nth-child(21) {
  480. top: 105%;
  481. left: 114%;
  482. animation-delay: 21s;
  483. }
  484.  
  485. .circle-small .circle:nth-child(22) {
  486. top: 119%;
  487. left: 109%;
  488. animation-delay: 22s;
  489. }
  490.  
  491. .circle-big .circle:nth-child(22) {
  492. top: 99%;
  493. left: 13%;
  494. animation-delay: 22s;
  495. }
  496.  
  497. .circle-small .circle:nth-child(23) {
  498. top: 67%;
  499. left: -12%;
  500. animation-delay: 23s;
  501. }
  502.  
  503. .circle-big .circle:nth-child(23) {
  504. top: -33%;
  505. left: -61%;
  506. animation-delay: 23s;
  507. }
  508.  
  509. .circle-small .circle:nth-child(24) {
  510. top: 56%;
  511. left: 6%;
  512. animation-delay: 24s;
  513. }
  514.  
  515. .circle-big .circle:nth-child(24) {
  516. top: 146%;
  517. left: 57%;
  518. animation-delay: 24s;
  519. }
  520.  
  521. .circle-small .circle:nth-child(25) {
  522. top: 66%;
  523. left: 158%;
  524. animation-delay: 25s;
  525. }
  526.  
  527. .circle-big .circle:nth-child(25) {
  528. top: -14%;
  529. left: 118%;
  530. animation-delay: 25s;
  531. }
  532.  
  533. .circle-small .circle:nth-child(26) {
  534. top: -91%;
  535. left: 48%;
  536. animation-delay: 26s;
  537. }
  538.  
  539. .circle-big .circle:nth-child(26) {
  540. top: 16%;
  541. left: 108%;
  542. animation-delay: 26s;
  543. }
  544.  
  545. .circle-small .circle:nth-child(27) {
  546. top: -30%;
  547. left: 87%;
  548. animation-delay: 27s;
  549. }
  550.  
  551. .circle-big .circle:nth-child(27) {
  552. top: 78%;
  553. left: -96%;
  554. animation-delay: 27s;
  555. }
  556.  
  557. .circle-small .circle:nth-child(28) {
  558. top: -43%;
  559. left: 5%;
  560. animation-delay: 28s;
  561. }
  562.  
  563. .circle-big .circle:nth-child(28) {
  564. top: 4%;
  565. left: 191%;
  566. animation-delay: 28s;
  567. }
  568.  
  569. .circle-small .circle:nth-child(29) {
  570. top: 19%;
  571. left: -37%;
  572. animation-delay: 29s;
  573. }
  574.  
  575. .circle-big .circle:nth-child(29) {
  576. top: 128%;
  577. left: 101%;
  578. animation-delay: 29s;
  579. }
  580.  
  581. .circle-small .circle:nth-child(30) {
  582. top: 49%;
  583. left: 133%;
  584. animation-delay: 30s;
  585. }
  586.  
  587. .circle-big .circle:nth-child(30) {
  588. top: 68%;
  589. left: -52%;
  590. animation-delay: 30s;
  591. }
  592.  
  593. .circle-small .circle:nth-child(31) {
  594. top: 19%;
  595. left: -48%;
  596. animation-delay: 31s;
  597. }
  598.  
  599. .circle-big .circle:nth-child(31) {
  600. top: -81%;
  601. left: -36%;
  602. animation-delay: 31s;
  603. }
  604.  
  605. .circle-small .circle:nth-child(32) {
  606. top: 199%;
  607. left: -85%;
  608. animation-delay: 32s;
  609. }
  610.  
  611. .circle-big .circle:nth-child(32) {
  612. top: 108%;
  613. left: 152%;
  614. animation-delay: 32s;
  615. }
  616.  
  617. .circle-small .circle:nth-child(33) {
  618. top: 166%;
  619. left: -64%;
  620. animation-delay: 33s;
  621. }
  622.  
  623. .circle-big .circle:nth-child(33) {
  624. top: 131%;
  625. left: -88%;
  626. animation-delay: 33s;
  627. }
  628.  
  629. .circle-small .circle:nth-child(34) {
  630. top: -99%;
  631. left: 48%;
  632. animation-delay: 34s;
  633. }
  634.  
  635. .circle-big .circle:nth-child(34) {
  636. top: 171%;
  637. left: -27%;
  638. animation-delay: 34s;
  639. }
  640.  
  641. .circle-small .circle:nth-child(35) {
  642. top: 66%;
  643. left: -35%;
  644. animation-delay: 35s;
  645. }
  646.  
  647. .circle-big .circle:nth-child(35) {
  648. top: 119%;
  649. left: -36%;
  650. animation-delay: 35s;
  651. }
  652.  
  653. .circle-small .circle:nth-child(36) {
  654. top: -91%;
  655. left: 33%;
  656. animation-delay: 36s;
  657. }
  658.  
  659. .circle-big .circle:nth-child(36) {
  660. top: 16%;
  661. left: 144%;
  662. animation-delay: 36s;
  663. }
  664.  
  665. .circle-small .circle:nth-child(37) {
  666. top: -62%;
  667. left: -62%;
  668. animation-delay: 37s;
  669. }
  670.  
  671. .circle-big .circle:nth-child(37) {
  672. top: -47%;
  673. left: 194%;
  674. animation-delay: 37s;
  675. }
  676.  
  677. .circle-small .circle:nth-child(38) {
  678. top: -68%;
  679. left: -81%;
  680. animation-delay: 38s;
  681. }
  682.  
  683. .circle-big .circle:nth-child(38) {
  684. top: 85%;
  685. left: -41%;
  686. animation-delay: 38s;
  687. }
  688.  
  689. .circle-small .circle:nth-child(39) {
  690. top: 40%;
  691. left: -91%;
  692. animation-delay: 39s;
  693. }
  694.  
  695. .circle-big .circle:nth-child(39) {
  696. top: -29%;
  697. left: 62%;
  698. animation-delay: 39s;
  699. }
  700.  
  701. .circle-small .circle:nth-child(40) {
  702. top: -38%;
  703. left: 164%;
  704. animation-delay: 40s;
  705. }
  706.  
  707. .circle-big .circle:nth-child(40) {
  708. top: 88%;
  709. left: 28%;
  710. animation-delay: 40s;
  711. }
  712.  
  713. .circle-small .circle:nth-child(41) {
  714. top: 143%;
  715. left: -48%;
  716. animation-delay: 41s;
  717. }
  718.  
  719. .circle-big .circle:nth-child(41) {
  720. top: -26%;
  721. left: 132%;
  722. animation-delay: 41s;
  723. }
  724.  
  725. .circle-small .circle:nth-child(42) {
  726. top: 4%;
  727. left: 189%;
  728. animation-delay: 42s;
  729. }
  730.  
  731. .circle-big .circle:nth-child(42) {
  732. top: 60%;
  733. left: 178%;
  734. animation-delay: 42s;
  735. }
  736.  
  737. .circle-small .circle:nth-child(43) {
  738. top: -22%;
  739. left: -98%;
  740. animation-delay: 43s;
  741. }
  742.  
  743. .circle-big .circle:nth-child(43) {
  744. top: 182%;
  745. left: -1%;
  746. animation-delay: 43s;
  747. }
  748.  
  749. .circle-small .circle:nth-child(44) {
  750. top: 160%;
  751. left: 109%;
  752. animation-delay: 44s;
  753. }
  754.  
  755. .circle-big .circle:nth-child(44) {
  756. top: -59%;
  757. left: 53%;
  758. animation-delay: 44s;
  759. }
  760.  
  761. .circle-small .circle:nth-child(45) {
  762. top: 153%;
  763. left: 73%;
  764. animation-delay: 45s;
  765. }
  766.  
  767. .circle-big .circle:nth-child(45) {
  768. top: 28%;
  769. left: 42%;
  770. animation-delay: 45s;
  771. }
  772.  
  773. .circle-small .circle:nth-child(46) {
  774. top: -39%;
  775. left: 11%;
  776. animation-delay: 46s;
  777. }
  778.  
  779. .circle-big .circle:nth-child(46) {
  780. top: 34%;
  781. left: 77%;
  782. animation-delay: 46s;
  783. }
  784.  
  785. .circle-small .circle:nth-child(47) {
  786. top: 151%;
  787. left: 110%;
  788. animation-delay: 47s;
  789. }
  790.  
  791. .circle-big .circle:nth-child(47) {
  792. top: 108%;
  793. left: -18%;
  794. animation-delay: 47s;
  795. }
  796.  
  797. .circle-small .circle:nth-child(48) {
  798. top: 193%;
  799. left: -38%;
  800. animation-delay: 48s;
  801. }
  802.  
  803. .circle-big .circle:nth-child(48) {
  804. top: 176%;
  805. left: -98%;
  806. animation-delay: 48s;
  807. }
  808.  
  809. .circle-small .circle:nth-child(49) {
  810. top: 6%;
  811. left: -92%;
  812. animation-delay: 49s;
  813. }
  814.  
  815. .circle-big .circle:nth-child(49) {
  816. top: 87%;
  817. left: 25%;
  818. animation-delay: 49s;
  819. }
  820.  
  821. .circle-small .circle:nth-child(50) {
  822. top: -97%;
  823. left: -98%;
  824. animation-delay: 50s;
  825. }
  826.  
  827. .circle-big .circle:nth-child(50) {
  828. top: -51%;
  829. left: 105%;
  830. animation-delay: 50s;
  831. }
  832.  
  833. .circle-small .circle:nth-child(51) {
  834. top: -92%;
  835. left: 98%;
  836. animation-delay: 51s;
  837. }
  838.  
  839. .circle-big .circle:nth-child(51) {
  840. top: 132%;
  841. left: 11%;
  842. animation-delay: 51s;
  843. }
  844.  
  845. .circle-small .circle:nth-child(52) {
  846. top: 24%;
  847. left: -30%;
  848. animation-delay: 52s;
  849. }
  850.  
  851. .circle-big .circle:nth-child(52) {
  852. top: 123%;
  853. left: 150%;
  854. animation-delay: 52s;
  855. }
  856.  
  857. .circle-small .circle:nth-child(53) {
  858. top: 108%;
  859. left: -29%;
  860. animation-delay: 53s;
  861. }
  862.  
  863. .circle-big .circle:nth-child(53) {
  864. top: -54%;
  865. left: 96%;
  866. animation-delay: 53s;
  867. }
  868.  
  869. .circle-small .circle:nth-child(54) {
  870. top: 0%;
  871. left: -91%;
  872. animation-delay: 54s;
  873. }
  874.  
  875. .circle-big .circle:nth-child(54) {
  876. top: 149%;
  877. left: -31%;
  878. animation-delay: 54s;
  879. }
  880.  
  881. .circle-small .circle:nth-child(55) {
  882. top: -1%;
  883. left: 40%;
  884. animation-delay: 55s;
  885. }
  886.  
  887. .circle-big .circle:nth-child(55) {
  888. top: -96%;
  889. left: -82%;
  890. animation-delay: 55s;
  891. }
  892.  
  893. .circle-small .circle:nth-child(56) {
  894. top: 118%;
  895. left: 180%;
  896. animation-delay: 56s;
  897. }
  898.  
  899. .circle-big .circle:nth-child(56) {
  900. top: 85%;
  901. left: 169%;
  902. animation-delay: 56s;
  903. }
  904.  
  905. .circle-small .circle:nth-child(57) {
  906. top: -97%;
  907. left: -6%;
  908. animation-delay: 57s;
  909. }
  910.  
  911. .circle-big .circle:nth-child(57) {
  912. top: -25%;
  913. left: 72%;
  914. animation-delay: 57s;
  915. }
  916.  
  917. .circle-small .circle:nth-child(58) {
  918. top: 35%;
  919. left: -3%;
  920. animation-delay: 58s;
  921. }
  922.  
  923. .circle-big .circle:nth-child(58) {
  924. top: 40%;
  925. left: 23%;
  926. animation-delay: 58s;
  927. }
  928.  
  929. .circle-small .circle:nth-child(59) {
  930. top: 52%;
  931. left: 99%;
  932. animation-delay: 59s;
  933. }
  934.  
  935. .circle-big .circle:nth-child(59) {
  936. top: 170%;
  937. left: 27%;
  938. animation-delay: 59s;
  939. }
  940.  
  941. .circle-small .circle:nth-child(60) {
  942. top: 46%;
  943. left: 122%;
  944. animation-delay: 60s;
  945. }
  946.  
  947. .circle-big .circle:nth-child(60) {
  948. top: -66%;
  949. left: -69%;
  950. animation-delay: 60s;
  951. }
  952.  
  953. .circle-small .circle:nth-child(61) {
  954. top: 16%;
  955. left: 40%;
  956. animation-delay: 61s;
  957. }
  958.  
  959. .circle-big .circle:nth-child(61) {
  960. top: 119%;
  961. left: -83%;
  962. animation-delay: 61s;
  963. }
  964.  
  965. .circle-small .circle:nth-child(62) {
  966. top: 98%;
  967. left: 149%;
  968. animation-delay: 62s;
  969. }
  970.  
  971. .circle-big .circle:nth-child(62) {
  972. top: 139%;
  973. left: 68%;
  974. animation-delay: 62s;
  975. }
  976.  
  977. .circle-small .circle:nth-child(63) {
  978. top: 92%;
  979. left: 133%;
  980. animation-delay: 63s;
  981. }
  982.  
  983. .circle-big .circle:nth-child(63) {
  984. top: 143%;
  985. left: 52%;
  986. animation-delay: 63s;
  987. }
  988.  
  989. .circle-small .circle:nth-child(64) {
  990. top: 36%;
  991. left: -7%;
  992. animation-delay: 64s;
  993. }
  994.  
  995. .circle-big .circle:nth-child(64) {
  996. top: -16%;
  997. left: 188%;
  998. animation-delay: 64s;
  999. }
  1000.  
  1001. .circle-small .circle:nth-child(65) {
  1002. top: 49%;
  1003. left: -77%;
  1004. animation-delay: 65s;
  1005. }
  1006.  
  1007. .circle-big .circle:nth-child(65) {
  1008. top: -85%;
  1009. left: 126%;
  1010. animation-delay: 65s;
  1011. }
  1012.  
  1013. .circle-small .circle:nth-child(66) {
  1014. top: -52%;
  1015. left: 114%;
  1016. animation-delay: 66s;
  1017. }
  1018.  
  1019. .circle-big .circle:nth-child(66) {
  1020. top: 15%;
  1021. left: -97%;
  1022. animation-delay: 66s;
  1023. }
  1024.  
  1025. .circle-small .circle:nth-child(67) {
  1026. top: 179%;
  1027. left: 32%;
  1028. animation-delay: 67s;
  1029. }
  1030.  
  1031. .circle-big .circle:nth-child(67) {
  1032. top: 89%;
  1033. left: 137%;
  1034. animation-delay: 67s;
  1035. }
  1036.  
  1037. .circle-small .circle:nth-child(68) {
  1038. top: 93%;
  1039. left: 139%;
  1040. animation-delay: 68s;
  1041. }
  1042.  
  1043. .circle-big .circle:nth-child(68) {
  1044. top: 154%;
  1045. left: 142%;
  1046. animation-delay: 68s;
  1047. }
  1048.  
  1049. .circle-small .circle:nth-child(69) {
  1050. top: 124%;
  1051. left: 87%;
  1052. animation-delay: 69s;
  1053. }
  1054.  
  1055. .circle-big .circle:nth-child(69) {
  1056. top: 153%;
  1057. left: -51%;
  1058. animation-delay: 69s;
  1059. }
  1060.  
  1061. .circle-small .circle:nth-child(70) {
  1062. top: 11%;
  1063. left: 117%;
  1064. animation-delay: 70s;
  1065. }
  1066.  
  1067. .circle-big .circle:nth-child(70) {
  1068. top: -52%;
  1069. left: -93%;
  1070. animation-delay: 70s;
  1071. }
  1072.  
  1073. .circle-small .circle:nth-child(71) {
  1074. top: 54%;
  1075. left: 20%;
  1076. animation-delay: 71s;
  1077. }
  1078.  
  1079. .circle-big .circle:nth-child(71) {
  1080. top: 192%;
  1081. left: 198%;
  1082. animation-delay: 71s;
  1083. }
  1084.  
  1085. .circle-small .circle:nth-child(72) {
  1086. top: -13%;
  1087. left: 62%;
  1088. animation-delay: 72s;
  1089. }
  1090.  
  1091. .circle-big .circle:nth-child(72) {
  1092. top: 180%;
  1093. left: 132%;
  1094. animation-delay: 72s;
  1095. }
  1096.  
  1097. .circle-small .circle:nth-child(73) {
  1098. top: 132%;
  1099. left: 0%;
  1100. animation-delay: 73s;
  1101. }
  1102.  
  1103. .circle-big .circle:nth-child(73) {
  1104. top: -96%;
  1105. left: 83%;
  1106. animation-delay: 73s;
  1107. }
  1108.  
  1109. .circle-small .circle:nth-child(74) {
  1110. top: 64%;
  1111. left: -30%;
  1112. animation-delay: 74s;
  1113. }
  1114.  
  1115. .circle-big .circle:nth-child(74) {
  1116. top: 131%;
  1117. left: -38%;
  1118. animation-delay: 74s;
  1119. }
  1120.  
  1121. .circle-small .circle:nth-child(75) {
  1122. top: -85%;
  1123. left: -14%;
  1124. animation-delay: 75s;
  1125. }
  1126.  
  1127. .circle-big .circle:nth-child(75) {
  1128. top: 113%;
  1129. left: 45%;
  1130. animation-delay: 75s;
  1131. }
  1132.  
  1133. .circle-small .circle:nth-child(76) {
  1134. top: -84%;
  1135. left: -2%;
  1136. animation-delay: 76s;
  1137. }
  1138.  
  1139. .circle-big .circle:nth-child(76) {
  1140. top: -68%;
  1141. left: 74%;
  1142. animation-delay: 76s;
  1143. }
  1144.  
  1145. .circle-small .circle:nth-child(77) {
  1146. top: 134%;
  1147. left: 172%;
  1148. animation-delay: 77s;
  1149. }
  1150.  
  1151. .circle-big .circle:nth-child(77) {
  1152. top: -74%;
  1153. left: 98%;
  1154. animation-delay: 77s;
  1155. }
  1156.  
  1157. .circle-small .circle:nth-child(78) {
  1158. top: 154%;
  1159. left: 104%;
  1160. animation-delay: 78s;
  1161. }
  1162.  
  1163. .circle-big .circle:nth-child(78) {
  1164. top: -21%;
  1165. left: 170%;
  1166. animation-delay: 78s;
  1167. }
  1168.  
  1169. .circle-small .circle:nth-child(79) {
  1170. top: 74%;
  1171. left: 4%;
  1172. animation-delay: 79s;
  1173. }
  1174.  
  1175. .circle-big .circle:nth-child(79) {
  1176. top: 165%;
  1177. left: 78%;
  1178. animation-delay: 79s;
  1179. }
  1180.  
  1181. .circle-small .circle:nth-child(80) {
  1182. top: -64%;
  1183. left: 54%;
  1184. animation-delay: 80s;
  1185. }
  1186.  
  1187. .circle-big .circle:nth-child(80) {
  1188. top: 168%;
  1189. left: -95%;
  1190. animation-delay: 80s;
  1191. }
  1192.  
  1193. .circle-small .circle:nth-child(81) {
  1194. top: -67%;
  1195. left: 53%;
  1196. animation-delay: 81s;
  1197. }
  1198.  
  1199. .circle-big .circle:nth-child(81) {
  1200. top: 153%;
  1201. left: 113%;
  1202. animation-delay: 81s;
  1203. }
  1204.  
  1205. .circle-small .circle:nth-child(82) {
  1206. top: -50%;
  1207. left: 171%;
  1208. animation-delay: 82s;
  1209. }
  1210.  
  1211. .circle-big .circle:nth-child(82) {
  1212. top: 18%;
  1213. left: 21%;
  1214. animation-delay: 82s;
  1215. }
  1216.  
  1217. .circle-small .circle:nth-child(83) {
  1218. top: 134%;
  1219. left: 112%;
  1220. animation-delay: 83s;
  1221. }
  1222.  
  1223. .circle-big .circle:nth-child(83) {
  1224. top: 98%;
  1225. left: 5%;
  1226. animation-delay: 83s;
  1227. }
  1228.  
  1229. .circle-small .circle:nth-child(84) {
  1230. top: 59%;
  1231. left: -16%;
  1232. animation-delay: 84s;
  1233. }
  1234.  
  1235. .circle-big .circle:nth-child(84) {
  1236. top: -21%;
  1237. left: 32%;
  1238. animation-delay: 84s;
  1239. }
  1240.  
  1241. .circle-small .circle:nth-child(85) {
  1242. top: 143%;
  1243. left: 131%;
  1244. animation-delay: 85s;
  1245. }
  1246.  
  1247. .circle-big .circle:nth-child(85) {
  1248. top: 103%;
  1249. left: -44%;
  1250. animation-delay: 85s;
  1251. }
  1252.  
  1253. .circle-small .circle:nth-child(86) {
  1254. top: 11%;
  1255. left: 145%;
  1256. animation-delay: 86s;
  1257. }
  1258.  
  1259. .circle-big .circle:nth-child(86) {
  1260. top: 144%;
  1261. left: 132%;
  1262. animation-delay: 86s;
  1263. }
  1264.  
  1265. .circle-small .circle:nth-child(87) {
  1266. top: 169%;
  1267. left: 196%;
  1268. animation-delay: 87s;
  1269. }
  1270.  
  1271. .circle-big .circle:nth-child(87) {
  1272. top: -15%;
  1273. left: 55%;
  1274. animation-delay: 87s;
  1275. }
  1276.  
  1277. .circle-small .circle:nth-child(88) {
  1278. top: -8%;
  1279. left: 31%;
  1280. animation-delay: 88s;
  1281. }
  1282.  
  1283. .circle-big .circle:nth-child(88) {
  1284. top: 199%;
  1285. left: -5%;
  1286. animation-delay: 88s;
  1287. }
  1288.  
  1289. .circle-small .circle:nth-child(89) {
  1290. top: 65%;
  1291. left: 74%;
  1292. animation-delay: 89s;
  1293. }
  1294.  
  1295. .circle-big .circle:nth-child(89) {
  1296. top: 117%;
  1297. left: 88%;
  1298. animation-delay: 89s;
  1299. }
  1300.  
  1301. .circle-small .circle:nth-child(90) {
  1302. top: -49%;
  1303. left: -4%;
  1304. animation-delay: 90s;
  1305. }
  1306.  
  1307. .circle-big .circle:nth-child(90) {
  1308. top: -26%;
  1309. left: 15%;
  1310. animation-delay: 90s;
  1311. }
  1312.  
  1313. .circle-small .circle:nth-child(91) {
  1314. top: 84%;
  1315. left: -63%;
  1316. animation-delay: 91s;
  1317. }
  1318.  
  1319. .circle-big .circle:nth-child(91) {
  1320. top: -76%;
  1321. left: 180%;
  1322. animation-delay: 91s;
  1323. }
  1324.  
  1325. .circle-small .circle:nth-child(92) {
  1326. top: 102%;
  1327. left: 157%;
  1328. animation-delay: 92s;
  1329. }
  1330.  
  1331. .circle-big .circle:nth-child(92) {
  1332. top: 159%;
  1333. left: 159%;
  1334. animation-delay: 92s;
  1335. }
  1336.  
  1337. .circle-small .circle:nth-child(93) {
  1338. top: 76%;
  1339. left: 33%;
  1340. animation-delay: 93s;
  1341. }
  1342.  
  1343. .circle-big .circle:nth-child(93) {
  1344. top: 187%;
  1345. left: -50%;
  1346. animation-delay: 93s;
  1347. }
  1348.  
  1349. .circle-small .circle:nth-child(94) {
  1350. top: 178%;
  1351. left: 187%;
  1352. animation-delay: 94s;
  1353. }
  1354.  
  1355. .circle-big .circle:nth-child(94) {
  1356. top: 174%;
  1357. left: 15%;
  1358. animation-delay: 94s;
  1359. }
  1360.  
  1361. .circle-small .circle:nth-child(95) {
  1362. top: 166%;
  1363. left: 17%;
  1364. animation-delay: 95s;
  1365. }
  1366.  
  1367. .circle-big .circle:nth-child(95) {
  1368. top: 123%;
  1369. left: 42%;
  1370. animation-delay: 95s;
  1371. }
  1372.  
  1373. .circle-small .circle:nth-child(96) {
  1374. top: 129%;
  1375. left: 64%;
  1376. animation-delay: 96s;
  1377. }
  1378.  
  1379. .circle-big .circle:nth-child(96) {
  1380. top: 68%;
  1381. left: 48%;
  1382. animation-delay: 96s;
  1383. }
  1384.  
  1385. .circle-small .circle:nth-child(97) {
  1386. top: 17%;
  1387. left: -87%;
  1388. animation-delay: 97s;
  1389. }
  1390.  
  1391. .circle-big .circle:nth-child(97) {
  1392. top: 17%;
  1393. left: -80%;
  1394. animation-delay: 97s;
  1395. }
  1396.  
  1397. .circle-small .circle:nth-child(98) {
  1398. top: 75%;
  1399. left: 48%;
  1400. animation-delay: 98s;
  1401. }
  1402.  
  1403. .circle-big .circle:nth-child(98) {
  1404. top: -11%;
  1405. left: -23%;
  1406. animation-delay: 98s;
  1407. }
  1408.  
  1409. .circle-small .circle:nth-child(99) {
  1410. top: 162%;
  1411. left: 57%;
  1412. animation-delay: 99s;
  1413. }
  1414.  
  1415. .circle-big .circle:nth-child(99) {
  1416. top: 156%;
  1417. left: 167%;
  1418. animation-delay: 99s;
  1419. }
  1420.  
  1421. .circle-small .circle:nth-child(100) {
  1422. top: 93%;
  1423. left: 52%;
  1424. animation-delay: 100s;
  1425. }
  1426.  
  1427. .circle-big .circle:nth-child(100) {
  1428. top: -49%;
  1429. left: 153%;
  1430. animation-delay: 100s;
  1431. }
  1432.  
  1433.  
  1434.  
  1435.  
  1436.  
  1437. </style>
  1438.  
  1439. <a href="#1">
  1440.  
  1441. <div class="stars-bg">
  1442. <div class="circle-small">
  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 class="circle"></div>
  1472. <div class="circle"></div>
  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>
  1544. <div class="circle-big">
  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 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.  
  1646.  
  1647.  
  1648.  
  1649.  
  1650.  
  1651.  
  1652. </div>
  1653. </div></a>
  1654.  
  1655.  
  1656.  
  1657. <div id="url">
  1658. <a href="#1">
  1659. <img src="http://i.picpar.com/mAwc.png" alt="" width="230" /> </a>
  1660. </div>
  1661.  
  1662. <div id="c">
  1663. <a target="_blank" href=" " title=" "> </a>
  1664. </div>
  1665.  
  1666. <div id="1" class="contentpage">
  1667.  
  1668.  
  1669.  
  1670.  
  1671.  
  1672. <style type="text/css">
  1673.  
  1674. ::selection {
  1675. background: #ddd;
  1676. color: #fff;
  1677. }
  1678.  
  1679. ::-moz-selection {
  1680. background: #ddd;
  1681. color: #fff;
  1682. }
  1683.  
  1684. ::-webkit-selection {
  1685. background: #ddd;
  1686. color: #fff;
  1687. }
  1688.  
  1689.  
  1690. ::-webkit-scrollbar-thumb:vertical {
  1691. background-color: #c6a0a8;
  1692. height: 50px;
  1693. }
  1694.  
  1695. ::-webkit-scrollbar {
  1696. height: 10px;
  1697. width: 3px;
  1698. background-color: #f0ebea;
  1699. }
  1700.  
  1701. body {
  1702. color: #aaa;
  1703. text-align:justify;
  1704. font-family: tahoma;
  1705. font-size: 10px;
  1706. background-image:url('http://68.media.tumblr.com/31fb22584a1bd3e871d469f39193c2c7/tumblr_inline_ml2gm0X7ZV1rfdbtm.png');
  1707. background-attachment: fixed repeat; }
  1708.  
  1709.  
  1710.  
  1711.  
  1712. #render {
  1713. position: absolute; pointer-events: none;
  1714. margin: auto; bottom: 0; right: 0; left: 0;
  1715. height: 38%; width: 20%;
  1716. border: none;
  1717. background-image:url();
  1718. background-repeat: no-repeat;
  1719. background-size: 100%;
  1720. background-position: 42% 5%;
  1721. opacity: 1;
  1722. z-index: -10;}
  1723.  
  1724.  
  1725. #heart{
  1726. margin-top: -28%; margin-left: -13%;
  1727. height: 25%; width: 15%;
  1728. -ms-transform: rotate(-4.4deg);
  1729. -webkit-transform: rotate(-4.4deg);
  1730. transform: rotate(-4.4deg);}
  1731. h4 {
  1732. color: black;
  1733. font: 30.0vmin/1.5 Helvetica, sans-serif;}
  1734. h4.love {
  1735. position: absolute; margin-top: -30%;
  1736. background: url( ) 0% 75% no-repeat;
  1737. background-size: 120%;
  1738. -webkit-filter: brightness(115%);
  1739. -webkit-background-clip: text;
  1740. -webkit-text-fill-color: transparent;}
  1741.  
  1742. #bubble {
  1743. position: absolute;
  1744. margin: auto; top:80px; right: 0; left: 17%;
  1745. height: 34%; width: 20%;
  1746. background-image:url(http://i.picpar.com/GBwc.png);
  1747. background-repeat: no-repeat;
  1748. background-size: 100%;
  1749. background-position: 42% 5%;
  1750. opacity: 1;
  1751. z-index: 10;}
  1752.  
  1753. #content {
  1754. position: absolute;
  1755. margin: auto; top: 4.90%; right: 5%; left: 0%;
  1756. height: 68.50%; width: 76%;
  1757. padding: 1.5% 7%;
  1758. border-radius: 5.5vmin;
  1759. text-align: center;
  1760. opacity: 1;
  1761. z-index: 10;
  1762. -ms-transform: rotate(-4.4deg);
  1763. -webkit-transform: rotate(-4.4deg);
  1764. transform: rotate(-4.4deg);}
  1765.  
  1766. #img{
  1767. position: absolute;
  1768. top: 0%; left: 0%;
  1769. max-width: 100%;
  1770. max-height: 100%;
  1771. border: none;
  1772. border: 1px solid black;
  1773. background-image:url( );
  1774. background-repeat: no-repeat;
  1775. background-size: 100%;
  1776. background-position: 50% 50%;
  1777. opacity: 1;}
  1778.  
  1779. #name {
  1780. position: absolute; pointer-events: none;
  1781. margin: auto; bottom: 68.70%; right: 0; left: 8%;
  1782. height: 3vmin; width: 27vmin;
  1783. color: #4D5562;
  1784. font: normal 3.50vmin/75% 'emilys candy';
  1785. text-align: left;
  1786. opacity: 1;
  1787. z-index: 15;
  1788. -ms-transform: rotate(-4deg);
  1789. -webkit-transform: rotate(-4deg);
  1790. transform: rotate(-4deg);
  1791. transition: all 0.5s ease-in-out;
  1792. -webkit-transition: all 0.5s ease-in-out;
  1793. -moz-transition: all 0.5s ease-in-out;
  1794. -o-transition: all 0.5s ease-in-out;
  1795. -ms-transition: all 0.5s ease-in-out;}
  1796. body:hover #title1{color: #2D3AE3; opacity: 1;}
  1797.  
  1798. .quotes {
  1799. font: normal 2vmin/120% 'lights';}
  1800.  
  1801. .underline{
  1802. border-bottom: . vmin solid #c03;
  1803. width: 100%;
  1804. display: block;}
  1805.  
  1806. a.tagz span {
  1807. position: fixed;
  1808. margin: auto; top: -25%; left: 100%;
  1809. height: 100%; width: 100%;
  1810. padding: 1.5% 7%;
  1811. border: .3vmin solid #4D5562;
  1812. border-radius: 5vmin;
  1813. background-color: rgba(77, 85, 98, 1);
  1814. color: #FAE2CA;
  1815. font: normal 1.6vmin/105% 'share';
  1816. visibility: hidden; opacity: 0;
  1817. z-index: 20; overflow: auto;
  1818. transition: all .5s ease-in-out;
  1819. -webkit-transition: all .5s ease-in-out;
  1820. -moz-transition: all .5s ease-in-out;
  1821. -o-transition: all .5s ease-in-out;
  1822. -ms-transition: all .5s ease-in-out;}
  1823. a.tagz:hover span{
  1824. visibility: visible; opacity: 1;}
  1825.  
  1826. a.tagz2 span {
  1827. position: fixed;
  1828. margin: auto; top: -25%; left: 100%;
  1829. height: 100%; width: 70%;
  1830. padding: 1.5% 7%;
  1831. border: .3vmin solid #4D5562;
  1832. border-radius: 5vmin;
  1833. background-color: rgba(77, 85, 98, 1);
  1834. color: #FAE2CA;
  1835. font: normal 1.4vmin/105% 'share';
  1836. visibility: hidden; opacity: 0;
  1837. z-index: 20; overflow: hidden;
  1838. transition: all .5s ease-in-out;
  1839. -webkit-transition: all .5s ease-in-out;
  1840. -moz-transition: all .5s ease-in-out;
  1841. -o-transition: all .5s ease-in-out;
  1842. -ms-transition: all .5s ease-in-out;}
  1843. a.tagz2:hover span{
  1844. visibility: visible; opacity: 1;}
  1845.  
  1846. .h5 {
  1847. margin-top: 2%;
  1848. font: normal 2.5vmin/75% 'emilys candy';
  1849. text-decoration: underline;
  1850. text-decoration-color: #AA2B24;
  1851. opacity: 1;}
  1852.  
  1853. .f1 {
  1854. position: absolute; top: 0px; left: 0px;
  1855. height: 218px; width: 150px;
  1856. border: 1px solid #000;
  1857. background-image:url( );
  1858. background-repeat: no-repeat;
  1859. background-size: cover;
  1860. background-position: 85% 10%;
  1861. -moz-box-shadow: 10px 10px 10px 38px rgba(15,0,20,.6);
  1862. -webkit-box-shadow: 10px 10px 10px 38px rgba(15,0,20,.6);
  1863. box-shadow: 10px 10px 10px 38px rgba(15,0,20,.6);}
  1864.  
  1865. /* LINKS */
  1866.  
  1867. a, a:link, a:visited ,a:active a:hover{
  1868. text-decoration: none;
  1869. color: transparent;
  1870. background-color: rgba(61, 63, 76, .7);
  1871. background-image: -webkit-linear-gradient(left, #c03 -5%, #000 50%, #eee 50%, transparent 50%);
  1872. background-position: 100% 0;
  1873. background-size: 200% 200%;
  1874. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur823.cur'), progress !important;
  1875. -webkit-background-clip: text;
  1876. -webkit-transition: all 1s ease;
  1877. -moz-transition: all 1s ease;
  1878. -o-transition: all 1s ease; }
  1879.  
  1880. a:hover{
  1881. background-position: 0 0;
  1882. color: transparent;}
  1883.  
  1884. .mbox{}
  1885. .musicbox{
  1886. position: absolute;
  1887. bottom: 1%; left: .5%;
  1888. height: 2.5vmin; width: 2.5vmin;
  1889. border-radius: 0px;
  1890. border: .1vmin dotted #111;
  1891. background-color: #FAE2CA;
  1892. color: #444;
  1893. font-size: 2.8vmin;
  1894. text-align: center;
  1895. overflow: hidden;
  1896. z-index: 2;
  1897. opacity: 1;}
  1898.  
  1899. .musicbox:active {color: #111;}
  1900.  
  1901. .tunes{
  1902. margin-top: -2px; margin-left: -15%;
  1903. height: 2.7vmin; width: 2.9vmin;
  1904. overflow: hidden;
  1905. opacity: .1;}
  1906.  
  1907. .indent {position: absolute; top: 13%; left: -5%;}
  1908.  
  1909. p{
  1910. margin-top: .5vmin; margin-bottom: .5vmin;
  1911. text-align: justify;
  1912. line-height: 120%;}
  1913.  
  1914. b{
  1915. color: #AA2B24;
  1916. font: normal 1.3vmin/105% 'tahoma';
  1917. font-weight: normal;}
  1918.  
  1919. .d1{color: #292929;}
  1920. .d2{color: #660000;}
  1921. .d3{color: #aaa;}
  1922.  
  1923. </style>
  1924.  
  1925.  
  1926.  
  1927.  
  1928.  
  1929. <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: 221px; left: 500px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  1930.  
  1931.  
  1932. <img src="http://i.picpar.com/jAwc.png" alt="" width="270" />
  1933.  
  1934.  
  1935. </span></div>
  1936.  
  1937.  
  1938.  
  1939.  
  1940.  
  1941.  
  1942. <div id="render"></div>
  1943. <div id="bubble"><div id="content">
  1944. <span class="underline"><a class="tagz"><u>OUT OF CHARACTER.</u><span>
  1945. <div class="box"><div class="h5"><u>OUT OF CHARACTER.</u></div><br>
  1946.  
  1947. ▀ PM FRIENDLY FOR THE MOST PART.<br /><br />
  1948. ▀ THIS IS A CANON CHARACTER. ↑<br /><br />
  1949. ▀ LONG TERM > SHORT-TERM. <br /><br />
  1950. ▀ DECENT GRAMMAR IS A PLUS.<br /><br />
  1951. ▀ SMUT IS FOR THE CHARACTER. <br /><br />
  1952.  
  1953.  
  1954.  
  1955. </div></span></a><br /><br />
  1956.  
  1957. Beatrice Santello.▌
  1958. ♀ | CROCODILE | SINGLE
  1959. <br /><br />
  1960.  
  1961. <i>"My entire life feels like running after something that keeps moving away into the distance while I stay in the same place."</i>
  1962. <br /><br />
  1963.  
  1964. Bea was Mae's childhood best friend until 7th grade, but soon grew apart until Mae's return to Possum Springs. She is a member of the band playing on the drums/computer.
  1965.  
  1966.  
  1967.  
  1968.  
  1969. </body>
  1970. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement