Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.50 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- BASE CODE by tumblr user Ricekiss. ONLY REDISTRIBUTE AND OR RECREDIT IF YOU CHANGE THE THEME BEYOND BEING A BASE CODE. ENJOY. --->
  9.  
  10. <meta name="color:background" content="#ffffff"/>
  11. <meta name="color:text" content="#000"/>
  12. <meta name="color:bold" content="#000"/>
  13. <meta name="color:italic" content="#000"/>
  14. <meta name="color:title" content="#000"/>
  15. <meta name="color:desc" content="#fff"/>
  16. <meta name="color:link" content="#e89e8c"/>
  17. <meta name="color:link hover" content="#e89e8c"/>
  18. <meta name="color:postborder" content="#000"/>
  19. <meta name="color:postbackground" content="#fff"/>
  20.  
  21. <meta name="image:sidebar1" content=""/>
  22. <meta name="image:sidebar2" content=""/>
  23.  
  24. <meta name="text:title" content="title"/>
  25. <meta name="text:url" content="ur url"/>
  26. <meta name="text:titlesize" content="14"/>
  27.  
  28. <meta name="text:link1url" content="/"/>
  29. <meta name="text:link1name" content="link one"/>
  30. <meta name="text:link2url" content="/"/>
  31. <meta name="text:link2name" content="link two"/>
  32. <meta name="text:link3url" content="/"/>
  33. <meta name="text:link3name" content="link three"/>
  34. <meta name="text:link4url" content="/"/>
  35. <meta name="text:link4name" content="link four"/>
  36. <meta name="text:link5url" content="/"/>
  37. <meta name="text:link5name" content="link five"/>
  38.  
  39.  
  40.  
  41. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  42. <script>
  43. (function($){
  44. $(document).ready(function(){
  45. $("[title]").style_my_tooltips({
  46. tip_follows_cursor:true,
  47. tip_delay_time:200,
  48. tip_fade_speed:300
  49. }
  50. );
  51. });
  52. })(jQuery);
  53. </script>
  54.  
  55.  
  56. <!--pop-->
  57.  
  58. <script type="text/javascript"
  59. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  60. <script>
  61. $(document).ready(function() {
  62. //
  63. $('a.poplight[href^=#]').click(function() {
  64. var popID = $(this).attr('rel'); //Get Popup Name
  65. var popURL = $(this).attr('href'); //Get Popup href to define size
  66. var query= popURL.split('?');
  67. var dim= query[1].split('&');
  68. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  69. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  70. var popMargTop = ($('#' + popID).height() + 80) / 2;
  71. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  72. //Apply Margin to Popup
  73. $('#' + popID).css({
  74. 'margin-top' : -popMargTop,
  75. 'margin-left' : -popMargLeft
  76. });
  77. $('body').append('<div id="fade"></div>');
  78. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  79. return false;
  80. });
  81. $('a.close, #fade').live('click', function() {
  82. $('#fade , .popup_block').fadeOut(function() {
  83. $('#fade, a.close').remove(); //fade them both out
  84. });
  85. return false;
  86. });
  87. });
  88. </script>
  89.  
  90. <!--pop-->
  91. <!--tab-->
  92.  
  93. <script>
  94.  
  95. $(document).ready(function(){
  96. $("ul#tabs li").click(function(e){
  97. if (!$(this).hasClass("active")) {
  98. var tabNum = $(this).index();
  99. var nthChild = tabNum+1;
  100. $("ul#tabs li.active").removeClass("active");
  101. $(this).addClass("active");
  102. $("ul#tab li.active").removeClass("active");
  103. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  104. }
  105. });
  106. });
  107.  
  108. </script>
  109.  
  110. <!--tab-->
  111.  
  112.  
  113.  
  114. <script type="text/javascript"
  115. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  116.  
  117. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  118.  
  119. <style type="text/css">
  120.  
  121. @font-face { font-family: nouvelle; src: url('https://dl.dropboxusercontent.com/s/c1w16grobfghk5n/nouvelle_vague_final.ttf?dl=0') ; }
  122.  
  123. <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Work+Sans" rel="stylesheet">
  124.  
  125.  
  126.  
  127. #s-m-t-tooltip {
  128. max-width:300px;
  129. opacity:1;
  130. padding:3px 4px 5px 4px;
  131. margin:-35px 0px -10px 30px;
  132. background-color:{color:text};
  133. border: 1px solid black;
  134. font-size:9px;
  135. letter-spacing:2px;
  136. text-transform:uppercase;
  137. color:{color:background};
  138. z-index:1000;
  139. -o-transition: all 0.3s ease-out;
  140. -webkit-transition: all 0.3s ease-out;
  141. -moz-transition: all 0.3s ease-out;
  142. }
  143.  
  144. ::-webkit-scrollbar {
  145. width: 3px;
  146. height: 3px;
  147. background: {color:background};}
  148.  
  149. ::-webkit-scrollbar-thumb {
  150. background-color:transparent;}
  151.  
  152. body {
  153. background:{color:background};
  154. margin:0px;
  155. color:{color:text};
  156. font-size:10px;
  157. line-height:130%;
  158. font-family: arial;
  159. }
  160.  
  161. a {
  162. text-decoration:none;
  163. outline:none;
  164. -moz-outline-style:none;
  165. color:{color:link};
  166. }
  167.  
  168. a:hover {
  169. color:{color:link hover};
  170. -o-transition: all 0.3s ease-out;
  171. -webkit-transition: all 0.3s ease-out;
  172. -moz-transition: all 0.3s ease-out;
  173. }
  174.  
  175. img {
  176. border:none;
  177. }
  178.  
  179. blockquote {
  180. border-left:1px solid #eee;
  181. padding-left:5px;
  182. margin:10px 4px 10px 6px;
  183. line-height:auto;
  184. }
  185.  
  186. all {
  187. font-size:15px;
  188. }
  189.  
  190. small,sub,sup {
  191. font-size:10px;
  192. }
  193.  
  194. bold,b,strong{
  195. color:{color:bold};
  196. font-size:11px;
  197. }
  198.  
  199. italic,i,em {
  200. color:{color:italic};
  201. font-size:11px;
  202. }
  203.  
  204. h1 {
  205. background-color:#f0f0f0;
  206. font-size:11px;
  207. font-family:
  208. text-transform:lowercase;
  209. text-align:center;
  210. letter-spacing:1px;
  211. padding:6px;
  212. color:{color:text};
  213. border: dashed 1px #ededed;
  214.  
  215. }
  216.  
  217. h2{
  218. text-align:center;
  219. text-transform:uppercase;
  220. }
  221.  
  222. #entries {
  223. padding:10px;
  224. width:400px;
  225. margin-left:360px;
  226. margin-top:40px;
  227. }
  228.  
  229. #post {
  230. width:400px;
  231. overflow:hidden;
  232. word-wrap: break-word;
  233. background-color:{color:posts};
  234. position:relative;
  235. border:1px solid #eee ;
  236. padding:8px 8px 8px 8px;
  237. outline-offset:1.5px;
  238. top:115px;
  239. }
  240.  
  241.  
  242.  
  243. #title, #title a {
  244. position: fixed;
  245. top: 162px;
  246. left: 834px;
  247. font-size: 10px;
  248. text-align: right;
  249. font-family:
  250. font-weight:700;
  251. letter-spacing: 0px;
  252. text-transform: lowercase;
  253. width: 170px;
  254. color:{color:link};
  255. z-index:1;
  256.  
  257. }
  258.  
  259. #title a:hover {
  260. color:{color:link hover};
  261. -o-transition: all 0.3s ease-out;
  262. -webkit-transition: all 0.3s ease-out;
  263. -moz-transition: all 0.3s ease-out;
  264. }
  265.  
  266.  
  267. #sidebarimage {
  268. width: 250px;
  269. z-index: 0;
  270. }
  271.  
  272. #sidebarimage1 img {
  273. position: fixed;
  274. top: 180px;
  275. left: 1030px;
  276. width: 200px;
  277. height: 90px;
  278. z-index: 0;
  279. border:1px solid #eee;
  280. padding:3px;
  281. background-color:#fff;
  282. }
  283.  
  284. #sidebarimage2 img {
  285. position: fixed;
  286. top: 290px;
  287. left: 1030px;
  288. width: 200px;
  289. height: 90px;
  290. z-index: 0;
  291. border-radius:0%;
  292. border:1px solid #eee;
  293. padding:3px;
  294. background-color:#fff;
  295. }
  296.  
  297. #description {
  298. position: fixed;
  299. color: {color:desc};
  300. font color:{color:text};
  301. margin-top: 140px;
  302. margin-left: 850px;
  303. width: 118px;
  304. height:190px;
  305. line-height: 15px;
  306. z-index: 0;
  307. border:1px solid #eee;
  308. padding-left:15px;
  309. padding-right:15px;
  310. padding-top:7px;
  311. padding-bottom:5px;
  312. text-align:justify;
  313. overflow:scroll;
  314.  
  315.  
  316. }
  317.  
  318. #links {
  319. position: fixed;
  320. top: 190px;
  321. left: 1006px;
  322. text-transform: uppercase;
  323. letter-spacing: 1px;
  324. font-weight:bold;
  325. font-size: 10px;
  326. font-family: 'hind', sans-serif;
  327. color:{color:title};
  328. background-color:#fff;
  329. z-index:1;
  330. }
  331.  
  332. #links a:hover {
  333. color:{color:link hover};
  334. -o-transition: all 0.3s ease-out;
  335. -webkit-transition: all 0.3s ease-out;
  336. -moz-transition: all 0.3s ease-out;
  337.  
  338. }
  339.  
  340. #pagination {
  341. position: fixed;
  342. top: 403px;
  343. left: 915px;
  344. font-family:'hind', sans-serif;;
  345. font-size:8px;
  346. text-align:center;
  347. text-transform:uppercase;
  348. font-weight:bold;
  349. }
  350.  
  351. #info {
  352. text-align: left;
  353. margin-top:11px;
  354. margin-left: 0px;
  355. width: 350px;
  356. font-family:Montserrat;
  357. font-weight:700;
  358. color:{color:text};
  359. text-transform:uppercase;
  360. }
  361.  
  362. #info a {
  363. color:{color:text};
  364. }
  365.  
  366. #tags {
  367. font-weight:400;
  368. color:{text:title};
  369. text-align:left;
  370. }
  371.  
  372. #tags a {
  373. color:{text:title};
  374. }
  375.  
  376. .question{
  377. border-bottom:1px solid #eee;
  378. background-color:#fafafa;
  379. padding:10px;
  380. margin-left:-4px;
  381. margin-top:-4px;
  382. width:390px;
  383. line-height:150%;
  384.  
  385. }
  386.  
  387. .question askk{
  388. letter-spacing:1px;
  389. text-transform:uppercase;
  390. }
  391.  
  392. .question img{
  393. float:left;
  394. border-radius:100%;
  395. margin-right:10px;
  396. margin-bottom:0px;
  397. }
  398.  
  399. #quote{
  400. margin: 10px;
  401. padding: 5px;
  402. font-family: nouvelle;
  403. font-size: 17px;
  404. text-align: center;
  405. letter-spacing: 2px;
  406. }
  407.  
  408. #source{
  409. text-align:center;
  410. font-size: 10px;
  411. line-height: 20px;
  412. }
  413.  
  414. hr.separator {
  415. height: 3px;
  416. border: none;
  417. border-bottom: #eee solid 1px; margin: .5em 0 .5em; }
  418.  
  419. #asker2 {
  420. text-transform: uppercase;
  421. font-weight: bold;
  422. }
  423.  
  424. #question {
  425. background: #eee;
  426. padding: 3px;
  427. margin-left: -5px;
  428. }
  429.  
  430.  
  431. .popup_block{
  432. display:none;
  433. background:#fff;
  434. padding:20px;
  435. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  436. float:left;
  437. position:fixed;
  438. top:404px;left:585px;
  439. z-index: 99999;
  440. height:400px;
  441. overflow:scroll;
  442. }
  443.  
  444. *html #fade {position: absolute;}
  445. *html .popup_block {position: absolute;}
  446. #fade {
  447. display:none;
  448. position:fixed;
  449. left:360px;
  450. top:0px;
  451. width:500px;
  452. height:100%;
  453. z-index:9999;
  454. background:#fff; /* change to #fff for solid white */
  455. opacity:1; /* change to opacity:1; */
  456. }
  457.  
  458.  
  459. ul#tabs {
  460. list-style-type: none;
  461. padding: 0;
  462. text-align: center;
  463.  
  464. }
  465.  
  466. ul#tabs li {
  467. background-image: url('');
  468. background-repeat:repeat;
  469. background-attachment:fixed;
  470. display: inline-block;
  471. background-color: {color:link};
  472. border: solid 1px #eee;
  473. padding: 5px 20px;
  474. margin-bottom: 4px;
  475. text-transform: uppercase;
  476. letter-spacing: 1px;
  477. font-weight:bold;
  478. font-size: 7px;
  479. font-family: 'hind', sans-serif;
  480. color: #fff;
  481. cursor: pointer;
  482. width:70px;
  483. }
  484.  
  485. ul#tabs li:hover {
  486. color:{color:text};
  487. }
  488.  
  489. ul#tabs li.active {
  490. background-image: url('');
  491. background:{color:link};
  492. background-repeat:repeat;
  493. background-attachment:fixed;
  494. color:#fff;
  495. }
  496.  
  497. ul#tab {
  498. list-style-type: none;
  499. margin: 0;
  500. padding: 0;
  501.  
  502. }
  503.  
  504. ul#tab li {
  505. display: none;
  506.  
  507. }
  508.  
  509. ul#tab li.active {
  510. display: block;
  511. background-color: {color:background};
  512. color:{color:text};
  513.  
  514. }
  515.  
  516. img {
  517. max-width:100%;}
  518.  
  519. {CustomCSS}</style></head>
  520.  
  521. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  522.  
  523. <script>
  524.  
  525. (function($){
  526.  
  527. $(document).ready(function(){
  528.  
  529. $("a[title]").style_my_tooltips({
  530.  
  531. tip_follows_cursor:true,
  532.  
  533. tip_delay_time:90,
  534.  
  535. tip_fade_speed:600,
  536.  
  537. attribute:"title"
  538.  
  539. });
  540.  
  541. });
  542.  
  543. })(jQuery);
  544.  
  545. </script><body>
  546.  
  547.  
  548. <div id="title"><a title="HOME." a href="https://andspice.tumblr.com">
  549. <b>DEAR &nbsp;&nbsp;&nbsp;HEART, &nbsp;&nbsp;&nbsp; WHY &nbsp;&nbsp;&nbsp;HIM?</b>
  550. </a></div>
  551.  
  552. <div id="description"><p align="right">you <b>&nbsp;shouldn't &nbsp;</b>have &nbsp;left &nbsp;a &nbsp;girl <i>&nbsp;ravenous &nbsp;for &nbsp;blood</i> &nbsp;alone &nbsp;to &nbsp;graze &nbsp;among &nbsp;roses. &nbsp; <b>it &nbsp;was &nbsp;never &nbsp;enough .</b><br><br>
  553. <b>ind . sel . priv <br></b> veronica lodge.<br>from <b>archie comics!</b><br> as adored by <i>dawn.</i> <br><a href="http://andsugar.tumblr.com">SUGAR!</a></div>
  554.  
  555.  
  556. <div id="sidebarimage1"><img src="{image:sidebar1}"></div>
  557. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  558.  
  559. <div id="links"><br>
  560. <a title ="{text:link1name}" a href="{text:link1url}">i.</a> &nbsp;<br><br><br><br><br><br><br>
  561. <a title ="{text:link2name}" a href="{text:link2url}">ii.</a> &nbsp;<br><br><br><br><br><br><br>
  562. <a href="#?w=400" rel="box1" class="poplight">iii.</a>
  563. </div>
  564.  
  565. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} &nbsp; &nbsp;
  566. {block:NextPage}<a href="{NextPage}"> next</a>{/block:NextPage}{/block:Pagination} </div>
  567.  
  568.  
  569.  
  570.  
  571. <div id="entries">{block:Posts}<div id="post">
  572. {block:Text}<all>{block:Title}{Title}{/block:Title}</all>{Body}{/block:Text}
  573.  
  574. {block:Photo}
  575. <div class="photo">
  576. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  577. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  578.  
  579. {block:photoset}
  580. <div class="set"><center><div class="pxu"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}
  581. <div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div></div></center></div>
  582. {/block:photoset}
  583.  
  584. {block:Quote}<div id="quote">❝ {Quote} ❞</div>{block:Source}<div id="source"> —{Source}</div>{/block:Source}{/block:Quote}
  585.  
  586. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  587.  
  588. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  589.  
  590. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  591.  
  592. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  593.  
  594. {block:Answer}
  595. <div class="question"><img src="{AskerPortraitURL-30}">
  596. <askk>{Asker} asked</askk><br>{Question}</div>
  597. <div class="caption">{Answer}</div>
  598. {/block:Answer}
  599.  
  600. <hr class="separator">
  601. <div id="info">
  602. {block:Date}{monthnumberwithzero}.{dayofmonthwithzero}{/block:Date}{block:RebloggedFrom} &nbsp; <a href="{ReblogRootURL}"title="{ReblogRoottitle}">SOURCE</a>{/block:RebloggedFrom} &nbsp; <a href="{Permalink}">
  603. {NoteCountWithLabel}</a></div>
  604.  
  605. <div id="tags">
  606. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}
  607. </div>
  608.  
  609. </div>
  610. {block:PostNotes}{PostNotes}{/block:PostNotes}<br><br>
  611. {/block:Posts}</div>
  612.  
  613.  
  614.  
  615.  
  616. </div>
  617.  
  618. </div></div></div></div></div></div></div></div></div></div>
  619.  
  620.  
  621. <!---- ONLY INSERT YOUR OWN CREDIT IF YOU'VE EDITED THE THEME BEYOND BEING A BASE CODE. . ------>
  622.  
  623. <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  624. <script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  625. <link href="//static.tumblr.com/wupwnyt/qWVoc4phj/resizing.css" rel="stylesheet" type="text/css"/>
  626.  
  627. <script>
  628. // PXU Photoset Script by Pixel Union
  629. $(document).ready(function(){
  630. $('.photo-slideshow').pxuPhotoset({
  631. lightbox:true,
  632. rounded:false,
  633. gutter:'0px',
  634. borderRadius:'0px',
  635. photoset:'.photo-slideshow',
  636. photoWrap:'.photo-data',
  637. photo:'.pxu-photo'
  638. });
  639. });
  640. </script>
  641.  
  642. </body>
  643.  
  644. <div id="box1" class="popup_block">
  645. <ul id="tabs">
  646. <li class="active">rules.</li>
  647. <li>verses.</li>
  648. <li>exclusives.</li>
  649. <li>dossier.</li>
  650. <li>other blogs.</li>
  651. </ul>
  652.  
  653. <ul id="tab">
  654. <li class="active">
  655. <p>i am <em>no way</em> affiliated with <b>veronica lodge,</b> or the creators of archie comics. any icons you see used on this blog <strong>WERE</strong>&nbsp;made by me so i&rsquo;d <em><strong>much</strong></em> rather if you didn&rsquo;t just take them.&nbsp; &nbsp; psd&nbsp; created&nbsp; by&nbsp; <strong>GRAPHICSRP&nbsp; &nbsp;&amp;&nbsp;</strong> is&nbsp; <strong><em>can't dream of you again, &nbsp; </em></strong>mixed with importune by <b>PLUTOCOMMISSIONS</b></p>
  656. <h1>ABOUT THIS BLOG</h1>
  657. <blockquote>
  658. <blockquote>this is a <strong>SELECTIVE <em>&amp;</em> PRIVATE</strong> blog, meaning that i am <em>mutual exclusive</em>. any starter calls, opens or memes are <strong>ONLY</strong> open to those i am <em>following back.</em> i will not follow blogs that feature genderbent muses.</blockquote>
  659. </blockquote>
  660. <h1>GODMODDING &amp; NSFW</h1>
  661. <blockquote>
  662. <blockquote>
  663. <p>first, godmodding is something that i shouldn&rsquo;t <strong>even need</strong> to mention. i control my character &nbsp;<strong><em>&amp;</em></strong> &nbsp;you control yours. themes of <strong>VIOLENCE, HORROR OR GORE</strong> will most likely appear on this blog due to the nature of the my muses. it will also be tagged like _______ //&nbsp;</p>
  664. </blockquote>
  665. </blockquote>
  666. <h1>REPLIES &amp; PLOTTING</h1>
  667. <blockquote>
  668. <blockquote>
  669. <p>sometimes &nbsp;i &nbsp;take &nbsp;<strong><em>awhile</em></strong> &nbsp;to &nbsp;get &nbsp;to &nbsp;my &nbsp;drafts . &nbsp;i &nbsp;am &nbsp;a &nbsp;<em>busy</em> &nbsp;person &nbsp; &nbsp;<strong><em>&amp;</em></strong> &nbsp; &nbsp;will &nbsp;have &nbsp;most &nbsp;activity &nbsp;during &nbsp;the &nbsp;weekends . &nbsp;i <strong>&nbsp;do</strong> &nbsp;have &nbsp;skype &nbsp; &nbsp;<strong><em>&amp;</em> </strong>&nbsp; &nbsp;kik &nbsp;available &nbsp;on &nbsp;<em>request</em> &nbsp;of &nbsp;others . &nbsp;plotting &nbsp;is &nbsp;something &nbsp;that &nbsp;i &nbsp;love &nbsp;<strong><em>!!</em> </strong>&nbsp;i &nbsp;much &nbsp;prefer &nbsp;to &nbsp;plot &nbsp;out &nbsp;threads &nbsp;more &nbsp;than &nbsp;<strong>spur</strong> &nbsp;of &nbsp;the &nbsp;moment &nbsp;things . &nbsp;i &nbsp;just &nbsp;find &nbsp;it &nbsp;more <strong>&nbsp;enjoyable</strong> . &nbsp;</p>
  670. </blockquote>
  671. </blockquote>
  672. <h1>PASSWORDS</h1>
  673. <blockquote>
  674. <blockquote>
  675. <p>i &nbsp;do &nbsp;not &nbsp;send &nbsp;in<strong>&nbsp; rule &nbsp;passwords&nbsp;</strong>. plain &nbsp;&nbsp;<strong><em>&amp;</em></strong>&nbsp; &nbsp;simple. &nbsp;it &nbsp;really &nbsp;triggers &nbsp;my &nbsp;<em>anxiety</em> &nbsp;to &nbsp;just &nbsp;suddenly &nbsp;jump &nbsp;into &nbsp;someone&rsquo;s &nbsp;ask . &nbsp;along &nbsp;with &nbsp;the &nbsp;fact &nbsp;that &nbsp;i &nbsp;<strong>often</strong> &nbsp;follow &nbsp;while &nbsp;on &nbsp;mobile &nbsp;so &nbsp;it &nbsp;seems &nbsp;<strong>STRANGE</strong> &nbsp;to &nbsp;message &nbsp;<em>five &nbsp;days</em> &nbsp;later .&nbsp;</p>
  676. </blockquote>
  677. </blockquote>
  678. <h1>EXCLUSIVES</h1>
  679. <blockquote><blockquote>
  680. <p>i &nbsp;enjoy &nbsp;<strong>exclusivity</strong> . &nbsp;it &nbsp;is &nbsp;<em>nothing</em> &nbsp;against &nbsp;other &nbsp;versions &nbsp;of &nbsp;those &nbsp;<strong>portrayals</strong> . &nbsp;often , &nbsp;it&rsquo;s &nbsp;because &nbsp;i &nbsp;have &nbsp;a &nbsp;<strong>strong &nbsp;connection</strong> &nbsp;with &nbsp;the &nbsp;<em>mun &nbsp; &nbsp;<strong>&amp;</strong> &nbsp; &nbsp;muse</em> . &nbsp; please &nbsp;message &nbsp;me &nbsp;if &nbsp;you &nbsp;ever &nbsp;want &nbsp;to &nbsp; become &nbsp;<em><strong>exclusive !!</strong></em> we &nbsp;can &nbsp;also &nbsp;become &nbsp;<strong>mains &nbsp;/ &nbsp;semi &nbsp;exclusives . &nbsp; see &nbsp;muse &nbsp;page for exclusives .</strong></p>
  681. </blockquote>
  682.  
  683. </li>
  684. <li>
  685.  
  686.  
  687. tbt.
  688.  
  689.  
  690.  
  691. </li>
  692. <li>
  693. tbt.
  694. </blockquote>
  695.  
  696. </li>
  697.  
  698. <li>
  699.  
  700.  
  701.  
  702. tbt.
  703.  
  704. </blockquote>
  705.  
  706.  
  707. </li>
  708.  
  709. <li>
  710.  
  711. tbt.
  712.  
  713. </li>
  714.  
  715. <li>
  716. tbc.
  717. </li>
  718.  
  719. </ul>
  720. </div>
  721.  
  722. </div></div></div></div></div></div></div></div></div></div>
  723. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement