Advertisement
Guest User

lottie doesn't know how to code but we love her anyway (???)

a guest
Jan 1st, 2018
480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 90.87 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.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. <!-- start of script tooltip -->
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  15.  
  16. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  17.  
  18. <script>
  19.  
  20. (function($){
  21.  
  22. $(document).ready(function(){
  23.  
  24. $("a[title]").style_my_tooltips({
  25.  
  26. tip_follows_cursor:true,
  27.  
  28. tip_delay_time:90,
  29.  
  30. tip_fade_speed:600,
  31.  
  32. attribute:"title"
  33.  
  34. });
  35.  
  36. });
  37.  
  38. })(jQuery);
  39.  
  40. </script>
  41.  
  42. <!-- end of script tooltip -->
  43.  
  44.  
  45.  
  46.  
  47. <!-- this code allows you open popups while customizing -->
  48. <script type="text/javascript"
  49. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  50.  
  51. <!-- popups -->
  52. <script>
  53. $(document).ready(function() {
  54. //
  55. $('a.poplight[href^=#]').click(function() {
  56. var popID = $(this).attr('rel'); //Get Popup Name
  57. var popURL = $(this).attr('href'); //Get Popup href to define size
  58. var query= popURL.split('?');
  59. var dim= query[1].split('&');
  60. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  61. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  62. var popMargTop = ($('#' + popID).height() + 80) / 2;
  63. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  64. //Apply Margin to Popup
  65. $('#' + popID).css({
  66. 'margin-top' : -popMargTop,
  67. 'margin-left' : -popMargLeft
  68. });
  69. $('body').append('<div id="fade"></div>');
  70. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  71. return false;
  72. });
  73. $('a.close, #fade').live('click', function() {
  74. $('#fade , .popup_block').fadeOut(function() {
  75. $('#fade, a.close').remove(); //fade them both out
  76. });
  77. return false;
  78. });
  79. });
  80. </script>
  81.  
  82.  
  83. <!-- tabs -->
  84. <script>
  85.  
  86. $(document).ready(function(){
  87. $("ul#tabs li").click(function(e){
  88. if (!$(this).hasClass("active")) {
  89. var tabNum = $(this).index();
  90. var nthChild = tabNum+1;
  91. $("ul#tabs li.active").removeClass("active");
  92. $(this).addClass("active");
  93. $("ul#tab li.active").removeClass("active");
  94. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  95. }
  96. });
  97. });
  98.  
  99. </script>
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108. <script language=JavaScript>
  109. <!--
  110.  
  111. //Disable right mouse click Script
  112. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  113. //For full source code, VISIT http://www.dynamicdrive.com
  114.  
  115. var message="you don't want to be doing that, mate.";
  116.  
  117. ///////////////////////////////////
  118. function clickIE4(){
  119. if (event.button==2){
  120. alert(message);
  121. return false;
  122. }
  123. }
  124.  
  125. function clickNS4(e){
  126. if (document.layers||document.getElementById&&!document.all){
  127. if (e.which==2||e.which==3){
  128. alert(message);
  129. return false;
  130. }
  131. }
  132. }
  133.  
  134. if (document.layers){
  135. document.captureEvents(Event.MOUSEDOWN);
  136. document.onmousedown=clickNS4;
  137. }
  138. else if (document.all&&!document.getElementById){
  139. document.onmousedown=clickIE4;
  140. }
  141.  
  142. document.oncontextmenu=new Function("alert(message);return false")
  143.  
  144. // -->
  145. </script>
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152. <title>☠┊ᴀ ʟᴇɢᴇɴᴅ ɪɴ ᴛʜᴇ ᴍᴀᴋɪɴɢ</title>
  153. <link rel="shortcut icon" href="{Favicon}">
  154. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  155. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  156.  
  157.  
  158. <script src="//use.edgefonts.net/bentham.js"></script>
  159. <script src="//use.edgefonts.net/parisienne.js"></script>
  160. <script src="//use.edgefonts.net/italianno.js"></script>
  161. <script src="//use.edgefonts.net/old-standard.js"></script>
  162. <script src="//use.edgefonts.net/droid-serif.js"></script>
  163. <script src="//use.edgefonts.net/mrs-saint-delafield.js"></script>
  164. <script src="//use.edgefonts.net/monsieur-la-doulaise.js"></script>
  165. <script src="//use.edgefonts.net/mr-de-haviland.js"></script>
  166.  
  167. <!---- this is theme 41 by Hollywhood
  168. please don't remove the credit
  169. thank you
  170. --->
  171.  
  172. <meta name="color:Background" content="#191919"/>
  173. <meta name="color:Text" content="#eae0db"/>
  174. <meta name="color:Link" content="#3b2a1f"/>
  175. <meta name="color:scrollbar" content="#999999">
  176. <meta name="color:title" content="#999999">
  177. <meta name="color:Link Hover" content="#eeeeee"/>
  178. <meta name="color:tags" content="#3b2a1f"/>
  179. <meta name="color:tags hover" content="#39352d"/>
  180.  
  181. <meta name="image:Background" content=""/>
  182.  
  183. <meta name="image:sidebar" content=""/>
  184. <meta name="text:sidebartitle" content="">
  185.  
  186. <meta name="text:link 1" content="Link 1"/>
  187. <meta name="text:link 1 url" content="/"/>
  188. <meta name="text:link 2" content="Link 2"/>
  189. <meta name="text:link 2 url" content="/"/>
  190. <meta name="text:link 3" content="Link 3"/>
  191. <meta name="text:link 3 url" content="/"/>
  192. <meta name="text:link 4" content="Link 4"/>
  193. <meta name="text:link 4 url" content="/"/>
  194. <meta name="text:link 5" content="Link 5"/>
  195. <meta name="text:link 5 url" content="/"/>
  196.  
  197. <meta name="image:updatez" content=""/>
  198.  
  199. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  200.  
  201. <style>
  202. div#qTip {
  203. padding: 3px;
  204. display: none;
  205. text-align: center;
  206. position: absolute;
  207. font-size:6px;
  208. margin-left:10px;
  209. margin-top:-2px;
  210. line-height:9px;
  211. font-family:times;
  212. z-index: 1000;
  213. border: 0px solid #cacaca;
  214. background-color:#fff;
  215. color: #9b9b9b;
  216. text-transform:uppercase;
  217. letter-spacing: 2px;
  218. }
  219. </style>
  220.  
  221. <style type="text/css">
  222.  
  223. .popup_block{
  224. display:none;
  225. background:url("https://66.media.tumblr.com/8862e5c968438c9fa6ef1dc61ecd6f89/tumblr_o9ghrq8oAZ1u409rmo4_r1_500.png");
  226. background-repeat:no-repeat;
  227. border: 0px solid #665c51;
  228. padding:10px;
  229. float:left;
  230. position:fixed;
  231. top:675px;
  232. left:625px;
  233. z-index: 99999;
  234. width: 450px;
  235. height: 477px;
  236. overflow-y:scroll;
  237. overflow-x:hidden;
  238. }
  239.  
  240. ul#tabs {
  241. list-style-type: none;
  242. padding: 0;
  243. text-align: center;
  244. }
  245.  
  246. ul#tabs li {
  247. display: inline-block;
  248. background-color: #000000;
  249. padding: 5px 20px;
  250. margin-bottom: 4px;
  251. color: #b1b1b1;
  252. cursor: pointer;
  253. }
  254.  
  255. ul#tabs li:hover {
  256. background:url("https://65.media.tumblr.com/5a47962242e42a59513d96034d866b86/tumblr_o9ghrq8oAZ1u409rmo2_r1_540.png");
  257. -moz-transition-duration:1s;
  258. -webkit-transition-duration:1s;
  259. -o-transition-duration:1s;
  260. border: solid 1px #262626;
  261.  
  262. }
  263.  
  264. ul#tabs li.active {
  265. background-color: #0f0f0f;
  266. text-align:justify;
  267. background:url("https://65.media.tumblr.com/5a47962242e42a59513d96034d866b86/tumblr_o9ghrq8oAZ1u409rmo2_r1_540.png");
  268. }
  269.  
  270. ul#tab {
  271. list-style-type: none;
  272. margin: 0;
  273. padding: 0;
  274. }
  275.  
  276. ul#tab li {
  277. display: none;
  278. }
  279.  
  280. ul#tab li.active {
  281. display: block;
  282. }
  283.  
  284. #text {
  285. top:50%;
  286. left:50%;
  287. margin-top:47px;
  288. margin-left:51px;
  289. padding-left:2px;
  290. padding-right:28px;
  291. width:285px;
  292. height:392px;
  293. overflow-y:scroll;
  294. overflow-x:hidden;
  295. text-align:justify;
  296. font-family:droid-serif, serif;
  297. font-size:10px;
  298. color:#eae0db;
  299. }
  300.  
  301.  
  302. *html #fade {position: absolute;}
  303. *html .popup_block {position: absolute;}
  304. #fade {
  305. display:none;
  306. position:fixed;
  307. left:0px;
  308. top:0px;
  309. width:100%;
  310. height:100%;
  311. z-index:9999;
  312. background:#000000; /* change to #fff for solid white */
  313. opacity:0; /* change to opacity:1; */
  314. }
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330. #s-m-t-tooltip {
  331.  
  332. max-width:300px; /* maximum width */
  333.  
  334. background-color:#191919; /* color background */
  335.  
  336. border:0px dotted #878381; /* color, shape and thickness of the border */
  337.  
  338. font-family: droid-serif, serif; /* font of lyrics */
  339.  
  340. font-size:11px; /* font size */
  341.  
  342. font-weight:800;
  343.  
  344. color:#eae0db; /* font color */
  345.  
  346. letter-spacing:1px; /* font spacing */
  347.  
  348. text-transform:none; /* uppercase, lowercase, none */
  349.  
  350. padding:3px 4px 3px 4px; /* padding size */
  351.  
  352. margin:20px 0px 0px 20px; /* margin size */
  353.  
  354. z-index:999999999999999999999999999999999999;
  355.  
  356. border-radius: 3px; /* border radius */
  357.  
  358. }
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368. ::-webkit-scrollbar-thumb{
  369. background-color: transparent;
  370. border: transparent;
  371. height:auto;
  372. }
  373.  
  374. ::-webkit-scrollbar {
  375. height:auto;
  376. width:1px;
  377. background-color: transparent;
  378. border:10px solid transparent;
  379. }
  380.  
  381. /*** Works on common browsers ***/
  382. ::selection {
  383. background-color: #000000;
  384. color: #ffffff;
  385. }
  386.  
  387. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  388.  
  389.  
  390. iframe#tumblr_controls {
  391. white-space:nowrap;
  392. -webkit-filter: invert(100%);
  393. -moz-filter: invert(100%);
  394. -o-filter: invert(100%);
  395. -ms-filter: invert(100%);
  396. filter: invert(100%);
  397. opacity:.2;transition: .8s ease-in-out;
  398. -webkit-transition: .8s ease-in-out;
  399. -moz-transition: .8s ease-in-out;
  400. -o-transition: .8s ease-in-out;
  401. }
  402.  
  403. h1 {
  404. font-weight:normal;
  405. font-size:15px;
  406. text-align:center;
  407. font-style:normal;
  408. font-weight:800;
  409. line-height:100%;
  410. letter-spacing:2px;
  411. text-transform:uppercase;
  412. color:{color:text};
  413. }
  414.  
  415. h2 {
  416. font-size:10px;
  417. text-align:center;
  418. line-height:100%;
  419. letter-spacing:2px;
  420. color:{color:text};
  421. font-weight:bold;
  422. text-transform:none;
  423. padding:5px;
  424. padding-bottom:2px;
  425. }
  426.  
  427.  
  428. blockquote {
  429. border-left:2px solid {color:text};
  430. padding-left:5px;
  431. margin:5px;
  432. }
  433.  
  434.  
  435. small {
  436.  
  437. word-spacing:0px;
  438. font-size:9px;
  439. letter-spacing:0px;
  440. line-height:180%;
  441. text-transform:none;
  442. }
  443.  
  444.  
  445.  
  446. body {
  447. background:{color:background};
  448. margin: 0px;
  449. color:{color:text};
  450. font-family: droid-serif, serif;
  451. font-size:6px;
  452. text-align:justify;
  453. line-height:220%;
  454. background-attachment:fixed;
  455. background-image: url('{image:Background}');
  456. background-repeat:no-repeat;
  457.  
  458. }
  459.  
  460. a {
  461. text-decoration:none;
  462. outline:none;
  463. -moz-outline-style:none;
  464. color:{color:link};
  465. -moz-transition-duration:0.5s;
  466. -webkit-transition-duration:0.5s;
  467. -o-transition-duration:0.5s;
  468. }
  469.  
  470. a:hover {
  471. text-decoration:none;
  472. outline:none;
  473. -moz-outline-style:none;
  474. color:{color:link hover};
  475. width:60px;
  476. text-shadow: 0 0 4px #f9f6e4;
  477. -moz-transition-duration:1s;
  478. -webkit-transition-duration:1s;
  479. -o-transition-duration:1s;
  480.  
  481. }
  482.  
  483. img {
  484. border:none
  485. ;
  486.  
  487.  
  488. }
  489.  
  490. blockquote {
  491. padding-left:5px;
  492. border-left:1px solid;
  493. }
  494.  
  495. blockquote blockquote {
  496. padding-left:5px;
  497. border-left:2px solid;
  498. }
  499.  
  500. #post {
  501. width:400px;
  502. padding-bottom:10px;
  503. margin-top:0px;
  504.  
  505. -webkit-filter:grayscale(60%);
  506. -webkit-transition: all 0.6s ease-in-out;
  507.  
  508. }
  509.  
  510. #post:hover {
  511. -webkit-filter:none;
  512. -webkit-transition: all 0.6s ease-in-out;
  513.  
  514. }
  515.  
  516. #entries {
  517. padding:1px;
  518. width:400px;
  519. margin-left:398px;
  520. margin-top:395.5px;
  521. margin-bottom:4px;
  522. position:fixed;
  523. overflow:scroll;
  524. overflow-x:hidden;
  525. height:350px;
  526. border:0px dotted; #b7b6b6;
  527. background-color: transparent;
  528. -webkit-mask-image:
  529. -webkit-gradient(linear, left 47%, left bottom,
  530. from(rgba(0,0,0,4)),
  531. to(rgba(0,0,0,0)));
  532.  
  533.  
  534. }
  535.  
  536.  
  537. #sidebar {
  538. color:{color:text};
  539. position:fixed;
  540. width:100px;
  541. height:auto;
  542. margin-top:39px;
  543. margin-left:250px;
  544. text-align:left;
  545. }
  546.  
  547. #sidebarimage img {
  548. width:200px;
  549. margin-top:-10px;
  550. margin-bottom:0px;
  551. margin-left:99px;
  552. }
  553.  
  554. #alinks {
  555. position:absolute;
  556. position:fixed;
  557. font-family:latha;
  558. width:400px;
  559. margin-top:90px;
  560. margin-left:50px;
  561. font-size:20px;
  562. transform: rotate(-12deg);
  563. text-transform:uppercase;
  564. text-align:center;
  565. line-height:280%;
  566. z-index:100000000;
  567. }
  568.  
  569. #alinks a{
  570. line-height:280%;
  571. border-bottom:0px solid #fff;
  572. margin-top:4px;
  573. margin-left:13px;
  574. color:#eae0db;
  575. opacity:.7;
  576. text-decoration:none;
  577. -moz-transition-duration:1s;
  578. -webkit-transition-duration:1s;
  579. -o-transition-duration:1s;
  580. }
  581.  
  582. #alinks a:hover {
  583. color: #bdbdbd;
  584. width:60px;
  585. text-shadow: 0 0 4px #f9f6e4;
  586. -moz-transition-duration:1s;
  587. -webkit-transition-duration:1s;
  588. -o-transition-duration:1s;
  589. }
  590.  
  591. #blinks {
  592. position:absolute;
  593. position:fixed;
  594. font-family:latha;
  595. width:400px;
  596. margin-top:140px;
  597. margin-left:50px;
  598. font-size:14px;
  599. transform: rotate(-6deg);
  600. text-transform:uppercase;
  601. text-align:center;
  602. line-height:280%;
  603. z-index:100000000000;
  604. }
  605.  
  606. #blinks a{
  607. line-height:280%;
  608. border-bottom:0px solid #fff;
  609. margin-top:4px;
  610. margin-left:13px;
  611. color:#eae0db;
  612. opacity:.7;
  613. text-decoration:none;
  614. -moz-transition-duration:1s;
  615. -webkit-transition-duration:1s;
  616. -o-transition-duration:1s;
  617. }
  618.  
  619. #blinks a:hover {
  620. color: #bdbdbd;
  621. width:60px;
  622. text-shadow: 0 0 4px #f9f6e4;
  623. -moz-transition-duration:1s;
  624. -webkit-transition-duration:1s;
  625. -o-transition-duration:1s;
  626. }
  627.  
  628. #clinks {
  629. position:absolute;
  630. position:fixed;
  631. font-family:latha;
  632. width:10px;
  633. margin-top:132px;
  634. margin-left:312px;
  635. font-size:14px;
  636. transform: rotate(-5deg);
  637. text-transform:uppercase;
  638. text-align:center;
  639. line-height:280%;
  640. z-index:1000000000000000;
  641. }
  642.  
  643. #clinks a{
  644. line-height:280%;
  645. border-bottom:0px solid #fff;
  646. margin-top:4px;
  647. margin-left:13px;
  648. color:#eae0db;
  649. opacity:.7;
  650. text-decoration:none;
  651. -moz-transition-duration:1s;
  652. -webkit-transition-duration:1s;
  653. -o-transition-duration:1s;
  654. }
  655.  
  656. #clinks a:hover {
  657. color: #bdbdbd;
  658. width:60px;
  659. text-shadow: 0 0 4px #f9f6e4;
  660. -moz-transition-duration:1s;
  661. -webkit-transition-duration:1s;
  662. -o-transition-duration:1s;
  663. }
  664.  
  665. #dlinks {
  666. position:absolute;
  667. position:fixed;
  668. font-family:latha;
  669. width:400px;
  670. margin-top:145px;
  671. margin-left:30px;
  672. font-size:40px;
  673. font-weight:bold;
  674. transform: rotate(-4deg);
  675. text-transform:uppercase;
  676. text-align:center;
  677. line-height:280%;
  678. z-index:100000000;
  679. }
  680.  
  681. #dlinks a{
  682. line-height:280%;
  683. border-bottom:0px solid #fff;
  684. margin-top:4px;
  685. margin-left:13px;
  686. color:#845339;
  687. opacity:.9;
  688. text-decoration:none;
  689. -moz-transition-duration:1s;
  690. -webkit-transition-duration:1s;
  691. -o-transition-duration:1s;
  692. }
  693.  
  694. #dlinks a:hover {
  695. color: #bdbdbd;
  696. width:60px;
  697. text-shadow: 0 0 4px #f9f6e4;
  698. -moz-transition-duration:1s;
  699. -webkit-transition-duration:1s;
  700. -o-transition-duration:1s;
  701. }
  702.  
  703. #elinks {
  704. position:absolute;
  705. position:fixed;
  706. font-family:latha;
  707. width:10px;
  708. margin-top:194px;
  709. margin-left:210px;
  710. font-size:34px;
  711. transform: rotate(-1deg);
  712. text-transform:uppercase;
  713. text-align:center;
  714. line-height:280%;
  715. z-index:10000000000;
  716. }
  717.  
  718. #elinks a{
  719. line-height:280%;
  720. border-bottom:0px solid #fff;
  721. margin-top:4px;
  722. margin-left:13px;
  723. color:#eae0db;
  724. opacity:.7;
  725. text-decoration:none;
  726. -moz-transition-duration:1s;
  727. -webkit-transition-duration:1s;
  728. -o-transition-duration:1s;
  729. }
  730.  
  731. #elinks a:hover {
  732. color: #bdbdbd;
  733. width:60px;
  734. text-shadow: 0 0 4px #f9f6e4;
  735. -moz-transition-duration:1s;
  736. -webkit-transition-duration:1s;
  737. -o-transition-duration:1s;
  738. }
  739.  
  740. #flinks {
  741. position:absolute;
  742. position:fixed;
  743. font-family:latha;
  744. width:400px;
  745. margin-top:232px;
  746. margin-left:12px;
  747. font-size:34px;
  748. transform: rotate(-4deg);
  749. text-transform:uppercase;
  750. text-align:center;
  751. line-height:280%;
  752. z-index:100000000;
  753. }
  754.  
  755. #flinks a{
  756. line-height:280%;
  757. border-bottom:0px solid #fff;
  758. margin-top:4px;
  759. margin-left:13px;
  760. color:#eae0db;
  761. opacity:.7;
  762. text-decoration:none;
  763. -moz-transition-duration:1s;
  764. -webkit-transition-duration:1s;
  765. -o-transition-duration:1s;
  766. }
  767.  
  768. #flinks a:hover {
  769. color: #bdbdbd;
  770. width:60px;
  771. text-shadow: 0 0 4px #f9f6e4;
  772. -moz-transition-duration:1s;
  773. -webkit-transition-duration:1s;
  774. -o-transition-duration:1s;
  775. }
  776.  
  777. #links a:hover {
  778. color: {color:link hover};
  779. width:60px;
  780. -moz-transition-duration:0.2s;
  781. -webkit-transition-duration:0.2s;
  782. -o-transition-duration:0.2s;
  783. }
  784.  
  785. #description {
  786. position:fixed;
  787. width:500px;
  788. font-family:times;
  789. margin-top:0px;
  790. margin-left:76px;
  791. text-align:justify;
  792. font-size:6px;
  793. font-style:italic;
  794. color: #d4d2cd;
  795. letter-spacing:1px;
  796. line-height:130%;
  797. -moz-transition-duration:1s;
  798. -webkit-transition-duration:1s;
  799. -o-transition-duration:1s;
  800.  
  801.  
  802. }
  803.  
  804. #description a {
  805. color:#d4d2cd;
  806. }
  807.  
  808. #description a:hover {
  809. color:{color:link hover};
  810. }
  811.  
  812. .sidebartitle {
  813. width:210px;
  814. text-align:center;
  815. position:fixed;
  816. font-family:arial;
  817. line-height:120%;
  818. margin-left:-13px;
  819. font-size:13px;
  820. margin-top:10px;
  821. color:{color:title};
  822. }
  823.  
  824. #pagination {
  825. font-family:times;
  826. width:250px;
  827. font-size:8px;
  828. margin-top:535px;
  829. margin-left:180px;
  830. padding-left:5px;
  831. letter-spacing:1px;
  832. font-style:normal;
  833. text-align:right;
  834. text-transform:uppercase;
  835. color:#d4d2cd;
  836. transform: rotate(-90deg);
  837. }
  838.  
  839. #pagination a {
  840. color:#845339;
  841. }
  842.  
  843. #pagination a:hover {
  844. color:{color:link hover};
  845. width:60px;
  846. text-shadow: 0 0 4px #f9f6e4;
  847. -moz-transition-duration:1s;
  848. -webkit-transition-duration:1s;
  849. -o-transition-duration:1s;
  850. }
  851.  
  852. #info {
  853. font-family: droid-serif, serif;
  854. width:265px;
  855. height:12px;
  856. margin-left:47px;
  857. margin-top:5px;
  858. padding-top:1px;
  859. font-size:9px;
  860. background:url(https://65.media.tumblr.com/5a47962242e42a59513d96034d866b86/tumblr_o9ghrq8oAZ1u409rmo2_r1_540.png);
  861. background-repeat:no-repeat;
  862. border: #656565 0px dotted;
  863. padding:18px;
  864. color:#3b2a1f;
  865. text-transform:uppercase;
  866. font-style:normal;
  867. font-weight:900;
  868. text-align: center;
  869.  
  870.  
  871.  
  872. letter-spacing:0px;
  873. -moz-transition-duration:0.5s;
  874. -webkit-transition-duration:0.5s;
  875. -o-transition-duration:0.5s;
  876. }
  877.  
  878. #info a {
  879. color:#3b2a1f;
  880. font-style:normal;
  881. }
  882.  
  883. #info a:hover {
  884. color:{color:link hover};
  885. width:60px;
  886. text-shadow: 0 0 4px #f9f6e4;
  887. -moz-transition-duration:1s;
  888. -webkit-transition-duration:1s;
  889. -o-transition-duration:1s;
  890.  
  891. }
  892.  
  893. .tags {
  894. font-family: droid-serif, serif;
  895. font-style:normal;
  896. color:#3b2a1f;
  897. width:250px;
  898. text-transform:uppercase;
  899. font-style:normal;
  900. line-height:120%;
  901. padding-left:5px;
  902. font-size:7px;
  903. text-align:center;
  904. margin-left:70px;
  905. padding-top:5px;
  906. padding-bottom:10px;
  907. -moz-transition-duration:0.2s;
  908. -webkit-transition-duration:0.2s;
  909. -o-transition-duration:0.2s;
  910. }
  911. .tags a{
  912. color:{color:link};
  913. -moz-transition-duration:0.2s;
  914. -webkit-transition-duration:0.2s;
  915. -o-transition-duration:0.2s;
  916. }
  917. .tags a:hover{
  918. color:{color:link hover};
  919. -moz-transition-duration:0.2s;
  920. -webkit-transition-duration:0.2s;
  921. -o-transition-duration:0.2s;
  922. width:60px;
  923. text-shadow: 0 0 9px #f9f6e4;
  924. -moz-transition-duration:1s;
  925. -webkit-transition-duration:1s;
  926. -o-transition-duration:1s;
  927. }
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934. .audio{
  935. background-color:#e5e5e5;
  936. height:65px;
  937. overflow:hidden;
  938. }
  939.  
  940. #ask {
  941. float:center;
  942. color:{color:text};
  943. }
  944.  
  945. #question {
  946.  
  947. padding:10px;
  948. width:375px;
  949. border:0px dotted #ffffff;
  950. word-wrap: break-word;
  951. font-family: droid-serif, serif;
  952. font-size:8px;
  953. text-transform:uppercase;
  954. letter-spacing:1px;
  955. }
  956.  
  957.  
  958.  
  959. #credit {
  960. font-size:9px;
  961. font-family:cambria;
  962. font-style:italic;
  963. letter-spacing:1px;
  964. -moz-transition-duration:0.5s;
  965. -webkit-transition-duration:0.5s;
  966. -o-transition-duration:0.5s;
  967. }
  968.  
  969. #credit a {
  970. background-color:none;
  971. padding:5px;
  972. border:px solid #e9e9e9;
  973. position:fixed;
  974. right:15px;
  975. bottom:10px
  976. }
  977.  
  978. #credit a:hover {
  979. color:#fff;
  980. background-color:#191919;
  981.  
  982.  
  983. }
  984.  
  985. b, strong {
  986. font-weight: bold;
  987. font-size: 14px;
  988. color:#d4d2cd;
  989. font-family: old-standard, serif;
  990. text-shadow: 0 0 0px #B1B1B1;
  991. }
  992.  
  993. i, em {
  994. text-transform: italic;
  995. font-size: 14px;
  996. color:#d4d2cd;
  997. font-family: old-standard, serif;
  998. text-shadow: 0 0 0px #b1b1b1;
  999. }
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005. {CustomCSS}
  1006.  
  1007.  
  1008.  
  1009.  
  1010. #boxy {
  1011.  
  1012. margin-top:4px;
  1013. left:4px;
  1014. position:fixed;
  1015. width:50px;
  1016. height:50px;
  1017. background:transparent;
  1018. z-index:1;
  1019. }
  1020.  
  1021.  
  1022. #texy {
  1023. overflow:scroll;
  1024. height:200px;
  1025. margin-left:580px;
  1026. padding-left:5px;
  1027. padding-right:5px;
  1028. padding-top:5px;
  1029. padding-bottom:5px;
  1030. border:0px solid #dedede;
  1031. overflow:auto;
  1032. background:transparent;
  1033. color:#eee;
  1034. letter-spacing:0px;
  1035. width:200px;
  1036. margin-top:50px;
  1037. font-size:8px;
  1038. color:#cfc5bd;
  1039. text-align:center;
  1040. text-transform:uppercase;
  1041. font-family: droid-serif, serif;
  1042. opacity:0;
  1043. -webkit-transition: all 0.5s ease-in-out;
  1044. -moz-transition: all 0.5s ease-in-out;
  1045. transition: all 0.5s ease-in-out;
  1046. }
  1047.  
  1048. #boxy:hover #texy {
  1049. opacity:1;
  1050. -webkit-transition: all 0.5s ease-in-out;
  1051. -moz-transition: all 0.5s ease-in-out;
  1052. transition: all 0.5s ease-in-out;
  1053. }
  1054.  
  1055. #bby {
  1056. margin-top:4px;
  1057. left:4px;
  1058. position:fixed;
  1059. }
  1060.  
  1061. #bby img{
  1062. width:20px;
  1063. }
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073. </style></head><body>
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081. <div id="bby"><img src="{image:updatez}"></div>
  1082.  
  1083. <div id="boxy">
  1084. <div id="texy">
  1085. independent rp for jack sparrow
  1086. <br>
  1087. written by lottie
  1088. <br>
  1089. established 21st august 2014
  1090. <br><br> <embed src="https://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=http://k003.kiwi6.com/hotlink/k16r7e2gqm/The_Medallion_Calls.mp3&t0=The Medallion Calls&f1=http://k003.kiwi6.com/hotlink/pohnv2kkte/Jack_Sparrow.mp3&t1=Jack Sparrow&f2=http://k003.kiwi6.com/hotlink/mzr0ec01ek/Two_Hornpipes.mp3&t2=Two Hornpipes (Tortuga)&f3=http://k003.kiwi6.com/hotlink/x0iko8hj12/Maelstrom_Battle.mp3&t3=Maelstrom Battle&f4=http://k003.kiwi6.com/hotlink/39jw7p7go5/Part_of_the_crew_part_of_the_ship.mp3&t4=Part of the Crew&total=5" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  1091.  
  1092.  
  1093.  
  1094.  
  1095. </div>
  1096. </div>
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116. <div id="sidebar">
  1117.  
  1118. <div id="sidebarimage">
  1119. <a href="/"><img src="{image:sidebar}"></a></div>
  1120.  
  1121. <div class="sidebartitle">{text:sidebartitle}</div></div></div>
  1122.  
  1123. <div id="alinks">
  1124. <a href="{text:link 1 url}"title="ESCAPE"><big><big><big><big><big>YO HO </a></div>
  1125. <div id="blinks"><a href="#?w=388" rel="box2" class="poplight" title="PARLAY"><big><big><big><big><big>YO HO</big></big></big></big></big></a></div>
  1126. <div id="clinks"><a href="#?w=388" rel="box3" class="poplight" title="CODE"><big><big><big><big><big>A</big></big></big></big></big></a></div>
  1127. <div id="dlinks"><a href="#?w=388" rel="box4" class="poplight" title="DOSSIER"><big>PIRATE'S</big></a></div>
  1128. <div id="elinks"><a href="#?w=388" rel="box5" class="poplight" title="NAVIGATE">LIFE</a></div>
  1129. <div id="flinks"><a href="#?w=388" rel="box6" class="poplight" title="VERSES">FOR ME</a></div>
  1130.  
  1131.  
  1132. <div id="description">{description}
  1133.  
  1134. <div id="pagination">
  1135. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">retreat /</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">advance</a><br />{/block:NextPage}{/block:Pagination}</div> </div>
  1136. </div>
  1137.  
  1138. <div id="entries">{block:Posts}<div id="post">
  1139.  
  1140. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1141.  
  1142. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-400}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1143.  
  1144. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1145.  
  1146. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1147.  
  1148. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1149.  
  1150. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  1151.  
  1152. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1153.  
  1154. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1155.  
  1156. {block:Answer}<div id="ask"></div> <div id="question"><center><font style="font-size:26px; letter-spacing:2px; color:#ffffff; font-family: mr-de-haviland, cursive; text-transform:lowercase">{Asker}</font></center><br><center> {Question} </center></div><br>{Answer}{/block:Answer}
  1157.  
  1158. {block:Date}<div id="info" > <a href="{Permalink}" title="{TimeAgo}"> ⬛</a>
  1159. {/block:Date} {block:NoteCount} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="{Permalink}" title="{NoteCount}">⬛</a> {/block:NoteCount}
  1160.  
  1161. {block:RebloggedFrom}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  1162. <a title="via {ReblogParentName}" href="{ReblogParentURL}">⬛</a> {/block:RebloggedFrom}{block:ContentSource}
  1163. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a title="{SourceTitle}" href="{SourceURL}">⬛</a>{/block:ContentSource} {/block:RebloggedFrom}
  1164. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="{ReblogURL}"target="_blank" title="reblog this post">⬛</a> </div>
  1165.  
  1166.  
  1167.  
  1168. {block:HasTags}
  1169. <div class="tags">
  1170. {block:Tags} <a href="{TagURL}">&nbsp; {Tag}</a> {/block:Tags}</div>
  1171. {/block:HasTags}
  1172. <div class="postnote">
  1173. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1174. </div>
  1175. </div>
  1176. {/block:Posts}
  1177.  
  1178. </div>
  1179. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</a></div>
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185. </body>
  1186.  
  1187. <div id="box2" class="popup_block">
  1188. <div id="text">
  1189. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  1190.  
  1191. </div></div>
  1192.  
  1193. <div id="box3" class="popup_block">
  1194. <div id="text">
  1195.  
  1196.  
  1197.  
  1198. <p class="p1"><strong>Interpretation</strong></p>
  1199. <ul>
  1200. <li>Just as a note, my particular portrayal of Captain Jack Sparrow draws on both movie canon ( predominantly CotBP, DMC &amp; AWE based ) and book canon (&nbsp;<em>The Price of Freedom</em> by A.C Crispin ), which gives background to Jack&rsquo;s origins, particularly during his employ in the East India Trading Company under Cutler Beckett and the liberation of slaves that saw him marked as a pirate forever.</li>
  1201. <li>I have been writing and developing Jack as a character on this blog for more than <strong>three years</strong> now, and while I do my utmost to stay true to the sassy, outlandish pirate captain that everyone ( myself included ) fell in love with fourteen years ago, I also try to acknowledge the more under-appreciated facets of his psyche and, in my opinion, the&nbsp;<em>huge</em>&nbsp;amount of depth he possesses &mdash; something which can easily be overlooked in the context of these films at surface level. I feel these aspects, alluded to in the movies and more so in the deleted scenes, are crucial to his character so consequently influence how I write him.</li>
  1202. <li>In light of this, I am <em>incredibly</em> picky when it comes to incorporating canon established in <em>On Stranger Tides</em>&nbsp;and&nbsp;<em>Dead Men Tell No Tales</em>&nbsp;into my portrayal due to issues I have with Jack&rsquo;s characterisation in those movies, and while this has yet to be an issue on this blog, I do ask that you please respect this.</li>
  1203. </ul>
  1204. <p class="p1"><strong>Selectivity &amp; Interaction</strong></p>
  1205. <ul>
  1206. <li>My faceclaim is the wonderful Johnny Depp, but I sadly have no association with either him or the Pirates of the Caribbean franchise. Any mindlessly ignorant and unjust hate towards my fc will <em>not</em> be tolerated on my dash under any circumstances and you will be swiftly unfollowed. Do your research and look up some facts, folks.</li>
  1207. <li>This blog is <strong>selective and private</strong>, which means that <strong>I only roleplay with mutuals</strong> for my own state of mind, seeing as I work full time and have a life outside of tumblr. Please never be disheartened or offended if I don&rsquo;t follow back; I prefer to keep my dash free of clutter, and never take that to mean that I will never roleplay with you or that I think you&rsquo;re somehow inferior in any way, because that is not the case at all.</li>
  1208. <li>I am open to <strong>exclusivity</strong>, and will sometimes choose to go exclusive with a particular portrayal because of ic and ooc chemistry. The list of portrayals to which I am exclusive can be found&nbsp;<a href="http://trickstercaptain.tumblr.com/e">here</a>.</li>
  1209. <li>If we are mutuals, this is <em>express permission</em> to send me memes, plotting messages or tag me in random starters whenever you want. If I&rsquo;m following you, there is a 500% chance that I want to write with you! Also, 99% of the time I am perfectly okay with turning memes into threads; all I ask is that it&rsquo;s transferred over to a new text post.</li>
  1210. <li><strong>Duplicates</strong> are absolutely fine, excluding of course any portrayals that I have already become exclusive with.</li>
  1211. <li>As for <strong>OCs</strong>, I will tend to only follow back if there is a detailed enough biography on your page so that I can get a good idea of the character Jack will be interacting with.</li>
  1212. </ul>
  1213. <p class="p1"><strong>Shipping &amp; NSFW</strong></p>
  1214. <ul>
  1215. <li>This blog is <strong>multi-ship</strong>, meaning that I am willing to ship Jack with more than one character, but <strong>chemistry</strong> is a must. Jack is bisexual, so ships are possible with both male and female muses, but he will not simply jump into bed with anyone and he has a multitude of walls up making romantic attraction a particular challenge in some cases, so be aware of this.</li>
  1216. <li>My main <strong>canon ships</strong> for Jack are Jack/Elizabeth and Jack/Esmeralda and I will <strike>sometimes</strike> play favourites with these ships.</li>
  1217. <li>Be aware that Jack is a massive flirt and that&rsquo;s just a part of his character, so even if we&rsquo;re not plotting a shippy thread he may still flirt and try his luck, but this is <strong style="line-height: 1.4;">not</strong> me forcing a ship on you. If you have a real issue with this please let me know and I can tone him down for our threads <strike>or just slap him that works too</strike>.</li>
  1218. <li>I am over the age of 18 however smut is unlikely to be written here save with writing partners that I am extremely comfortable with. Other non-smut NSFW is very likely to be present since we are dealing with a pirate, so any triggers such as blood/violence or mentions of child abuse will be tagged _______<strong>&nbsp;tw</strong></li>
  1219. </ul>
  1220. <p class="p1"><strong>Plotting &amp; etc.</strong></p>
  1221. <ul>
  1222. <li>I&rsquo;m very much open to <strong>plotting, AUs and crossovers</strong> with Jack as he&rsquo;s a very flexible muse, so feel free to hop into my askbox with plot ideas. However, at the same time I&rsquo;m perfectly fine with winging things and seeing where they end up. It&rsquo;s honestly down to whichever you would prefer.</li>
  1223. <li>Please do not <strong>godmod</strong> ( for physical interactions I would much prefer to plot things out )</li>
  1224. <li>Be aware that Jack is not always a friendly person (he lies, steals, manipulates&hellip; the list goes on) but that is <strong>NOT</strong> a reflection of the mun&rsquo;s attitude towards you personally, it&rsquo;s just Jack Sparrow being his arrogant self - he won&rsquo;t always get on with everyone <strike>because he is a little shit.</strike></li>
  1225. <li>I am from the UK which means my timezone is <strong>GMT</strong> and I am between five and eight hours ahead of those of you in the States, so I may not always be online at the same time as you are.</li>
  1226. <li>All of the icons that appear on this blog have been made ( although not capped ) by myself. <strong>Please do not take them without my permission.</strong></li>
  1227. <li>I am a <strong>very slow rper</strong>, it can take me weeks to get around to your reply depending on work and real life but I rarely drop multi-para, plotted threads without telling you first, so the likelihood is your thread is sitting in my drafts waiting to be worked on. With this in mind please be patient, after a couple of weeks or so feel free to drop me a reminder as I am scatterbrained and often lose threads, but continued reminders will probably lead me to drop the thread altogether.</li>
  1228. <li>I do have a <strong>skype</strong>&nbsp;and <strong>discord</strong> which are available upon request to mutual rp partners.</li>
  1229. <li>Credit for the gorgeous theme goes to the aMAZINGLY talented&nbsp;<a href="http://lordiism.tumblr.com">Stephanie</a>!! &lt;33</li>
  1230. <p> <img src="https://static.tumblr.com/oqutugv/dsRp1w87y/flag-for-united-states_1f1fa-1f1f8.png" align="left" style= "height: 25px; width: 25px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;"><i>insert evil laughter here</i> this blog was <strike>edited</strike> <b>conquered</b> by <a href="http://thecodekeeper.tumblr.com">ace</a> on on 01/01/2018.</p>
  1231. </ul>
  1232.  
  1233.  
  1234.  
  1235. </div></div>
  1236.  
  1237. <div id="box4" class="popup_block">
  1238. <div id="text">
  1239.  
  1240.  
  1241.  
  1242. <p>&nbsp; &nbsp; &nbsp;&nbsp;<a href="http://trickstercaptain.tumblr.com/t">timeline</a> &nbsp; &nbsp; &nbsp;| &nbsp; &nbsp; &nbsp; <a href="http://trickstercaptain.tumblr.com/bio">bio</a></p>
  1243. <p><em><strong>&nbsp; &nbsp; &nbsp;Born in the eye of a storm</strong></em><strong><em>,</em></strong><small> with his mother&rsquo;s compassion to offset his father&rsquo;s temper, the first years of the young Sparrow&rsquo;s life pass by peacefully, almost happily, before his first brush with death. Illness takes her shortly after his seventh birthday, and with that, everything changes.</small></p>
  1244. <p><em><strong>&nbsp; &nbsp; &nbsp;Named whelp</strong></em><small>, cast off and left feral in the labyrinthine passages and derelict ships which make up Shipwreck Cove, he&rsquo;s left to wonder what he did wrong as &lsquo;father&rsquo; soon blends into Captain and the former becomes all but a forbidden phrase. Innocence is lost quickly amidst the bawdy houses and gambling hells of the pirate haven, and even more so without shelter from the violence and chaos born and bred here. The young <em>prot&eacute;g&eacute;</em> soon learns that to survive he must fend for himself, though he endeavours to do so without relinquishing his morals; while physically arming against opponents with the aid of a Portuguese fencing master, his aptitude, he soon realises, lies in his keen and intuitive mind. A lonely solace is found between the pages of Shakespeare and others, and eventually all of his efforts are consummated into a desire above all else: to one day command a ship of his own.</small></p>
  1245. <p><strong><em>&nbsp; &nbsp; &nbsp;Trust, a fragile thing,</em></strong><small>&nbsp;and thus enters the ever-charming de Rapi&egrave;r; idol, mentor, </small><em><small>friend</small></em><small>. But not only are the seeds of future betrayal being sown; eleven years after their last, bruising meeting, the granddaughter of the Pirate Lord of the Caribbean arrives once more on the shores of the Cove, bringing companionship, happiness and love to her </small><em><small>coraz&oacute;n</small></em><small>&rsquo;s</small><small>life.&nbsp;All birds must one day flee from their nest, but it is the cruel blade of fate that forces the Sparrow&rsquo;s exile from all that he knows, branded a blood traitor for unwittingly freeing a rogue and impressed against his will on board the Frenchman&rsquo;s ship.</small></p>
  1246. <p><em><strong>&nbsp; &nbsp; &nbsp;Merchant officer,</strong></em><small> turned captain after five years of hard graft for the East India Trading Company. His links to piracy severed, it is under the eyes of the law that his first command is granted and his dream fulfilled; a Dutch East Indiaman by the name of the <em>Wicked Wench</em>, beginning a love affair that would both span and shape the young captain&rsquo;s life. The two are unbeatable, a legend in the making, narrowly missing the record for sailing the Triangle, but after a venture to the mystical island of Kerma, chained slaves replace rum and silk in an attempt to oppress both captain and ship. Once they are released and their lives saved, the die is cast, and from the flames emerge Captain Jack Sparrow and his beloved <em>Black Pearl</em>, souls bound for thirteen years.</small></p>
  1247. <p><em><strong>&nbsp; &nbsp; &nbsp;Mutiny,</strong></em><small> only two years into this partnership as the combined forces of gold and greed separate the Sparrow from his freedom to fly. Wrath, usually dormant, spurs him down the path of vengeance against his former first mate for an entire decade, never staying in one place for too long, and bearing a pistol&rsquo;s shot forbidden to be used on any but his quarry. Waiting for the opportune moment is most challenging of all, and the pain of the intervening years has more than changed the Pirate Lord of the Caribbean by the time of a fateful visit to Port Royal. The blood of a blacksmith and son of a pirate, provides the answer to the curse plaguing the damned crew of his ship, and, finally, freedom is his once again.</small></p>
  1248. <p><em><strong>&nbsp; &nbsp; &nbsp;The devil will come, and Faustus must be damned;</strong> </em><small>the clock ticks, and within a year of their reunion the terms of his contract creep up on him. Rumours of a buried chest and a visit to a Turkish prison culminate in a race against time itself, but it is the kiss of Judas that ultimately seals his damnation, cut off from the sea, alone, unwanted. Hours stretch into days, which stretch into weeks and the ordeal tinges him with madness upon his eventual rescue. Immortality, he resolves, is the only way to avoid facing such a fate again, but fate intervenes in his plan to stab the heart of the devil and take his place and the role of ferryman is ceded to Bootstrap&rsquo;s son. Clear of his debt and recovering from the trauma of purgatory, Captain Jack Sparrow has cheated death for a second time, and is once more able to reign free as the <a href="/bio">irreverent trickster of the Caribbean&hellip;</a></small></p>
  1249.  
  1250.  
  1251.  
  1252. </div></div>
  1253.  
  1254.  
  1255. <div id="box5" class="popup_block">
  1256. <div id="text">
  1257.  
  1258. <p><a href="http://trickstercaptain.tumblr.com/bio">bio<br /></a><a href="http://trickstercaptain.tumblr.com/t">timeline</a></p>
  1259. <p><a href="http://trickstercaptain.tumblr.com/tagged/%3Bfly-fast-and-far-and-free-%28-musings.-%29">musings</a><br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bwhat-fire-does-not-destroy-it-hardens-%28-about-jack.-%29">about<br /></a><a href="http://trickstercaptain.tumblr.com/tagged/%3Bit-should-be-a-dress-or-nothing-%28-desires.-%29">desires<br /></a><a href="http://trickstercaptain.tumblr.com/tagged/%3Bplays-things-closer-to-the-vest-now-%28-headcanon.-%29">headcanon</a><br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bdepths-few-had-ever-begun-to-glimpse-%28-meta-tag.-%29">meta<br /></a><a href="http://trickstercaptain.tumblr.com/tagged/%3Bleo-%28-zodiac.-%29">zodiac</a><a href="http://trickstercaptain.tumblr.com/tagged/%3Bmeta"><br /></a><a href="http://trickstercaptain.tumblr.com/tagged/%3Blost-bird-who-never-learnt-to-fly-%28-captain-jack-sparrow.-%29">portrait</a><a href="http://trickstercaptain.tumblr.com/tagged/%3Bmeta"><br /></a><a href="http://trickstercaptain.tumblr.com/tagged/%3Bworst-fate-a-person-can-bring-upon-themselves-%28-locker-tag.-%29">locker</a><a href="http://trickstercaptain.tumblr.com/tagged/%3Bmeta"><br /></a><a href="http://trickstercaptain.tumblr.com/tagged/%3Bshipwreck-cove-is-no-place-to-raise-a-child-%28-childhood.-%29">shipwreck cove/childhood</a><a href="http://trickstercaptain.tumblr.com/tagged/%3Bmeta"><br /></a><a href="http://trickstercaptain.tumblr.com/tagged/%3Bfreedom-%28-the-black-pearl.-%29">the black pearl</a><a href="http://trickstercaptain.tumblr.com/tagged/%3Bmeta"><br /></a><a href="http://trickstercaptain.tumblr.com/tagged/%3Bfirst-love-%28-the-sea.-%29">first love</a></p>
  1260. <p><a href="http://trickstercaptain.tumblr.com/tagged/%3Bletters-for-the-captain">letters for the captain</a> (ic messages)<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bmessages">messages</a> (ooc messages)<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bmeme-response">meme responses</a><br /><a href="http://trickstercaptain.tumblr.com/tagged/ooc">ooc<br /></a><a href="http://trickstercaptain.tumblr.com/tagged/%3Babout-the-mun">mun tag</a><br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bdrink-up-me-hearties-yo-ho-%28-music-tag.-%29">music tag</a><br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Betc">etc</a> (other)</p>
  1261. <p><a href="http://trickstercaptain.tumblr.com/tagged/otp%3A-very-much-alike-%28-jack-%26-elizabeth.-%29">otp: very much alike</a> ( sparrabeth / &amp; <a href="http://hangtherules.tumblr.com">elizabeth swann</a> )<br /><a href="http://trickstercaptain.tumblr.com/tagged/otp%3A-mi-coraz%C3%B3n-%28-jack-%26-esmeralda.-%29">otp: mi coraz&oacute;n</a> ( &amp; <a href="http://donapirata.tumblr.com">esmeralda de sevilla</a> )<br /><a href="http://trickstercaptain.tumblr.com/tagged/otp%3A-a-tether-that-has-stood-the-test-of-time-%28-jack-%26-pearl.-%29">otp: a tether that has stood the test of time</a> ( &amp; <a href="http://saliberte.tumblr.com">pearl</a> )<br /><a href="http://saliberte.tumblr.com">ship: power lies with he who cares least</a>&nbsp;( &amp; christophe de rapi&egrave;r )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bdon%27t-tell-me-you-didn%27t-enjoy-it-at-the-time-%28-jack-%26-tia-dalma.-%29">ship: don&rsquo;t tell me you didn&rsquo;t enjoy it at the time</a> ( &amp; tia dalma )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bhow-else-can-we-live-except-in-the-midst-of-ruin-%28-jack-%26-angelica.-%29">ship: how else can we live except in the midst of ruin</a> ( &amp; <a href="http://etchedinfire.tumblr.com">angelica</a> )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bwhat-are-we-made-of-but-hunger-and-rage-%28-jack-%26-frances.-%29">ship: what are we made of but hunger and rage</a> ( &amp; <a href="http://starvedheart.tumblr.com">frances dix</a> )</p>
  1262. <p><a href="http://trickstercaptain.tumblr.com/tagged/%3Bthey-stare-at-me-while-i-crave-you-%28-jack-%26-isabela.-%29">ship: they stare at me while I crave you</a> ( &amp; <a href="http://kaleiidoscopehearts.tumblr.com">isabela</a> )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bjust-friends-don%E2%80%99t-kiss-like-this-%28-jack-squared.-%29">ship: just friends don&rsquo;t kiss like this</a>&nbsp;( &amp;&nbsp;<a href="http://sicutcanis.tumblr.com">jack rackham</a>&nbsp;)<br />ship: tba ( &amp; <a href="http://paidvices.tumblr.com">maeve millay</a> )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Blike-islands-in-the-sea-we%E2%80%99re-connected-in-the-deep-%28-jack-%26-asha.-%29">ship: like islands in the sea we&rsquo;re connected in the deep</a> ( &amp; <a href="http://ircnbcrn.tumblr.com">asha greyjoy</a> )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Ball-we-do-is-think-about-the-feelings-that-we-hide-%28-jack-%26-megan.-%29">ship: all we do is think about the feelings that we hide</a>&nbsp;( &amp;&nbsp;<a href="http://getsherhandsdirty.tumblr.com">megan santiago</a>&nbsp;)<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bsurrounded-by-darkness-yet-enfolded-in-light-%28-jack-%26-jane.-%29">ship: surrounded in darkness yet enfolded in light</a>&nbsp;( &amp;&nbsp;<a href="http://eldestbennetsister.tumblr.com">jane bennet</a>&nbsp;)</p>
  1263. <p><a href="http://trickstercaptain.tumblr.com/tagged/brotp%3A-captain-looby-%28-jack-%26-dodger.-%29">brotp: captain looby</a> ( &amp; <a href="http://dxdger.tumblr.com">the artful dodger</a> )<br /><a href="http://trickstercaptain.tumblr.com/tagged/brotp%3A-don%E2%80%99t-do-anything-stupid-%28-jack-%26-will.-%29">brotp: don&rsquo;t do anything stupid</a> ( &amp; will turner )<br /><a href="http://trickstercaptain.tumblr.com/tagged/brotp%3A-honest-streak-%28-jack-%26-gibbs.-%29">brotp: honest streak</a> ( &amp; joshamee gibbs )<br /><a href="http://trickstercaptain.tumblr.com/tagged/brotp%3A-I-stood-up-for-you-%28-jack-%26-bootstrap.-%29">brotp: i stood up for you</a> ( &amp; &lsquo;bootstrap&rsquo; bill turner )<br /><a href="http://trickstercaptain.tumblr.com/tagged/brotp%3A-I-was-rooting-for-you-%28-jack-%26-norrington.-%29">brotp: i was rooting for you mate</a> ( &amp; james norrington )<br /><a href="http://trickstercaptain.tumblr.com/tagged/brotp%3A-running-away-in-style-%28-jack-%26-the-tenth-doctor.-%29">brotp: running away in style</a> ( &amp; <a href="http://talktoten.tumblr.com">the tenth doctor</a> )<br /><a href="http://trickstercaptain.tumblr.com/tagged/brotp%3A-sometimes-things-come-back-%28-jack-%26-barbossa.-%29">brotp: sometimes things come back</a> ( &amp; hector barbossa )<br /><a href="http://trickstercaptain.tumblr.com/tagged/henry-turner-tag-tba">brotp: more in common than just good looks</a> ( &amp; <a href="http://trickstercaptain.tumblr.com/tagged/%3Ba-man-of-extraordinarily-similar-taste-%28-jack-rackham.-%29">charles vane</a> )<br /><a href="http://trickstercaptain.tumblr.com/tagged/brotp%3A-if-you%E2%80%99re-lucky-enough-to-find-a-weirdo-then-never-let-them-go-%28-jack-%26-padm%C3%A9.-%29">brotp: if you&rsquo;re lucky enough to find a weirdo then never let them go</a> ( &amp; <a href="http://amidalc.tumblr.com">padm&eacute;</a> )</p>
  1264. <p><a href="http://trickstercaptain.tumblr.com/tagged/%3Bfave">fave</a><br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bnot-all-treasure-is-silver-and-gold-%28-save-tag.-%29">save</a><br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bthe-thing-you-want-most-in-this-world-%28-wishlist.-%29"> wishlist</a><br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bwe-shall-have-a-magnificent-garden-party-and-you%27re-not-invited-%28-crack.-%29">crack posts</a><br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bmeme">memes<br /></a><a href="http://trickstercaptain.tumblr.com/tagged/%3Bnurture-strength-of-spirit-to-shield-you-in-sudden-misfortune-%28-aesthetic.-%29">aesthetic</a></p>
  1265. <p><a href="http://trickstercaptain.tumblr.com/tagged/%3Blovely-pirate-queen-%28-esmeralda-de-sevilla.-%29">lovely pirate queen</a> ( esmeralda de sevilla )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Blizzie-%28-elizabeth-swann.-%29">lizzie</a> ( elizabeth swann )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bwhelp-%28-will-turner.-%29">whelp</a> ( william turner )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bcommodore-%28-james-norrington.-%29">commodore</a> ( james norrington )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bovergrown-angry-child-%28-cutler-beckett.-%29">overgrown angry child</a> ( cutler beckett )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bhector-%28-hector-barbossa.-%29">hector</a> ( hector barbossa )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bfirst-mate-%28-joshamee-gibbs.-%29">first mate</a>&nbsp;( joshamee gibbs )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bbound-in-human-form-%28-tia-dalma.-%29">bound in human form</a> ( tia dalma )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bfar-worse-not-to-have-her-%28-anamaria.-%29">far worse not to have her</a> ( anamaria )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bwell-acquainted-with-the-palm-of-their-hand-%28-giselle-%26-scarlett.-%29">well acquainted with the palm of their hand</a> ( giselle &amp; scarlett )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bpride-of-the-king%27s-navy-%28-murtogg-%26-mullroy.-%29">pride of the king&rsquo;s navy</a> ( murtogg &amp; mullroy )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bbelligerent-homunculus-%28-pintel.-%29">belligerent homunculus</a> ( pintel )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bwooden-eye-%28-ragetti.-%29">wooden eye</a> ( ragetti )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bnever-a-father-%28-captain-teague.-%29">never a father</a> ( captain teague )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bet-tu-brute%3F-%28-christophe-de-rapi%C3%A8r.-%29">et tu brute?</a> ( christophe de rapi&egrave;r )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bel-matador-del-mar-%28-captain-salazar.-%29">el matador del mar</a>&nbsp;( captain salazar )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Blike-the-son-I-never-had-%28-henry-turner.-%29">like the son I never had</a> ( henry turner )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bno-need-for-name-calling-%28-carina-smyth.-%29">no need for name calling</a>&nbsp;( carina smyth )<br /><a href="/t">you can&rsquo;t count</a> ( scrum )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bthe-woman-is-consummate-in-the-art-of-deception-%28-angelica.-%29">the woman is consummate in the art of deception</a> ( angelica )<br /><a href="#mce_temp_url#">struck by the loneliness in her eyes</a> ( francis dix )</p>
  1266. <p><a href="http://trickstercaptain.tumblr.com/tagged/%3Bmum-%28-maria-sparrow.-%29">mum</a> ( maria sparrow )<br />though she be but little she is fierce ( emma swann sparrow )<br />tba ( jacob swann sparrow )<br />gentle of heart ( lily swann sparrow )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bwhen-you-smile-I-am-undone-%28-marina-sparrow-de-sevilla.-%29">when you smile I am undone</a> ( marina sparrow de sevilla )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Bsunshine-in-her-veins-%28-jane-bennet.-%29">sunshine in her veins</a> ( jane bennet )<br /><a href="http://trickstercaptain.tumblr.com/tagged/%3Ba-man-of-extraordinarily-similar-taste-%28-jack-rackham.-%29">a man of extraordinarily similar taste</a> ( jack rackham )</p>
  1267.  
  1268. </div></div>
  1269.  
  1270. <!-- you're being Stubborn about using drop down's but i'm leaving you a link to the tutorial in case you change your mind and want me to add it in ( http://agirlingrey.tumblr.com/post/141676124493/hey-i-dont-know-if-you-answer-any-coding-related )-->
  1271.  
  1272. <!-- to add another tab simply go to code below <ul id="tabs"> and type in <li> [verse name here] </li>. don't copy and paste the tab that has the <li class="active"> bit. It'll fuck up the code. -->
  1273.  
  1274. <!-- ALSO make sure that for each tab you add you also add another <li></li> below in your verses section. if you have more tabs than sections or more sections than tabs it'll fuck up the code as well.-->
  1275.  
  1276. <div id="box6" class="popup_block"><div id="text">
  1277. <ul id="tabs">
  1278. <li class="active">canon</li>
  1279. <li>modern</li>
  1280. <li>au/ua</li>
  1281. <li>crossover</li>
  1282. <li>private</li>
  1283. </ul>
  1284.  
  1285. <ul id="tab">
  1286. <li class="active">
  1287. <p><big><em><strong>canon verses.</strong></em></big></p>
  1288.  
  1289. <p><img src="https://78.media.tumblr.com/a8b8bf25c1653b710bf028129c9b9a60/tumblr_inline_ow9mel52eN1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/4946de22ba7b641b147cfbbe53b72132/tumblr_inline_ow9meu2LXM1smyfzk_500.png" /></p>
  1290. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-take-what-you-can">v; take what you can</a></strong></small></p>
  1291. <p><small>post-At World&rsquo;s End. <strong>Main verse.</strong><em><br /></em></small></p>
  1292. <!-- <img src="" align="left" style="height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;"> that code will wrap an icon around your text for your verses and align it to the left. An example of it is right below this.-->
  1293. <img src="https://78.media.tumblr.com/980ffef703cb32bf97f5521455b31781/tumblr_inline_ow9mgaRefF1smyfzk_500.png" align="left" style= "height: 100px; width: 100px; padding-left: 1px; padding-right: 5px; padding-bottom: 5px; padding-top: 5px;">
  1294. <p><small>Following the destruction of the <em>Endeavour</em>, Cutler Beckett&rsquo;s death and victory of the pirates over the Armada, Captain Jack Sparrow returns to his pirating ways, still seeking immortality after sacrificing his chance at stabbing the heart of Davy Jones so that Will Turner could live. Unless specified for a particular thread, I will ignore the very end of the movie and Jack will still have the <em>Black Pearl</em> in his possession.</small></p>
  1295. <p><img src="https://78.media.tumblr.com/980ffef703cb32bf97f5521455b31781/tumblr_inline_ow9mgaRefF1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/40674a5804cfbf67fa7272394cec6a36/tumblr_inline_ow9mgnuWPg1smyfzk_500.png" /></p>
  1296. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-young-prot%C3%A9g%C3%A9">v; young prot&eacute;g&eacute;</a></strong></small></p>
  1297. <p><small><strong>The Price of Freedom verse a</strong>: Jack&rsquo;s upbringing on Shipwreck Cove.</small></p>
  1298. <blockquote>
  1299. <p><small>Living in the shadow of the Keeper of the Code isn&rsquo;t easy for the young Jack Sparrow, particularly when he&rsquo;s left to fend for himself in the pirate haven and dismissed for his ambitions to one day command a ship of his own. He wants more than anything to leave the island, and his life, behind, conflicted as to whether piracy is really his true calling, but it is the arrival of a charming French captain that eventually forces Jack into a decision that will unintentionally change his life.</small></p>
  1300. </blockquote>
  1301. <p><img src="https://78.media.tumblr.com/109bcba408f49e765fbd7f1bacd4bfa1/tumblr_inline_owbee1tMxn1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/450678a11a2aa5711c629f629f06e930/tumblr_inline_owbeit70Sh1smyfzk_500.png" /></p>
  1302. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-five-sodding-years-of-hard-work">v; five sodding years of hard work</a></strong></small></p>
  1303. <p><small><strong>The Price of Freedom verse b</strong>: Jack in employment of the East India Trading Company.&nbsp;</small></p>
  1304. <blockquote>
  1305. <p><small>Press-ganged into the crew of <em>La Vip&egrave;re</em> after being betrayed by friend and rogue pirate Christophe de Rapi&egrave;r, Jack knows he cannot return to Shipwreck Cove without facing death for breaking the Code. After escaping from the rogue ship, he and fellow crewman Robby Greene sign on to the East India Trading Company, working their way up the ranks until Jack is offered captaincy of the <em>Wicked Wench</em> by the EITC Director for West Africa, Cutler Beckett.</small></p>
  1306. </blockquote>
  1307. <p><img src="https://78.media.tumblr.com/80efaca59d6f9b6d99e8b67912535442/tumblr_inline_ow9mhvKK4L1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/f66b1a0982c9fcbaff0cf1800bd723ca/tumblr_inline_ow9mjeB5Bf1smyfzk_500.png" /></p>
  1308. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-a-legend-in-the-making">v; a legend in the making</a></strong></small></p>
  1309. <p><small>post-TPOF, <strong>pre-mutiny</strong> verse.<em><br /></em></small></p>
  1310. <blockquote>
  1311. <p><small>Now branded a pirate and having lost his soul in order to raise the newly rechristened <em>Black Pearl</em> from the depths, Captain Jack Sparrow finally has everything he ever wanted. He&rsquo;s a pirate, a captain and finally able to forge a legend that will be immortalised for centuries to come. However, that all changes when he begins searching for a way to find the long lost Aztec treasure of Cortez with his first mate, Hector Barbossa.</small></p>
  1312. </blockquote>
  1313. <p><img src="https://78.media.tumblr.com/bcefef93713a111669478f31d9f1b185/tumblr_inline_ow9mk5oPSl1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/d3f68ffd637320ad1d13472f130b43c3/tumblr_inline_ow9mldOLrg1smyfzk_500.png" /></p>
  1314. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-a-hard-learned-lesson-it-was">v; a hard learned lesson it was</a></strong></small></p>
  1315. <p><small><strong>post-mutiny</strong> verse.&nbsp;</small></p>
  1316. <blockquote>
  1317. <p><small>Can be set at anytime during the ten years between Barbossa&rsquo;s mutiny and the start of the events of <em>Curse of the Black Pearl</em>. Jack&rsquo;s still searching for his precious <em>Pearl</em> after being marooned on an island to die at the hands of his mutinous first mate, but that doesn&rsquo;t mean he won&rsquo;t live his life in the interim.</small></p>
  1318. </blockquote>
  1319. <p><span style="line-height: 1.4;"><span style="line-height: 1.4;"><img src="https://78.media.tumblr.com/7af4c2497851d6e1cdd53e932d05546f/tumblr_inline_ow9mlthZs21smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/7dc85173682db3cb714e46a6a85ce719/tumblr_inline_ow9mmfxGOz1smyfzk_500.png" /></span></span></p>
  1320. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-the-opportune-moment">v; the opportune moment</a></strong></small></p>
  1321. <p><small>set at any point during <strong>The Curse of the Black Pearl</strong>.&nbsp;</small></p>
  1322. <blockquote>
  1323. <p><small>Arriving in Port Royal on the sinking <em>Jolly Mon</em>, fates align and Jack finds himself with the perfect leverage to secure his stolen <em>Pearl</em> from the hands of his mutinous and now-cursed first mate, Captain Barbossa.</small></p>
  1324. </blockquote>
  1325. <p><img src="https://78.media.tumblr.com/6637102ab17046d04b7502b709a73a5b/tumblr_inline_ow9mniqxiJ1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/ea350166f727b454f66aa05ac352ec56/tumblr_inline_ow9mnz1fLG1smyfzk_500.png" /></p>
  1326. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-what-bodes-ill">v; what bodes ill</a></strong></small></p>
  1327. <p><small>set from the end of <strong>The Curse of the Black Pearl </strong>through to the end of <strong>Dead Man&rsquo;s Chest.</strong>&nbsp;</small></p>
  1328. <blockquote>
  1329. <p><small>Now reunited with his beloved <em>Pearl</em>, Jack knows all will be for naught unless he can find a way out of the soul debt he owes to Davy Jones. Vexed and bearing a compass that no longer seems to work, Jack begins a desperate search for the dead man&rsquo;s chest to use as leverage, or else be damned to the depths of the Locker for eternity should his time run out</small></p>
  1330. </blockquote>
  1331. <p><img src="https://78.media.tumblr.com/6e31bb560170f7890a2e272873bac596/tumblr_inline_ow9mp9rWjV1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/4ecd7978d792888aff8336b36a944df4/tumblr_inline_ow9mq3O3bE1smyfzk_500.png" /></p>
  1332. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-close-your-eyes-and-pretend-it's-all-a-bad-dream">v; close your eyes and pretend it&rsquo;s all a bad dream</a></strong></small></p>
  1333. <p><small>set after Jack&rsquo;s liberation from the Locker, during<strong> At World&rsquo;s End</strong>.&nbsp;</small></p>
  1334. <blockquote>
  1335. <p><small>Returned from the land of the dead and determined not to end up there again, Jack resolves that the only way he can survive is to stab the heart of Davy Jones, thus becoming immortal and sailing the seas forever.</small></p>
  1336. </blockquote>
  1337. <p><img src="https://78.media.tumblr.com/7301d4a939dc19bad419917ca4db9a57/tumblr_inline_ow9mqxWCzG1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/ae09d30cb2dcd613fe0215cf07575712/tumblr_inline_ow9mrbFoIx1smyfzk_500.png" /></p>
  1338. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-our-sands-be-all-but-run">v; our sands be all but run</a></strong></small></p>
  1339. <p><small>set during and after <strong>On Stranger Tides</strong>, but altered as appropriate.&nbsp;</small></p>
  1340. <blockquote>
  1341. <p><small>This verse encompasses the entirety of On Stranger Tides and afterwards, as well as any AUs where Jack is seeking the Fountain of Youth. With the <em>Black Pearl</em> retrieved from Blackbeard&rsquo;s ship, in bottle form, Jack and Gibbs are left to figure out how to restore her to her former glory.</small></p>
  1342. </blockquote>
  1343. <p><img src="https://78.media.tumblr.com/bc2b3804cd03cdf0e78a727d7e571a5a/tumblr_inline_ow9mrza8jY1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/69c9b181ded439702da322408b079590/tumblr_inline_oxvg08LKWn1smyfzk_500.png" /></p>
  1344. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-bad-luck-dogs-you-day-and-night">v; bad luck dogs you day and night</a>&nbsp;</strong></small></p>
  1345. <p><small>set during <strong>Dead Men Tell No Tales</strong>, but altered as appropriate. <em><br /></em></small></p>
  1346. <blockquote>
  1347. <p><small>Alterations from canon can be found <a href="http://trickstercaptain.tumblr.com/post/159111317037/lotties-masterlist-of-alterations-to-her-dmtnt" target="_blank">here</a>. After a series of near-disasters culminate in the release of Captain Salazar from the Devil&rsquo;s Triangle ( a once famed pirate hunter now cursed and out for Jack&rsquo;s blood for trapping him in the first place ), Jack must team up with his stepson, Henry Turner, and the female astronomer Carina Smyth if he hopes to find the Trident of Poseidon &ndash; an object with the power to break all curses in the sea.</small></p>
  1348. </blockquote>
  1349. <p><img src="https://78.media.tumblr.com/c83bee0dac24ee3e4b081a7aefd793b7/tumblr_inline_oxveu2BV181smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/c82768a8ee0f9d033788caa520758798/tumblr_inline_oxveufOP7x1smyfzk_500.png" /></p>
  1350. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-beyond-my-beloved-horizon">v; beyond my beloved horizon</a>&nbsp;</strong></small></p>
  1351. <p><small><strong>post Dead Men Tell No Tales</strong>, but altered as appropriate.&nbsp;</small></p>
  1352. <blockquote>
  1353. <p><small>With both his ship and luck finally restored, and a family reunited on land, Captain Jack Sparrow has everything he needs to repair his shattered reputation once and for all. The only thing left is for him to figure out what to do with his simian namesake, now in need of a new master. Just as a note, this is <em>not</em> my default verse.</small></p>
  1354. </blockquote>
  1355. </li>
  1356. <li>
  1357.  
  1358. <p><big><em><strong>au/ua verses.</strong></em></big></p>
  1359. <p><span style="line-height: 1.4;"><span style="line-height: 1.4;"><img src="https://78.media.tumblr.com/891395e92375b04a7a783991640ba319/tumblr_inline_ow9mug3CLa1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/40ee51b2e1482697ab6577a0e4301063/tumblr_inline_ow9mv4mULQ1smyfzk_500.png" /></span></span></p>
  1360. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-make-sure-you-can-walk-away-in-a-second">v; make sure you can walk away in a second</a></strong></small></p>
  1361. <p><small>Jack Sparrow in <strong>modern day</strong>. Influenced by <em>BBC Hustle</em>.&nbsp;</small></p>
  1362. <blockquote>
  1363. <p><small>After a tumultuous early childhood as the son of two of the country&rsquo;s most prolific bank robbers, and the tragic death of his mother at the age of seven, Jack is relocated to inner city London and tries to take advantage of the chance at a &lsquo;normal&rsquo; life ( even as his father continues in his association with the criminal ring that he&rsquo;d vowed to leave behind ). Leaving school, it is hard work and determination in both his commitment to further study and holding up a job eventually earn him a flat of his own in Soho with his long term friend Gibbs, but the appeal of confidence tricks and grifting soon lures him into a life of con artistry &ndash; though he only deceives those who he deems <em>deserving</em>. </small></p>
  1364. <p><small>The full outline for this verse can be found <a href="http://trickstercaptain.tumblr.com/post/164718129082/modern-verse-outline-this-is-ridiculously"><strong>here</strong></a>.</small></p>
  1365. </blockquote>
  1366.  
  1367. </li>
  1368. <li>
  1369.  
  1370. <p><img src="https://78.media.tumblr.com/b623eb602da9d57d2128fbbb305bcbf1/tumblr_inline_owfau6QEn11smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/0c870d9cb53bd08a2ac8fe4beea6a225/tumblr_inline_owfawsh9291smyfzk_500.png" /></p>
  1371. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-I-swear-that-I%27ll-be-around-for-you">v; I swear that I&rsquo;ll be around for you</a></strong></small></p>
  1372. <p><small>post-At World&rsquo;s End <strong>canon UA</strong>. <br />main verse partners:&nbsp;hangtherules &amp; likehiisfather<br /></small></p>
  1373. <blockquote>
  1374. <p><small>Canonically sticking to the end of <em>At World&rsquo;s End</em>, with Elizabeth going on to bear Will a son, Henry, after he sails away on the <em>Flying Dutchman&nbsp;</em>to carry out his duty for ten years at a time. With the absence of a father in the young Henry Turner&rsquo;s life, Jack slowly and unconsciously begins to fill that gap through his visits to Shipwreck Cove, which in turn become more and more frequent as he develops a bond with a boy he comes to think of as a son in all but name. This verse leads directly into my DMTNT-era verse, set nineteen years later.</small></p>
  1375. </blockquote>
  1376. <p><img src="https://78.media.tumblr.com/70c6f49389e748ae0df7f95def529a37/tumblr_inline_ow9mwjskuO1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/cc54869da0354ec406f924c45dbf7af2/tumblr_inline_ow9mxayyHw1smyfzk_500.png" /></p>
  1377. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-my-soul-and-yours-are-the-same">v; my soul and yours are the same</a></strong></small></p>
  1378. <p><small>post-At World&rsquo;s End AU, <strong>sparrabeth verse&nbsp;</strong><br />main verse partner:&nbsp;hangtherules<em><br /></em></small></p>
  1379. <blockquote>
  1380. <p><small>As Jack and Elizabeth grow closer during Beckett&rsquo;s War on Piracy, Elizabeth decides to take up a place on the Black Pearl&rsquo;s crew following the pirates&rsquo; defeat of Davy Jones and Cutler Beckett, where she and Jack make the most of their freedom and new-found happiness.</small></p>
  1381. </blockquote>
  1382. <p><img src="https://78.media.tumblr.com/fc27a8ea23216beab6c6f7fab388ddf5/tumblr_inline_owbek66ZIf1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/fd3f3201f2aab8c93bf396609aa408cb/tumblr_inline_owbel46hhf1smyfzk_500.png" /></p>
  1383. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-the-purest-treasure-of-all">v; the purest treasure of all</a></strong></small></p>
  1384. <p><small>post-At World&rsquo;s End, <strong>main&nbsp;baby verse&nbsp;</strong><br />main verse partner: hangtherules</small></p>
  1385. <blockquote>
  1386. <p><small>Falling pregnant with Jack&rsquo;s child, Elizabeth spends six fraught months on Shipwreck Cove awaiting the captain&rsquo;s return. However, when he finally does make an appearance, things are far from easy for them as they adjust to this sudden change in their lives and, for Jack, this &lsquo;threat&rsquo; to the freedom he holds so dear. After the birth of their daughter, Emma, several years later twins, Jacob and Lily, are added to the clan.</small></p>
  1387. <p><img src="https://78.media.tumblr.com/d98d4749405c37a017f3a593e4afaad4/tumblr_inline_ow9mymJOsL1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/6183d7d715db0d1736a4bd269662934a/tumblr_inline_ow9mxzwoWZ1smyfzk_500.png" /></p>
  1388. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-cruel-is-a-matter-of-perspective">v; cruel is a matter of perspective</a></strong></small></p>
  1389. <p><small><strong>&ldquo;Dark&rdquo; Verse.</strong> <em><br /></em></small></p>
  1390. <blockquote>
  1391. <p><small>There is only so much one person can take, and the torture and subsequent hanging of the Pirate King, Elizabeth Swann, proves the final straw for Jack. To some, it is finally giving into the violence and amorality of a world he was forced into becoming a part of, but deep down he knows it is nothing but a downward spiral; the test will come in how much chaos and damage he can wreak before his recklessness proves his downfall.</small></p>
  1392. </blockquote>
  1393. <p><img src="https://78.media.tumblr.com/661db9989c3b06bcbc3e6945d29a7702/tumblr_inline_owbemrXJ821smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/5399a60cfa0e1ef71a33383f3aed27a1/tumblr_inline_oxvfy2PFon1smyfzk_500.png" /></p>
  1394. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-an-exemplary-operative">v; an exemplary operative</a></strong></small></p>
  1395. <p><small><strong>The Price of Freedom AU</strong><br />main verse partner: lordiism</small></p>
  1396. <blockquote>
  1397. <p><small>In an alternate universe where Kerma had remained mere legend and that fateful liberation of a cargo of slaves had never happened, Captain Jack Sparrow remained in Cutler Beckett&rsquo;s employment, eventually proving loyal enough to be offered a position as one of Beckett&rsquo;s foreign operatives. With no way of clearing his name in the eyes of Teague and the Brethren Court, Jack accepts the offer and the two become an unstoppable and ambitious force, working on behalf of the British Empire.</small></p>
  1398. </blockquote>
  1399. </blockquote>
  1400.  
  1401. </li>
  1402. <li>
  1403.  
  1404. <p><big><em><strong>crossovers.</strong></em></big></p>
  1405. <p><img src="https://78.media.tumblr.com/7269b7e692a689720f11c884785e6c70/tumblr_inline_ow9n0j7NSE1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/29308df31bb5bfc69a8bb6ea0118c416/tumblr_inline_oxvhbjx1E51smyfzk_500.png" /></p>
  1406. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-thieves-awaiting-a-noose">v; thieves awaiting a noose</a></strong></small></p>
  1407. <p><small><strong>Black Sails</strong> crossover verse</small></p>
  1408. <blockquote>
  1409. <p><small>Captain of the <em>Black Pearl</em>, Jack operates in the Caribbean in the 1720s, making port at New Providence Island to trade with Eleanor Guthrie, self-appointed matriarch of the isle. More concerned with his own personal freedom than the fight for legitimacy for Nassau in the eyes of the British, Jack plays both sides in the struggle, determined to secure for himself the greatest profit. </small></p>
  1410. <p><small>However, with the arrival of Woodes Rogers and the the very Empire he turned his back on thirteen years prior, Jack must decide whether engaging in a piratical rebellion of England&rsquo;s reclaimed colony comes at a greater cost than the supposed <em>humiliation</em> of accepting an unqualified pardon.</small></p>
  1411. </blockquote>
  1412. <p><img src="https://78.media.tumblr.com/0f9bcd6393971df99859ab14c0e0320c/tumblr_inline_oxvhdir5NT1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/5bef5b41d00662831210cd8aea53d5f3/tumblr_inline_ow9n16vHcc1smyfzk_500.png" /></p>
  1413. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-every-flight-begins-with-a-fall">v; every flight begins with a fall</a></strong></small></p>
  1414. <p><small><strong>Game of Thrones/A Song of Ice and Fire</strong> crossover verse</small></p>
  1415. <blockquote>
  1416. <p><small>A Braavosi pirate, Jack Sparrow was formerly a merchant sailor who turned to the account after running into trouble further down the Essos coast, in Myr and Volantis, as he came up against wealthy slave holders. Once seizing freedom for himself, and paying a dear price as he consults a red priestess in Asshai to raise his beloved ship from the depths, he builds a name for himself causing trouble up and down the coast. Jack takes little interest in the affairs of Westeros and the outbreak of the War of the Five Kings but, like any opportunist, is all too aware of the risk and reward involved in playing one side off against another.</small></p>
  1417. </blockquote>
  1418. <p><img src="https://78.media.tumblr.com/f056988505d0d945f4471b3213054220/tumblr_inline_ow9n1s0LnK1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/2c82eb50321909e5807f2d78e35b496b/tumblr_inline_oxvhgwYKeh1smyfzk_500.png" /></p>
  1419. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-I-solemnly-swear-I-am-up-to-no-good">v; I solemnly swear I am up to no good</a></strong></small></p>
  1420. <p><small><strong> Harry Potter</strong> AU<br /></small></p>
  1421. <blockquote>
  1422. <p><small>A half-blood wizard, Jack isn&rsquo;t a natural fit in the Slytherin house at first, having requested that the Sorting Hat place him there ( instead of Ravenclaw ) in order to follow in the footsteps of his &lsquo;family&rsquo; of Gryffindors and Slytherins &ndash; but while he still remains a bit of an outcast, he eventually finds his place among the cunning folk of the snake house and becomes renowned for stirring up trouble within the walls of Hogwarts. </small></p>
  1423. <p><small>Once he leaves the school with his NEWTs, he pursues his particular interest in curious and interesting magical artefacts, which eventually leads him into the lucrative business of smuggling during the inter-war years. His name even becomes associated with the shady Borgin and Bourkes shop on Knockturn Alley &ndash; that is, until Voldemort&rsquo;s return to power. His mother and father being former Order members, and his mother dying at the hands of Death Eaters when he was seven years old, Jack covertly throws his support to the resistance movement led by Dumbledore, holding his cards rather close to his chest until he finally joins the Order himself with the intent of fighting against You-Know-Who and his followers.</small></p>
  1424. </blockquote>
  1425. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-trickery-and-magic">v; trickery and magic</a></strong></small></p>
  1426. <p><small><strong>Fantastic Beasts</strong> secondary verse</small></p>
  1427. <blockquote>
  1428. <p><small>Still a Hogwarts alumni, Jack is a smuggler of magical artefacts operating primarily in 1920s New York, under the radar of MACUSA. With connections to both the light and the dark of wizarding society, including those close to Grindelwald, Jack plays both sides in the struggle threatening to expose wizards to the muggle/no-maj community.</small></p>
  1429. </blockquote>
  1430. <p><img src="https://78.media.tumblr.com/be2bd6f61591fe9fc13613b699206bda/tumblr_inline_oxvhkxS0VF1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/cf066f2c2e1af217bc989e395efd87b0/tumblr_inline_ow9n2iyA0G1smyfzk_500.png" /></p>
  1431. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-hell-is-empty-and-all-the-devils-are-here">v; hell is empty and all the devils are here </a></strong></small></p>
  1432. <p><small><strong>Westworld AU a</strong>: host<br /></small></p>
  1433. <blockquote>
  1434. <p><small>Jack Sparrow is a newcomer favourite in the town of Sweetwater; a witty, debonair, rogue always one step ahead of the local sheriff and law enforcement &ndash; and with plenty of charm, to boot. As a host, he knows no different than the life he was programmed; people come and go, some with good intentions, some with ill, but never is he supposed to question or <em>remember&nbsp;</em>the nature of the groundhog day he lives. But things are changing for the hosts, memories and past trauma are resurfacing and with his programmed chaotic nature, Jack is driven to explore these strange&nbsp;occurrences&nbsp;no matter what consequences he may face.</small></p>
  1435. </blockquote>
  1436. <p><img src="https://78.media.tumblr.com/f7bb7662aaef9590823fe485cac36c73/tumblr_inline_oxvhmeqoV61smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/ddba4204c7a629016191d5908f52420a/tumblr_inline_ow9n2z4jQA1smyfzk_500.png" /></p>
  1437. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-be-whoever-the-fuck-you-want-to-be">v; be whoever the fuck you want to be</a></strong></small></p>
  1438. <p><small><strong>Westworld AU b</strong>: guest.&nbsp;<em><br /></em></small></p>
  1439. <blockquote>
  1440. <p><small>Cowboys. Adventure. The Wild West. Certainly appealing enough in its premise, when Jack first steps foot in the theme park with a black hat atop his head, billed as offering its guests their wildest fantasies and most morbid dreams, he too is blown away by the sheer ambition and scale of what Westworld has to offer. Most intriguing of all to him, however, are the hosts themselves &ndash; and, unlike the majority of people to pass through the park, Jack finds himself strangely troubled by the treatment of what are essentially robots, <em>built</em> to satisfy the desires of those like himself.</small></p>
  1441. </blockquote>
  1442. <p><img src="https://78.media.tumblr.com/2c3424a4959f19415f3b08bb88581bcf/tumblr_inline_ow9n3oSKq61smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/63eaed8213729b5a503c08a923cd6a37/tumblr_inline_oxvhoy8vfg1smyfzk_500.png" /></p>
  1443. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-sometimes-a-pawn-is-enough-to-change-the-game">v; sometimes a pawn is enough to change the game</a></strong></small></p>
  1444. <p><small><strong>Victorian</strong> AU<br />main verse partners: hangtherules &amp; thecodekeeper</small></p>
  1445. <blockquote>
  1446. <p><small>The secretly illegitimate son of one of the most notorious ( and wealthy ) families in London, Jack is a politically desirable match when he&rsquo;s married off to the daughter of the esteemed Weatherby Swann &ndash; if also renowned for his impropriety, philandering and rather candid tongue. The betrothed couple don&rsquo;t get off to the best of starts, but they have more in common than they first realise, chief among them being their joint desire to break free of their cage. And for that, they&rsquo;ll need to play the game as well as those pulling the strings.</small></p>
  1447. </blockquote>
  1448. <p><img src="https://78.media.tumblr.com/186b0b4eb8d1b97941658619fdc7e8f3/tumblr_inline_ow9n4a4phN1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/c4f3190fc53237dfdfdd4538f1a3f338/tumblr_inline_oxvhwyXG5s1smyfzk_500.png" /></p>
  1449. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-the-world-is-a-stage-and-the-play-is-badly-cast">v; the world is a stage and the play is badly cast</a></strong></small></p>
  1450. <p><small><strong>Professor/teacher</strong> AU</small></p>
  1451. <blockquote>
  1452. <p><small>A professor of English Literature, Jack Sparrow is one of the more eccentric personalities in his own department, a fierce individualist and lover of the likes of Byron and Wilde, known as much for his somewhat unorthodox methods of teaching as he is for his intelligence in his own field.</small></p>
  1453. </blockquote>
  1454. <p><img src="https://78.media.tumblr.com/7e0804af3f233e0183e3b73ba000ecf9/tumblr_inline_ow9n4yxMvS1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/060913e0d83d1197351ff92e20a654cf/tumblr_inline_oxvi2yIhUx1smyfzk_500.png" /></p>
  1455. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-res-ipsa-loquitur-tabula-in-naufragio">v; res ipsa loquitur tabula in naufragio</a></strong></small></p>
  1456. <p><small><strong>Lawyer</strong> AU</small></p>
  1457. <blockquote>
  1458. <p><small>Depending on the setting, can be a criminal defence lawyer or plying his trade in a more mundane legal setting, such as specialising in divorces. Having left home to attend law school and become one of the most adept attorneys of his age, Jack is known for his slipperiness and skill in negotiating the best possible outcomes for his clients.</small></p>
  1459. </blockquote>
  1460. <p><img src="https://78.media.tumblr.com/3835991def41857f28d352dc2b768fef/tumblr_inline_oxvi5yTpAo1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/a86e22a302add51d0fa7ca3cdcf952e0/tumblr_inline_ow9n5qz0Yh1smyfzk_500.png" /></p>
  1461. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-if-you-want-advice:-stay-alive">v; if you want advice: stay alive</a></strong></small></p>
  1462. <p><small>&nbsp;<strong>The Hunger Games</strong> AU.</small></p>
  1463. <blockquote>
  1464. <p><small>Victor of the 58th Hunger Games, Jack went on to become a mentor for District 4 tributes, liasing in the Capitol to ensure their sponsorship and best chances at survival. A law unto himself and deeply opposed to the regime in place and its lack of freedom, Jack lacks the courage to openly disobey it until the rebellion flickers into life.</small></p>
  1465. </blockquote>
  1466. <p><img src="https://78.media.tumblr.com/0b2ca9bde782640945341092c946c37c/tumblr_inline_oxvi90tIwl1smyfzk_500.png" />&nbsp;&nbsp;<img src="https://78.media.tumblr.com/396d5d6e30548e1c9af4864001997766/tumblr_inline_ow9n6bei4L1smyfzk_500.png" /></p>
  1467. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-not-all-those-who-wander-are-lost">v; not all those who wander are lost</a></strong></small></p>
  1468. <p><small><strong>Tolkien/LOTR</strong> AU, diverges from potc canon during AWE.</small></p>
  1469. <blockquote>
  1470. <p><small>Returning from the Locker and the land of the dead proved more difficult than the crew of the Black Pearl intended, and during their attempts to flip the ship upside down, Jack Sparrow finds himself falling through a portal into the realm of Middle Earth. Compass-less, thanks to a certain Will Turner who fell through the void first, Jack wanders this strange new land in search of a means to return home.</small></p>
  1471. </blockquote>
  1472.  
  1473. </li>
  1474. <li>
  1475.  
  1476. <p><strong><em><big>group/closed/private verses</big></em></strong></p>
  1477. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-shuffle-me-a-ninth-life">v; shuffle me a ninth life</a></strong></small></p>
  1478. <p><small>On Stranger Tides AU, group verse with <strong>lordiism</strong> &amp; <strong>hangtherules</strong><em><br /></em></small></p>
  1479. <blockquote>
  1480. <p><small>Intent on eliminating the threat posed by Blackbeard and the <em>Queen Anne&rsquo;s Revenge</em>, Cutler Beckett is forced to turn to his former adversaries and enlist the aid of Captain Jack Sparrow and Elizabeth Swann. Setting aside their differences proves to be a nigh-impossible task, particularly for Jack in light of Elizabeth&rsquo;s branding at the hand of Beckett himself, and the question of whether or not he can survive one more brush with the EITC becomes more &amp; more questionable as the shaky alliance continues.</small></p>
  1481. </blockquote>
  1482. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-the-tool-of-betrayal">v; the tool of betrayal</a></strong></small></p>
  1483. <p><small>Voodoo Doll AU, with&nbsp;<strong>hangtherules</strong>,&nbsp;<strong>thecodekeeper </strong>&amp;<strong> lordiism</strong></small></p>
  1484. <blockquote>
  1485. <p><small>After being captured by the EITC and disappearing for several months, Jack Sparrow finally arrives back on Shipwreck Cove again, but it becomes clear enough that the man to return to the pirate haven isn&rsquo;t the same as the man who left. He&rsquo;s now a spy in the camp, bent to Beckett&rsquo;s will through the threat of a curious doll that came into the man&rsquo;s possession, a doll with the power to inflict pain on Jack and compel him through fear to do his bidding.</small></p>
  1486. </blockquote>
  1487. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-brethren-by-blood">v; brethren by blood</a></strong></small></p>
  1488. <p><small>At World&rsquo;s End UA, with <strong>donapirata</strong>. </small></p>
  1489. <blockquote>
  1490. <p><small>Ten years parted from his first love by an act of sacrifice to save her beloved coraz&oacute;n, the appearance of a seemingly living Esmeralda de Sevilla on the shores of the Locker reawaken long-buried emotions and pain. Combined with the effects of the Locker and the threat of Jones and the EITC, reconnecting with the woman who once meant so much to him proves a challenge, particularly with the added inconvenience of lingering feelings for the charming murderess who&rsquo;d ensured his own demise.</small></p>
  1491. </blockquote>
  1492. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-treasure-both-blazing-&amp;-gold">v; treasure both blazing &amp; gold</a></strong></small></p>
  1493. <p><small>post-The Price of Freedom UA, with&nbsp;<strong>donapirata </strong></small></p>
  1494. <blockquote>
  1495. <p><small>Shortly after surrendering his soul to Davy Jones in exchange for thirteen years captaining the newly rechristened <em>Black Pearl</em>, Jack returns to Shipwreck Cove as a now-branded pirate and accepts Esmeralda&rsquo;s OFFER: to sail the seas as equals, <em>Venganza</em> and the <em>Black Pearl</em>, Sparrow and Sevilla; a partnership legendary enough to go down in history.</small></p>
  1496. </blockquote>
  1497. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-maybe-I%27ll-see-you-again-in-another-life">v; maybe i&rsquo;ll see you in another life</a></strong></small></p>
  1498. <p><small>The Price of Freedom UA, with&nbsp;<strong>donapirata</strong>. </small></p>
  1499. <blockquote>
  1500. <p><small>It was rogue pirate Christophe de Rapi&egrave;r&rsquo;s betrayal of the then twenty year old Jack Sparrow that proved the catalyst for the life he went on to live; obtaining the <em>Pearl</em>, selling his soul to Davy Jones, and being unexpectedly separated from his first love, Esmeralda. But what if Jack had been prevented from FREEING his duplicitious friend that day? What if he&rsquo;d never been press-ganged on board <em>La Vip&egrave;re</em>, never joined the EITC, and had instead remained on Shipwreck Cove?</small></p>
  1501. </blockquote>
  1502. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-my-heart-is-pierced-by-cupid">v; my heart is pierced by cupid</a></strong></small></p>
  1503. <p><small>merman AU, with&nbsp;<strong>donapirata</strong>. </small></p>
  1504. <blockquote>
  1505. <p><small>He has few memories of a time before fins and watching on as his more malicious sisters hunt for flesh of man, a five year old boy who&rsquo;d taken to swimming one fateful day near dangerous waters, but he has never belonged in the community of merfolk who prowl Whitecap Bay. That is, until one day his curiosity brings him to the surface and he saves the life of a young lady captain, with the connection between the two kin awakening a desire and need for something more.</small></p>
  1506. </blockquote>
  1507. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-">v; that oldest and noblest of professions</a></strong></small></p>
  1508. <p><small><strong>post-mutiny AU</strong>, with&nbsp;donapirata</small></p>
  1509. <blockquote>
  1510. <p><small>His skill as a sailor had previously been a solution to any bind that Jack Sparrow had found himself in but, stranded on Tortuga with no ebony ship nor crew to sail her, and with a black mark attached to his name as word of Captain Barbossa&rsquo;s mutiny spread far and wide, he&rsquo;d NOW been left both bereft of funds and lacking in prospects, too. It was a temporary measure, he&rsquo;d said as he&rsquo;d shed the name and bandana to take up employment in a house of ill repute, raising funds to head as far from the Caribbean as possible, but even he couldn&rsquo;t deny that he had talent enough to make even the most experienced port doxy jealous.</small></p>
  1511. </blockquote>
  1512. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-my-heart-is-pierced-by-cupid">v; blood of my blood</a></strong></small></p>
  1513. <p><small>vampire AU, with&nbsp;<strong>donapirata</strong>. </small></p>
  1514. <blockquote>
  1515. <p><small>tba</small></p>
  1516. </blockquote>
  1517. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-show-me-what-this-life-is-for">v; show me what this life is for</a></strong></small></p>
  1518. <p><small>Reincarnation AU, with <strong>hangtherules</strong>.</small></p>
  1519. <blockquote><small>An unassuming English professor by the name of Jack Davis couldn&rsquo;t have imagined how one fateful meeting with a woman who happened to read History at his same university would change his life, unleashing a powerful connection between the two that would defy their fleeting acquaintance &ndash; at least, in <em>this</em> life. Combined with resurfacing visions of a time of freedom and piracy, Jack soon realises that there&rsquo;s far more to their connection than meets the eye.</small></blockquote>
  1520. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-sail-the-seas-for-eternity">v; sail the seas for eternity</a></strong></small></p>
  1521. <p><small>Captain of the Flying Dutchman AU, with <strong>hangtherules</strong><br /></small></p>
  1522. <blockquote>
  1523. <p><small>Succeeding in his desperate quest for immortality following his death, Jack stabs the heart of Davy Jones during the Maelstrom battle and takes his place as captain of the ghost ship, bound to ferry the souls of the dead from this world to the next. Only able to step on land once every ten years, Jack faithfully carries out the duty as set by the sea goddess Calypso, however the effects of the Locker stay with him. Surrounded by death and NOW without a heart, unable to feel, Jack becomes more distant and apathetic than he&rsquo;s ever been, now aware that immortality comes with a price.</small></p>
  1524. </blockquote>
  1525. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-losing-your-memory">v; losing your memory</a></strong></small></p>
  1526. <p><small>Memory loss AU, with&nbsp;<strong>hangtherules </strong></small></p>
  1527. <blockquote>
  1528. <p><small>Taking a tumble on the steps of his own ship, Jack loses all memory of the events after arriving in Port Royal on his sinking boat; including regaining his Pearl, the Locker and all memory of Elizabeth Swann and their time together. As Jack tries to piece together the fragments of these forgotten months of his life, Elizabeth must decide how much of the truth (including of her previous betrayal) to both impart to him and spare him from.</small></p>
  1529. </blockquote>
  1530. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-a-bird-set FREE">v; a bird set free</a></strong></small></p>
  1531. <p><small>AU, with&nbsp;<strong>verumlibertas</strong> &amp; <strong>thecodekeeper</strong></small></p>
  1532. <blockquote>
  1533. <p><small>The official &lsquo;maria lives&rsquo; AU. Instead of falling ill, Maria leaves Shipwreck Cove with Jack and her unborn baby, finding employment with another pirate captain and endeavouring to make life as happy as possible for her two children, with occasional interference from Edward Teague himself.</small></p>
  1534. </blockquote>
  1535. <p><small><strong><a href="http://trickstercaptain.tumblr.com/tagged/v%3B-a-pearl-of-great-price">v; a pearl of great price</a></strong></small></p>
  1536. <p><small>humanised Black Pearl AU, with <strong>saliberte </strong></small></p>
  1537. <blockquote>
  1538. <p><small>Jack Sparrow has been witness to all sorts of strange supernatural occurrences in his life, and theoretically that ought to have prepared him for the moment when he encountered Pearl for the first time: his ship, trapped in human form. But adjustment is difficult for both of them, particularly as they seek to find a way to reverse the process, and Jack struggles to reconcile the intensity of his feelings for a vessel of infamy and freedom with the feeling, emotional and beautiful woman he is confronted with.</small></p>
  1539. </blockquote>
  1540.  
  1541. </li>
  1542. </ul>
  1543.  
  1544.  
  1545.  
  1546. </div></div></div></div></div></div></div></div></div></div>
  1547.  
  1548.  
  1549.  
  1550.  
  1551.  
  1552.  
  1553. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement