littlemisswhoever

Theme: hangtherules (Viper)

Jul 12th, 2020
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 96.97 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!-- (BASE) THEME BY SAE (INIZIARE) -->
  4.  
  5.  
  6.  
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}" />
  13. {/block:Description}
  14. </head>
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. <!-- SCRIPT: JQUERY -->
  22.  
  23. <script src="https://static.tumblr.com/gjexvml/cszpz4vyd/jquery-3.4.1.min.js"></script>
  24.  
  25.  
  26.  
  27.  
  28. <!-- SCRIPT: TOOLTIP -->
  29.  
  30. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  31. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  32. <script>
  33. (function($){
  34. $(document).ready(function(){
  35. $("[title],a[title],img[title]").style_my_tooltips({
  36. tip_follows_cursor:true,
  37. tip_delay_time:90,
  38. tip_fade_speed:600,
  39. attribute:"title"
  40. });
  41. });
  42. })(jQuery);
  43. </script>
  44.  
  45.  
  46.  
  47.  
  48.  
  49. <!-- SCRIPT: NAVIGATION TABS -->
  50.  
  51. <script>
  52. function openNavi(naviName) {
  53. var i;
  54. var x = document.getElementsByClassName("navi");
  55. for (i = 0; i < x.length; i++) {
  56. x[i].style.display = "none";
  57. }
  58. document.getElementById(naviName).style.display = "block";
  59. }
  60. </script>
  61.  
  62.  
  63.  
  64. <script>
  65. function openMuse(museName) {
  66. var i;
  67. var x = document.getElementsByClassName("muse");
  68. for (i = 0; i < x.length; i++) {
  69. x[i].style.display = "none";
  70. }
  71. document.getElementById(museName).style.display = "block";
  72. }
  73. </script>
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80. <!-- SCRIPT: NAVIGATION TABS -->
  81.  
  82.  
  83. <script>
  84. function openPage(pageName) {
  85. var i;
  86. var x = document.getElementsByClassName("page");
  87. for (i = 0; i < x.length; i++) {
  88. x[i].style.display = "none";
  89. }
  90. document.getElementById(pageName).style.display = "block";
  91. }
  92.  
  93. </script>
  94.  
  95.  
  96.  
  97.  
  98. <!-- SCRIPT: CLICK MENU #3 -->
  99.  
  100. <script>
  101. $(document).ready(function(){
  102. jQuery('.dropbtn3').click( function() {
  103. $(this).next('.dropdown-content3').fadeToggle();
  104. return false;
  105. });
  106. });
  107. </script>
  108.  
  109.  
  110.  
  111.  
  112. <!-- SCRIPT: CLICK MENU -->
  113.  
  114. <script>
  115. $(document).ready(function(){
  116. jQuery('.dropbtn').click( function() {
  117. $(this).next('.dropdown-content').fadeToggle();
  118. return false;
  119. });
  120. });
  121. </script>
  122.  
  123.  
  124.  
  125.  
  126. <!-- SCRIPT: AUDIO PLAYER -->
  127.  
  128. <script>
  129. $(document).ready(function() {
  130. $('iframe.tumblr_audio_player').load( function() {
  131. $('iframe.tumblr_audio_player').contents().find("head")
  132. .append($("<style type='text/css'> .audio-player{background:transparent!important; color:{color:bold}!important;} </style>"));
  133. });
  134. });
  135. </script>
  136.  
  137.  
  138.  
  139.  
  140.  
  141. <!-- SCRIPT: POPUP TABS -->
  142.  
  143. <script>$(document).ready(function(){
  144. $("ul#tabs li").click(function(e){
  145. if (!$(this).hasClass("active")) {
  146. var tabNum = $(this).index();
  147. var nthChild = tabNum+1;
  148. $("ul#tabs li.active").removeClass("active");
  149. $(this).addClass("active");
  150. $("ul#tab li.active").removeClass("active");
  151. $("ul#tab li:nth-child("+nthChild+")").addClass("active");}});});</script>
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158. <!-- SCRIPT: TOGGLE -->
  159.  
  160. <script>
  161. $(document).ready(function(){
  162. $(".nlinksbutton").click(function(){
  163. $(".nlinkscontent").toggle();
  164. });
  165. });
  166. </script>
  167.  
  168. <script>
  169. $(document).ready(function(){
  170. $(".nlinksbutton1").click(function(){
  171. $(".nlinkscontent1").toggle();
  172. });
  173. });
  174. </script>
  175.  
  176. <script>
  177. $(document).ready(function(){
  178. $(".nlinksbutton2").click(function(){
  179. $(".nlinkscontent2").toggle();
  180. });
  181. });
  182. </script>
  183.  
  184. <script>
  185. $(document).ready(function(){
  186. $(".nlinksbutton3").click(function(){
  187. $(".nlinkscontent3").toggle();
  188. });
  189. });
  190. </script>
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199. <!-- CUSTOM FONTS -->
  200.  
  201. <link href="https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre" rel="stylesheet">
  202.  
  203. <link rel="stylesheet" href="https://static.tumblr.com/gjexvml/yTwpxxahr/stylesheet.css">
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210. <!-- META LINES -->
  211.  
  212. <meta name="image:Background" content="https://static.tumblr.com/ibha82r/xiwqdd2pn/elizabethbg7.png"/>
  213. <meta name="color:Border" content="#151515"/>
  214. <meta name="image:Sidebar Background" content="https://static.tumblr.com/ibha82r/yQ6qdd4fo/sidebarbg.png"/>
  215. <meta name="image:Sideimg1" content="https://static.tumblr.com/ibha82r/Lvtqdd4et/elizabethside15.png"/>
  216. <meta name="image:Sideimg2" content="https://static.tumblr.com/ibha82r/Vmbqdd4fa/elizabethside16.png"/>
  217.  
  218. <meta name="color:Background" content="#000000"/>
  219. <meta name="color:Button Active" content="#c6c6c6"/>
  220. <meta name="color:Button Inactive" content="#474747"/>
  221. <meta name="color:Text" content="#c6c6c6"/>
  222. <meta name="color:Title" content="#000000"/>
  223. <meta name="color:Title Shadow" content="#151515"/>
  224. <meta name="color:Links" content=""/>
  225. <meta name="color:Links Hover" content=""/>
  226. <meta name="color:Bold" content="#555555"/>
  227. <meta name="color:Headers" content ="#555555"/>
  228. <meta name="color:Italic" content="#ffffff"/>
  229. <meta name="color:Links" content="#ffffff"/>
  230.  
  231. <meta name="color:Top Title" content=""/>
  232. <meta name="color:Top Title border" content=""/>
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239. <style type="text/css">
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246. /* SCROLLBAR */
  247.  
  248.  
  249. ::-webkit-scrollbar {
  250. background-color:transparent;
  251. height: 0px;
  252. display:none;
  253. width: 0px
  254. -ms-overflow-style: none; // IE 10+
  255. overflow: -moz-scrollbars-none; // Firefox
  256. }
  257.  
  258.  
  259. ::-webkit-scrollbar-thumb {
  260. background-color:transparent;
  261. }
  262.  
  263.  
  264.  
  265.  
  266. .tooltip {
  267. display:inline;
  268. position:relative;
  269. }
  270.  
  271.  
  272. #s-m-t-tooltip {
  273. max-width:250px;
  274. line-height:13px;
  275. margin-left:12.5px;
  276. margin-top:12.5px;
  277. font-weight:bold;
  278. background-color:{color:background};
  279. border:1px solid {color:border};
  280. padding-left:25px;
  281. padding-right:25px;
  282. padding-top:12px;
  283. padding-bottom:12px;
  284. font-family:calibri;
  285. font-size:8.5px;
  286. letter-spacing:0.3px;
  287. text-transform:uppercase;
  288. font-family: calibri, sans-serif;
  289. font-weight:bold!important;
  290. color:;
  291. text-shadow: 0px 0px 1px #555555;
  292. color: {color:italic};
  293. text-transform:uppercase;
  294. text-shadow: 0px 0px 1px {color:italic};
  295. }
  296.  
  297.  
  298.  
  299.  
  300.  
  301. /* TOOLTIP */
  302.  
  303.  
  304. #s-m-t-tooltip {
  305. z-index:9999999999999999999999!important;
  306. }
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313. /* FOUNDATION */
  314.  
  315.  
  316. body {
  317. background-image:url({image:background});
  318. background-attachment:fixed;
  319. background-repeat:no-repeat;
  320. background-position:top left;
  321. background-color:{color:background};
  322. font-family: 'Frank Ruhl Libre';
  323. font-size:10px;
  324. line-height:12px;
  325. color:{color:text};
  326. }
  327.  
  328.  
  329. body a {
  330. text-transform:uppercase;
  331. text-decoration:none!important;
  332. font-family:calibri;
  333. font-weight:bold!important;
  334. color:{color:text};
  335. -moz-transition-duration:1.5s;
  336. -webkit-transition-duration:1.5s;
  337. -o-transition-duration:1.5s;
  338. }
  339.  
  340.  
  341. body a:hover {
  342. color:{color:links hover}!important;
  343. text-shadow: 0px 0px 1px {color:links hover};
  344. -moz-transition-duration:1.5s;
  345. -webkit-transition-duration:1.5s;
  346. -o-transition-duration:1.5s;
  347. }
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354. /* FONT-RELATED */
  355.  
  356.  
  357. b, bold, strong {
  358. font-size:8.5px;
  359. letter-spacing:0.3px;
  360. text-transform:uppercase;
  361. font-family: calibri, sans-serif;
  362. font-weight:bold!important;
  363. color:{color:bold};
  364. text-shadow: 0px 0px 1px {color:bold};
  365. }
  366.  
  367.  
  368. em, i, italic {
  369. color: {color:italic};
  370. margin-right:1px;
  371. text-shadow: 0px 0px 1px {color:italic};
  372. }
  373.  
  374.  
  375. small {
  376. font-size:10px;
  377. }
  378.  
  379.  
  380. sub, sup {
  381. font-size:10px;
  382. vertical-align: baseline!important;
  383. position: relative!important;
  384. top: 0em!important;
  385. line-height:14px;
  386. }
  387.  
  388.  
  389. big {
  390. font-size:125%;
  391. }
  392.  
  393.  
  394. ul, ol {
  395. padding:0px;
  396. margin-left:13px;
  397. }
  398.  
  399.  
  400. li {
  401. padding-left: 0px;
  402. }
  403.  
  404.  
  405. li:first-letter {
  406. text-transform:uppercase;
  407. }
  408.  
  409.  
  410.  
  411. pre {
  412. overflow: auto;
  413. position:relative;
  414. z-index:15;
  415. background-color: {color:background};
  416. outline:1px solid {color:border};
  417. padding-left:25px;
  418. padding-right:25px;
  419. margin-top:1px!important;
  420. margin-bottom:12px!important;
  421. font-family:calibri;
  422. margin-right:0px;
  423. letter-spacing:0.4px;
  424. font-size:8.4px;
  425. text-transform:uppercase;
  426. text-align:left;
  427. padding-top:12px;
  428. padding-bottom:12px;
  429. outline:1px solid {color:border};
  430. white-space: pre-wrap;
  431. white-space: -moz-pre-wrap;
  432. white-space: -pre-wrap;
  433. white-space: -o-pre-wrap;
  434. word-wrap: break-word;
  435. }
  436.  
  437.  
  438. pre b, pre strong {
  439. font-family:monospace!important;
  440. letter-spacing:0.4px;
  441. margin-top:0px!important;
  442. font-size:8.4px;
  443. word-wrap: break-word;
  444. white-space: pre-wrap;
  445. white-space: -moz-pre-wrap;
  446. white-space: -pre-wrap;
  447. white-space: -o-pre-wrap;
  448. word-wrap: break-word;
  449. text-shadow: 0px 0px 1px {color:bold};
  450. color:{color:bold};
  451. -moz-transition-duration:1.5s;
  452. -webkit-transition-duration:1.5s;
  453. -o-transition-duration:1.5s;
  454. }
  455.  
  456.  
  457. pre a {
  458. font-family:monospace!important;
  459. letter-spacing:0.4px;
  460. margin-top:0px!important;
  461. font-size:8.4px;
  462. word-wrap: break-word;
  463. white-space: pre-wrap;
  464. white-space: -moz-pre-wrap;
  465. white-space: -pre-wrap;
  466. white-space: -o-pre-wrap;
  467. word-wrap: break-word;
  468. text-shadow: 0px 0px 1px {color:links};
  469. color:{color:links};
  470. -moz-transition-duration:1.5s;
  471. -webkit-transition-duration:1.5s;
  472. -o-transition-duration:1.5s;
  473. }
  474.  
  475.  
  476.  
  477. /* HEADERS */
  478.  
  479.  
  480. h1 {
  481. outline: 1px solid {color:border};
  482. background-color:{color:background};
  483. overflow:hidden;
  484. margin-left:0px;
  485. margin-top:2px;
  486. margin-bottom:12px;
  487. padding-left:25px;
  488. padding-right:25px;
  489. height:25px;
  490. line-height:25px;
  491. text-align:left!important;
  492. font-family:calibri;
  493. font-weight:bold;
  494. font-size:9.6px!important;
  495. text-transform:uppercase;
  496. color:{color:bold}!important;
  497. text-shadow: 0px 0px 1px {color:bold};
  498. }
  499.  
  500.  
  501. h1 a {
  502. color: {color:links};
  503. font-size:10px!important;
  504. text-shadow: 0px 0px 1px {color:links};
  505. }
  506.  
  507.  
  508. h2 {
  509. height:36px;
  510. line-height:36px;
  511. padding-left:25px;
  512. padding-right:25px;
  513. margin-bottom:-1px;
  514. font-size:8.5px;
  515. letter-spacing:0.3px;
  516. text-transform:uppercase;
  517. font-family: calibri, sans-serif;
  518. outline:1px solid {color:border};
  519. font-weight:bold!important;
  520. text-align:center;
  521. text-shadow: 0px 0px 1px {color:text};
  522. }
  523.  
  524.  
  525. h2 a {
  526. font-family: calibri, sans-serif;
  527. font-size:11px!important;
  528. text-transform:uppercase!important;
  529. color:{color:links};
  530. letter-spacing:-0.4px;
  531. text-shadow: 0px 0px 1px {color:links};
  532. }
  533.  
  534.  
  535. h4 {
  536. overflow: auto;
  537. position:relative;
  538. outline:1px solid {color:border};
  539. margin-left:1px;
  540. margin-right:1px;
  541. margin-bottom:12px;
  542. margin-top:1px;
  543. padding-left:25px;
  544. padding-right:25px;
  545. height:25px;
  546. text-align:left;
  547. font-size:8.5px;
  548. letter-spacing:0.3px;
  549. text-transform:uppercase;
  550. font-family: calibri, sans-serif;
  551. font-weight:bold!important;
  552. color:{color:text};
  553. line-height:25px;
  554. text-shadow: 0px 0px 1px {color:text};
  555. }
  556.  
  557.  
  558. h4 a {
  559. font-family:calibri;
  560. font-style:normal;
  561. font-weight:700;
  562. font-size:10px;
  563. line-height:10px;
  564. color: {color:links};
  565. text-shadow: 0px 0px 1px {color:links};
  566. }
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573. /* BLOCKQUOTES */
  574.  
  575.  
  576. blockquote {
  577. padding-left:25px;
  578. padding-right:25px;
  579. padding-top:12px;
  580. padding-bottom:12px;
  581. margin-top:12px;
  582. margin-bottom:12px;
  583. text-align:justify;
  584. margin-left:1px;
  585. margin-right:1px;
  586. outline:1px solid {color:border};
  587. word-wrap: break-word!important;
  588. }
  589.  
  590.  
  591. blockquote blockquote {
  592. outline:0px solid {color:border};
  593. border-left:1px solid {color:border}!important;
  594. border-top:0px!important;
  595. border-bottom:0px!important;
  596. border-right:0px!important;
  597. padding-top:0px!important;
  598. padding-bottom:0px!important;
  599. padding-left:25px;
  600. padding-right:0px;
  601. margin-top:12px!important;
  602. margin-bottom:0px!important;
  603. margin-left:-1px;
  604. }
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611. /* CONTAINER */
  612.  
  613.  
  614. #container {
  615. position:absolute;
  616. left:465px;
  617. height:418px;
  618. width:844px;
  619. margin-top:120px;
  620. outline:1px solid {color:border};
  621. padding:25px;
  622. background:rgba(0,0,0,.8);
  623. -webkit-box-shadow: 0px 0px 48px 20px {color:background};
  624. -moz-box-shadow: 0px 0px 48px 20px {color:background};
  625. box-shadow: 0px 0px 48px 20px {color:background};
  626. }
  627.  
  628.  
  629. #containertitle {
  630. z-index:150!important;
  631. position:absolute;
  632. font-family: 'janeaustennosecret';
  633. color:{color:background};
  634. font-weight:lighter!important;
  635. font-size:115px;
  636. width:925px;
  637. margin-left:2px;
  638. margin-top:-25px;
  639. line-height:14px;
  640. letter-spacing:-6px;
  641. word-spacing:-1px;
  642. text-align:center!important;
  643. padding-left:0px;
  644. pointer-events:none;
  645. background-color:transparent;
  646. text-shadow:
  647. -1px -1px 0 {color:border},
  648. 1px -1px 0 {color:border},
  649. -1px 1px 0 {color:border},
  650. 1px 1px 0 {color:border};
  651. }
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660. /* SIDE */
  661.  
  662.  
  663. #side {
  664. position:absolute;
  665. margin-top:0px!important;
  666. left:25px;
  667. height:120px;
  668. width:231px;
  669. }
  670.  
  671.  
  672. .sidebarbg {
  673. background-image:url('{Sidebar Background}');
  674. background-position:top left;
  675. overflow:hidden;
  676. outline:1px solid {color:border};
  677. position:absolute;
  678. width:284px;
  679. height:415px;
  680. -webkit-filter: brightness(1) contrast(1) saturate(1);
  681. }
  682.  
  683.  
  684. .inner {
  685. position:absolute;
  686. width:231px;
  687. margin-left:26px;
  688. margin-top:26px;
  689. outline:0px solid {color:border};
  690. background-color:{color:background};
  691. -webkit-box-shadow: 0px 0px 48px 4px {color:background};
  692. -moz-box-shadow: 0px 0px 48px 4px {color:background};
  693. box-shadow: 0px 0px 48px 4px {color:background};
  694. }
  695.  
  696.  
  697.  
  698.  
  699.  
  700. /* SIDE RIGHT */
  701.  
  702.  
  703. .sideimg1 {
  704. background-image:url('{Sidebar}');
  705. margin-top:0px!important;
  706. height:120px;
  707. width:231px;
  708. outline:1px solid {color:border};
  709. overflow:hidden;
  710. }
  711.  
  712.  
  713. #description {
  714. position:relative;
  715. box-sizing:border-box;
  716. margin-top:-2px!important;
  717. height:120px;
  718. width:231px;
  719. outline:1px solid {color:border};
  720. overflow:hidden;
  721. text-align:justify;
  722. border-top:24px solid {color:background};
  723. border-bottom:25px solid {color:background};
  724. padding-left:25px;
  725. padding-right:25px;
  726. line-height:12px;
  727. overflow-x:hidden;
  728. overflow-y:scroll;
  729. }
  730.  
  731.  
  732. .sideimg2 {
  733. background-image:url('{Sidebar}');
  734. margin-top:-1px!important;
  735. left:0px;
  736. height:120px;
  737. width:231px;
  738. outline:1px solid {color:border};
  739. overflow:hidden;
  740. }
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749. /* NAVIGATION BAR */
  750.  
  751.  
  752. .navigation {
  753. top:25px;
  754. left:335px;
  755. margin-left:1px;
  756. position:absolute;
  757. height:25px;
  758. overflow:hidden;
  759. outline:1px solid {color:border};
  760. }
  761.  
  762.  
  763. .navigation button {
  764. display:inline-block;
  765. box-sizing: border-box;
  766. font-size:9.5px;
  767. text-align:center;
  768. padding-left:25px;
  769. padding-right:25px;
  770. font-family: calibri, sans-serif;
  771. text-transform:uppercase;
  772. width:180.7px;
  773. max-width:180.7px;
  774. height:25px;
  775. background-color:{color:background};
  776. border-top:none;
  777. border-bottom:none;
  778. border-right:none;
  779. border-right:1px solid {color:border}!important;
  780. line-height:22px;
  781. margin-left:-1px;
  782. margin-right:-4px;
  783. color: {color:button inactive};
  784. cursor:pointer;
  785. font-weight:bold!important;
  786. overflow:hidden;
  787. text-shadow: 0px 0px 1px {color:button inactive};
  788. -webkit-transition: all 1.5s ease-in-out;
  789. -moz-transition: all 1.5s ease-in-out;
  790. -o-transition: all 1.5s ease-in-out;
  791. -ms-transition: all 1.5s ease-in-out;
  792. transition: all 1.5s ease-in-out;
  793. }
  794.  
  795.  
  796. .navigation button:focus, .navigation button:active {
  797. outline:0px!important;
  798. color:{color:button active}!important;
  799. text-shadow: 0px 0px 1px {color:button active};
  800. }
  801.  
  802.  
  803. .navigation button:hover, button:hover {
  804. color:{color:links hover}!important;
  805. -webkit-transition: all 1.5s ease-in-out;
  806. -moz-transition: all 1.5s ease-in-out;
  807. -o-transition: all 1.5s ease-in-out;
  808. -ms-transition: all 1.5s ease-in-out;
  809. transition: all 1.5s ease-in-out;
  810. text-shadow: 0px 0px 1px {color:links hover};
  811. }
  812.  
  813.  
  814. #tabcontent {
  815. position:absolute;
  816. text-align:justify;
  817. height:348px;
  818. width:483px;
  819. left:337px;
  820. top:76px;
  821. overflow:hidden;
  822. padding-top:0px!important;
  823. background-color:{color:background}!important;
  824. border-top:0px solid {color:background};
  825. border-bottom:25px solid {color:background};
  826. overflow-y:scroll;
  827. padding-left:25px;
  828. padding-right:25px;
  829. z-index:999;
  830. outline:1px solid {color:border}!important;
  831. }
  832.  
  833.  
  834. #tabcontent a {
  835. font-family:calibri;
  836. font-size:9.5px;
  837. color:{color:links};
  838. text-transform:uppercase;
  839. text-shadow: 0px 0px 1px {color:links};
  840. }
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849. /* NAVIGATION LIST */
  850.  
  851.  
  852. .nlist {
  853. position:absolute;
  854. overflow-x:hidden;
  855. display:inline-block;
  856. box-sizing: border-box;
  857. overflow-y:scroll;
  858. z-index:150!important;
  859. left:51px;
  860. margin-top:146px;
  861. height:121px;
  862. width:235px;
  863. max-width:231px;
  864. background-color:{color:background};
  865. overflow-y:scroll;
  866. padding-left:0px;
  867. padding-right:0px;
  868. outline:1px solid {color:border}!important;
  869. }
  870.  
  871.  
  872. .nlist::-webkit-scrollbar {
  873. width: 12px;
  874. border-left:1px solid {color:border};
  875. }
  876.  
  877.  
  878. .nlist::-webkit-scrollbar-track {
  879. background-color:transparent;
  880. border-left:1px solid {color:border};
  881. }
  882.  
  883.  
  884. .nlist::-webkit-scrollbar-thumb {
  885. color:{color:background};
  886. border-top:1px solid {color:border};
  887. border-bottom:1px solid {color:border};
  888. }
  889.  
  890.  
  891. .nlinks {
  892. margin-top:-1px;
  893. padding-left:0px!important;
  894. width:275px;
  895. background-color:{color:background};
  896. }
  897.  
  898.  
  899. .nlinks a, .nlinks li {
  900. display:inline-block;
  901. box-sizing: border-box;
  902. border-top:1px solid {color:border};
  903. background-color:{color:background};
  904. width:235px;
  905. overflow:hidden;
  906. height:31px;
  907. line-height:31px;
  908. padding-left:25px;
  909. padding-right:25px;
  910. margin-left:-1px;
  911. font-family:calibri;
  912. text-align:left;
  913. font-style:normal;
  914. font-weight:bold;
  915. margin-right:0px;
  916. margin-bottom:-3px;
  917. font-size:9.6px;
  918. letter-spacing:0px;
  919. color:{color:bold};
  920. text-shadow: 0px 0px 1px {color:bold};
  921. text-transform:uppercase;
  922. font-weight:bold;
  923. cursor:pointer;
  924. -moz-transition-duration:1.5s;
  925. -webkit-transition-duration:1.5s;
  926. -o-transition-duration:1.5s;
  927. }
  928.  
  929.  
  930. .nlinks li:hover, .nlinks a:hover, .nlinks li:nth-of-type(even):hover {
  931. color:{color:links}!important;
  932. text-shadow: 0px 0px 1px {color:links};
  933. -moz-transition-duration:1.5s;
  934. -webkit-transition-duration:1.5s;
  935. -o-transition-duration:1.5s;
  936. }
  937.  
  938.  
  939. .nlinksbutton, .nlinksbutton1, .nlinksbutton2, .nlinksbutton3 {
  940. display:inline-block;
  941. box-sizing: border-box;
  942. border-top:1px solid {color:border};
  943. background-color:{color:background};
  944. width:230px;
  945. overflow:hidden;
  946. height:30px;
  947. line-height:30px;
  948. padding-left:25px;
  949. padding-right:25px;
  950. text-align:center;
  951. color:{color:body text};
  952. font-family:monospace;
  953. letter-spacing:0.6px;
  954. font-size:8.4px;
  955. font-weight:lighter;
  956. font-style:normal;
  957. font-weight:bold;
  958. margin-right:0px;
  959. margin-bottom:-3px;
  960. text-transform:uppercase;
  961. cursor:pointer;
  962. -moz-transition-duration:1.5s;
  963. -webkit-transition-duration:1.5s;
  964. -o-transition-duration:1.5s;
  965. }
  966.  
  967.  
  968.  
  969. .nlinkscontent, .nlinkscontent1, .nlinkscontent2, .nlinkscontent3 {
  970. display:none;
  971. max-width:484px;
  972. background-color:{color:background};
  973. overflow:hidden;
  974. outline:0px solid {color:border};
  975. }
  976.  
  977.  
  978. .nlinkscontent a {
  979. outline:0px solid {color:border};
  980. border:0px;
  981. width:242.1px!important;
  982. margin-top:-1px!important;
  983. margin-left:0px!important;
  984. margin-right:-1px!important;
  985. margin-bottom:0px!important;
  986. }
  987.  
  988.  
  989. .nlinkscontent a:nth-child (odd) {
  990. border-right:1px solid {color:border};
  991. width:243px!important;
  992. }
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003. /* POSTS: GENERAL */
  1004.  
  1005.  
  1006. #content {
  1007. position:absolute;
  1008. margin-top:52px;
  1009. margin-left:311px;
  1010. height:311px;
  1011. width:482px;
  1012. outline:1px solid {color:border};
  1013. overflow:scroll;
  1014. padding-left:25px;
  1015. padding-right:25px;
  1016. }
  1017.  
  1018.  
  1019. #content2 {
  1020. position:absolute;
  1021. margin-top:1px;
  1022. margin-left:517px;
  1023. height:261px;
  1024. width:532px;
  1025. overflow-y:scroll;
  1026. margin-left:-25px;
  1027. margin-top:25px!important;
  1028. }
  1029.  
  1030.  
  1031. .posts {
  1032. width:482px;
  1033. max-width:482px;
  1034. word-wrap: break-word!important;
  1035. text-align:justify;
  1036. line-height:12px;
  1037. margin-bottom:35px;
  1038. padding-left:25px;
  1039. }
  1040.  
  1041.  
  1042. .posts:first-child, .posts:first-of-type {
  1043. margin-top:13px;
  1044. }
  1045.  
  1046.  
  1047. .posts:last-child {
  1048. margin-bottom:0px!important;
  1049. }
  1050.  
  1051.  
  1052. .posts a {
  1053. font-size:8.5px;
  1054. letter-spacing:0.3px;
  1055. text-transform:uppercase;
  1056. font-family: calibri, sans-serif;
  1057. font-weight:bold!important;
  1058. color:{color:links};
  1059. text-shadow: 0px 0px 1px {color:links};
  1060. -moz-transition-duration:1.5s;
  1061. -webkit-transition-duration:1.5s;
  1062. -o-transition-duration:1.5s;
  1063. }
  1064.  
  1065.  
  1066. .posts a:hover {
  1067. color:{color:links hover};
  1068. -moz-transition-duration:1.5s;
  1069. -webkit-transition-duration:1.5s;
  1070. -o-transition-duration:1.5s;
  1071. }
  1072.  
  1073.  
  1074. .posts img {
  1075. max-width: -webkit-calc(100% - 20px);
  1076. max-width: -moz-calc(100% - 20px);
  1077. max-width: calc(100% - 20px);
  1078. height:auto;
  1079. }
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088. /* PAGINATION */
  1089.  
  1090.  
  1091. .navigationbottom {
  1092. left:336px;
  1093. top:415px;
  1094. width:532px;
  1095. position:absolute;
  1096. outline:1px solid {color:border};
  1097. height:25px;
  1098. line-height:25px;
  1099. z-index:80;
  1100. }
  1101.  
  1102.  
  1103. .pagination {
  1104. height:25px;
  1105. line-height:25px;
  1106. }
  1107.  
  1108.  
  1109. .pagination b {
  1110. color:{color:button inactive}!important;
  1111. text-shadow: 0px 0px 1px {color:button inactive};
  1112. }
  1113.  
  1114.  
  1115. .pagination a {
  1116. display:inline-block;
  1117. box-sizing: border-box;
  1118. font-size:10px;
  1119. text-align:center;
  1120. padding-left:25px;
  1121. padding-right:25px;
  1122. font-family: calibri, sans-serif;
  1123. text-transform:uppercase;
  1124. width:177px;
  1125. max-width:177px;
  1126. height:25px;
  1127. background-color:{color:background};
  1128. outline:1px solid {color:border};
  1129. line-height:25px;
  1130. margin-right:-1px;
  1131. color: {color:button inactive};
  1132. font-weight:bold!important;
  1133. overflow:hidden;
  1134. text-shadow: 0px 0px 1px {color:button inactive};
  1135. }
  1136.  
  1137.  
  1138. .pagination a:first-child {
  1139. margin-left:0px!important;
  1140. }
  1141.  
  1142.  
  1143. .pagination a:last-child {
  1144. margin-right:0px!important;
  1145. }
  1146.  
  1147.  
  1148. .navigationbottom a:hover, .pagination a:hover, .pagination:hover {
  1149. font-weight:bold!important;
  1150. color:{color:links hover}!important;
  1151. -moz-transition-duration:1.5s;
  1152. -webkit-transition-duration:1.5s;
  1153. -o-transition-duration:1.5s;
  1154. text-shadow: 0px 0px 1px {color:links hover};
  1155. }
  1156.  
  1157.  
  1158.  
  1159. /* POSTS: TEXT */
  1160.  
  1161. #textbody {
  1162. margin-top:-12px!important;
  1163. {block:permalinkpage}
  1164. margin-top:-12px!important;
  1165. {/block:permalinkpage}
  1166. }
  1167.  
  1168.  
  1169. #textbody::after {
  1170. content: "";
  1171. clear: both;
  1172. display: table;
  1173. margin-top:-8px!important;
  1174. }
  1175.  
  1176.  
  1177.  
  1178. /* POSTS: PHOTO/PHOTOSETS */
  1179.  
  1180.  
  1181. #psingle {
  1182. width: 502px;
  1183. margin-top:-6px!important;
  1184. pointer-events:none;
  1185. -webkit-filter: brightness(1) contrast(1) saturate(0.75);
  1186. -webkit-transition: all 1.5s ease-in-out;
  1187. -moz-transition: all 1.5s ease-in-out;
  1188. -o-transition: all 1.5s ease-in-out;
  1189. -ms-transition: all 1.5s ease-in-out;
  1190. transition: all 1.5s ease-in-out;
  1191. }
  1192.  
  1193.  
  1194. #psingle:hover {
  1195. -webkit-filter: brightness(1) contrast(1) saturate(0.75);
  1196. -webkit-transition: all 1.5s ease-in-out;
  1197. -moz-transition: all 1.5s ease-in-out;
  1198. -o-transition: all 1.5s ease-in-out;
  1199. -ms-transition: all 1.5s ease-in-out;
  1200. transition: all 1.5s ease-in-out;
  1201. }
  1202.  
  1203.  
  1204. #pset {
  1205. margin-top:-12px!important;
  1206. {block:permalinkpage}
  1207. margin-top:0px;
  1208. {block:permalinkpage}
  1209. width: 485px;
  1210. pointer-events:none;
  1211. -webkit-filter: brightness(.6) contrast(1.1) saturate(0.75);
  1212. -webkit-transition: all 1.5s ease-in-out;
  1213. -moz-transition: all 1.5s ease-in-out;
  1214. -o-transition: all 1.5s ease-in-out;
  1215. -ms-transition: all 1.5s ease-in-out;
  1216. transition: all 1.5s ease-in-out;
  1217. }
  1218.  
  1219.  
  1220. #pset:hover {
  1221. -webkit-filter: brightness(.6) contrast(1.1) saturate(0.75);
  1222. -webkit-transition: all 1.5s ease-in-out;
  1223. -moz-transition: all 1.5s ease-in-out;
  1224. -o-transition: all 1.5s ease-in-out;
  1225. -ms-transition: all 1.5s ease-in-out;
  1226. transition: all 1.5s ease-in-out;
  1227. }
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234. /* POSTS: QUOTE */
  1235.  
  1236.  
  1237. #quote {
  1238. font-size:15px;
  1239. text-align:left;
  1240. padding-top:0px;
  1241. padding-bottom:0px;
  1242. letter-spacing:-1px;
  1243. line-height:15px;
  1244. margin-top:-6px!important;
  1245. }
  1246.  
  1247.  
  1248. .source {
  1249. border:1px solid {color:border};
  1250. font-family:calibri;
  1251. font-weight:bold;
  1252. text-align:left;
  1253. font-size:9.5px;
  1254. height:25px;
  1255. line-height:16px;
  1256. color: {color:bold};
  1257. text-transform:uppercase;
  1258. letter-spacing:0.2px;
  1259. padding-top:4px;
  1260. padding-bottom:4px;
  1261. margin-top:25px;
  1262. padding-right:25px;
  1263. padding-left:25px;
  1264. margin-top:25px;
  1265. text-shadow: 0px 0px 1px {color:bold};
  1266. }
  1267.  
  1268.  
  1269. .source a {
  1270. color: {color:bold};
  1271. text-shadow: 0px 0px 1px {color:bold};
  1272. }
  1273.  
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279. /* POSTS: LINK */
  1280.  
  1281.  
  1282. #link {
  1283. outline:1px solid {color:border};
  1284. padding:25px;
  1285. margin-top:-6px!important;
  1286. }
  1287.  
  1288.  
  1289. #link a {
  1290. font-size:12px;
  1291. }
  1292.  
  1293.  
  1294.  
  1295.  
  1296.  
  1297.  
  1298. /* POSTS: CHAT */
  1299.  
  1300.  
  1301. #chat {
  1302. margin-top:-6px!important;
  1303. padding-left:0px;
  1304. padding-right:0px;
  1305. }
  1306.  
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312. /* POSTS: AUDIO */
  1313.  
  1314.  
  1315. .audioplayer {
  1316. margin-left:12.5px;
  1317. margin-top:-10px!important;
  1318. width: 25px;
  1319. height: 25px;
  1320. overflow: hidden;
  1321. padding-top:0px;
  1322. }
  1323.  
  1324.  
  1325. .audioinfo {
  1326. outline:1px solid {color:border};
  1327. margin-right: 0px;
  1328. padding-left:60px;
  1329. padding-right:25px;
  1330. margin-top:-25px;
  1331. margin-bottom:12px;
  1332. height:25px;
  1333. line-height:25px;
  1334. display: block;
  1335. font-family:calibri;
  1336. font-weight:bold;
  1337. text-transform: uppercase;
  1338. text-align: left;
  1339. letter-spacing:0.2px;
  1340. word-spacing:-0.5px;
  1341. overflow:hidden;
  1342. font-size:9.5px;
  1343. color:{color:bold};
  1344. text-shadow: 0px 0px 1px {color:bold};
  1345. }
  1346.  
  1347.  
  1348.  
  1349.  
  1350.  
  1351.  
  1352. /* POSTS: VIDEO */
  1353.  
  1354.  
  1355. .video {
  1356. margin-top:0px!important;
  1357. }
  1358.  
  1359.  
  1360.  
  1361.  
  1362.  
  1363.  
  1364. /* POSTS: ASK */
  1365.  
  1366.  
  1367. #question {
  1368. position:relative;
  1369. width: 80%;
  1370. height:70px;
  1371. margin-left:0px;
  1372. margin-top:-12px!important;
  1373. background-color:{color:background};
  1374. }
  1375.  
  1376.  
  1377. #ask {
  1378. position:relative;
  1379. z-index:98!important;
  1380. float:left;
  1381. font-family:calibri!important;
  1382. text-transform:uppercase;
  1383. font-weight:bold;
  1384. background-color:{color:background};
  1385. font-size:9.4px!important;
  1386. letter-spacing:0.2px!important;
  1387. line-height:12px!important;
  1388. width:368px;
  1389. min-height:22px;
  1390. max-height:22px;
  1391. overflow:scroll;
  1392. margin-top:1px;
  1393. margin-left:0px;
  1394. margin-bottom:0px;
  1395. padding-left:24px;
  1396. padding-right:24px;
  1397. outline:solid 1px {color:border};
  1398. border-top:22px solid {color:background};
  1399. border-bottom:22px solid {color:background};
  1400. -moz-transition-duration:1.5s;
  1401. -webkit-transition-duration:1.5s;
  1402. -o-transition-duration:1.5s;
  1403. }
  1404.  
  1405.  
  1406. #ask p {
  1407. display:inline!important;
  1408. }
  1409.  
  1410.  
  1411. #ask:hover {
  1412. max-height:35px!important;
  1413. width:432px;
  1414. z-index:999999!important;
  1415. -moz-transition-duration:1.5s;
  1416. -webkit-transition-duration:1.5s;
  1417. -o-transition-duration:1.5s;
  1418. }
  1419.  
  1420.  
  1421. #ask a {
  1422. font-family:calibri!important;
  1423. text-transform:uppercase;
  1424. font-weight:bold;
  1425. background-color:{color:background};
  1426. font-size:9.4px!important;
  1427. letter-spacing:0.2px!important;
  1428. color:{color:body text};
  1429. text-decoration:none;
  1430. text-shadow: 0px 0px 1px {color:body text};
  1431. }
  1432.  
  1433.  
  1434. #ask b {
  1435. color:{color:bold};
  1436. font-weight:bold!important;
  1437. font-size:9.4px!important;
  1438. letter-spacing:0.2px!important;
  1439. line-height:11px;
  1440. text-shadow: 0px 0px 1px {color:bold};
  1441. }
  1442.  
  1443.  
  1444. .letterask {
  1445. font-family:'Frank Ruhl Libre', serif;
  1446. color:#000000!important;
  1447. text-decoration:none!important;
  1448. font-style:normal!important;
  1449. font-weight:bold!important;
  1450. text-transform:uppercase!important;
  1451. position:absolute;
  1452. z-index:98!important;
  1453. text-align:center;
  1454. font-size:48px;
  1455. width:60px;
  1456. margin-left:417px;
  1457. outline:1px solid {color:border};
  1458. background-color:{color:background};
  1459. margin-top:1px;
  1460. padding-top:25px;
  1461. padding-bottom:29px;
  1462. padding-right:3px;
  1463. color:{color:title};
  1464. -webkit-user-select: none;
  1465. -moz-user-select: none;
  1466. -ms-user-select: none;
  1467. user-select: none;
  1468. text-shadow:
  1469. -1px -1px 0 {color:border},
  1470. 1px -1px 0 {color:border},
  1471. -1px 1px 0 {color:border},
  1472. 1px 1px 0 {color:border};
  1473. }
  1474.  
  1475.  
  1476. #response {
  1477. margin-top:12px!important;
  1478. }
  1479.  
  1480.  
  1481. #response blockquote {
  1482. margin-top:12px;
  1483. margin-bottom:12px!important;
  1484. padding-top:12px;
  1485. padding-bottom:12px;
  1486. }
  1487.  
  1488.  
  1489. #response pre {
  1490. margin-bottom:6px!important;
  1491. word-wrap: break-word;
  1492. white-space: pre-wrap;
  1493. white-space: -moz-pre-wrap;
  1494. white-space: -pre-wrap;
  1495. white-space: -o-pre-wrap;
  1496. word-wrap: break-word;
  1497. }
  1498.  
  1499.  
  1500. #response::after {
  1501. content: "";
  1502. clear: both;
  1503. display: table;
  1504. margin-top:-8px!important;
  1505. }
  1506.  
  1507.  
  1508.  
  1509.  
  1510.  
  1511. /* POST INFORMATION */
  1512.  
  1513.  
  1514. .permalink {
  1515. margin-top:25px!important;
  1516. margin-left:-27px;
  1517. margin-right:-27px;
  1518. margin-bottom:25px!important;
  1519. }
  1520.  
  1521.  
  1522.  
  1523. .permalinkbuttons {
  1524. height:25px;
  1525. background-color:{color:background};
  1526. font-weight:bold!important;
  1527. line-height:25px;
  1528. letter-spacing:-0.2px;
  1529. margin-left:0px!important;
  1530. margin-bottom:1px!important;
  1531. border:1px solid {color:border};
  1532. color:#303030!important;
  1533. }
  1534.  
  1535.  
  1536. .permalinkbuttons a {
  1537. letter-spacing:0px;
  1538. display:inline-block;
  1539. box-sizing: border-box;
  1540. font-size:9.6px!important;
  1541. text-align:center;
  1542. padding-left:25px;
  1543. padding-right:25px;
  1544. font-family: calibri, sans-serif;
  1545. text-transform:uppercase;
  1546. width:177px;
  1547. max-width:177px;
  1548. height:25px;
  1549. background-color:{color:background};
  1550. outline:1px solid {color:border};
  1551. line-height:25px;
  1552. color:{color:button inactive}!important;
  1553. font-weight:bold!important;
  1554. overflow:hidden;
  1555. text-shadow: 0px 0px 1px {color:button inactive};
  1556. }
  1557.  
  1558.  
  1559. .permalinkbuttons a:hover {
  1560. color:{color:links hover};
  1561. -moz-transition-duration:1.5s;
  1562. -webkit-transition-duration:1.5s;
  1563. -o-transition-duration:1.5s;
  1564. text-shadow: 0px 0px 1px {color:links hover};
  1565. }
  1566.  
  1567.  
  1568. .tags {
  1569. font-family: calibri!important;
  1570. font-weight:bold!important;
  1571. background-color:{color:background};
  1572. border:1px solid {color:border};
  1573. padding-top:12px;
  1574. padding-bottom:12px;
  1575. padding-left:24px;
  1576. padding-right:24px;
  1577. margin-top:-2px;
  1578. color:{color:border};
  1579. text-transform:uppercase!important;
  1580. font-style:normal;
  1581. line-height:150%;
  1582. font-size:8.5px;
  1583. text-align:justify;
  1584. -moz-text-align-last: center; /* Code for Firefox */
  1585. text-align-last: center;
  1586. }
  1587.  
  1588.  
  1589. .tags a {
  1590. text-decoration:none!important;
  1591. font-weight:lighter!important;
  1592. font-size:8.4px;
  1593. margin-right:0px;
  1594. letter-spacing:0px;
  1595. text-transform:uppercase!important;
  1596. font-family: calibri!important;
  1597. color:{color:border};
  1598. -moz-transition-duration:1.5s;
  1599. -webkit-transition-duration:1.5s;
  1600. -o-transition-duration:1.5s;
  1601. text-shadow: 0px 0px 1px {color:border};
  1602. }
  1603.  
  1604.  
  1605.  
  1606. .tags a:hover {
  1607. font-weight:bold;
  1608. color:{color:italic}!important;
  1609. -moz-transition-duration:1.5s;
  1610. -webkit-transition-duration:1.5s;
  1611. -o-transition-duration:1.5s;
  1612. text-shadow: 0px 0px 1px {color:italic};
  1613. {block:ifBiggerTagsonHover}
  1614. font-size:9px!important;
  1615. {block:ifBiggerTagsonHover}
  1616. }
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623. /* PERMAPAGE NOTES */
  1624.  
  1625.  
  1626. #notes {
  1627. outline:1px solid {color:border};
  1628. font-family:calibri!important;
  1629. margin-bottom:1px!important;
  1630. margin-left:0px;
  1631. margin-right:0px;
  1632. margin-top:25px!important;
  1633. padding-top:16px;
  1634. padding-bottom:16px;
  1635. padding-left:15px;
  1636. padding-right:15px;
  1637. letter-spacing:-0.3px;
  1638. font-weight:bold;
  1639. font-size:9.4px!important;
  1640. color:{color:bold}!important;
  1641. background-color:transparent;
  1642. text-shadow: 0px 0px 1px {color:bold};
  1643. }
  1644.  
  1645.  
  1646.  
  1647. #notes span, .note span {
  1648. font-family:calibri;
  1649. color:{color:bold}!important;
  1650. text-shadow: 0px 0px 1px {color:bold};
  1651. }
  1652.  
  1653.  
  1654.  
  1655. .note li, .note {
  1656. font-size:8.5px;
  1657. line-height:15px;
  1658. letter-spacing:0.3px;
  1659. text-transform:uppercase;
  1660. font-family: calibri, sans-serif;
  1661. font-weight:bold!important;
  1662. color:{color:bold};
  1663. text-shadow: 0px 0px 1px {color:bold};
  1664. -moz-transition-duration:1.5s;
  1665. -webkit-transition-duration:1.5s;
  1666. -o-transition-duration:1.5s;
  1667. list-style-type:none;
  1668. text-align:left!important;
  1669. }
  1670.  
  1671.  
  1672. .note li a {
  1673. font-size:8.5px;
  1674. letter-spacing:0.3px;
  1675. text-transform:uppercase;
  1676. font-family: calibri, sans-serif;
  1677. font-weight:bold!important;
  1678. color:{color:links};
  1679. text-shadow: 0px 0px 1px {color:links};
  1680. -moz-transition-duration:1.5s;
  1681. -webkit-transition-duration:1.5s;
  1682. -o-transition-duration:1.5s;
  1683. list-style-type:none;
  1684. text-align:left!important;
  1685. }
  1686.  
  1687.  
  1688. .more_notes_link, .more_notes_link a {
  1689. text-align:left!important;
  1690. margin-top:25px!important;
  1691. padding-top:25px!important;
  1692. color:{color:links}!important;
  1693. }
  1694.  
  1695.  
  1696. .note blockquote a {
  1697. padding-top:12px;
  1698. padding-bottom:12px;
  1699. padding-left:0px;
  1700. padding-right:0px;
  1701. margin-top:12px;
  1702. margin-bottom:12px;
  1703. margin-left:0px;
  1704. margin-right:0px;
  1705. color:{color:links}!important;
  1706. }
  1707.  
  1708.  
  1709. .note img.avatar {
  1710. display:none;
  1711. width: 0px;
  1712. height: 0px;
  1713. }
  1714.  
  1715.  
  1716.  
  1717.  
  1718.  
  1719.  
  1720.  
  1721.  
  1722. /* NAVIGATION PAGES */
  1723.  
  1724.  
  1725. .pageheader {
  1726. margin-top:0px;
  1727. margin-left:-25px;
  1728. margin-bottom:0px!important;
  1729. height:63px;
  1730. width:538px;
  1731. overflow:hidden;
  1732. outline:1px solid {color:border};
  1733. -webkit-filter: brightness(1.1) contrast(1) saturate(1);
  1734. }
  1735.  
  1736.  
  1737. .pageheader1 {
  1738. margin-top:0px;
  1739. margin-left:-25px;
  1740. margin-bottom:0px!important;
  1741. height:63px;
  1742. width:538px;
  1743. overflow:hidden;
  1744. outline:1px solid {color:border};
  1745. -webkit-filter: brightness(1.1) contrast(1) saturate(1);
  1746. }
  1747.  
  1748.  
  1749. .pagenavi {
  1750. margin-top:0px!important;
  1751. margin-left:-26px!important;
  1752. margin-right:-25px!important;
  1753. margin-bottom:0px;
  1754. outline:0px;
  1755. }
  1756.  
  1757.  
  1758. .dropbtn {
  1759. display:inline-block;
  1760. box-sizing: border-box;
  1761. font-size:9.4px;
  1762. text-align:center;
  1763. min-width:536px!important;
  1764. padding-left:25px;
  1765. padding-right:25px;
  1766. margin-left:-1px;
  1767. margin-top:0px;
  1768. margin-bottom:0px!important;
  1769. font-family: calibri, sans-serif;
  1770. text-transform:uppercase;
  1771. height:26px;
  1772. background-color:transparent;
  1773. outline:0px solid {color:border};
  1774. border:1px solid {color:border};
  1775. line-height:23px;
  1776. margin-right:0px;
  1777. color: {color:links};
  1778. font-weight:bold!important;
  1779. overflow:hidden; /* older browsers */
  1780. }
  1781.  
  1782.  
  1783. .dropbtn:hover, .dropbtn:focus {
  1784. color:{color:links};
  1785. }
  1786.  
  1787.  
  1788. .dropdown {
  1789. position: relative;
  1790. display: inline-block;
  1791. }
  1792.  
  1793.  
  1794. .dropdown-content {
  1795. display: none;
  1796. position: absolute;
  1797. margin-top:-1px!important;
  1798. margin-left:1px;
  1799. outline:0px solid {color:border};
  1800. border-top:1px solid {color:border};
  1801. background-color: {color:background};
  1802. width:537px;
  1803. z-index: 99;
  1804. -webkit-box-shadow: 0px 25px 0px -1px rgba(0,0,0,1);
  1805. -moz-box-shadow: 0px 25px 0px -1px rgba(0,0,0,1);
  1806. box-shadow: 0px 25px 0px -1px rgba(0,0,0,1);
  1807. }
  1808.  
  1809.  
  1810. .dropdown-content a {
  1811. color: black;
  1812. padding: 12px 16px;
  1813. text-decoration: none;
  1814. display: block;
  1815. }
  1816.  
  1817.  
  1818. .dropdown-content a:hover, .dropdown a:hover {
  1819. color:{color:links hover};!important;
  1820. }
  1821.  
  1822.  
  1823. .show {
  1824. display:block;
  1825. }
  1826.  
  1827.  
  1828. ul#tabs {
  1829. text-align: left;
  1830. Cursor:pointer;
  1831. }
  1832.  
  1833.  
  1834. ul#tabs li {
  1835. display:inline-block;
  1836. box-sizing: border-box;
  1837. font-size:9.6px;
  1838. text-align:center;
  1839. padding-left:24px;
  1840. padding-right:24px;
  1841. margin-bottom:-1px!important;
  1842. font-family: calibri, sans-serif;
  1843. text-transform:uppercase;
  1844. width:267px;
  1845. max-width:267px;
  1846. height:25px;
  1847. background-color:transparent;
  1848. border-bottom:1px solid {color:border};
  1849. border-left:0px solid {color:border};
  1850. border-right:1px solid {color:border};
  1851. line-height:25px;
  1852. margin-left:-1px;
  1853. margin-right:-1px;
  1854. color:{color:button inactive}!important;
  1855. text-shadow: 0px 0px 1px {color:button inactive}!important;
  1856. font-weight:bold!important;
  1857. overflow:hidden;
  1858. }
  1859.  
  1860.  
  1861. ul#tabs li.active {
  1862. color:{color:body text};
  1863. }
  1864.  
  1865.  
  1866. ul#tab, ul#tabs{
  1867. list-style-type:none;
  1868. margin:0px;
  1869. padding:0px;
  1870. }
  1871.  
  1872.  
  1873. ul#tab li.active {
  1874. display: block;
  1875. }
  1876.  
  1877.  
  1878. ul#tab li {
  1879. display: none;
  1880. }
  1881.  
  1882.  
  1883. .pageinfo {
  1884. margin-top:0px!important;
  1885. border-top:25px solid {color:background};
  1886. border-bottom:25px solid {color:background};
  1887. overflow-y:scroll!important;
  1888. margin-left:1px;
  1889. margin-right:1px;
  1890. height:225px;
  1891. background-color:{color:background};
  1892. }
  1893.  
  1894.  
  1895. .pageinfo img {
  1896. background-color:{color:background};
  1897. margin-top:1px!important;
  1898. margin-bottom:0px!important;
  1899. padding-right:3px;
  1900. padding-bottom:3px;
  1901. float:left;
  1902. margin-right:13px;
  1903. margin-left:1px;
  1904. padding:13px;
  1905. outline:1px solid {color:border};
  1906. -webkit-filter: brightness(.9) contrast(1) saturate(1);
  1907. }
  1908.  
  1909.  
  1910. .pagelinks {
  1911. margin-top:0px!important;
  1912. margin-bottom:0px!important;
  1913. margin-left:0px;
  1914. margin-right:0px;
  1915. background-color:transparent!important;
  1916. width:487px;
  1917. }
  1918.  
  1919.  
  1920. .pagelinks h4 {
  1921. margin-bottom:12px;
  1922. max-width:429px;
  1923. }
  1924.  
  1925.  
  1926. .pagelinks a {
  1927. font-family:calibri;
  1928. text-align:center;
  1929. font-style:normal;
  1930. font-weight:bold;
  1931. margin-right:0px;
  1932. margin-bottom:-3px;
  1933. font-size:9.6px;
  1934. letter-spacing:0px;
  1935. color:{color:button inactive}!important;
  1936. text-transform:uppercase;
  1937. display:inline-block;
  1938. box-sizing: border-box;
  1939. width:236.2px;
  1940. height:25px!important;
  1941. padding-left:25px;
  1942. padding-right:25px;
  1943. line-height:25px;
  1944. margin-left:-0px;
  1945. margin-right:6px;
  1946. margin-bottom:8.4px;
  1947. text-align:left;
  1948. border: 1px solid {color:border};
  1949. text-shadow: 0px 0px 1px {color:button inactive}!important;
  1950. }
  1951.  
  1952.  
  1953. .pagelinks a:hover, .pagelinks:hover {
  1954. color:{color:links hover}!important;
  1955. -moz-transition-duration:1.5s;
  1956. -webkit-transition-duration:1.5s;
  1957. -o-transition-duration:1.5s;
  1958. text-shadow: 0px 0px 1px {color:links hover};
  1959. }
  1960.  
  1961.  
  1962. #pagecontainer {
  1963. z-index:99!important;
  1964. position:absolute;
  1965. height:364px;
  1966. width:532px;
  1967. background-color:transparent;
  1968. outline:1px solid {color:border};
  1969. left:336px;
  1970. margin-top:52px;
  1971. overflow:hidden;
  1972. }
  1973.  
  1974.  
  1975. #pagecontent {
  1976. z-index:20!important;
  1977. position:absolute;
  1978. overflow:hidden;
  1979. text-align:justify;
  1980. box-sizing:border-box;
  1981. height:367px;
  1982. width:534px;
  1983. padding-top:0px!important;
  1984. background-color:{color:background};
  1985. border-right:1px solid {color:border};
  1986. border-bottom:0px solid {color:border};
  1987. padding-left:25px;
  1988. padding-right:25px;
  1989. }
  1990.  
  1991.  
  1992. .pageimg {
  1993. z-index:9999999999999999999999999!important;
  1994. position:absolute;
  1995. top:294px;
  1996. height:120px;
  1997. width:231px;
  1998. outline:1px solid {color:border};
  1999. overflow:hidden;
  2000. background-color:transparent;
  2001. }
  2002.  
  2003.  
  2004. .pageimg1 {
  2005. z-index:9999999999999999999999999!important;
  2006. position:absolute;
  2007. top:294px;
  2008. height:120px;
  2009. width:231px;
  2010. outline:1px solid {color:border};
  2011. overflow:hidden;
  2012. background-color:transparent;
  2013. }
  2014.  
  2015.  
  2016.  
  2017.  
  2018.  
  2019. /* TEXT-WRAPPING AROUND ICONS/IMAGES */
  2020.  
  2021.  
  2022. #wrap img {
  2023. background-color:{color:background};
  2024. margin-top:1px!important;
  2025. margin-bottom:0px!important;
  2026. padding-right:3px;
  2027. padding-bottom:3px;
  2028. float:left;
  2029. margin-right:13px;
  2030. padding:13px;
  2031. outline:1px solid {color:border};
  2032. -webkit-filter: brightness(.9) contrast(1) saturate(1);
  2033. }
  2034.  
  2035.  
  2036. #wrap blockquote img {
  2037. background-color:{color:background};
  2038. margin-top:0px!important;
  2039. margin-bottom:0px!important;
  2040. margin-left:16px;
  2041. margin-right:0px!important;
  2042. float:right;
  2043. -webkit-filter: brightness(.8) contrast(1) saturate(1);
  2044. }
  2045.  
  2046.  
  2047.  
  2048. .dropdown-content3 {
  2049. display: none;
  2050. position: absolute;
  2051. margin-top:-1px!important;
  2052. margin-left:0px;
  2053. outline:0px solid {color:border};
  2054. border-bottom:1px solid {color:border};
  2055. background-color:{color:background};
  2056. width:231px!important;
  2057. min-height:96px;
  2058. height:96px;
  2059. max-height:96px;
  2060. overflow-y:scroll;
  2061. z-index: 99;
  2062. }
  2063.  
  2064.  
  2065. .dropdown-content3 button {
  2066. background-color:{color:background};
  2067. text-align:center!important;
  2068. margin-left:-1px;
  2069. margin-bottom:-1px!important;
  2070. width:118px;
  2071. height:32.9px!important;
  2072. line-height:32.9px!important;
  2073. color:{color:links};!important;
  2074. }
  2075.  
  2076.  
  2077. .dropdown-content3 button:focus, .dropdown-content3 button:active {
  2078. color: {color:links};
  2079. text-shadow: 0px 0px 1px {color:links};
  2080. }
  2081.  
  2082.  
  2083. .dropdown-content3 a {
  2084. text-decoration: none;
  2085. display: block;
  2086. color:{color:links};
  2087. text-shadow: 0px 0px 1px {color:links};
  2088. }
  2089.  
  2090.  
  2091. .dropdown-content3 a:hover, .dropdown3 a:hover {
  2092. color:{color:links hover};!important;
  2093. }
  2094.  
  2095.  
  2096. .dropbtn3 {
  2097. min-width:233px!important;
  2098. display:fixed;
  2099. letter-spacing:0px;
  2100. font-size:9.4px;
  2101. text-align:center;
  2102. padding-left:25px;
  2103. padding-right:25px;
  2104. margin-left:-1px;
  2105. margin-top:0px;
  2106. margin-bottom:0px!important;
  2107. font-family: calibri, sans-serif;
  2108. text-transform:uppercase;
  2109. height:25px;
  2110. background-color:{color:background};
  2111. outline:0px solid {color:border};
  2112. border:1px solid {color:border};
  2113. line-height:25px;
  2114. margin-right:0px;
  2115. font-weight:bold!important;
  2116. }
  2117.  
  2118.  
  2119. .dropbtn3:hover, .dropbtn3:focus {
  2120. color:{color:links};
  2121. }
  2122.  
  2123.  
  2124. button {
  2125. display:inline-block;
  2126. box-sizing: border-box;
  2127. text-align:center;
  2128. padding-left:25px;
  2129. padding-right:25px;
  2130. font-weight:bold!important;
  2131. font-family: calibri;
  2132. letter-spacing:0px;
  2133. text-transform:uppercase;
  2134. font-size:9px;
  2135. width:180px;
  2136. max-width:180px;
  2137. height:25px;
  2138. background-color:{color:background};
  2139. border:1px solid {color:border};
  2140. line-height:22px;
  2141. margin-left:0px;
  2142. margin-right:-4px;
  2143. color: {color:bold};
  2144. cursor:pointer;
  2145. font-weight:bold!important;
  2146. overflow:hidden;
  2147. text-shadow: 0px 0px 1px {color:bold};
  2148. -webkit-transition: all 1.5s ease-in-out;
  2149. -moz-transition: all 1.5s ease-in-out;
  2150. -o-transition: all 1.5s ease-in-out;
  2151. -ms-transition: all 1.5s ease-in-out;
  2152. transition: all 1.5s ease-in-out;
  2153. }
  2154.  
  2155.  
  2156. button:focus {
  2157. outline:none!important;
  2158. }
  2159.  
  2160.  
  2161. button:hover {
  2162. color:{color:links hover}!important;
  2163. -webkit-transition: all 1.5s ease-in-out;
  2164. -moz-transition: all 1.5s ease-in-out;
  2165. -o-transition: all 1.5s ease-in-out;
  2166. -ms-transition: all 1.5s ease-in-out;
  2167. transition: all 1.5s ease-in-out;
  2168. text-shadow: 0px 0px 1px {color:links hover};
  2169. }
  2170.  
  2171.  
  2172.  
  2173.  
  2174.  
  2175. </style>
  2176. </head>
  2177.  
  2178.  
  2179.  
  2180.  
  2181.  
  2182.  
  2183.  
  2184. <body>
  2185.  
  2186.  
  2187.  
  2188.  
  2189. <div id="container">
  2190.  
  2191. <div id="containertitle">
  2192. pirate king
  2193. </div id="containertitle">
  2194.  
  2195.  
  2196.  
  2197.  
  2198.  
  2199. <div id="side">
  2200.  
  2201.  
  2202. <div class="sidebarbg">
  2203. <img src="{image:Sidebar Background}">
  2204. </div class="sidebarbg">
  2205.  
  2206.  
  2207. <div class="inner">
  2208.  
  2209. <img class="sideimg1" src="{image:Sideimg1}"/>
  2210.  
  2211. <div id="description">
  2212.  
  2213. "—By the sweat of our brows, the strength of our backs, <b>the courage of our hearts.</b> Gentlemen, hoist the colours!"
  2214.  
  2215. <p>Independent <b style="color:{color:italic}!important;"><big>Elizabeth Swann</big></b>, adored by Jen. Originally established Dec, 2014.
  2216.  
  2217. </div id="description">
  2218.  
  2219. <img class="sideimg2" src="{image:Sideimg2}"/>
  2220.  
  2221.  
  2222. </div class="inner">
  2223.  
  2224. </div id="side">
  2225.  
  2226.  
  2227.  
  2228.  
  2229.  
  2230.  
  2231.  
  2232.  
  2233. <!-- NAVIGATION: TOP -->
  2234.  
  2235.  
  2236. <div class="navigation">
  2237.  
  2238. <button class="w3-bar-item w3-button" onclick="openPage('Index'); openNavi('Index')" autofocus style="text-align:left; color:{color:button active}; text-shadow: 0px 0px 1px {color:button active};">
  2239. Close the pages
  2240. </button>
  2241.  
  2242. <button class="w3-bar-item w3-button" onclick="openPage('Inquiries')">
  2243. Inquiries / Askbox
  2244. </button>
  2245.  
  2246. <button class="w3-bar-item w3-button" onclick="openNavi('Navigation')" style="text-align:right;">
  2247. The Navigation
  2248. </button>
  2249.  
  2250. </div class="navigation">
  2251.  
  2252.  
  2253.  
  2254.  
  2255.  
  2256.  
  2257.  
  2258. <div id="content">
  2259. <div id="content2">
  2260.  
  2261. {block:Posts}
  2262. <div class="posts">
  2263.  
  2264.  
  2265.  
  2266.  
  2267.  
  2268.  
  2269. <!-- POSTS: TEXT -->
  2270.  
  2271.  
  2272. {block:Text}
  2273. <div id="textbody">
  2274. {block:Title}
  2275. <h1>{Title}</h1>
  2276. {/block:Title}
  2277.  
  2278. <div id="wrap">
  2279. {Body}
  2280. </div id="wrap">
  2281. </div id="textbody">
  2282. {/block:Text}
  2283.  
  2284.  
  2285.  
  2286.  
  2287.  
  2288.  
  2289. <!-- POSTS: PHOTO/SET -->
  2290.  
  2291.  
  2292. {block:Photo}
  2293. <div id="psingle">
  2294. {LinkOpenTag}
  2295.  
  2296. <img src="{PhotoURL-HighRes}">
  2297. {LinkCloseTag}
  2298.  
  2299. </div id="psingle">
  2300.  
  2301.  
  2302. {block:Caption}
  2303.  
  2304. <div id="pcaption">
  2305. {Caption}
  2306. </div id="pcaption">
  2307.  
  2308. {/block:Caption}
  2309.  
  2310. {/block:Photo}
  2311.  
  2312.  
  2313.  
  2314.  
  2315. {block:Photoset}
  2316. <div id="pset">
  2317. {Photoset}
  2318. </div id="pset">
  2319.  
  2320. {block:Caption}
  2321. {Caption}
  2322. {/block:Caption}
  2323.  
  2324. {/block:Photoset}
  2325.  
  2326.  
  2327.  
  2328.  
  2329.  
  2330.  
  2331. <!-- POSTS: QUOTE -->
  2332.  
  2333.  
  2334. {block:Quote}
  2335. <div id="quote">
  2336. "{Quote}"
  2337.  
  2338. <div class="source">
  2339. Source: {Source}
  2340. </div class="source">
  2341.  
  2342. </div id="quote">
  2343. {/block:Quote}
  2344.  
  2345.  
  2346.  
  2347.  
  2348.  
  2349.  
  2350. <!-- POSTS: LINK -->
  2351.  
  2352.  
  2353. {block:Link}
  2354. <div id="link">
  2355.  
  2356. <a href="{URL}" {Target}>{Name}&nbsp;&nbsp; Next</a>
  2357.  
  2358. </div id="link">
  2359. {/block:Link}
  2360.  
  2361.  
  2362.  
  2363.  
  2364.  
  2365.  
  2366. <!-- POSTS: CHAT -->
  2367.  
  2368.  
  2369. {block:Chat}
  2370. <div id="chat">
  2371.  
  2372. {block:Lines}
  2373. <div id="{Alt}">
  2374.  
  2375. {block:Label}<b>{Label}</b>{/block:Label} {Line}
  2376.  
  2377. </div id="{Alt}">
  2378. {/block:Lines}
  2379.  
  2380. </div id="chat">
  2381. {/block:Chat}
  2382.  
  2383.  
  2384.  
  2385.  
  2386.  
  2387.  
  2388. <!-- POSTS: AUDIO -->
  2389.  
  2390.  
  2391. {block:Audio}
  2392. <div class="audioplayer">
  2393.  
  2394. {AudioPlayerWhite}
  2395.  
  2396. </div class="audioplayer">
  2397.  
  2398.  
  2399. <div class="audioinfo">
  2400. {block:TrackName}{TrackName}{/block:TrackName} — {block:Artist}{Artist}{/block:Artist}
  2401. </div class="audioinfo">
  2402.  
  2403. {block:Caption}
  2404. {Caption}
  2405. {/block:Caption}
  2406.  
  2407. {/block:Audio}
  2408.  
  2409.  
  2410.  
  2411.  
  2412.  
  2413.  
  2414. <!-- POSTS: VIDEO -->
  2415.  
  2416.  
  2417. {block:Video}
  2418. <div class="video">
  2419.  
  2420. {VideoEmbed-500}
  2421.  
  2422. </div class="video">
  2423.  
  2424. {block:Caption}
  2425. {Caption}
  2426. {/block:Caption}
  2427.  
  2428. {/block:Video}
  2429.  
  2430.  
  2431.  
  2432.  
  2433.  
  2434.  
  2435. <!-- POSTS: ASK -->
  2436.  
  2437.  
  2438. {block:Answer}
  2439.  
  2440. <div id="question">
  2441. <div id="ask">
  2442.  
  2443. <b>{Asker} has come bearing inquiries:</b> {Question}
  2444.  
  2445. </div id="ask">
  2446. <div class="letterask">Q</div class="letterask">
  2447.  
  2448. </div id="question">
  2449.  
  2450. <div id="response">
  2451. <div id="wrap"><span>{Answer}</span></div id="wrap">
  2452.  
  2453. </div id="response">
  2454.  
  2455. {/block:Answer}
  2456.  
  2457.  
  2458.  
  2459.  
  2460.  
  2461.  
  2462.  
  2463.  
  2464. <!-- POST INFORMATION -->
  2465.  
  2466.  
  2467.  
  2468. {block:Date}
  2469.  
  2470. {block:indexpage}
  2471.  
  2472. <div class="permalink">
  2473. <div class="permalinkbuttons">
  2474.  
  2475. <a href="{Permalink}" style="text-align:left;" title="{NoteCountWithLabel}">
  2476. {Month} {DayOfMonth}{DayOfMonthSuffix} / {12Hour}:{Minutes}{CapitalAmPm}</a>
  2477.  
  2478. {block:RebloggedFrom}
  2479. <a href="{ReblogParentURL}" title="{ReblogParentName}: {ReblogParentTitle}" style="margin-left:-1px; min-width:178px!important;max-width:178px!important;">
  2480. REBLOGGED FROM / VIA
  2481. </a>
  2482. {/block:RebloggedFrom}
  2483.  
  2484. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; text-align:right;">
  2485. CLICK HERE TO REBLOG THIS POST
  2486. </a>
  2487.  
  2488. </div class="permalinkbuttons">
  2489.  
  2490.  
  2491. {block:HasTags}
  2492. <div class="tags">
  2493.  
  2494. {block:Tags}
  2495. <a href="{TagURL}">{Tag}&nbsp;&nbsp;</a>
  2496. {/block:Tags}
  2497.  
  2498. </div class="tags">
  2499. {/block:HasTags}
  2500.  
  2501.  
  2502. </div class="permalink">
  2503. {/block:indexpage}
  2504.  
  2505.  
  2506.  
  2507.  
  2508.  
  2509. {block:permalinkpage}
  2510. <div class="permalink">
  2511. <div class="permalinkbuttons">
  2512.  
  2513. {block:RebloggedFrom}
  2514. <a href="{ReblogParentName}" title="{ReblogParentName}" style="text-align:left;">
  2515. REBLOGGED FROM / VIA
  2516. </a>
  2517. {/block:RebloggedFrom}
  2518.  
  2519. <a href="{ReblogURL}" target="_blank" class="details" style="float:right; ">
  2520. CLICK HERE TO REBLOG THIS POST
  2521. </a>
  2522.  
  2523. </div class="permalinkbuttons">
  2524.  
  2525. {block:HasTags}
  2526. <div class="tags">
  2527. {block:Tags}
  2528.  
  2529. <a href="{TagURL}">
  2530. {Tag}&nbsp;&nbsp;
  2531. </a>
  2532.  
  2533. {/block:Tags}
  2534. </div class="tags">
  2535. {/block:HasTags}
  2536.  
  2537. </div class="permalink">
  2538. {/block:permalinkpage}
  2539.  
  2540. {/block:Date}
  2541.  
  2542.  
  2543.  
  2544.  
  2545.  
  2546.  
  2547. <!-- NOTES -->
  2548.  
  2549. {block:PostNotes}
  2550. <div id="notes">
  2551.  
  2552. <div class="note">
  2553. {PostNotes}
  2554. </div class="note">
  2555.  
  2556. </div id="notes">
  2557. {/block:PostNotes}
  2558.  
  2559.  
  2560.  
  2561.  
  2562.  
  2563.  
  2564. <!-- HIDE VIA/SOURCE IN POSTS -->
  2565.  
  2566.  
  2567. {block:ContentSource}<!-- {SourceURL}
  2568. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  2569. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  2570. {/block:ContentSource}
  2571.  
  2572.  
  2573. <!-- {block:NoRebloggedFrom}
  2574. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  2575. {/block:NoRebloggedFrom} -->
  2576.  
  2577. </div class="posts">
  2578. {/block:Posts}
  2579.  
  2580.  
  2581.  
  2582. </div id="content2">
  2583. </div id="content">
  2584.  
  2585.  
  2586.  
  2587.  
  2588.  
  2589.  
  2590. <!-- NAVIGATION: BOTTOM -->
  2591.  
  2592.  
  2593. <div class="navigationbottom">
  2594. <div class="pagination">
  2595.  
  2596. <a href="/" title="Refresh the page" autofocus style="text-align:left; color:{color:button active}; text-shadow: 0px 0px 1px {color:button active};">RETURN TO MAIN PAGE</a>
  2597.  
  2598. {block:Indexpage}
  2599. {block:PreviousPage}<a href="{PreviousPage}">RETURN TO LAST PAGE</a>{/block:PreviousPage}
  2600. {block:NextPage}<a href="{NextPage}" style="float:right; margin-right:1px; text-align:right;">PROCEED TO NEXT PAGE</a>{/block:NextPage}
  2601. {/block:Indexpage}
  2602.  
  2603.  
  2604.  
  2605. {block:PermalinkPagination}
  2606. {block:PreviousPost}<a href="{PreviousPost}" title="Previous Post">RETURN TO LAST POST</a>{/block:PreviousPost}
  2607. {block:NextPost}<a href="{NextPost}" title="Next Post" style="float:right; margin-right:1px; text-align:right;">PROCEED TO NEXT POST</a>{/block:NextPost}
  2608. {/block:PermalinkPagination}
  2609.  
  2610.  
  2611. </div class="pagination">
  2612. </div class="navigationbottom">
  2613.  
  2614.  
  2615.  
  2616.  
  2617. <div id="Index" class="navi; page;" style="display:block">
  2618.  
  2619. </div id="Index" class="navi; page;">
  2620.  
  2621.  
  2622.  
  2623.  
  2624.  
  2625.  
  2626.  
  2627.  
  2628.  
  2629.  
  2630.  
  2631. <!-- NAVIGATIONAL LIST LINKS -->
  2632.  
  2633. <div id="Navigation" class="navi" style="display:none;">
  2634.  
  2635.  
  2636. <div class="nlist">
  2637. <div class="nlinks">
  2638.  
  2639.  
  2640.  
  2641. <!-- COPY/PASTE THESE IF YOU WANT MORE LINKS -->
  2642.  
  2643. <li onclick="" style="color:{color:text}!important;">
  2644. Scroll to see more pages!
  2645. </li>
  2646.  
  2647.  
  2648. <li onclick="openPage('Guidelines')">
  2649. Guidelines / Regulations
  2650. </li>
  2651.  
  2652.  
  2653. <li onclick="openPage('About')">
  2654. Information / Biography
  2655. </li>
  2656.  
  2657.  
  2658. <li onclick="openPage('Verses')">
  2659. Universes / Timelines
  2660. </li>
  2661.  
  2662.  
  2663. <li onclick="openPage('Tags')">
  2664. General Navigation / Tags
  2665. </li>
  2666.  
  2667.  
  2668. <!-- / COPY/PASTE THESE IF YOU WANT MORE LINKS -->
  2669.  
  2670.  
  2671.  
  2672. </div class="nlinks">
  2673. </div class="nlist">
  2674.  
  2675. </div id="Navigation" class="muse">
  2676.  
  2677.  
  2678.  
  2679.  
  2680.  
  2681.  
  2682.  
  2683.  
  2684.  
  2685.  
  2686.  
  2687.  
  2688.  
  2689.  
  2690.  
  2691.  
  2692.  
  2693. <!-- PAGE: INQUIRIES -->
  2694.  
  2695. <div id="Inquiries" class="page" style="display:none;">
  2696. <div id="pagecontainer">
  2697. <div id="pagecontent">
  2698.  
  2699.  
  2700. <div class="pageheader">
  2701. <img src="https://i.imgur.com/VeeMw51.png">
  2702. </div class="pageheader">
  2703.  
  2704.  
  2705. <div class="pagenavi">
  2706. <div class="dropdown">
  2707.  
  2708. <button onclick="myFunction()" class="dropbtn">
  2709. Inquiries / Askbox / Curiosities</button>
  2710.  
  2711. </div class="dropdown">
  2712. </div class="pagenavi">
  2713.  
  2714.  
  2715.  
  2716. <!-- TAB ONE -->
  2717.  
  2718.  
  2719. <div class="pageinfo">
  2720.  
  2721. <iframe frameborder="0" scrolling="yes" width="460px" height="200px" src="https://www.tumblr.com/ask_form/hangtherules.tumblr.com" style="padding:8px;margin-top:px; background-color:transparent; border:1px solid #151515; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  2722.  
  2723. </div class="pageinfo">
  2724. </div id="pagecontent">
  2725.  
  2726. </div id="pagecontainer">
  2727.  
  2728.  
  2729. </div id="Inquiries" class="page">
  2730.  
  2731.  
  2732.  
  2733.  
  2734.  
  2735.  
  2736.  
  2737.  
  2738.  
  2739.  
  2740.  
  2741.  
  2742.  
  2743.  
  2744.  
  2745.  
  2746.  
  2747.  
  2748.  
  2749.  
  2750. <!-- PAGE: GUIDELINES -->
  2751.  
  2752. <div id="Guidelines" class="page" style="display:none;">
  2753. <div id="pagecontainer">
  2754. <div id="pagecontent">
  2755.  
  2756.  
  2757. <div class="pageheader">
  2758. <img src="https://i.imgur.com/xJuPW5X.png">
  2759. </div class="pageheader">
  2760.  
  2761.  
  2762. <div class="pagenavi" style="margin-left:-25px;">
  2763. <div class="dropdown">
  2764.  
  2765. <button onclick="myFunction()" class="dropbtn">
  2766. Guidelines / Regulations</button>
  2767.  
  2768. </div class="dropdown">
  2769. </div class="pagenavi">
  2770.  
  2771.  
  2772.  
  2773.  
  2774. <!-- TAB ONE -->
  2775.  
  2776.  
  2777. <div class="pageinfo">
  2778.  
  2779. <h4>Follows / Interactions</h4>
  2780.  
  2781. This blog is <i>highly private</i> and in that, is also <b>selective.</b> This means that I <i>will only interact with mutuals.</i> This includes memes. If we are mutuals, however, always feel free to send me memes and plotting messages, or just tag me in a post. In that light, if you’d like to make a meme into a thread, please <b>please start a new post.</b>
  2782.  
  2783. <p>I will be very slow. I used to stress myself out about getting replies done quickly and it took the enjoyment out of writing, so while there may be times when I reply right away, just expect that replies will take time.
  2784.  
  2785. <p>Don’t godmod. Just don’t.
  2786.  
  2787. <p><b>I will not</b> follow duplicates, so please don’t follow me. I will block any duplicates who do.
  2788.  
  2789. <h4>EXCLUSIVITY & MAINS</h4>
  2790. Occasionally I will decide to go exclusive with one player of any given muse. This is nothing against any other portrayals of that character; it just happens to be dependent upon the way our muses mesh together and ooc relationships as well.
  2791.  
  2792. <h4>Current exclusives:</h4>
  2793.  
  2794. <div class="pagelinks" style="margin-top:16px!important; margin-bottom:0px!important;">
  2795.  
  2796. <a href="https://immobiliter.tumblr.com">
  2797. Anamaria: immobiliter
  2798. </a>
  2799.  
  2800. <a href="https://damnbutcher.tumblr.com">
  2801. Charles Vane: damnbutcher
  2802. </a>
  2803.  
  2804. <a href="https://immobiliter.tumblr.com">
  2805. Anamaria: immobiliter
  2806. </a>
  2807.  
  2808. <a href="https://lordiism.tumblr.com">
  2809. Cutler Beckett: lordiism
  2810. </a>
  2811.  
  2812. <a href="https://thecodekeeper.tumblr.com">
  2813. Edward Teague: thecodekeeper
  2814. </a>
  2815.  
  2816. <a href="https://trickstercaptain.tumblr.com">
  2817. Jack Sparrow: trickstercaptain
  2818. </a>
  2819.  
  2820. <a href="https://immobiliter.tumblr.com">
  2821. John Silver: immobiliter
  2822.  
  2823. <a href="https://piraticalwit.tumblr.com">
  2824. Killian Jones: piraticalwit
  2825. </a>
  2826.  
  2827. <a href="https://scavengered.tumblr.com">
  2828. Rey: scavengered
  2829. </a>
  2830.  
  2831. <a href="">
  2832. &nbsp;
  2833. </a>
  2834.  
  2835. </div class="pagelinks">
  2836.  
  2837. <h4>Shipping</h4>
  2838. Chemistry is a must. Elizabeth is heterosexual, so she will only be shipped with male muses. <i>Don’t force a ship.</i> But also bear in mind that there is a difference between forcing a ship and communicating that you are open to the possibility of a ship.
  2839.  
  2840. <h4>Tagging</h4>
  2841. Muse and mun are both 21+. Some NSFW material may appear on this blog. All NSFW posts will be tagged with #NSFW. S/N: I will not write smut with anyone under the age of eighteen. Furthermore, due to the nature of the world in which my muse lives, there may be violence, murder, crude content, and swearing on this blog. As for triggers, I personally have none, but if you’d like me to tag a trigger that you may have, please don’t hesitate to let me know (in a nice way, don’t be an asshole about it). Triggers will be tagged as <i>#TRIGGER CW.</i>
  2842.  
  2843. <h4>Et cetera.</h4>
  2844. Discord is available upon request for mutuals! If you don’t want to chat on Discord, you can always send me a Tumblr message!
  2845.  
  2846. <p>Sometimes I may quietly drop threads. However, if I ever drop a thread, please don’t be afraid to start up another one with me. Just because my muse for one thread dwindled doesn’t mean I don’t want to write with you!
  2847.  
  2848. <h4>Disclaimers</h4>
  2849. I am not Keira Knightley, nor am I in any way affiliated with Disney or the Pirates of the Caribbean cast and crew. I do not, in any way, claim to own the character of Elizabeth Swann.
  2850.  
  2851. <h4>Credits</h4>
  2852. All of the icons and graphics used on this blog, unless otherwise stated, have been made by me, and for my use only. Please do not save them and use them for yourself.
  2853.  
  2854. I honest to god cannot remember who made this theme and I have no idea where the credit went, so if this is your theme or you know whose it is, please let me know so I can credit accordingly!
  2855.  
  2856. <p>Dash banner template by <a href="https://gentleicons.tumblr.com">gentleicons!</a> Icon border by <a href="https://JAYNEDITS.tumblr.com">JAYNEDITS.</a>
  2857.  
  2858. </div class="pageinfo">
  2859. </div id="pagecontent">
  2860.  
  2861.  
  2862. </div id="pagecontainer">
  2863. </div id="Guidelines" class="page">
  2864.  
  2865.  
  2866.  
  2867.  
  2868.  
  2869.  
  2870.  
  2871.  
  2872.  
  2873.  
  2874.  
  2875.  
  2876.  
  2877.  
  2878.  
  2879.  
  2880.  
  2881.  
  2882. <!-- PAGE: ABOUT -->
  2883.  
  2884. <div id="About" class="page" style="display:none;">
  2885. <div id="pagecontainer">
  2886. <div id="pagecontent">
  2887.  
  2888.  
  2889.  
  2890.  
  2891. <div class="pageheader">
  2892. <img src="https://i.imgur.com/8ZpsEJv.png">
  2893. </div class="pageheader">
  2894.  
  2895. <div class="pagenavi" style="margin-left:-25px;">
  2896. <div class="dropdown">
  2897.  
  2898. <button onclick="myFunction()" class="dropbtn">
  2899. Guidelines / Regulations</button>
  2900.  
  2901. </div class="dropdown">
  2902. </div class="pagenavi">
  2903.  
  2904.  
  2905. <!-- TAB ONE -->
  2906.  
  2907.  
  2908. <div class="pageinfo">
  2909.  
  2910. <h4>basic information</h4>
  2911.  
  2912. <p><b>FULL NAME:</b> Elizabeth Swann
  2913. <br><b>NICKNAME / ALIAS:</b> Elizabeth Turner, Lizzie, Miss swann, Captain Swann, King Swann, your Majesty, Poppet
  2914. <br><b>AGE:</b> 23 ( main verse )<br />
  2915. <b>BIRTH DATE:</b> August 12, 1722<br />
  2916. <b>NATIONALITY:</b> English</i><br />
  2917. <b>GENDER:</b> Female<br />
  2918. <b>ROMANTIC ORIENTATION:</b> Heteroromantic<br />
  2919. <b>SEXUAL ORIENTATION:</b> Heterosexual<br />
  2920. <b>RELIGION:</b> Agnostic ( raised Protestant )<br />
  2921. <b>SPOKEN LANGUAGE:</b> English<br />
  2922. <b>OCCUPATION:</b> Pirate / King of the Brethren Court<br />
  2923.  
  2924. <h4>relationships</h4>
  2925.  
  2926. <p><b>PARENTS:</b> Weatherby & Catherine swann ( both deceased )<br />
  2927. <b>SIBLINGS:</b> None<br />
  2928. <b>SIGNIFICANT OTHER:</b> Verse dependent; Will Turner, Jack Sparrow, Charles Vane, John Silver<br />
  2929. <b>CHILDREN:</b> Verse dependent; Henry turner, Emma Swann-Sparrow, Lily Swann-Sparrow, Jacob Swann-Sparrow, Lydia Vane<br />
  2930. <b>EXTENDED FAMILY:</b> Bootstrap Bill Turner ( father-in-law ), Edward Teague ( father-in-law ), Maria Sparrow ( mother-in-law; deceased )<br />
  2931. <b>FRIENDS / ALLIES:</b> Anamaria, Cotton, Hector Barbossa, James Norrington, Joshamee Gibbs, Marty, Pintel, Ragetti, Tia Dalma<br />
  2932. <b>ENEMIES / ANIMOSITIES:</b> Cutler Beckett, Davy jones, Edward Teach, Ian Mercer, Royal Navy, Sao Feng<br />
  2933.  
  2934. <h4>physical traits</h4>
  2935.  
  2936. <p><b>EYE COLOUR:</b> Brown<br />
  2937. <b>HAIR COLOUR:</b> Dirty blonde<br />
  2938. <b>HEIGHT:</b> 5'7"<br />
  2939. <b>BODY BUILD:</b> Lean<br />
  2940. <b>TATTOOS + PIERCINGS:</b> N/A<br />
  2941. <b>NOTABLE PHYSICAL TRAITS:</b> High cheekbones, scar across left palm, 'P' burned into right wrist<br />
  2942.  
  2943. <h4>phobias and disorders</h4>
  2944.  
  2945. <p><b>PHOBIAS:</b> Being alone, losing loved ones<br />
  2946. <b>MENTAL DISORDERS:</b> Depression, PTSD<br />
  2947. <b>WHEN WAS THIS DIAGNOSED?:</b> Undiagnosed<br />
  2948.  
  2949. <h4>personality</h4>
  2950.  
  2951. <p><b>POSITIVE TRAITS:</b> daptive, amibitious, brave, caring, clever, determined, intuitive, maternal, playful, protective, survivalistic, tenacious<br />
  2952. <b>NEGATIVE TRAITS:</b> Deceptive, outspoken, proud, rebellious, ruthless, secretive, stubborn, unforgiving, vengeful<br />
  2953. <b>LIKES:</b> Music, freedom<br />
  2954. <b>DISLIKES:</b> Injustice<br />
  2955. <b>ALIGNMENT:</b> Chaotic neutral<br />
  2956. <b>HOGWARTS HOUSE:</b> Slytherin<br />
  2957. <b>MYER-BRIGGS PERSONALITY TYPE:</b> ESTP<br />
  2958. <b>ZODIAC:</b> Leo<br />
  2959.  
  2960. <h4>biography</h4>
  2961.  
  2962. The daughter of a highly esteemed gentleman of the Crown, it comes as no surprise that Elizabeth Swann led a prim and proper life. Despite being sheltered as a child, she gained an appreciation and fascination with the grimmer sides of life, particularly the concept of piracy. Romanticizing piracy, she often read tales of famous buccaneers, and dreamed of the day when she might meet one. She had no way of knowing that her voyage to the Caribbean aboard the <i>Dauntless</i> and the consequential meeting of William Turner (and his gold medallion) would pave the way for a life full of that very adventure.
  2963.  
  2964. <p>Eight years after that fateful crossing from England, everything changed. Finding herself rescued from an inevitable drowning by the infamous Captain Jack Sparrow, Elizabeth received the adventure she’d so yearned for. That very night, the famed pirate ship, the <i>Black Pearl</i>, sailed into port, called upon by the medallion round her neck. Mistaken for the child of Bill Turner, Elizabeth was taken captive. After a treacherous and unexpected journey upon the high seas to the fabled Isla de Muerta, through battles and cursed skeletons and harrowing escape plans, Elizabeth found a safe return to Port Royal.
  2965.  
  2966. <p>But piracy would interrupt her life (and her marriage) some two years later when Lord Cutler Beckett made his way to the Jamaican colony, arresting both her and William Turner for aiding in Jack’s escape from the noose. With Will off on journey to retrieve Jack’s compass, and fearful of what would happen to him should he return, Elizabeth (with the aid of her father) escaped from jail in the hopes of finding him. Finding Jack Sparrow instead, she agreed to assist him in navigating to the location of the dead man’s chest, rumored to hold the heart of Davy Jones. Though she succeeded in all of her goals, it was at the expense of Captain Sparrow, who met a grim fate by the hands (or rather tentacles) of the Kraken.
  2967.  
  2968. <p>With Beckett in possession of Jones’s heart and rapidly taking over the seas, Elizabeth joined the quest to rescue Jack and wrangle together the pirate lords of the Brethren Court. Through Sao Feng’s death, Elizabeth was appointed his position as pirate lord, and it was during the convening of the Brethren Court that Jack’s vote assured her the position of Pirate King. With the Court following her orders, the pirates waged a war against Jones/Beckett.
  2969.  
  2970. <p>In the midst of the battle against the <i>Flying Dutchman</i>, Elizabeth and Will were married by Barbossa. Unfortunately, tragedy struck soon after when Will received a deadly wound at Jones’s hand. With Jack’s assistance, he then stabbed the heart of Davy Jones, taking his place as captain of the Flying Dutchman. With the Dutchman’s help, Beckett was defeated, leaving the seas once more safe for all of piracy.
  2971.  
  2972. <p>With Will destined to ferry the souls of the dead to the other side, Elizabeth was left to her own devices, with his heart safely in her possession. Determined not to allow her heartache to prevent her from living a fulfilling life, Elizabeth once again took to the seas with every intention of living up to the title of Pirate King.
  2973.  
  2974. </div class="pageinfo">
  2975. </div id="pagecontent">
  2976.  
  2977.  
  2978. </div id="pagecontainer">
  2979. </div id="About" class="page">
  2980.  
  2981.  
  2982.  
  2983.  
  2984.  
  2985.  
  2986.  
  2987.  
  2988.  
  2989.  
  2990.  
  2991.  
  2992.  
  2993.  
  2994.  
  2995.  
  2996. <!-- PAGE: VERSES -->
  2997.  
  2998. <div id="Verses" class="page" style="display:none;">
  2999. <div id="pagecontainer">
  3000. <div id="pagecontent">
  3001.  
  3002.  
  3003.  
  3004.  
  3005. <div class="pageheader">
  3006. <img src="https://i.imgur.com/tcr8Eay.png">
  3007. </div class="pageheader">
  3008.  
  3009. <div class="pagenavi">
  3010. <div class="dropdown">
  3011.  
  3012. <button onclick="myFunction()" class="dropbtn">
  3013. Verses / Timelines (Click to see others)
  3014. </button>
  3015. <div id="myDropdown" class="dropdown-content">
  3016.  
  3017. <ul id="tabs">
  3018. <li style="text-align:left;" autofocus>Canon</li>
  3019. <li style="text-align:right;">Alternate</li>
  3020. <li style="text-align:left;">Crossover</li>
  3021. <li style="text-align:right;">Private</li>
  3022.  
  3023. </ul id="tabs">
  3024.  
  3025. </div id="myDropdown" class="dropdown-content">
  3026.  
  3027. </div class="dropdown">
  3028. </div class="pagenavi">
  3029.  
  3030.  
  3031. <!-- TAB ONE -->
  3032.  
  3033.  
  3034. <ul id="tab"><li class="active">
  3035. <div class="pageinfo">
  3036.  
  3037. <img src="https://66.media.tumblr.com/9e345a4752f2aeffbf43a9e4099b0387/2b5149b77b9414c8-fb/s540x810/94e41cdd1ff52f025293283d14be68dfa6234c1f.png">
  3038.  
  3039. <h4><a href="/tagged/♛ ▍hoist the colours「 v. main. 」"><b>HOIST THE COLOURS. </b>( post-awe )</a></h4>
  3040.  
  3041. Main verse. After Will’s departure aboard the <i>Flying Dutchman</i>, Elizabeth returns to her duties as the Pirate King and returns to the sea as captain of the newly reinstated <i>Empress</i>, free to sail the seas and experience the taste of freedom and adventure she always longed for.<br><Br>
  3042. <b>important notes:</b> Although the maelstrom wedding will remain canon within this verse, Elizabeth and Will have come to the agreement that Elizabeth ought to live her life to the fullest, even if that means moving on romantically. She still intends to keep her promise and return to their island every ten years to spend their one day together. Henry does not exist within this verse.</p>
  3043.  
  3044. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3045.  
  3046.  
  3047.  
  3048. <p>
  3049. <img src="https://66.media.tumblr.com/d547dcf31beaf7ec8937bc92181e7ac0/2b5149b77b9414c8-e2/s540x810/8e129e5ed05a8d95e2b003c13d9063c7cc02f903.png">
  3050. <h4><a href="/tagged/♛ ▍always dark before the dawn「 v. canon post awe. 」"><b>ALWAYS DARK BEFORE THE DAWN.</b> ( canon post-awe )</a></h4>
  3051.  
  3052. Set after the events of At World's End. Elizabeth Swann, now left to cope with Will's fate as captain of the <i>Flying Dutchman</i>, must also come to terms with another unexpected change in her life: motherhood. Despite the challenges she faces, however, Elizabeth is incredibly adept at juggling her duties both as King of the Brethren Court and mother to her son, Henry. Allowing her first mate to sail the <i>Empress</i> in her stead, Elizabeth takes up residence in Shipwreck Cove, focusing on the politics of the Court and raising her son until he's old enough to sail on her ship.</p>
  3053.  
  3054.  
  3055. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3056.  
  3057.  
  3058.  
  3059. <p>
  3060. <img src="https://66.media.tumblr.com/1849db8fb217e3c20c21d581449a2cee/2b5149b77b9414c8-59/s540x810/f0772a791ad1d27bc6c5360fa96780adfc489968.png">
  3061. <h4><a href="/tagged/♛ ▍a burden to bear「 v. awe. 」"><b>A BURDEN TO BEAR.</b> ( awe )</a></h4>
  3062.  
  3063. <br>
  3064. Guilt-ridden but stubborn in her belief that she did the right thing, Elizabeth must cope with her decision to send Jack to the depths with his beloved <i>Pearl</i>. She’s agreed to help retrieve him from the Locker, but keeping her secret amidst a crew of avid Jack supporters and her suspicious fiancé is proving to be more difficult than she ever imagined. And, as she soon finds out, things don't get much easier when Jack is rescued and the secret is out. (Anything within the AWE timeline will be placed here).</p>
  3065.  
  3066. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3067.  
  3068.  
  3069.  
  3070. <p>
  3071. <img src="https://66.media.tumblr.com/ff4da97865ebcf8db0e016c4888f49d0/2b5149b77b9414c8-5c/s540x810/3a06feb6960e6c024d5f4acba6f8d30731bce510.png">
  3072. <h4><a href="/tagged/♛ ▍fate intervenes「 v. dmc. 」"><b>FATE INTERVENES.</b> ( dmc )</a></h4>
  3073. <br>
  3074. Newly escaped from prison, Elizabeth is sailing the seas in search of Will. Thinking back on what he said before departing to locate Jack, Elizabeth heads to Tortuga in the hopes of possibly finding the both of them there.</p>
  3075.  
  3076.  
  3077. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3078.  
  3079. <p>
  3080. <img src="https://66.media.tumblr.com/f9e27a2a04ef7f1f1e8483e24f3a06aa/2b5149b77b9414c8-ab/s540x810/bdf6e490786d516a78208b1434822bbb94226aae.png">
  3081. <h4><a href="/tagged/♛ ▍a fine woman「 v. cotbp. 」"><b>A FINE WOMAN.</b> ( cotbp )</a></h4>
  3082.  
  3083. <br>
  3084. Set before the series and within the cotbp timeline. Elizabeth is the pretty governor’s daughter living in Port Royal. Despite the stuffiness of her upbringing, she’s got a sharp tongue, unyielding stubbornness; an unquenchable thirst for something more.</p>
  3085.  
  3086.  
  3087.  
  3088. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3089.  
  3090.  
  3091.  
  3092. <p>
  3093. <img src="https://66.media.tumblr.com/3a280c13886924f820708c43964b12ff/2b5149b77b9414c8-a8/s540x810/f7df46ccd2d284365c0348818c9aea639a6faa9e.png">
  3094. <h4><a href="/tagged/♛ ▍i find it all fascinating「 v. childhood. 」"><b>I FIND IT ALL FASCINATING.</b> ( childhood )</a></h4>
  3095.  
  3096. Set when Elizabeth is a child, either in London or newly arrived to Port Royal. Despite warnings from her father and others, Elizabeth has a growing fascination with pirates and everything they symbolize. She is a curious child and reads often, searching for new information about the world she'll likely never experience.</p>
  3097.  
  3098.  
  3099.  
  3100. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3101.  
  3102.  
  3103. <p>
  3104. <img src="https://66.media.tumblr.com/9f7f05d2fa027883931eb9b0661ba217/2b5149b77b9414c8-17/s540x810/6ae474359c850f68e151e74c86e5a4a145a653c6.png">
  3105. <h4><a href="/tagged/dmtnt verse"><b>TITLE.</b> ( dmtnt verse )</a></h4>
  3106.  
  3107. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p>
  3108.  
  3109. </div class="pageinfo">
  3110. </li>
  3111.  
  3112.  
  3113.  
  3114.  
  3115.  
  3116.  
  3117.  
  3118.  
  3119.  
  3120.  
  3121.  
  3122.  
  3123.  
  3124.  
  3125. <li>
  3126. <div class="pageinfo">
  3127.  
  3128.  
  3129.  
  3130. <img src="https://66.media.tumblr.com/68543fa87195717c73eac6d0d5950b3c/2b5149b77b9414c8-18/s540x810/f1bd4f203ffe528dd83b1f7fa76fa75167204c8b.png">
  3131.  
  3132. <h4><a href="/tagged/♛ ▍never shall we die「 v. au awe ending. 」"><b>HNEVER SHALL WE DIE.</b> ( alt. ending )</a></h4>
  3133.  
  3134. Alternate ending to AWE. In the midst of the battle with the <i>Flying Dutchman</i>, Bootstrap Bill manages to stab the heart of Davy Jones just before the treacherous captain aims an attack on Will. With the elder Turner’s assistance, the <i>Pearl</i>'s crew takes down Cutler Beckett. With the East India Trading Company no longer a viable threat, Will and Elizabeth are left to choose the future they see fit.
  3135.  
  3136. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3137.  
  3138.  
  3139.  
  3140. <p>
  3141. <img src="https://66.media.tumblr.com/782775591fe58508f3396db5be31c6b9/2b5149b77b9414c8-ad/s540x810/6bbc27c6a4762338211810be6f40cf332fba3e41.png">
  3142. <h4><a href="/tagged/♛ ▍so darkness i became「 v. post awe; dark verse. 」"><b>SO DARKNESS I BECAME.</b> ( post-awe; au )</a></h4>
  3143.  
  3144. Elizabeth Swann is no stranger to loss, particularly the loss of her loved ones. However, the execution of Jack Sparrow proves to be one loss too many. Left with nothing and no one to lose (or live for, for that matter), something snaps within Elizabeth, sending her on a downward spiral as she seeks vengeance against Cutler Beckett and any other man who sees fit to fight pirates.</p>
  3145.  
  3146.  
  3147. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3148.  
  3149.  
  3150.  
  3151. <p>
  3152. <img src="https://66.media.tumblr.com/2637eeb52548a3a32b2666217d2b3203/2b5149b77b9414c8-2f/s540x810/66e1efd5edae852c66c1d98b19eaf5ba18d61c9a.png">
  3153. <h4><a href="/tagged/♛ ▍a lady in london「 v. series au. 」"><b>A LADY IN LONDON.</b> ( series au )</a></h4>
  3154.  
  3155. Instead of being established as the new governor of Port Royal, Weatherby Swann remains in London, taking his place in Parliament. Elizabeth grows up in English high society, expected to be a proper lady despite her rebellious and curious nature.
  3156.  
  3157. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3158.  
  3159.  
  3160.  
  3161. <p>
  3162. <img src="https://66.media.tumblr.com/f015fb102aeb66959aaf2cea6bf4a3ac/2b5149b77b9414c8-91/s540x810/a4a13aacd9187d37b0cb88e8ed200240f6889f3e.png">
  3163. <h4><a href="/tagged/♛ ▍my soul and yours are the same「 v. sparrabeth au. 」"><b>MY SOUL AND YOURS ARE THE SAME.</b> ( sparrabeth au )</a></h4>
  3164.  
  3165. Following the events of AWE, Elizabeth and Jack become involved in a romantic relationship. Eventually, they manage to work through all of the sordid details of their history and come out the other side closer and more trusting of each other than ever. When Jack proposes, Elizabeth gladly accepts, and the two are married (albeit a bit unconventionally).</p>
  3166.  
  3167. <p>Much to her chagrin (and Jack's), Elizabeth eventually becomes pregnant. Despite initial misgivings, she decides to do what is necessary to have a healthy pregnancy, dedicating herself to being a mother despite her unreliable lifestyle. Eventually, she gives birth to a baby girl named Emma. A couple years later, and with a much better reception, Elizabeth becomes pregnant again. She gives birth to twins, Lily and Jacob.</p>
  3168.  
  3169.  
  3170. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3171.  
  3172. <p>
  3173. <img src="https://66.media.tumblr.com/864480e9e21d1226eef73e603640bd3e/2b5149b77b9414c8-1f/s540x810/e5b68573356fb3528de789f958f61d3900f4c267.png">
  3174. <h4><a href="/tagged/♛ ▍all that jazz「 v. roaring 20s. 」"><b>ALL THAT JAZZ.</b> ( roaring 20s )</a></h4>
  3175.  
  3176. The 1920s are a time for jazz music, forbidden alcohol and new opportunities. Being a rebel at heart, Elizabeth Swann has decided to take the Roaring 20s for all that they are worth. A flapper in her own right, she takes any opportunity that presents itself to drink alcohol, to dance, and to generally enjoy a life that consists of and is filled of freedom and discovery, damning all consequences.</p>
  3177.  
  3178.  
  3179.  
  3180. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3181.  
  3182.  
  3183.  
  3184. <p>
  3185. <img src="https://66.media.tumblr.com/af7ff98ce2ebdd2cb6c8c61485a89759/2b5149b77b9414c8-99/s540x810/e220a69fae4412ecf680280d6363da7208e831af.png">
  3186. <h4><a href="/tagged/♛ ▍cheap thrills「 v. modern. 」"><b>CHEAP THRILLS.</b> ( modern )</a></h4>
  3187.  
  3188. Set in the modern day, Elizabeth Swann is the headstrong and idealistic daughter of a well-known, reputable politician. Tired of the dull life that she feels she has been reduced to, Elizabeth turns her attention to more interesting means of entertainment, of which the absolute least is petty theft.</p>
  3189.  
  3190.  
  3191. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3192.  
  3193.  
  3194.  
  3195. <p>
  3196. <img src="https://66.media.tumblr.com/da2265d655d346161c2e0355e9043091/2b5149b77b9414c8-0b/s540x810/bd5f24b84fc7fb0aa5826722d0c278b2a7253592.png">
  3197. <h4><a href="/tagged/university verse tag">UNIVERSITY AU.</a></h4>
  3198.  
  3199. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p>
  3200.  
  3201.  
  3202. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3203.  
  3204.  
  3205.  
  3206. <p>
  3207. <img src="https://66.media.tumblr.com/7a42bb93f012ae0c3f6c4c558c170408/2b5149b77b9414c8-92/s540x810/788e6e673bf14932adb4c19ff504527c8fa0b0c3.png">
  3208. <h4><a href="/tagged/victorian verse tag">VICTORIAN ERA AU.</a></h4>
  3209.  
  3210. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.</p>
  3211.  
  3212.  
  3213. </div class="pageinfo">
  3214. </li>
  3215.  
  3216.  
  3217.  
  3218.  
  3219.  
  3220.  
  3221. <li>
  3222. <div class="pageinfo">
  3223.  
  3224. <img src="https://66.media.tumblr.com/fb86daab5a1923cc58276f07fc3e5286/2b5149b77b9414c8-62/s540x810/8a4a3d3aced154317945351ea63bcce69e4296dc.png">
  3225.  
  3226. <h4><a href="/tagged/♛ ▍we have no kings here「 v. black sails. 」"><b>WE HAVE NO KINGS HERE.</b> ( black sails )</a></h4>
  3227.  
  3228. The death of Elizabeth’s father, a notable man of high society in Port Royal, was mysterious and unexpected. Although the request for a formal inquiry into the matter was denied, Elizabeth has the distinct feeling that foul play amongst the Royal Navy may be involved. Bitter and determined, Elizabeth finds passage to the famed port of Nassau, where it is rumored that pirates of all sorts do business. It is here that she charms and manipulates the visiting pirates into teaching her valuable skills, the use of weapons and knowledge of sailing being the most prominent. With these skills, Elizabeth intends to bring proper justice to the man she deems responsible for having her father murdered.
  3229. <br><br>
  3230. In the meantime, Elizabeth secures herself a spot aboard the <i>Walrus</i> under Captain Flint. As she becomes more and more involved in the lifestyle, and piracy is threatened more with each passing day, she focuses more of her attention on the war at hand and what it might mean for her future.
  3231. </p>
  3232.  
  3233.  
  3234. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3235.  
  3236.  
  3237.  
  3238. <p>
  3239. <img src="https://66.media.tumblr.com/8979531c2ab17728046c7bb7e9b42ae1/2b5149b77b9414c8-8b/s540x810/983b2f230ad63128cbc6903ce78b501d9a23c104.png">
  3240. <h4><a href="/tagged/♛ ▍chaos is a ladder「 v. got & asoiaf. 」"><b>CHAOS IS A LADDER.</b> ( got / asoiaf )</a></h4>
  3241.  
  3242. Born in the Stormlands as a member of House Swann, Elizabeth had a fairly comfortable life early on ( or as comfortable as a young woman could expect to have ). However, she always longed for more than she'd been given, namely by way of freedom. But being the only child within her family, it was expected that she would marry well, and a betrothal was soon arranged for her. Had it not been for the outbreak of the War of the Five Kings, she likely would have had no choice but to go through with it. But as the Stormlands were sacked and raided, and her parents killed, Elizabeth saw no reason to remain. She held no real loyalty to anyone, though her family had sworn fealty to the Baratheons. She had freedom now, and she intended to take advantage of it.
  3243. <br><br>
  3244. Now, some time later, Elizabeth has established herself as a <s>pirate</s> sellsword in Essos. Although she cares very little for who ascends the Iron Throne, she <em>is</em> more than willing to use the ongoing war as a means of making a profit and furthering her own gains.</p>
  3245.  
  3246.  
  3247. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3248.  
  3249.  
  3250.  
  3251. <p>
  3252. <img src="https://66.media.tumblr.com/bef0d6e887e1e492876d228e26947300/2b5149b77b9414c8-d3/s540x810/ea009034ce5b9a494474a0d031aa4fc4482df033.png">
  3253. <h4><a href="/tagged/♛ ▍one of the elite「 v. harry potter. 」"><b>ONE OF THE ELITE.</b> ( harry potter )</a></h4>
  3254.  
  3255. Although Elizabeth Swann possesses all of the important qualities of a Slytherin, she never feels as though she completely fits in. Perhaps it has something to do with the fact that her father holds a very prestigious position at the Ministry of Magic, one that others covet, one that brings him a lot of enemies in the form of the Dark Lord's followers ( and her, a lot of enemies in the form of their children ). Nevertheless, she perseveres, making a name for herself at Hogwarts. After leaving the wizarding school, she takes up a position as a journalist for the Daily Prophet. She enjoys her life, and considers herself relatively happy with it --- at least, until You-Know-Who returns.
  3256. <br><br>
  3257. She finds little ways to rebel against the Prophet's slanderous campaign against Harry Potter and Albus Dumbledore, changing articles last-minute so that her pro-Potter leanings aren't detected until copies have been sent. Between this behavior, and the history her father has with the Death Eaters in his occupation, there's little wonder as to why he ends up missing, and later confirmed dead.
  3258. <br><br>
  3259. Devastated by the loss of her father and angry towards those responsible, Elizabeth leaves her position at the Prophet and seeks out a means to exact revenge and bring the murderers and traitors to justice. She finds this in the Order of the Phoenix, and joins without a second thought, ready to battle anyone who allies themselves with darkness.</p>
  3260.  
  3261. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3262.  
  3263.  
  3264.  
  3265. <p>
  3266. <img src="https://66.media.tumblr.com/e292f32ea1a10c7c6d78605ef4da49d8/2b5149b77b9414c8-20/s540x810/b3720d1e757a222ab8e654c73fc95a25ebd9c108.png">
  3267. <h4><p><a href="/tagged/♛ ▍never tell me the odds「 v. star wars. 」"><b>NEVER TELL ME THE ODDS.</b> ( star wars )</a></h4>
  3268.  
  3269. Elizabeth is the daughter of an influential politician from Naboo. After publicly denouncing the demands of the Empire, her father was taken into custody under suspicion of being a sympathizer of the rebellion. Following his arrest, Elizabeth fled her home planet and acquired a ship of her own, becoming a smuggler of sorts as a means for survival. However, she's kept an ear open for any news of the rebellion, hoping that by assisting the rebels against the Empire, she can free her father and return to the life she once knew.</p>
  3270.  
  3271.  
  3272. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3273.  
  3274. <p>
  3275. <img src="https://66.media.tumblr.com/0369a456f0c20c4b241efb8ac6e99eb3/2b5149b77b9414c8-5a/s540x810/082701698c7bbee905eddb774562228b13833ab3.png">
  3276. <h4><a href="/tagged/♛ ▍fire is catching「 v. hunger games. 」"><b>FIRE IS CATCHING.</b> ( hunger games )</a></h4>
  3277.  
  3278. Elizabeth is the victor of the 69th Hunger Games from District Four. Although she still struggles to overcome the PTSD that has settled within her after her experiences in the Games, the experience has forced her to snap out of her innocence and wake up to the harshest realities of their world.
  3279.  
  3280. <p>When the war breaks out, she wastes no time in throwing her allegiance to the rebellion.</p>
  3281.  
  3282.  
  3283.  
  3284. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3285.  
  3286.  
  3287.  
  3288. <p>
  3289. <img src="https://66.media.tumblr.com/3dca27d80a1543a213d0626612ea2e64/2b5149b77b9414c8-6b/s540x810/ebe4c20c5810391e13e739ba342f3c4efda3ada8.png">
  3290. <h4><a href="/tagged/♛ ▍i live the life of letting go「 v. vampire. 」"><b>I LIVE THE LIFE OF LETTING GO.</b> ( vampire )</a></h4>
  3291.  
  3292. After a particularly difficult sea battle with a naval vessel, Elizabeth is taken into custody by the ship's officers and transported back to Port Royal. The night before her scheduled hanging, she's provided with blood from the vein of one of her newer crew members, who explains that he is a vampire and wishes to help her survive. Though she is skeptical of what the man offers her, she takes her chances. The next morning, Elizabeth makes her way to the gallows, and is hanged for her crimes. Several hours later, Elizabeth awakens to find that her life and her future have been altered completely and irrevocably.<br><br>
  3293.  
  3294. Vampire lore in this verse tends to lean towards that of The Vampire Diaries, but I am also familiar with Interview with a Vampire, Twilight, and True Blood, so those can be included as well.</p>
  3295.  
  3296.  
  3297. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3298.  
  3299.  
  3300.  
  3301. <p>
  3302. <img src="https://66.media.tumblr.com/314457c632ff098172fab6177252c281/2b5149b77b9414c8-e9/s540x810/6808e65a0dbb48f9e7a3ae500531f4dfdf6ec5fd.png">
  3303. <h4><a href="/tagged/♛ ▍these violent delights「 v. westworld; host. 」"><b>THESE VIOLENT DELIGHTS.</b> ( westworld; host )</a></h4>
  3304.  
  3305. “You can be whatever the fuck you want.” --- or so, the guests are told. But for hosts, the reality is much, much different. Elizabeth Swann is no exception. The daughter of Sweetwater’s mayor, Elizabeth often finds herself in the company of people she’s never met before. Some have good intentions, some bad. But things have been changing lately; there’s an alteration to the atmosphere of her home, something not quite <em>right</em>. She’s remembering things that she shouldn’t remember, things she’s only ever dreamed of. While Elizabeth longs to slake her curiosity and find out what’s happening, she knows that she must be careful.</p>
  3306.  
  3307.  
  3308. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3309.  
  3310.  
  3311.  
  3312. <p>
  3313. <img src="https://66.media.tumblr.com/067e139411a52047824b412595548642/2b5149b77b9414c8-ae/s540x810/3e09b8d688c73bf787d062111ad7b6a13eaaa626.png">
  3314. <h4><a href="/tagged/♛ ▍welcome to westworld「 v. westworld; guest. 」"><b>WELCOME TO WESTWORLD.</b> ( westworld; guest )</a></h4>
  3315.  
  3316. Elizabeth Swann is accustomed to the best of what life has to offer. Growing up as the daughter of a prominent English politician, she has always endured a certain level of expectation. She’s meant to be the picture of a proper lady, polite and sophisticated. Anything that she does in her life can have implications upon her father and his career. Her existence has always been one of entrapment, in her mind. She longs to spread her wings, to experience freedom in the truest and basest form. When she discovers the existence of Westworld, it’s as though her requests have been answered. Finally, there is a place to go where she can do as she pleases, be who she wants with no ramifications. She can finally escape and be free. </p>
  3317.  
  3318. </div class="pageinfo">
  3319. </li>
  3320.  
  3321.  
  3322.  
  3323.  
  3324.  
  3325.  
  3326.  
  3327.  
  3328.  
  3329. <li>
  3330. <div class="pageinfo">
  3331.  
  3332.  
  3333. <img src="https://66.media.tumblr.com/4a3729b3a3fd895257deeaf981c5fb4c/2b5149b77b9414c8-8e/s540x810/bdade7cd310e078e44e6a6aa03d61de1d1ef5d60.png">
  3334.  
  3335. <h4><a href="/tagged/♛ ▍your heart on the line「 v. cotfd au. 」"><b>YOUR HEART ON THE LINE.</b></a></h4>
  3336.  
  3337. In order to save Will and Elizabeth from Davy Jones's plans to kill them both, Jack stabs the heart of Davy Jones himself and takes his place as captain of the <i>Flying Dutchman</i>, doomed to ferry souls over to the other side for the rest of eternity -- at least, until Jack strikes a deal with Calypso herself.
  3338.  
  3339. <p><b>VERSE PARTNER:</b> <a href="https://trickstercaptain.tumblr.com">trickstercaptain</a>
  3340.  
  3341.  
  3342. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3343.  
  3344.  
  3345.  
  3346. <img src="https://66.media.tumblr.com/8812b40f0e933b0e4eb0f160bc4b3192/2b5149b77b9414c8-23/s540x810/c6277d75e94df8d41f4880799a75fc6da3540982.png">
  3347. <h4><a href="/tagged/♛ ▍who is the lamb and who is the knife「 v. ost au. 」"><b>WHO IS THE LAMB AND WHO IS THE KNIFE.</b> ( ost au )</a></h4>
  3348.  
  3349. A new threat has become prevalent on the high seas, with Edward Teach himself threatening to wreak havoc on respectable sailors and pirates alike, an enemy to everyone. In order to eradicate the threat, Elizabeth and Jack must team up with an incredibly unlikely ally -- Lord Cutler Beckett.
  3350.  
  3351. <p><b>VERSE PARTNERS:</b> <a href="https://trickstercaptain.tumblr.com">trickstercaptain</a> and <a href="https://lordiism.tumblr.com">lordiism</a>
  3352.  
  3353.  
  3354.  
  3355.  
  3356.  
  3357.  
  3358. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3359.  
  3360.  
  3361.  
  3362.  
  3363.  
  3364.  
  3365. <img src="https://66.media.tumblr.com/fa309535d675142262f221b918191e98/2b5149b77b9414c8-c1/s540x810/fb4628621320550601d05993e7f7a28636da7887.png">
  3366. <h4><p><a href="/tagged/♛ ▍soulmates never die「 v. willabeth reincarnation. 」"><b>SOULMATES NEVER DIE.</b></a></h4>
  3367.  
  3368. Cursed with immortality, Will Turner has been forced to watch everyone around him perish with time, including Elizabeth Swann, the love of his life. Now, centuries later, Will comes across a woman who bears an uncanny resemblance to his first love. What he doesn't realize is that Lizzie is actually the reincarnated soul of Elizabeth Swann. and he must convince her to remember her previous life and the relationship between them.<br><br>
  3369.  
  3370. <p><b>VERSE PARTNERS:</b> N/A
  3371.  
  3372. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3373.  
  3374.  
  3375.  
  3376.  
  3377. <img src="https://66.media.tumblr.com/81e6bd26241f3f53301e17e1efadd291/2b5149b77b9414c8-44/s540x810/f46b9e7f927095de435440b27581a0e29675c1f2.png">
  3378. <h4><p><a href="/tagged/♛ ▍losing your memory「 v. memory loss au. 」"><b>LOSING YOUR MEMORY.</b></a></h4>
  3379.  
  3380. Following an unfortunate accident in which Jack injures his head, he loses his memory. Now Elizabeth must struggle to support him in spite of the fact that he doesn't remember her. What's more, she struggles with herself to decide whether or not she should divulge the entire truth about their past -- including the methods by which he was sent to Davy Jones's Locker.
  3381.  
  3382. <p><b>VERSE PARTNER:</b> <a href="https://trickstercaptain.tumblr.com">trickstercaptain</a>
  3383.  
  3384. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3385.  
  3386.  
  3387.  
  3388.  
  3389.  
  3390.  
  3391. <img src="https://66.media.tumblr.com/74030ff079af788285807eb933571ab5/2b5149b77b9414c8-25/s540x810/c344c0fb7c1e8a33c30dcb3a1859aaced4abf72b.png">
  3392. <h4><a href="/tagged/♛ ▍show me what this life is for「 v. sparrabeth reincarnation. 」"><b>SHOW ME WHAT THIS LIFE IS FOR.</b></a></h4>
  3393.  
  3394. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  3395.  
  3396. <p><b>VERSE PARTNER:</b> <a href="https://trickstercaptain.tumblr.com">trickstercaptain</a>
  3397.  
  3398.  
  3399. <hr style="color:{color:border}!important; background-color:{color:border}!important; border-color:{color:border}!important; margin-top:25px; margin-bottom:25px!important;">
  3400.  
  3401.  
  3402.  
  3403.  
  3404.  
  3405. <img src="https://66.media.tumblr.com/2cb0b13624df3d359e667ed44a717af4/2b5149b77b9414c8-7d/s540x810/e8e36dbbb252b3db2c646bd742b96a5e6e7e5b57.png">
  3406. <h4><a href="/tagged/♛ ▍death becomes her「 v. dutchman. 」"><b>DEATH BECOMES HER.</b></a></h4>
  3407.  
  3408. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu suscipit orci. Donec eget neque eleifend, porta lacus ut, hendrerit justo. Nulla quis eleifend nunc. Sed accumsan at erat at sagittis. Suspendisse potenti. Vestibulum orci purus, sagittis id tellus quis, blandit imperdiet ex. Suspendisse auctor, risus ut consectetur dignissim, diam est luctus justo, eu lacinia lectus ipsum sed urna. Integer sem ante, posuere sit amet nulla vitae, posuere fringilla nunc.
  3409.  
  3410. <p><b>VERSE PARTNER:</b> <a href="https://piraticblood.tumblr.com">piraticblood</a>
  3411.  
  3412.  
  3413. </div class="pageinfo">
  3414.  
  3415. </li></ul>
  3416.  
  3417. </div id="pagecontent">
  3418.  
  3419.  
  3420. </div id="pagecontainer">
  3421. </div id="Verses" class="page">
  3422.  
  3423.  
  3424.  
  3425.  
  3426.  
  3427.  
  3428.  
  3429.  
  3430.  
  3431.  
  3432.  
  3433.  
  3434.  
  3435.  
  3436.  
  3437. <!-- PAGE: TAGS -->
  3438.  
  3439. <div id="Tags" class="page" style="display:none;">
  3440. <div id="pagecontainer">
  3441. <div id="pagecontent">
  3442.  
  3443.  
  3444.  
  3445.  
  3446. <div class="pageheader">
  3447. <img src="https://i.imgur.com/laCjFOl.png">
  3448. </div class="pageheader">
  3449.  
  3450. <div class="pagenavi" style="margin-left:-25px;">
  3451. <div class="dropdown">
  3452.  
  3453. <button onclick="myFunction()" class="dropbtn">
  3454. Guidelines / Regulations</button>
  3455.  
  3456. </div class="dropdown">
  3457. </div class="pagenavi">
  3458.  
  3459.  
  3460. <!-- TAB ONE -->
  3461.  
  3462.  
  3463. <div class="pageinfo">
  3464.  
  3465. <div class="pagelinks">
  3466.  
  3467. <h4>GENERAL</h4>
  3468.  
  3469. <a href="/tagged/♛ ▍parley「 messages. 」">answered.</a>
  3470. <a href="/tagged/♛ ▍drink up me hearties「 crack. 」">crack.</a>
  3471. <a href="/tagged/♛ ▍what makes you think i need protecting「 headcanon. 」">headcanons.</a>
  3472. <a href="/tagged/♛ ▍loose lips sink ships「 meme. 」">memes.</a>
  3473. <a href="/tagged/♛ ▍it’s what you’ve been searching for「 meme response. 」">meme responses.</a>
  3474. <a href="/tagged/♛ ▍miscellanous「 misc. 」">miscellaneous.</a>
  3475. <a href="/tagged/♛ ▍captain of the ship「 mun. 」">mun things.</a>
  3476. <a href="/tagged/♛ ▍do you hear its sepulchral tone「 music. 」">music.</a>
  3477. <a href="/tagged/♛ ▍crownless「 ooc. 」">ooc posts.</a>
  3478. <a href="/tagged/♛ ▍part of the crew「 promo. 」">promos.</a>
  3479. <a href="/tagged/♛ ▍you will listen to me「 psa. 」">psa posts.</a>
  3480. <a href="/tagged/♛ ▍i have seen the treasure myself「 save. 」">saved.</a>
  3481. <a href="/tagged/♛ ▍hoist the colours「 sp. 」">self-promos.</a>
  3482. <a href="/tagged/♛ ▍the song has been sung「 wishlist. 」">wishlist.</a>
  3483.  
  3484. <h4>THE PIRATE KING</h4>
  3485.  
  3486. <a href="/tagged/♛ ▍a crown with gems and gold「 aesthetic. 」">aesthetic.</a>
  3487. <a href="/tagged/♛ ▍your body’s poetry ; speak to me「 desires. 」">desires.</a>
  3488. <a href="/tagged/♛ ▍i’ll shout it out like a bird set free「 musings. 」">musings.</a>
  3489. <a href="/tagged/♛ ▍i’m the violence in the pouring rain「 study. 」">study.</a>
  3490. <a href="/tagged/♛ ▍she burns like rum on the fire「 visage. 」">visage.</a>
  3491. <a href="/tagged/♛ ▍lizzie the leo「 zodiac. 」">zodiac.</a>
  3492.  
  3493. <h4>WHAT THE SEA BRINGS</h4>
  3494.  
  3495. <a href="/tagged/♛ ▍a pirate’s life for me「 potc. 」">general potc.</a>
  3496. <a href="/tagged/♛ ▍first mate「 anamaria. 」">anamaria.</a>
  3497. <a href="/tagged/carina smyth tag">carina smyth</a>
  3498. <a href="/tagged/♛ ▍you will die「 cutler beckett. 」">cutler beckett.</a>
  3499. <a href="/tagged/♛ ▍the dutchman must have a captain「 davy jones. 」">davy jones.</a>
  3500. <a href="/tagged/♛ ▍keeper of the code「 captain teague. 」">edward teague.</a>
  3501. <a href="/tagged/♛ ▍we need you at the helm「 hector barbossa. 」">hector barbossa.</a>
  3502. <a href="/tagged/♛ ▍you and i are alike「 jack sparrow. 」">jack sparrow.</a>
  3503. <a href="/tagged/♛ ▍he’s a fine man「 james norrington. 」">james norrington.</a>
  3504. <a href="/tagged/pintel tag">pintel.</a>
  3505. <a href="/tagged/ragetti tag">ragetti.</a>
  3506. <a href="/tagged/♛ ▍he made me captain「 sao feng. 」">sao feng.</a>
  3507. <a href="/tagged/♛ ▍bound in human form「 calypso. 」">tia dalma.</a>
  3508. <a href="/tagged/♛ ▍doting father「 weatherby swann. 」">weatherby swann.</a>
  3509. <a href="/tagged/♛ ▍the man i love「 will turner. 」">will turner.</a>
  3510.  
  3511. <h4>AFFAIRS OF THE HEART</h4>
  3512. <a href="/tagged/♛ ▍i want to burn with you tonight「 elizabeth & vane. 」">elizabeth & charles.</a>
  3513. <a href="/tagged/♛ ▍we live like legends「 elizabeth & silver. 」">elizabeth & silver.</a>
  3514. <a href="/tagged/♛ ▍a smart match「 norribeth. 」">norribeth.</a>
  3515. <a href="/tagged/♛ ▍peas in a pod「 sparrabeth. 」">sparrabeth.</a>
  3516. <a href="/tagged/♛ ▍keep a weather eye on the horizon「 willabeth. 」">willabeth.</a>
  3517.  
  3518. <h4>A MOTHER'S LOVE</h4>
  3519. <a href="/tagged/♛ ▍a mother’s love「 children. 」">general.</a>
  3520. <a href="/tagged/♛ ▍lion hearted girl「 emma. 」">emma swann-sparrow.</a>
  3521. <a href="/tagged/♛ ▍the son of a pirate「 henry turner. 」">henry turner.</a>
  3522. <a href="/tagged/♛ ▍golden child ; lion boy「 jacob. 」">jacob swann-sparrow.</a>
  3523. <a href="/tagged/♛ ▍lost in stars since she was a girl「 lily. 」">lily swann-sparrow.</a>
  3524. <a href="/tagged/♛ ▍victory is in your veins「 lydia. 」">lydia vane.</a>
  3525.  
  3526. </div class="pagelinks">
  3527.  
  3528. </div class="pageinfo">
  3529. </div id="pagecontent">
  3530.  
  3531.  
  3532. </div id="pagecontainer">
  3533. </div id="Tags" class="page">
  3534.  
  3535.  
  3536.  
  3537.  
  3538.  
  3539.  
  3540. </div id="container">
  3541.  
  3542.  
  3543.  
  3544. </body>
  3545. </html>
Advertisement
Add Comment
Please, Sign In to add comment