Advertisement
cat_inthe_cradle

Hime Ono

Feb 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.43 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Poiret+One);
  3.  
  4.  
  5.  
  6. body {
  7. margin: 0;
  8. padding: 0;
  9. background-image:url('http://i.picpar.com/k2Gc.png');
  10. -webkit-background-size: ;
  11. -moz-background-size: cover;
  12. -o-background-size: cover;
  13. background-size: ;
  14.  
  15. }
  16.  
  17.  
  18.  
  19.  
  20.  
  21. a {
  22. text-decoration: none;
  23. -webkit-transition: all 0.5s ease;
  24. -moz-transition: all 0.5s ease;
  25. transition: all 0.5s ease;
  26. }
  27.  
  28. a:hover {
  29. -webkit-transition: all 0.5s ease;
  30. -moz-transition: all 0.5s ease;
  31. transition: all 0.5s ease;
  32. }
  33.  
  34. #top-one {
  35. position: fixed;
  36. left: 4%;
  37. top: 8%;
  38. width: 35%;
  39. height: 0px;
  40. border-top: px solid;
  41. border-color: #FFFFFF; /*change border color here*/
  42. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  43. }
  44.  
  45. #top-two {
  46. position: fixed;
  47. right: 4%;
  48. top: 8%;
  49. width: 35%;
  50. height: 0px;
  51. border-top: px solid;
  52. border-color: #FFFFFF; /*change border color here*/
  53. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  54. }
  55.  
  56. #left {
  57. position: fixed;
  58. left: 4%;
  59. top: 8%;
  60. height: 84%;
  61. width: 0px;
  62. border-left: px solid;
  63. border-color: #FFFFFF; /*change border color here*/
  64. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  65.  
  66. }
  67.  
  68. #bottom {
  69. position: fixed;
  70. width: 92%;
  71. height: 0px;
  72. margin: 0 auto;
  73. left: 0px;
  74. right: 0px;
  75. bottom: 8%;
  76. border-bottom: 0px solid;
  77. border-color: #FFFFFF; /*change border color here*/
  78. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  79. }
  80.  
  81. #right {
  82. position: fixed;
  83. right: 4%;
  84. top: 8%;
  85. height: 84%;
  86. width: 0px;
  87. border-right: 0px solid;
  88. border-color: #FFFFFF; /*change border color here*/
  89. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  90. }
  91.  
  92. #title {
  93. margin: 0 auto;
  94. left: 0px;
  95. right: 0px;
  96. width: 22%;
  97. text-align: center;
  98. top: 7%;
  99. position: fixed;
  100. font-family: Montserrat;
  101. letter-spacing: 13px;
  102. color: #FFFFFF; /*change title color here*/
  103. font-size: 12px;
  104. }
  105.  
  106. #url a {
  107. margin: 0 auto;
  108. left: 0px;
  109. right: 0px;
  110. width: 100%;
  111. text-align: center;
  112. top: 240px;
  113. position: fixed;
  114. font-size: 50px; /*change url size here*/
  115. letter-spacing: 20px;
  116. color: #760505; /*change url color here*/
  117. font-family: Prata;
  118. text-shadow:
  119. 0 0 3px #FFFFFF, /*change url shadow color here*/
  120. 0 0 3px #FFFFFF, /*change url shadow color here*/
  121. 0 0 3px #FFFFFF, /*change url shadow color here*/
  122. 0 0 3px #FFFFFF; /*change url shadow color here*/
  123. }
  124.  
  125. #url a:hover {
  126. color: #000000; /*change url hover color*/
  127. }
  128.  
  129. #c {
  130. position: fixed;
  131. bottom: 13px;
  132. right: 15px;
  133. font-family: Arial;
  134. }
  135.  
  136. #c a {
  137. color: #FFFFFF; /*change credit color here*/
  138. font-size: 18px;
  139. }
  140.  
  141. /* Credits to http://pohroro.tumblr.com */
  142.  
  143. /* This is the profile page content: */
  144. .contentpage{position:absolute;top:0%;left:0%;height:100%;width:100%;background-color:#d6dae5; opacity:0;z-index:-1;}
  145. .contentpage:target{opacity:1;z-index:1;transition: all 0.9s ease-in-out;
  146. -webkit-transition: all 0.9s ease-in-out;
  147. -moz-transition: all 0.9s ease-in-out;
  148. -o-transition: all 0.9s ease-in-out;
  149. -ms-transition: all 0.9s ease-in-out;}
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158. .clouds {
  159. position:absolute;
  160. left:0;
  161. bottom:0;
  162. width:100%;
  163. height:100%;
  164. display:block;
  165. overflow: visible;
  166. opacity: 0.5;
  167. background:transparent url('http://i.picpar.com/mMac.png') repeat top center;
  168. z-index:1;
  169. -moz-animation:move-scrolling-front 150s linear infinite;
  170. -ms-animation:move-scrolling-front 150s linear infinite;
  171. -o-animation:move-scrolling-front 150s linear infinite;
  172. -webkit-animation:move-scrolling-front 150s linear infinite;
  173. animation:move-scrolling-front 150s linear infinite;
  174. }
  175.  
  176. @keyframes move-scrolling-front{
  177. from{background-position:0% 0%}
  178. to{background-position:300% 0%}
  179. }
  180. @-webkit-keyframes move-scrolling-front{
  181. from{background-position:0% 0%}
  182. to{background-position:300% 0%}
  183. }
  184. @-moz-keyframes move-scrolling-front{
  185. from{background-position:0% 0%}
  186. to{background-position:300% 0%}
  187. }
  188. @-ms-keyframes move-scrolling-front{
  189. from{background-position:0% 0%}
  190. to{background-position:200% 0%}
  191. }
  192.  
  193.  
  194.  
  195.  
  196. </style>
  197.  
  198.  
  199. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: 600px; height: 197px; background-color:#e0d4d6; position: absolute; top: 240px; left: 380px; overflow: auto; text-align: left; border: 1px solid #c9b7ba;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  200.  
  201.  
  202.  
  203.  
  204. </span></div>
  205.  
  206. </a>
  207. <div id="url">
  208.  
  209. <a href="#1">
  210. <img src="http://i.picpar.com/h2Gc.png" alt="" width="250" />
  211. </div>
  212.  
  213.  
  214. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: 600px; height: 197px; background-color:#; position: absolute; top: 240px; left: 380px; overflow: auto; text-align: left; border: 1px solid #c9b7ba;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  215.  
  216.  
  217.  
  218.  
  219. </span></div>
  220.  
  221.  
  222.  
  223.  
  224. <div style="letter-spacing: 0px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: 230px; height: 198px; background-color:#; position: absolute; top: 280px; left: 400px; overflow: auto; text-align: left; border: px solid #c9b7ba;"><span style="font-family: brush script mt, cursive; letter-spacing: 0px; font-size: 95px;"> Hime</div>
  225.  
  226.  
  227. <div style="letter-spacing: 0px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: 230px; height: 198px; background-color:#; position: absolute; top: 282px; left: 402px; overflow: auto; text-align: left; border: px solid #c9b7ba;"><span style="font-family: brush script mt, cursive; letter-spacing: 0px; font-size: 95px; color:#fff;"> Hime</div></span>
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: 230px; height: 198px; background-color:#; position: absolute; top: 280px; left: 810px; overflow: auto; text-align: left; border: px solid #c9b7ba;"><span style="font-family: brush script mt, cursive; letter-spacing: 0px; font-size: 95px;"> Ono</div>
  238.  
  239.  
  240. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: 230px; height: 198px; background-color:#; position: absolute; top: 282px; left: 812px; overflow: auto; text-align: left; border: px solid #c9b7ba;"><span style="font-family: brush script mt, cursive; letter-spacing: 0px; font-size: 95px; color:#fff;"> Ono</div></span>
  241.  
  242. </a>
  243.  
  244.  
  245. <div id="c">
  246. <a target="_blank" href=" " title=" "> </a>
  247. </div>
  248.  
  249. <div id="1" class="contentpage">
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256. <style type="text/css">
  257. @import url(https://fonts.googleapis.com/css?family=Poiret+One);
  258.  
  259.  
  260. ::selection {
  261. background: #ddd;
  262. color: #fff;
  263. }
  264.  
  265. ::-moz-selection {
  266. background: #ddd;
  267. color: #fff;
  268. }
  269.  
  270. ::-webkit-selection {
  271. background: #ddd;
  272. color: #fff;
  273. }
  274.  
  275.  
  276. ::-webkit-scrollbar-thumb:vertical {
  277. background-color: #c6a0a8;
  278. height: 50px;
  279. }
  280.  
  281. ::-webkit-scrollbar {
  282. height: 10px;
  283. width: 3px;
  284. background-color: #f0ebea;
  285. }
  286.  
  287. body {
  288. color: #aaa;
  289. text-align:justify;
  290. font-family: tahoma;
  291. font-size: 10px;
  292. background-color: #fff;
  293. background-color:#;
  294. background-attachment: fixed repeat; }
  295.  
  296.  
  297. #subete{
  298. margin-left: -200px;
  299. margin-top: 130px; }
  300.  
  301. #about { margin-top: 100px; }
  302. #about i { font-style: italic; color:#787878; letter-spacing: 2px; }
  303. #about b { font-weight: bold; color:#787878; letter-spacing: 1px; }
  304.  
  305. #kago {
  306. width: 520px;
  307. height: 330px;
  308. padding: 20px;
  309. overflow: hidden;
  310. background-color:#00062a;border: 1px solid #ddd;
  311. margin-left: 400px;
  312. margin-top: -1px; }
  313.  
  314. #shouzou {
  315. width: 360px;
  316. height: 502px;
  317. background-color:#00062a;border: 1px solid #ddd;
  318. padding: 5px;
  319. margin-top: -70px;
  320. margin-left: 400px;
  321. margin-right:-1px;
  322. float: left; }
  323. #shouzou img { width: 360px; height: 502px; opacity: 0.8; -webkit-filter: grayscale(1);
  324. }
  325.  
  326.  
  327. #daimei {
  328. text-align: center;
  329. font-family: georgia;
  330. color: #444;
  331. font-size: 16px;
  332. text-transform: lowercase;
  333. padding:0px 0px 2px 0px;
  334. border-bottom: 1px dotted #aaa; }
  335.  
  336. #fukudai {
  337. text-align: center;
  338. font-family: tahoma;
  339. color: #aaa;
  340. font-size: 12px;
  341. text-transform: none;
  342. padding:0px 20px 0px 20px;
  343. margin-top: 3px; }
  344.  
  345. #onaka {
  346. float: right;
  347. width: 200px;
  348. text-align: justify;
  349. height: 100px;
  350. padding: 5px;
  351. line-height: 15px;
  352. font-size:9px;
  353. position: relative; }
  354. .tap
  355. {color:#bebebe;
  356. border-left: solid 8px;
  357. letter-spacing: 1px;
  358. font-size:8px; }
  359.  
  360. #nai {
  361. margin-top: 7px;
  362. margin-left: 20px; }
  363.  
  364. #atama {
  365. float: left;
  366. width: 200px;
  367. height: 100px;
  368. padding: 5px;
  369. position: relative; }
  370.  
  371. #karada { position: absolute; margin-top: -5px; }
  372.  
  373.  
  374.  
  375.  
  376. ul
  377. {
  378. list-style:square;
  379. margin-left:-10px; }
  380.  
  381. blockquote
  382. {
  383. background-color: #f7f7f7;
  384. padding: 5px;
  385. margin-left: 10px; margin-right: 10px; }
  386.  
  387. /* NAVIGATION */
  388.  
  389. #navi{
  390. text-align:center;
  391. margin-left:25px;
  392. margin-top: 220px;
  393. width:200px;
  394. padding:12px;
  395. position:absolute;
  396. z-index: 9999; }
  397.  
  398. #ichi {
  399. margin-bottom:4px;
  400. color:#b2b2b2;
  401. width: 60px;
  402. background-color:#2a3647;
  403. padding: 4px;
  404. opacity: 0.6;
  405. font-size: 8px;
  406. text-transform: uppercase;
  407. letter-spacing:1px;
  408. -webkit-transition: opacity 0.3s linear;
  409. -webkit-transition: all 0.3s ease-in-out;
  410. -moz-transition: all 0.3s ease-in-out;
  411. -o-transition: all 0.3s ease-in-out;
  412. transition: all 0.3s ease-in-out; }
  413. #ichi:hover { opacity: 1; }
  414.  
  415. /* END NAVIGATION */
  416.  
  417.  
  418.  
  419.  
  420.  
  421. b {
  422. text-transform: ;
  423. font-size: px;
  424. font-weight: ;
  425. color: #545255;
  426. background: #fff;
  427. letter-spacing: px;
  428. padding: 1px 2px 1px 3px;
  429. margin-right: 2px;}
  430. u {
  431. text-transform: ;
  432. font-size: ;
  433. font-weight: ;
  434. color: #000;
  435. background: #;
  436. letter-spacing: 1px;
  437. padding: 1px 2px 1px 3px;
  438. margin-right: 2px;
  439. border-bottom: dotted 1px #000;}
  440. i {
  441. font-size: px;
  442. font-weight: ;
  443. color: ;
  444. letter-spacing: px;
  445. padding: ;
  446. margin-right: 2px;}
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455. #url1 a {
  456. margin: 0 auto;
  457. left: 890px;
  458. right: 0px;
  459. width: 100%;
  460. text-align: ;
  461. top: 163px;
  462. position: fixed;
  463. font-size: 38px; /*change url size here*/
  464. letter-spacing: 2px;
  465. color: #000; /*change url color here*/
  466. font-family: Prata;
  467. text-shadow:
  468. 0 0 3px #FFFFFF, /*change url shadow color here*/
  469. 0 0 3px #FFFFFF, /*change url shadow color here*/
  470. 0 0 3px #FFFFFF, /*change url shadow color here*/
  471. 0 0 3px #FFFFFF; /*change url shadow color here*/
  472. }
  473.  
  474. #url1 a:hover {
  475. color: #3b3439; /*change url hover color*/
  476. }
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484. .hoverbox1 {
  485. position: fixed;
  486. background-color: #fff;
  487. opacity: 0;
  488. width: 105px;
  489. height: 345px;
  490. padding: 5px;
  491. left: 1200px;
  492. top: 160px;
  493. font-family: arial;
  494. font-size: 9px;
  495. color: #;
  496. letter-spacing: 0px;
  497. -webkit-transition: all .7s ease-in-out;
  498. }
  499. .hoverbox1:hover {
  500. opacity: 1;
  501. top: 285px;
  502.  
  503. }
  504. .hoverbox1 b {
  505. color: # ;
  506. font-family: calibri;
  507. font-size: 10px;
  508. line-height: 10px;
  509. text-transform: ;
  510. }
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518. .linkbox {
  519. position: fixed;
  520. background-color: #fff;
  521. width: 100px;
  522. height: 100px;
  523. left: 1140px;
  524. top: 330px;
  525. z-index: 9;
  526. opacity: 0;
  527. border: 1px solid #000;
  528. -webkit-transition: all .0s ease-in-out;
  529. }
  530. .linkbox:hover {
  531. opacity: 1;
  532. }
  533. .linkbox a {
  534. display: block;
  535. background-color: #ebf6f9;
  536. margin-top: 4px;
  537. height: 15px;
  538. width: 90px;
  539. align: center;
  540. line-height: 15px;
  541. color: #fff;
  542. }
  543. .linkbox a:hover {
  544. background-color: #d5e9ee;
  545. }
  546.  
  547.  
  548.  
  549.  
  550.  
  551. .mainbox {
  552. background-color: #;
  553. position: fixed;
  554. width: 181px;
  555. height: 215px;
  556. left: 1140px;
  557. top: 330px;
  558. padding: 10px;
  559. border: px solid #ffffff;
  560. opacity: 1;
  561.  
  562. }
  563.  
  564.  
  565.  
  566. .ophi {
  567. position: absolute;
  568. left: 150px;
  569. top: 15%;
  570. z-index: 99;
  571. height: 75%;
  572. width: 30%;
  573. background-image:url('');
  574. background-size: 100% 100%;
  575. background-position: center;
  576. background-repeat: no-repeat;
  577. }
  578.  
  579.  
  580.  
  581.  
  582. .stars-bg {
  583. position: fixed;
  584. width: 100%;
  585. height: 100%;
  586. top: 0;
  587. left: 0;
  588. background-size: 240px;
  589. backface-visibility: visible;
  590. z-index: 1;
  591. animation: spin 300s linear infinite;
  592. }
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601. #meelaud { z-index: 10000; position: fixed; left:542px; top:292px; width:800px; font-family: 'Great Vibes', cursive; font-size: 100px; color: #fff; -webkit-text-fill-color: transparent; background: -webkit-linear-gradient(transparent, transparent), url('https://78.media.tumblr.com/2f3600645e35f8e1e95a6469fe148588/tumblr_o0qppfgN9i1txt22yo1_500.gif') repeat; background: -o-linear-gradient(transparent, transparent); -webkit-background-clip: text; background-position: center left; background-size: cover;}
  602.  
  603. #mee { z-index: 10000; position: fixed; left:540px; top:290px; width:800px; font-family: 'Great Vibes', cursive; font-size: 100px; color: #fff; -webkit-text-fill-color: transparent; background-color:#fff; background: -o-linear-gradient(transparent, transparent); -webkit-background-clip: text; background-position: center left; background-size: cover;}
  604.  
  605. a {
  606. text-decoration:none;
  607. outline:none;
  608. -moz-outline-style:none;
  609. font-style: ;
  610. color:#1b1e2f;
  611. text-shadow: -1px 0 #52566d, 0 1px #52566d, 1px 0 #52566d, 0 -1px #52566d;
  612. -moz-transition-duration:0.5s;
  613. -webkit-transition-duration:0.5s;
  614. -o-transition-duration:0.5s;
  615. }
  616.  
  617. a:hover {
  618. text-decoration:none;
  619. outline:none;
  620. -moz-outline-style:none;
  621. color:#463d1b;
  622. }
  623.  
  624.  
  625.  
  626.  
  627. .star {
  628. position: absolute;
  629. left:530px;
  630. top: 375px;
  631. text-align: justify;
  632. overflow: auto;
  633. z-index: 99;
  634. height: 200px;
  635. width: 30%;
  636. font-family: Poiret One;
  637. font-size: 2vh;
  638. color: #ddd;
  639. }
  640.  
  641.  
  642.  
  643.  
  644. .star1 {
  645. position: absolute;
  646. left:460px;
  647. top: 410px;
  648. text-align: justify;
  649. overflow: auto;
  650. z-index: 99;
  651. height: 200px;
  652. width: 30%;
  653. font-family: Poiret One;
  654. font-size: 2vh;
  655. color: #ddd;
  656. }
  657.  
  658.  
  659.  
  660.  
  661.  
  662. .star2 {
  663. position: absolute;
  664. left:430px;
  665. top: 560px;
  666. text-align: justify;
  667. overflow: auto;
  668. z-index: 99;
  669. height: 50px;
  670. width: 220px;
  671. font-family: Poiret One;
  672. font-size: 2vh;
  673. color: #ddd;
  674. }
  675. </style>
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686. <div style="letter-spacing: 1px; 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: 365px; left: 260px; overflow: auto; text-align: left; border-top: 2px solid #fff; border-right: 8px solid #fff; border-bottom: 1px solid #fff;"><span style="font-family: poiret one; font-size: 12; color: #000000;">
  687.  
  688.   Hime Sode Ono.  
  689.  
  690. </span></div>
  691.  
  692.  
  693.  
  694. <div style="letter-spacing: 1px; 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: 388px; left: 260px; overflow: auto; text-align: left; border-top: 2px solid #fff; border-right: 8px solid #fff; border-bottom: 1px solid #fff;"><span style="font-family: poiret one; font-size: 12; color: #000000;">
  695.  
  696.   Female ♀  
  697.  
  698. </span></div>
  699.  
  700.  
  701. <div style="letter-spacing: 1px; 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: 411px; left: 260px; overflow: auto; text-align: left; border-top: 2px solid #fff; border-right: 8px solid #fff; border-bottom: 1px solid #fff;"><span style="font-family: poiret one; font-size: 12; color: #000000;">
  702.  
  703.   Dragoness.  
  704.  
  705. </span></div>
  706.  
  707.  
  708.  
  709.  
  710. <div style="letter-spacing: 1px; 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: 434px; left: 260px; overflow: auto; text-align: left; border-top: 2px solid #fff; border-right: 8px solid #fff; border-bottom: 1px solid #fff;"><span style="font-family: poiret one; font-size: 12; color: #000000;">
  711.  
  712.   Water.  
  713.  
  714. </span></div>
  715.  
  716.  
  717.  
  718. <div style="letter-spacing: 1px; 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: 457px; left: 260px; overflow: auto; text-align: left; border-top: 2px solid #fff; border-right: 8px solid #fff; border-bottom: 1px solid #fff;"><span style="font-family: poiret one; font-size: 12; color: #000000;">
  719.  
  720.   Sode Ono Clan.  
  721.  
  722. </span></div>
  723.  
  724.  
  725.  
  726. <div style="letter-spacing: 1px; 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: 480px; left: 260px; overflow: auto; text-align: left; border-top: 2px solid #fff; border-right: 8px solid #fff; border-bottom: 1px solid #fff;"><span style="font-family: poiret one; font-size: 12; color: #000000;">
  727.  
  728.   Princess.  
  729.  
  730. </span></div>
  731.  
  732.  
  733.  
  734. <div style="letter-spacing: 1px; 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: 503px; left: 260px; overflow: auto; text-align: left; border-top: 2px solid #fff; border-right: 8px solid #fff; border-bottom: 1px solid #fff;"><span style="font-family: poiret one; font-size: 12; color: #000000;">
  735.  
  736.   Notyousexual.  
  737.  
  738. </span></div>
  739.  
  740.  
  741. <div style="letter-spacing: 1px; 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: 526px; left: 260px; overflow: auto; text-align: left; border-top: 2px solid #fff; border-right: 8px solid #fff; border-bottom: 1px solid #fff;"><span style="font-family: poiret one; font-size: 12; color: #000000;">
  742.  
  743.   Taken.  
  744.  
  745. </span></div>
  746.  
  747.  
  748.  
  749.  
  750.  
  751. <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: 345px; left: 30px; overflow: auto; text-align: left; border: 15px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  752.  
  753.  
  754. <img src="http://i.picpar.com/s2Gc.png" alt="" width="200" />
  755.  
  756. </span></div>
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: 150px; height: 150px; background-color:#; position: absolute; top: 555px; left: 170px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: poiret one; font-size: 12; color: #000000;">
  766. <center>
  767. <b>This <a href="https://roleplay.chat/profile.php?user=Hoku Flame">one</a>, this stubborn ass right here is mine. Don't bother. Don't touch.</b>
  768. </center>
  769.  
  770. </span></div>
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779. <div style="letter-spacing: 0px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: 230px; height: 198px; background-color:#; position: absolute; top: 280px; left: 80px; overflow: auto; text-align: left; border: px solid #c9b7ba;"><span style="font-family: brush script mt, cursive; letter-spacing: 0px; font-size: 95px; color:#7f8596;"> Hime.</div>
  780.  
  781. <div style="letter-spacing: 0px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: 230px; height: 198px; background-color:#; position: absolute; top: 282px; left: 82px; overflow: auto; text-align: left; border: px solid #c9b7ba;"><span style="font-family: brush script mt, cursive; letter-spacing: 0px; font-size: 95px; color:#e6e8ef;"> Hime.</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement