Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.68 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>
  4.  
  5.  
  6. <link href='https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
  7.  
  8.  
  9.  
  10. <script type="text/javascript"
  11. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <script>
  15. $(document).ready(function() {
  16. //
  17. $('a.poplight[href^=#]').click(function() {
  18. var popID = $(this).attr('rel'); //Get Popup Name
  19. var popURL = $(this).attr('href'); //Get Popup href to define size
  20. var query= popURL.split('?');
  21. var dim= query[1].split('&');
  22. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  23. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  24. var popMargTop = ($('#' + popID).height() + 80) / 2;
  25. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  26. //Apply Margin to Popup
  27. $('#' + popID).css({
  28. 'margin-top' : -popMargTop,
  29. 'margin-left' : -popMargLeft
  30. });
  31. $('body').append('<div id="fade"></div>');
  32. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  33. return false;
  34. });
  35. $('a.close, #fade').live('click', function() {
  36. $('#fade , .popup_block').fadeOut(function() {
  37. $('#fade, a.close').remove(); //fade them both out
  38. });
  39. return false;
  40. });
  41. });
  42. </script>
  43. <head><title>{Title}</title>
  44. <link rel="shortcut icon" href="{Favicon}">
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  46. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47.  
  48. <!--
  49.  
  50. base code by haryum
  51. heavily edited by hybriidthemes
  52.  
  53. -->
  54.  
  55.  
  56. <meta name="color:Text" content="#9B9B9B"/>
  57. <meta name="color:Link" content="#b8b8b8"/>
  58. <meta name="color:Link Hover" content="#eeeeee"/>
  59. <meta name="color:bold" content="#000"/>
  60. <meta name="color:bold shadow" content="#000"/>
  61. <meta name="color:italics" content="#000"/>
  62. <meta name="color:italics shadow" content="#000"/>
  63.  
  64.  
  65.  
  66. <meta name="text:link 1" content="Link 1"/>
  67. <meta name="text:link 1 url" content="/"/>
  68. <meta name="text:link 2" content="Link 2"/>
  69. <meta name="text:link 2 url" content="/"/>
  70. <meta name="text:link 3" content="Link 3"/>
  71. <meta name="text:link 3 url" content="/"/>
  72. <meta name="text:link 4" content="Link 4"/>
  73. <meta name="text:link 4 url" content="/"/>
  74. <meta name="text:link 5" content="Link 5"/>
  75. <meta name="text:link 5 url" content="/"/>
  76. <meta name="text:link 6" content="Link 6"/>
  77. <meta name="text:link 6 url" content="/"/>
  78.  
  79.  
  80.  
  81. <style type="text/css">
  82. .popup_block{
  83. display:none;
  84. background:url(http://i.imgur.com/0tLLscR.png);
  85. padding:10px;
  86. float:left;
  87. text-transform:none;
  88. position:fixed;
  89. top:50%;left:50%;
  90. height: 400px;
  91. width: 400px;
  92. z-index: 99999999;
  93. -webkit-animation: SlideIn 2s;
  94. -moz-animation: SlideIn 2s;
  95. -ms-animatin: SlideIn 2s;
  96. -o-animation: SlideIn 2s;
  97. animation: SlideIn 2s;
  98. }
  99.  
  100. *html #fade {position: absolute;}
  101. *html .popup_block {position: absolute;}
  102. #fade {
  103. display:none;
  104. position:fixed;
  105. left:0px;
  106. top:0px;
  107. width:100%;
  108. height:100%;
  109. z-index:9999;
  110. background:#000; /* change to #fff for solid white */
  111. opacity:0.5; /* change to opacity:1; */
  112. }
  113. #popuptext {
  114. position:fixed;
  115. width:390px;
  116. height:390px;
  117. margin-left:227px;
  118. margin-top:5px;
  119. TEXT-ALIGN:justify;
  120. color:#fff;
  121. font-size:14px;
  122. overflow-y:scroll;
  123. overflow-x:hidden;
  124. font-family: 'Yanone Kaffeesatz', sans-serif;
  125. }
  126.  
  127. ::-webkit-scrollbar {width: 0px; height: 0px; background: #3D3D3D;}
  128. ::-webkit-scrollbar-thumb {background-color:#3D3D3D ; border: 0px #3D3D3D;}
  129.  
  130. iframe#tumblr_controls {
  131. white-space:nowrap;
  132. -webkit-filter: invert(100%);
  133. -moz-filter: invert(100%);
  134. -o-filter: invert(100%);
  135. -ms-filter: invert(100%);
  136. filter: invert(100%);
  137. opacity:.2;transition: .8s ease-in-out;
  138. -webkit-transition: .8s ease-in-out;
  139. -moz-transition: .8s ease-in-out;
  140. -o-transition: .8s ease-in-out;
  141. }
  142.  
  143.  
  144. /*- body -*/
  145.  
  146. body {
  147. background-image:url("http://i.imgur.com/fQPE8e2.jpg");
  148. background-attachment: fixed;
  149. background-image:stretch;
  150. background-repeat: no-repeat;
  151. background-image:cover;
  152. background-position:left top;
  153. background-color: #999795;
  154.  
  155. }
  156.  
  157. img {
  158. border:none;
  159. }
  160.  
  161. a {
  162. text-decoration:none;
  163. outline:none;
  164. -moz-outline-style:none;
  165. color:{color:link};
  166. -webkit-transition: all 0.6s ease;
  167. -moz-transition: all 0.6s ease;
  168. -o-transition: all 0.6s ease
  169. }
  170.  
  171. a:hover {
  172. color:{color:link hover};
  173. -webkit-transition: all 0.8s ease;
  174. -moz-transition: all 0.8s ease;
  175. -o-transition: all 0.8s ease
  176. }
  177.  
  178. h1 {
  179. font-size:14px;
  180. text-transform:uppercase;
  181. font-weight: bold;
  182. }
  183.  
  184. blockquote {
  185. font-size:14px;
  186. border-left:1px solid #fff;
  187. margin-left:2px;
  188. padding-left:5px;
  189. text-align:justify;
  190. width:230px;
  191. }
  192.  
  193. blockquote img {
  194. max-width:100%;
  195. height:auto;
  196. padding:0px;
  197. }
  198.  
  199. /*- posts/entries -*/
  200.  
  201.  
  202. #entries {
  203. padding:10px;
  204. left:567px;
  205. position:fixed;
  206. background-color:transparent;
  207. width:250px;
  208. height:310px;
  209. top:210px;
  210. padding: 20px;
  211. overflow-x:scroll;
  212. scroll:left;
  213. overflow-x:hidden;
  214. color:{color:text};
  215. font-family: 'Yanone Kaffeesatz', sans-serif;
  216. font-size:17px;
  217.  
  218. }
  219.  
  220.  
  221. #post {
  222. width:250px;
  223. padding:10px;
  224. margin-bottom:10px;
  225. }
  226.  
  227. /*- sidebar -*/
  228.  
  229.  
  230. #sidebar {
  231. color: #fff;
  232. position:fixed;
  233. width:91px;
  234. height:auto;
  235. top:300px;
  236. left:160px;
  237. text-align:left;
  238. font-size: 14px;
  239.  
  240. }
  241.  
  242.  
  243. #description {
  244. width:110px;
  245. font-family: 'Yanone Kaffeesatz', sans-serif;
  246. line-height:100%;
  247. font-size:10px;
  248. padding-bottom:5px;
  249. text-align:center;
  250. color:#fff
  251. }
  252.  
  253. #links {
  254. top: -70px;
  255. left:-50px;
  256. width:300px;
  257. display:inline-block;
  258. position:relative;
  259. text-align:left;
  260. margin-left:0px;
  261. transform: rotate(33deg);
  262.  
  263. }
  264.  
  265. #links a {
  266. color:transparent;
  267. text-shadow: 0 0 5px transparent;
  268. text-align:left;
  269. font-size:14px;
  270. line-height:10px;
  271. font-style:;
  272. font-family:calibri;
  273. letter-spacing:10px;
  274. text-transform:uppercase;
  275. display:inline-block;
  276. -webkit-transition: all 0.3s linear;
  277. -moz-transition: all 0.3s linear;
  278. transition: all 0.3s linear;
  279. opacity:.5;
  280. border-color:#000;
  281. border-width:1px;
  282. border-style:solid;
  283. border-radius: 1px;
  284. -moz-border-radius: 1px;
  285. -webkit-border-radius: 1px;
  286.  
  287. }
  288.  
  289. #links a:hover {
  290. padding-left: 2px;
  291. padding-right: 2px;
  292. color:{color:link hover}
  293. -webkit-transition: all 0.4s ease;
  294. -moz-transition: all 0.4s ease;
  295. -o-transition: all 0.4s ease
  296. }
  297.  
  298.  
  299. #pagination {
  300. position:fixed;
  301. width:680px;
  302. height: 10px;
  303. font-size:10px;
  304. text-align:center;
  305. left: 500px;
  306. bottom: 470px;
  307. padding: 10px;
  308. font-family:consolas;
  309. letter-spacing:4px;
  310. opacity: 1;
  311. color: #fff;
  312. }
  313.  
  314.  
  315. /*- others -*/
  316.  
  317.  
  318. #info {
  319. text-align:right;
  320. margin-top:10px;
  321. padding: 5px;
  322. font-size: 9px;
  323. color: {color:link};
  324. text-transform: uppercase;
  325. font-style: normal;
  326. border-top: 1px solid #3E3F40;
  327. opacity:0;
  328. }
  329.  
  330. #post:hover #info {
  331. opacity:1;
  332. -moz-transition-duration:1s;
  333. -webkit-transition-duration:1s;
  334. -o-transition-duration:1s;
  335. }
  336.  
  337.  
  338. #ask {
  339. float:left;
  340. width: 250px;
  341. padding: 5px;
  342. font-style: underline;
  343. text-align:justify;
  344. text-transform: uppercase;
  345. padding-bottom: 5px;
  346. padding-right: 5px;
  347. line-height:115%;
  348. background-color: #4a4a4a;
  349. opacity:0.5;
  350. }
  351.  
  352. #answer {
  353. font-size: 12px;
  354. width: 250px;
  355. padding-top: 10px;
  356. margin-left: 7px;
  357. line-height:120%;
  358. }
  359.  
  360. b, strong{
  361. color: {color:bold};
  362. font-size:15px;
  363. letter-spacing:0px;
  364. text-shadow: 0px 0px 0px {color:bold shadow};
  365. font-weight: bold;
  366. width:{text:post width};
  367. }
  368.  
  369. i, em, strong {
  370. color: {color:italics};
  371. font-size:14px;
  372. letter-spacing:0px;
  373. text-shadow:0 0 0.3em {color:italics shadow};
  374. font-weight: bold;
  375. width:{text:post width};
  376.  
  377. }
  378.  
  379. /*----------------------------------------
  380. Update Tab #1 (CSS Left) by Incedo
  381. http://incedothemes.tumblr.com
  382. Please do not remove the credit.
  383. Instructions @ http://incedothenes.tumblr.com/tab
  384. Updated 8/7/14
  385. ------------------------------------------*/
  386.  
  387. #updatetab {
  388. font-family: helvetica; /*this is the font*/
  389. color: #fff;} /*this is the font color*/
  390. #tabtitle, #dropdown, #dropdown p {
  391. background-color:#4e4e4e; /*this is the background color*/
  392. border-color: transparent;
  393. } /*this is the border color*/
  394.  
  395. #updatetab {
  396. width:200px;
  397. position:fixed;
  398. top:120px;
  399. left:-20px;}
  400.  
  401. #tabtitle {
  402. text-align:center;
  403. padding:1px 3px;
  404. letter-spacing:6px;
  405. font-size:8px;
  406. text-transform:uppercase;
  407. border-width:1px;
  408. border-style:solid;
  409. border-radius: 2px;
  410. -moz-border-radius: 2px;
  411. -webkit-border-radius: 2px;
  412. transform: rotate(33deg);
  413. background-color:transparent;
  414. }
  415.  
  416. #dropdown {
  417. position:fixed;
  418. top:300px;
  419. left:100px;
  420.  
  421. border-style:solid;
  422. border-width:0px 1px 1px 1px;
  423. padding:2px 5px 5px 5px;
  424. border-bottom-right-radius: 2px;
  425. -moz-border-bottom-right-radius: 2px;
  426. -webkit-border-bottom-right-radius: 2px;
  427. border-bottom-left-radius: 2px;
  428. -moz-border-bottom-left-radius: 2px;
  429. -webkit-border-bottom-left-radius: 2px;
  430. opacity:0;
  431. -webkit-transition: all 0.5s ease-in-out;
  432. -moz-transition: all 0.5s ease-in-out;
  433. -o-transition: all 0.5s ease-in-out;
  434. -ms-transition: all 0.5s ease-in-out;
  435. transition: all 0.5s ease-in-out;
  436. background-color:#4e4e4e;
  437. }
  438.  
  439. #updatetab:hover #dropdown {
  440. position:fixed;
  441. top:300px;
  442. left:100px;
  443.  
  444. opacity:.7;
  445. -webkit-transition: all 0.5s ease-in-out;
  446. -moz-transition: all 0.5s ease-in-out;
  447. -o-transition: all 0.5s ease-in-out;
  448. -ms-transition: all 0.5s ease-in-out;
  449. transition: all 0.5s ease-in-out;
  450. }
  451.  
  452. #dropdown p {
  453. position:fixed;
  454. top:300px;
  455. left:100px;
  456.  
  457. padding-top:4px;
  458. padding-bottom:4px;
  459. padding-left:4px;
  460. padding-right:4px;
  461. border-width:0px 0px 1px 0px;
  462. border-style:solid;
  463. font-size:10px;
  464. text-align:center;
  465. }
  466.  
  467. #dropdown p:last-of-type {
  468. position:fixed;
  469. top:300px;
  470. left:100px;
  471. border-bottom:0px solid transparent;
  472. }
  473.  
  474. #updatetab p, #updatetab ul, #updatetab li, #updatetab ol {
  475. margin: 0px 0px 0px 0px;}
  476.  
  477. #c {
  478. position:fixed;
  479. bottom:4px;
  480. right:4px;
  481. font-size:13px;
  482. font-family:helvetica;}
  483.  
  484. #player {position: fixed; bottom: -20px; left: 0;}
  485.  
  486.  
  487. iframe#tumblr_controls {
  488. top: 0% !important;
  489. right:0% !important;
  490. opacity:0.3;
  491. position: fixed !important;
  492. filter:alpha(opacity=30);
  493. -webkit-transition: all 0.7s ease;
  494. -moz-transition: all 0.7s ease;
  495. -o-transition: all 0.7s ease;
  496. }
  497. iframe#tumblr_controls:hover{
  498. top: 0% !important;
  499. right:0% !important;
  500. opacity:0.8;
  501. position: fixed !important;
  502. filter:alpha(opacity=80);
  503. -webkit-transition: all 0.7s ease;
  504. -moz-transition: all 0.7s ease;
  505. -o-transition: all 0.7s ease;
  506. }
  507.  
  508.  
  509. {CustomCSS}</style></head><body>
  510.  
  511. <!----------------------------------------
  512. Update Tab #1 (HTML) by Incedo
  513. http://incedothemes.tumblr.com
  514. Please do not remove the credit.
  515. Instructions @ http://incedothenes.tumblr.com/tab
  516. Updated 9/21/13
  517. ------------------------------------------>
  518.  
  519. <!-- Song Player http://playlist.me --><script type="text/javascript" src="http://playlist.me/w/script.js" data-config="{'skin':'http://static.tumblr.com/zeaszfj/6I9n2rp0t/.css','volume':100,'autoplay':true,'shuffle':false,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'control','url':'https://www.youtube.com/watch?v=so8V5dAli-Q'},{'title':'gasoline','url':'https://www.youtube.com/watch?v=zRHNi3QfFlE'},{'title':'i walk the line','url':'https://www.youtube.com/watch?v=8qjl4lysi_s'},{'title':'broken crown','url':'https://www.youtube.com/watch?v=sXzDu071RdQ'},{'title':'no light, no light','url':'https://www.youtube.com/watch?v=HGH-4jQZRcc'},{'title':'cain','url':'https://www.youtube.com/watch?v=KDIShBsd7HI'},{'title':'humans are such easy prey','url':'https://www.youtube.com/watch?v=Y8DekFFCE5c'},{'title':'two steps from hell','url':'https://www.youtube.com/watch?v=ASj81daun5Q'},{'title':'give us a little love','url':'https://www.youtube.com/watch?v=rAHp5lGIlWg'}]}" ></script><noscript><a href="http://playlist.me/songs/">player playlist</a></noscript><!-- playlist.me script end -->
  520.  
  521. <div id="updatetab">
  522.  
  523. <div id="tabtitle">
  524. <!---this is where you put title of your updates tab--->
  525. HOLOCARD
  526. </div>
  527.  
  528. <div id="dropdown">
  529. <!---this is where you put your individual updates, make sure to put each update between a set of <p> and </p>--->
  530.  
  531.  
  532.  
  533.  
  534. </p>
  535. </div>
  536.  
  537. </div>
  538. <!---please do not remove this--->
  539. <div id="c"><a href="http://incedo.tumblr.com">©</a></div>
  540.  
  541.  
  542.  
  543. <div id="sidebar">
  544.  
  545. <div id="links">
  546. <a href="{text:link 1 url}" title="home">█</a>
  547. <a href="#?w=650" rel="box1" title="ask" class="poplight">█</a>
  548. <a href="#?w=650" rel="box2" title="rules" class="poplight">█</a>
  549. <a href="#?w=650" rel="box3" title="about" class="poplight">█</a>
  550. <a href="#?w=650" rel="box4" title="verses" class="poplight">█</a>
  551. <a href="#?w=650" rel="box5" title="navi" class="poplight">█</a>
  552. </div>
  553.  
  554.  
  555.  
  556. <div id="description">{Description}</div>
  557.  
  558. </div>
  559.  
  560.  
  561. <div id="pagination">
  562.  
  563. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>BACK</big> </a>{/block:PreviousPage}{/block:Pagination}
  564. {block:Pagination}{block:NextPage}<big><a href="{NextPage}">FORTH</a></big>{/block:NextPage}{/block:Pagination}
  565. </div>
  566.  
  567. <div id="entries">{block:Posts}<div id="post">
  568.  
  569. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  570.  
  571. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  572.  
  573. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  574.  
  575. {block:Quote}{Quote}{/block:Quote}
  576.  
  577. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  578.  
  579. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  580.  
  581. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  582. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  583. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  584. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  585. {/block:Audio}
  586.  
  587. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  588.  
  589. {block:Answer}<div id="ask">{Asker}:&nbsp; {Question}</div><br><div id="answer">{Answer}</div>{/block:Answer}
  590.  
  591. <div id="info">
  592. {block:Date}<a href="{Permalink}">
  593. {TimeAgo}</a></a>{/block:Date} | <a href="{Permalink}">
  594. {NoteCountWithLabel}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}"
  595. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom} <br> {block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}
  596.  
  597. </div>
  598.  
  599. </div>
  600. {/block:Posts}
  601. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  602. {/block:Posts}</div></div></div>
  603.  
  604. <div style="position:fixed;bottom:5px; left:0px; text-transform:lowercase; font-size:8px; letter-spacing:2px; padding: 3px;"><a href="http://hybriidthemes.tumblr.com/">HT</a></center></div>
  605.  
  606.  
  607. </body>
  608. <div id="box1" class="popup_block">
  609. <div id="popuptext">
  610. <p><iframe frameborder="0" scrolling="no" width="400" height="400" src="http://www.tumblr.com/ask_form/faculaed.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  611. </div></div>
  612.  
  613. </div></div></div></div></div></div></div></div></div></div>
  614.  
  615. <div id="box2" class="popup_block">
  616. <div id="popuptext">
  617. <center>
  618.  
  619. <small><p><b><u>basics;</b></u> <br><li>first off, this is an <i>independent, extremely private, semi-exclusive and selective </i>blog for anakin skywalker from star wars. anakin means a great deal to me, and i will<u> not tolerate any negativity</u> towards his character or my portrayal in any sense. also, this blog is <b><u>mutuals only</b></u>, meaning i only interact with people that i follow and who follow me back. before interacting, please make sure to double check that we are mutuals. anything written towards me that does not follow this guideline will be deleted and ignored.
  620.  
  621. <p><li><i>i am very crossover and oc friendly</i>, though have become rather picky as well. the only rules regarding original characters i have is that i will ask that you have a <u>detailed biography</u> and verse page ready so i can understand your character. without this, i cannot plot. i will<b> NOT</b> roleplay with ocs relatives and offspring of canon characters.
  622.  
  623. <p><b><u>following & activity; </b></u><br><li>if i follow you, that means i want to <i>interact with you</i>. i’m currently seeking writers for<b> plot heavy threads and commitment to long term writing.</b> i tend to be rather slow with following back because i am constantly busy with my schooling and work load so please be patient. i will <b>not </b>tolerate continuous refollowing in hopes of capturing my attention, though welcome “can you check out my blog?” inquires.
  624.  
  625. <li><p>i will unfollow if we go a long time without interaction, or if you’ve been inactive. i would like to keep my dash clean as much as possible. as for activity on my part, i am a very busy person. <u>please do not push me for replies or bombard me in attempt to get to yours faster.</u> i lose muse for threads pretty quickly if i’m not interested in writing them any longer, or don’t see them going in places to develop anakin further. please do not take me <i>dropping threads </i>personally! i am always open for more.
  626.  
  627. <p><b><u>exclusivity & mains;</b></u> <br><li>i <i>do take mains and exclusives</i> and you can find more updated information on my current mains <u><b> <a href="http://faculaed.tumblr.com/mains">here</a></u></b>. i <b>do not</b> take exclusives for characters that anakin interacts with <u>most</u> ( ex; obi-wan, padme, etc ) though i would take exclusives for characters that he may not interact with alot in my main verses ( ahsoka, luke, leia, etc ). i also take <b>SHIPPING exclusives </b>from any verse, though of course there must be some chemistry involved. i will not add mains or exclusives if there is no <u>ooc communication</u>, as that is very important. when it comes to threading, mains and exclusives usually get me attention before others. this is for obvious reasons. again, this is not personal. it is mostly because i know that i can rely on them to be long-term partners.
  628.  
  629. <p><b><u>triggers & nsfw;</b></u><br><li> i<i> do not tag triggers</i> unless it’s for sexual content, or extremely dark themes ( rape, abuse, death, etc ). please be sure you are<u> comfortable </u>with darker themes before you follow. anakin’s story is full of them, and especially recognized in my portrayal as i <i>love</i> to explore these things. <i>i am of age</i> and smut will occur once an established trust is formed and chemistry between our characters is mutual. i will <u>not</u> smut with someone who is not of age to do so, or whom i do not feel comfortable with.
  630.  
  631. <p><b><u>plotting;</b></u><br><li> i had not anticipated to receive so many followers in such a short time, so from now on i will only be seeking <b>long-term partners</b>. please do not come to me if you do not plan to continue multiple plot arcs with me. i do not want to waste either of our time! however, if you do find yourself interested in writing with me — <i>don’t be shy</i>! my inbox and ims are always open to ideas and just general headcanon fangirling. seriously, i am trash when it comes to plots! i love them with all my heart and encourage them <b>completely</b>.
  632.  
  633. <p><b><u>shipping;</b></u><br><li> i am shipping trash. anakin is an extremely <i>emotional person </i>and i love exploring relationships ( of all kinds ) with him. all i ask is that you <b>do not force any type of ship on me</b>, and that we have<u> chemistry</u>. i do not<i> auto ship</i> with anyone, even if our characters already have a pre-established relationship. as you may know, i am already <u>ship exclusive</u> with a padme as it is. so, therefore, i will thread carefully when it comes to any shipping interaction. as for anakin, i headcanon him as <b><i>bisexual</b></i> and focus mainly on<i> obi-wan kenobi and padme amidala ships</i>. anything else is iffy, but possible.
  634.  
  635.  
  636. <p><b><u>duplicates;</b></u> <br><li> for the most part, i'm <b>iffy</b> about duplicates. even in this fandom, i've had bad experiences with duplicate anakins, so i'm hesitant to follow them back unless i'm <i>immediately comfortable with their portrayal</i> and can see myself becoming <u>friends</u>. if you're one of those that think you're <b>"the best"</b>, and continously try to police what other anakin rpers are allowed to headcanon or do with their muse --- <i>don't follow me</i>. chances are, i'm not interested.
  637.  
  638. <p><li> that being said, i <b>do still interact with duplicates.</b> i'm all for twin aus and even inner monologues between them so if you have ideas or interest in that, <i>come to me!</i>
  639.  
  640.  
  641. <p><b><u>courtesy;</b></u> <br><li>basically,<b> don’t be an asshole</b>. don’t steal any of my content, don’t send hate, don’t start drama. if any of these rules are violated i will <u>unfollow or block</u> you. don’t post negativity on ANY star wars characters or ships. quite frankly it’s immature and rude. <i>i do not send in rule passwords</i>. that’s all i can conjure, so have a great day!
  642.  
  643. <p><b><u><big>mun;</big></b></u><br> <li><i>i’m chas! i’m nineteen and pretty much in love with anakin skywalker. he is my precious sinammon roll and i will protect him with my entire being. i’m currently in college to pursue my degree in political science and minor in sociology. i’m a marxist communist and leftist activist. just like anakin, i hate sand and would probably burn if a hot guy told me he loved me *wink wonk at obi*. i am obikin trash, though love anidala very very much. please feel free to talk to me about anything political, gaming, or star wars – chances are i am 100% ridiculously ecstatic about it. </i></small>
  644.  
  645.  
  646. </div></div>
  647.  
  648. </div></div></div></div></div></div></div></div></div></div>
  649.  
  650. <div id="box3" class="popup_block">
  651. <div id="popuptext">
  652.  
  653. <center><b><u><sub>&*– “you are the chosen one. you have brought balance to this world. stay on this path and you will do it again… for the galaxy.”</b></u></b></i>
  654.  
  655. <p><img src="https://40.media.tumblr.com/3c931a61d511fc7518b6d4d73ca9d193/tumblr_inline_o1joa9vsIz1tkycy0_540.png" alt="look at him ok">
  656. <img src="https://36.media.tumblr.com/8bee261d58be05756493b508cb366273/tumblr_inline_o1jqnx4P3o1tkycy0_540.png" alt="chokes">
  657. <img src="https://40.media.tumblr.com/72a65008516ea497298f4f23b631cef4/tumblr_inline_o1u7cwg3t11tkycy0_540.png" alt="babe af">
  658.  
  659. <small><p><u><b>basics</b></u><p></center>
  660.  
  661. <br><li><b><i><u>full name:</b></i></u> anakin skywalker
  662. <br><li><b><i><u>alias:</b></i></u> chosen one, ani, general skywalker.
  663. <br><li><b><i><u>age:</b></i></u> 23.
  664. <br><li><b><i><u>date of birth:</b></i></u> 42 BBY.
  665. <br><li><b><i><u>sexuality:</b></i></u> bisexual.
  666. <br><li><b><i><u>zodiac sign:</b></i></u> gemini.
  667. <br><li><b><i><u>homeworld: </b></i></u>tatooine, born to slave shmi skywalker.
  668. <br><li><b><i><u>current residence: </b></i></u>coruscant.
  669. <br><li><b><i><u>saber:</b></i></u> kyber crystal blue, form v, form vi.
  670. <br><li><b><i><u>affiliations:</b></i></u> jedi order/ the republic.
  671. <br><li><b><i><u>masters:</b></i></u> qui-gon jinn, obi-won kenobi, darth sidious (later-life).
  672. <br><li><b><i><u>padawan:</b></i></u> ahsoka-tano.
  673. <br><li><b><i><u>species:</b></i></u> force-sensitive human.
  674. <br><li><b><i><u>siblings:</b></i></u> only child.
  675. <br><li><b><i><u>significant others:</b></i></u> padme ( canon ), obi-wan kenobi ( au )
  676. <br><li><b><i><u>offspring:</b></i></u> luke skywalker, leia organa.
  677. <br><li><b><i><u>relatives:</b></i></u> han solo
  678. <br><li><b><i><u>descendants:</b></i></u> ben solo // kylo ren
  679. <p>
  680.  
  681. <center><u><b>in-depth information</u></b><p></center>
  682.  
  683. <br><li><b><i><u>current religion:</b></i></u> the force.
  684. <br><li><b><i><u>political affiliation and allegiances: </b></i></u> galactic republic, galactic empire, jedi order, sith.
  685. <br><li><b><i><u>mbti:</b></i></u> <a href="http://www.16personalities.com/enfp-personality">ENFP: "The Campaigner"</a>
  686. <br><li><b><i><u>quirks: </b></i></u>daredevil attitude - especially when in flight, often seen competing with his padawan during battle, clenches fists ad ros eyes when irritable, very physical ( needs to be touching someone when in conversation )
  687. <br><li><b><i><u>traits:</b></i></u> emotional, slightly arrogant, extremely determined to prove himself, protective to those he is close to, curious, confident, generous, temperamental, passionate, daring, flexible, irrational, foolhardy ( at times ), hotheaded, vindictive, confident, dramatic, disciplined.
  688. <br><li><b><i><u>mentality: </b></i></u> moments of extreme rage. insomniac, ptsd, dissociation, depression, bipolar personality disorder.
  689. <br><li><b><i><u>education:</b></i></u> former padawan, basic education, knight and master jedi, sith lord.
  690. <br><li><b><i><u>languages:</b></i></u> </b></i></u>galactic standard ( basic ), huttese, sith, coruscanti dialectic, binary.
  691. <br><li><b><i><u>skills: </b></i></u>piloting, the force, combat, saber skills, war strategy, mechanic and saber construction, arguing.
  692. <br><li><b><i><u>moral alignment:</b></i></u> chaotic good, chaotic neutral towards later pre-vader timeline
  693.  
  694. <p>
  695.  
  696. <center><u><b>physical descriptions
  697. </u></b><p></center>
  698. <br><li><b><i><u>hair length and color:</b></i></u> blond to brown, near shoulder length.
  699. <br><li><b><i><u>eye color:</b></i></u> blue-green.
  700. <br><li><b><i><u>build:</b></i></u> fit, athletic, muscular from jedi training.
  701. <br><li><b><i><u>height:</b></i></u> 1.88 meters. (6’ 2").
  702. <br><li><b><i><u>weight:</b></i></u> 84 kilograms (185 lbs).
  703. <br><li><b><i><u>dominant hand: </b></i></u>left-handed, though does have a decent control of right as well.
  704. <br><li><b><i><u>accent:</b></i></u> outer rim, later picks up a very light coruscantian accent.
  705. <br><li><b><i><u>anomalies: </b></i></u>cybernetic arm and hand, scars on face. </small>
  706.  
  707. </div></div>
  708.  
  709. </div></div></div></div></div></div></div></div></div></div>
  710.  
  711. <div id="box4" class="popup_block">
  712. <div id="popuptext">
  713.  
  714. <center>
  715. <p><img src="https://36.media.tumblr.com/65b1ebff36955204eda68c43ef0b5c4d/tumblr_inline_o1joa2d3pU1tkycy0_540.png" alt="look at him ok">
  716. <img src="https://41.media.tumblr.com/929efb0ba0320f779b2398475395d90f/tumblr_inline_o1joamr0K31tkycy0_540.png" alt="chokes">
  717.  
  718. <p><u><b><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-main-verse-;-not-the-jedi-i-should-be.-)">main verse</a></b></u>
  719. <br> <blockquote><small>follows the events of episode iii as anakin is dealing with the end of the clone wars, the dark side temptations and his unfolding personal life. known as one of the most prominent and successful of jedi knights, along side his partner obi-wan kenobi.
  720.  
  721. <p> <center><u><b>arcs</u></b></center>
  722. <li><i>i. ( clone wars ) </i>anakin is a general in the clones wars, operating for the republic in order to preserve security and peace within the galaxy. post-padawan ahsoka, confronting the darkness within him after being haunted of death of his wife, padme amidala.
  723. <li> <i>ii. ( redeem ; au closed with <a href="http://gcneralkenobi.co.vu/">kcnobiating</a> ) </i> redemption arc in which obi-wan is heavily injured during the battle of mustafar and tortured by darth sidious ( purposefully in front of anakin ) his new apprentice. obi-wan is considered a slave to the galactic empire, a trophy of victory, though anakin finds it hard to support, and attempts to overthrow darth sidious with the help of his old friend.
  724. <li> <i>iii. ( infected ; au closed with <a href="http://gcneralkenobi.co.vu/">kcnobiating</a> ) </i> obi-wan and anakin are few in the number of survivors once an outbreak releases into the world --- killing off humans and infected them with a virus that transforms them into zombies immune to force abilities. the two cling to one another for survival, however, once the chosen one is bitten --- the prophecy speaking of him saving the world is put to practice.
  725.  
  726. <li> <i>iv. ( the ledge ; au closed with <a href="http://forcemeadow.tumblr.com/">forcemeadow</a> ) </i> anakin's attachment prevents him from following his master's orders and killing obi-wan, and instead he is captured. hidden from darth sidious for violating direct orders to end the jedi master's life, anakin desperately tries to convince his former master to turn to the dark side. however, after anakin's secret is discovered -- obi-wan is subjected to torture as his disobidient apprentice's punishment and an attempt to drive him to the dark side on behalf of sidious' own agenda.</blockquote>
  727.  
  728.  
  729.  
  730. <p><img src="https://41.media.tumblr.com/7ffea24e51db63e241717cfb3c049677/tumblr_inline_o1vvak5NND1tkycy0_540.png" alt="look at him ok">
  731. <img src="https://40.media.tumblr.com/db212d78ae725901270faeab546bb10e/tumblr_inline_o1vvb984Yg1tkycy0_540.png" alt="chokes">
  732.  
  733. <p><u><b><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-padawan-verse-;-the-force-is-strong-within-you.-)">padawan verse</a></b></u>
  734. <br><blockquote><small> storyline from episode i-ii, in which anakin is the padawan of master obi-wan kenobi, and continuing his jedi training. meanwhile, the council is under continous stress as an increase in sepratists forces threaten the republic, and the beginning of the clone wars ensue.
  735.  
  736. <p> <center><u><b>arcs</u></b></center>
  737. <li><i>i. ( protector ) </i> anakin is ordered to watch over senator amidala on naboo after an assassination attempt on her life, a sparkling romance blossoming from their short time together. however, after being haunted by premonitions of his mother's death -- he is determined to locate her on tattooine.
  738. <li><i>ii. ( switched; au closed with <a href="http://forcemeadow.tumblr.com/">forcemeadow</a> ) </i> anakin is the master, obi-wan kenobi is his padawan. the jedi master finds himself falling deeply in love with his partner, though the code looms over them disapprovingly as they embark on a forbidden romance, all the while continuing training and the search for the sepratists forces threatening the peace of the republic.</blockquote>
  739.  
  740.  
  741. <p><img src="https://40.media.tumblr.com/3c931a61d511fc7518b6d4d73ca9d193/tumblr_inline_o1joa9vsIz1tkycy0_540.png" alt="look at him ok">
  742. <img src="https://41.media.tumblr.com/7602f31e46490f28d8ff7a9054b5a3e4/tumblr_inline_o1jogmon791tkycy0_540.png" alt="chokes">
  743.  
  744. <p><u><b><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-cw-verse-;-i%E2%80%99ve-got-a-bad-feeling-about-this.-)">clone wars verse</a></b></u>
  745. <br><blockquote><small> follows the events of the clone wars tv series, in which anakin skywalker is one of the most renowned generals in the war, fighting against the seperatist and trade federation forces to protect the republic. known for his brash, yet cunning battle strategy, though his methods continue to grow more aggressive as he is haunted by the dark side of the force.
  746. <p> <center><u><b>arcs</u></b></center>
  747. <li><i>i. ( saviour ; au closed with <a href="http://fulcrumm.tumblr.com/">fulcrumm</a> ) </i> ahsoka tano discovers the sith lord bringing about violence throughout the empire is her former master anakin skywalker. following her duty, she seeks him out and is purposefully captured. also feeling the familiar pull of a past bond, darth vader confronts his former padawan --- and feels a calling to the light that he hasn't felt in years.
  748. <li><i>ii. ( fragile heart in your hands ; au closed with <a href="http://gcneralkenobi.co.vu/">kcnobiating</a> )</i> anakin forgets his lightsaber in the midst of a battle, though his partner offers his own --- leaving himself defenseless. obi-wan is severly wounded. ( more to develop. )</blockquote>
  749.  
  750. <p><img src="https://36.media.tumblr.com/70dd8aa55a1bb3728df3f6b393bacebd/tumblr_inline_o1vx6kc7B11tkycy0_540.png" alt="look at him ok">
  751. <img src="https://41.media.tumblr.com/b1f309723b3a818cde007986a94aca44/tumblr_inline_o1vx76iB0H1tkycy0_540.png" alt="chokes">
  752.  
  753. <p><u><b><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-modern-verse-;-grease-stains.-)">modern verse</a></b></u>
  754. <br><blockquote><small> modern anakin skywalker, following the events of him as a young 23 year old on earth. part-time mechanic and political enthusiast, mainly verse and arc dependent.
  755. <p> <center><u><b>arcs</u></b></center>
  756. <li><i>i. ( intern ; au closed with <a href="http://nxbulaes.tumblr.com/">nxbulaes</a> ) </i> padme amidala is the senator of new york city, and anakin skywalker is her intern assistant. they are faced with a crisis -- water is polluted with flint, poverty rates escalating and riots burning through the streets. they attempt to bring stability to their city, all the while sharing an intimate relationship behind closed doors.
  757. <li><i>ii. ( modern jedi ; au closed with <a href="http://forcemeadow.tumblr.com/">forcemeadow</a> )</i> anakin ad obi-wan are modern jedi knights on earth, following the code to keep abusers of the force out of public eye and out of trouble. however, anakin begins questioning his place in the order. </blockquote>
  758.  
  759. <p><img src="https://40.media.tumblr.com/9da8dfb5d95249c03bccd5f719baaf06/tumblr_inline_o1joauUoRM1tkycy0_540.png" alt="look at him ok">
  760. <img src="https://41.media.tumblr.com/47a8541573d5d3cd1d11a2818aa926eb/tumblr_inline_o1jog1dEFP1tkycy0_540.png" alt="chokes">
  761.  
  762. <p><u><b><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-redeemed-verse-;-darkness-licks-at-the-blood-of-his-veins.-)">redeemed verse</a></b></u>
  763. <br><blockquote><small> in which anakin does not turn to the darkside, though after delving into it enough to kill his wife and harm obi-wan, he runs from darth sidious in shame. it isn't until later, when palpatine destroys the rest of the jedi order and establishes an empire, that anakin skywalker makes a reapperance in order to aid the rebels. a general, now gray jedi ( leaning more towards the dark arts now ), he uses his powers to fight the oppressive empire at hand.
  764.  
  765. <p> <center><u><b>arcs</u></b></center>
  766.  
  767. <li><i>i. ( reunited; au closed with <a href="http://alderaanheir.co.vu/">alderaanheir</a> ) </i> anakin, commanding his rebel squadron, ends up coming into contact with a strong-headed ad force sensitive human during battle, only to discover it is his long-lost daughter, leia organa.</blockquote>
  768.  
  769.  
  770.  
  771.  
  772. <p><img src="https://36.media.tumblr.com/095f3e4a777b36c1ddfda8f57b2cb8a2/tumblr_inline_o1jod1zncp1tkycy0_540.png" alt="look at him ok">
  773. <img src="https://41.media.tumblr.com/53cc51c70216dd33a694c3d9269a4473/tumblr_inline_o1joi1duBI1tkycy0_540.png" alt="chokes">
  774.  
  775. <p><u><b><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-tfa-verse-;-carbonite.-)">tfa verse</a></b></u>
  776. <br><blockquote><small> anakin skywalker was redeemed from the dark side shortly before continuing his path towards sidious' apprentinceship ( though the deeds of vader still remain). he was frozen in carbonite to outrun being hunted down, and has only just escaped from it's hold. he awakens with his former master in a whole new world, though after much scrutiny of the situation, joins the rebel forces, determined to bring down the forces he helped create.
  777. <p> <center><u><b>arcs</u></b></center>
  778. <li><i>i. coming soon!</blockquote></i>
  779.  
  780. <p><img src="https://41.media.tumblr.com/20949a87e06a2afd9a368fcb3f5eb36d/tumblr_o21dcrmeoo1v3qobno1_100.png" alt="look at him ok">
  781. <img src="https://41.media.tumblr.com/e18e3e9ac2cc5fb1eb1143e28c7d3244/tumblr_o21dcrmeoo1v3qobno2_100.png" alt="chokes">
  782.  
  783. <p><u><b><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-tmi-verse-;-son-of-raziel.-)">tmi verse</a></b></u>
  784. <br><blockquote><small> <b>( verse VERY open )</b> the skywalker family was always one known for self-destruction. many succumbed to downworlders, or joined the legion of valentine morgenstern. however, anakin skywalker, a dedicated shadowhunter, fights alongside his comrades as one of the most rising and prominent shadowhunters of his time. though, his family curse does not leave him --- and he finds himself tempted to join the darker forces.
  785. <p> <center><u><b>arcs</u></b></center>
  786. <li><i>i. coming soon!</blockquote>
  787.  
  788.  
  789.  
  790. </div></div>
  791.  
  792. </div></div></div></div></div></div></div></div></div></div>
  793.  
  794. <div id="box5" class="popup_block">
  795. <div id="popuptext">
  796. <center>
  797. <img src="https://36.media.tumblr.com/5ac2388f1699c06f9c43ed9847cf60f8/tumblr_inline_o1jodmIZQA1tkycy0_540.png" alt="chokes">
  798. <img src="https://40.media.tumblr.com/fd0904ac779b370a0808568ea9a564ac/tumblr_inline_o1joctXfCl1tkycy0_540.png" alt="chokes">
  799. <small><p>✕ ┊ ❝ <b><u><a href="/begin">begin</a></b></u>
  800. <br>✕ ┊ ❝ <b><u><a href="/mains">mains</a></b></u>
  801. <br>✕ ┊ ❝ <b><u><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-visage-;-goddamn-right-you-should-be-scared-of-me.-)">visage</a></b></u>
  802. <br>✕ ┊ ❝ <b><u><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-musings-;-these-thoughts-that-haunt-me.-)">musings</a></b></u>
  803. <br>✕ ┊ ❝ <b><u><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-headcanon-;-ichor-pressed-to-calloused-fingertips.-)">heacanons</a></b></u>
  804. <br>✕ ┊ ❝ <b><u><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-memes-;-who-is-in-control?-)">memes</a></b></u>
  805. <br>✕ ┊ ❝ <b><u><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-nsfw/desires-;-touch-me-make-me-feel-human.-)">nsfw/desires</a></b></u>
  806. <br>✕ ┊ ❝ <b><u><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-obikin-;-more-intimate-than-lovers.-)">obikin</a></b></u>
  807. <br>✕ ┊ ❝ <b><u><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-anidala-;-love-won%E2%80%99t-save-you.-)">anidala</a></b></u>
  808. <br>✕ ┊ ❝ <b><u><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-keepsakes-;-i-will-lock-them-away-for-my-own-keeping.-)">keepsakes</a></b></u>
  809. <br>✕ ┊ ❝ <b><u><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-music-;-the-orchestrated-tragedy-of-the-galaxy.-)">music</a></b></u>
  810. <br>✕ ┊ ❝ <b><u><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-ooc-;-out-of-anasin.-)">ooc</a></b></u>
  811.  
  812. <br>✕ ┊ ❝ <b><u><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-kcnobiating;-love-can-ignite-the-stars.-)">kcnobiating's tag</a></b></u>
  813. <br>✕ ┊ ❝ <b><u><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-forcemeadow-;-cain-and-abel;-where-has-your-brother-gone?-)">forcemeadow's tag</a></b></u>
  814. <br>✕ ┊ ❝ <b><u><a href="http://faculaed.tumblr.com/tagged/%E2%9C%95%E2%94%8A%E2%9D%9D-nxbulaes-;-this-love-will-destroy-us.-)">nxbulae's tag</a></b></u>
  815.  
  816.  
  817. </small>
  818. </div></div>
  819.  
  820. </div></div></div></div></div></div></div></div></div></div></div>
  821.  
  822. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement