Advertisement
sunmetahors

for hal

Mar 15th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.12 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4.  
  5. <!--
  6.  
  7. WINTER'S LADY THEMES
  8. ♛ this code was made by AGIRLINGREY@TUMBLR.
  9. ♛ do not remove credit or claim as your own.
  10.  
  11. -->
  12.  
  13.  
  14.  
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head>
  18.  
  19.  
  20.  
  21. <!--
  22. POP UP SCRIPT
  23. -->
  24.  
  25.  
  26. <script type="text/javascript"
  27. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  28. <script>
  29. $(document).ready(function() {
  30. //
  31. $('a.poplight[href^=#]').click(function() {
  32. var popID = $(this).attr('rel'); //Get Popup Name
  33. var popURL = $(this).attr('href'); //Get Popup href to define size
  34. var query= popURL.split('?');
  35. var dim= query[1].split('&');
  36. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  37. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  38. var popMargTop = ($('#' + popID).height() + 80) / 2;
  39. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  40. //Apply Margin to Popup
  41. $('#' + popID).css({
  42. 'margin-top' : -popMargTop,
  43. 'margin-left' : -popMargLeft
  44. });
  45. $('body').append('<div id="fade"></div>');
  46. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  47. return false;
  48. });
  49. $('a.close, #fade').live('click', function() {
  50. $('#fade , .popup_block').fadeOut(function() {
  51. $('#fade, a.close').remove(); //fade them both out
  52. });
  53. return false;
  54. });
  55. });
  56. </script>
  57.  
  58.  
  59.  
  60. <!--
  61. VERSE TABS SCRIPT
  62. -->
  63.  
  64.  
  65. <script>
  66.  
  67. $(document).ready(function(){
  68. $("ul#tabs li").click(function(e){
  69. if (!$(this).hasClass("active")) {
  70. var tabNum = $(this).index();
  71. var nthChild = tabNum+1;
  72. $("ul#tabs li.active").removeClass("active");
  73. $(this).addClass("active");
  74. $("ul#tab li.active").removeClass("active");
  75. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  76. }
  77. });
  78. });
  79. </script>
  80.  
  81.  
  82.  
  83.  
  84. <!--
  85. TOOLTIP STYLING SCRIPT
  86. -->
  87.  
  88.  
  89. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  90. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  91. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  92. <script>
  93. (function($){
  94. $(document).ready(function(){
  95. $("[title]").style_my_tooltips({
  96. tip_follows_cursor:true,
  97. tip_delay_time:200,
  98. tip_fade_speed:500
  99. });
  100. });
  101. })(jQuery);
  102. </script>
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113. <title>{Title}</title>
  114. <link rel="shortcut icon" href="{Favicon}">
  115. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  116. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  117.  
  118.  
  119.  
  120. <!--
  121. CUSTOM FONTS
  122. -->
  123.  
  124.  
  125. <link href='https://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  126.  
  127. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  128.  
  129. <link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
  130.  
  131. <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  132.  
  133.  
  134. <style type="text/css">
  135.  
  136.  
  137.  
  138. /* the hover update thing */
  139.  
  140.  
  141.  
  142. #bite
  143. #bite a{
  144. display:block
  145. }
  146. #bite .death {
  147. margin-top:0px;filter: alpha(opacity = 1.0);
  148. opacity:1.0;-webkit-transition: all 0.5s ease-out;
  149. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  150. }
  151.  
  152. #bite:hover .death {
  153. margin-top:0px;
  154. -webkit-transition: all 0.8s ease-out;
  155. -moz-transition: all 0.8s ease-out;
  156. transition: all 0.8s ease-out;
  157. filter: alpha(opacity = 100);
  158. filter: alpha(opacity = 100);
  159. opacity:100;
  160. }
  161.  
  162.  
  163. /* selection font and background */
  164.  
  165.  
  166. ::selection {
  167. background: #444;
  168. color:#fff; }
  169.  
  170.  
  171. ::-moz-selection {
  172. background: #444;
  173. color:#fff; }
  174.  
  175.  
  176.  
  177. /* scrollbar details */
  178.  
  179.  
  180.  
  181. ::-webkit-scrollbar {
  182. height: 0px;
  183. width: 2px;
  184. background:transparent;
  185. border-left:0px solid transparent;
  186. border-right:0px solid transparent;}
  187.  
  188.  
  189. ::-webkit-scrollbar-thumb {
  190. background:transparent;}
  191.  
  192.  
  193.  
  194.  
  195.  
  196. /* the cursor */
  197.  
  198.  
  199. {block:iftinycursor}
  200. body, a, a:hover{
  201. cursor: url('http://media.tumblr.com/28e8e2c9c0a422c5fb73ea368b58b529/tumblr_inline_mv7k3cbC5e1qmxe8x.png'), progress;}
  202. {/block:iftinycursor}
  203.  
  204. iframe#tumblr_controls {
  205. right:3px !important;
  206. position: fixed !important;
  207. -webkit-transition: opacity 0.7s
  208. linear;opacity: 0.2;
  209. -webkit-transition: all 0.8s ease-out;
  210. -moz-transition: all 0.8s ease-out;
  211. transition: all 0.8s ease-out;}
  212.  
  213. iframe#tumblr_controls:hover{
  214. -webkit-transition: opacity 0.7s linear;
  215. opacity: 1;
  216. -webkit-transition: all 0.4s ease-out;
  217. -moz-transition: all 0.4s ease-out;
  218. transition: all 0.4s ease-out;}
  219.  
  220.  
  221.  
  222. /* general look & background */
  223.  
  224.  
  225. body {
  226. background:#d0e4f5;
  227. background-image:url('http://static.tumblr.com/q8ax1gh/Fjgomuimf/01.png');
  228. background-attachment: fixed;
  229. background-repeat: no-repeat;
  230. background-position: left top;
  231. color:#000;
  232. font-family: calibri;
  233. text-align:justify;
  234. font-size: 12px;
  235. letter-spacing:1px;
  236. line-height:120%;
  237.  
  238. }
  239.  
  240.  
  241.  
  242. /* the verses tabs */
  243.  
  244.  
  245. ul#tabs {
  246. list-style-type: none;
  247. padding: 0;
  248. text-align: center;
  249. font-size:8px;
  250. letter-spacing:1px;
  251. }
  252.  
  253. ul#tabs li {
  254. display: inline-block;
  255. background-color: transparent;
  256. border: solid 0px #6cd8cf;
  257. padding: 4px 12px;
  258. margin-bottom: 4px;
  259. color: #1b1b1b;
  260. cursor: pointer;
  261. }
  262.  
  263. ul#tabs li:hover {
  264. background-color: #e5e9f2;
  265. }
  266.  
  267. ul#tabs li.active {
  268. background-color: #0f0f0f;
  269. background-image:url('http://static.tumblr.com/q8ax1gh/PSComuj3n/blah1.png');
  270. border: 1px solid #6cd8cf;
  271. }
  272.  
  273. ul#tab {
  274. list-style-type: none;
  275. margin: 0;
  276. padding: 0;
  277. }
  278.  
  279. ul#tab li {
  280. display: none;
  281. }
  282.  
  283. ul#tab li.active {
  284. display: block;
  285. }
  286.  
  287.  
  288.  
  289.  
  290. /* back to general look & details */
  291.  
  292.  
  293.  
  294. a:link, a:active, a:visited {
  295. text-decoration: none;
  296. color: #6cd8cf;
  297. -moz-transition-duration:.6s;
  298. -webkit-transition-duration:.6s;
  299. -o-transition-duration:.6s;
  300. -webkit-filter: blur(0px);}
  301.  
  302. a:hover {
  303. color: #8f8f8f;
  304. -moz-transition-duration:.6s;
  305. -webkit-transition-duration:.6s;
  306. -o-transition-duration:.6s;
  307. -webkit-filter: blur(1px);}
  308.  
  309.  
  310.  
  311. h1 {
  312. background-color: transparent;
  313. font-family: 'Montserrat', sans-serif;
  314. font-size: 16px;
  315. line-height: 20px;
  316. letter-spacing: 2px;
  317. text-align: center;
  318. text-transform:uppercase;
  319. color: #6cd8cf;
  320. }
  321.  
  322.  
  323. h2 {
  324. background-color: transparent;
  325. font-family: 'Montserrat', sans-serif;
  326. font-size: 15px;
  327. line-height: 16px;
  328. letter-spacing: 2px;
  329. text-align: left;
  330. text-transform:uppercase;
  331. color: #6cd8cf;
  332. }
  333.  
  334.  
  335.  
  336. h3 {
  337. background-color: transparent;
  338. background-image:url("http://static.tumblr.com/q8ax1gh/PSComuj3n/blah1.png");
  339. border:1px dotted #6cd8cf;
  340. font-family: arial;
  341. font-weight:bold;
  342. color: #6cd8cf;
  343. text-shadow:0px 0px 2px #6cd8cf;
  344. font-size: 10px;
  345. line-height: 12px;
  346. letter-spacing: 2px;
  347. text-align: center;
  348. text-transform:uppercase;
  349. padding:1px;
  350. line-height:120%;
  351. }
  352.  
  353.  
  354. quotetext {
  355. background-color: transparent;
  356. font-family: times;
  357. font-size: 13px;
  358. line-height: 20px;
  359. letter-spacing: 1px;
  360. text-align: center;
  361. text-transform:uppercase;
  362. color: #00b6a4;
  363. }
  364.  
  365.  
  366.  
  367. blockquote {
  368. word-wrap: break-word;
  369. padding:2px 7px;
  370. margin:3px 0 3px 10px;
  371. border-left:1px solid #6cd8cf;
  372. background-color:transparent;}
  373.  
  374.  
  375. blockquote img{
  376. max-width:100%;
  377. height:auto;
  378. }
  379.  
  380. blockquote blockquote img{
  381. max-width:100%;
  382. height:auto;
  383. }
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391. b, bold, strong {
  392. font-size:11.5px;
  393. text-transform:uppercase;
  394. letter-spacing:1px;
  395. font-family: calibri;
  396. color: #00b6a4;
  397. text-shadow:1px 1px 0 #fff;
  398. }
  399.  
  400.  
  401. i, italic, em {
  402. font-size:11.5px;
  403. color: #00b6a4;
  404. font-family: 'Roboto Condensed', sans-serif;
  405. text-shadow: 0px 0px 2px #fff;
  406. letter-spacing:1px;
  407. text-transform:lowercase;
  408. }
  409.  
  410.  
  411.  
  412. p {
  413. margin-top:5px;
  414. margin-bottom:5px;}
  415.  
  416.  
  417. ol {
  418. list-style:normal;}
  419.  
  420.  
  421. ul {
  422. list-style:square;}
  423.  
  424.  
  425. small {
  426. font-size:12px}
  427.  
  428.  
  429. sup,sub {
  430. font-size:11.5px}
  431.  
  432.  
  433. pre {
  434. font-size: 11.5px;
  435. letter-spacing:3px;
  436. background-color:#7f7f7f;
  437. font-family: "Times New Roman", Times, serif;
  438. font-style: none;
  439. text-align:center;
  440. }
  441.  
  442.  
  443.  
  444. big {
  445. font-size:14px;
  446. text-transform:uppercase;
  447. letter-spacing:2px;
  448. font-family: "Times New Roman", Times, serif;
  449. color: #00b6a4;
  450. text-shadow: 0px 0px 2px #383838;
  451. }
  452.  
  453.  
  454.  
  455. {block:IfGreyscale}
  456.  
  457. img {
  458. -webkit-filter:grayscale(100%);
  459. -webkit-transition: all 0.9s ease-in-out;
  460. -moz-transition: all 0.9s ease-in-out;
  461. -o-transition: all 0.9s ease-in-out;
  462. -ms-transition: all 0.9s ease-in-out;
  463. transition: all 0.9s ease-in-out;}
  464.  
  465. img:hover {
  466. -webkit-filter:none;}
  467.  
  468. .html_photoset {
  469. -webkit-filter: grayscale(100%);
  470. -webkit-transition: all 0.9s ease-in-out;
  471. -moz-transition: all 0.9s ease-in-out;
  472. -o-transition: all 0.9s ease-in-out;
  473. -ms-transition: all 0.9s ease-in-out;
  474. transition: all 0.9s ease-in-out;}
  475.  
  476. .html_photoset:hover {
  477. -webkit-filter: none;}
  478.  
  479. {/block:IfGreyscale}
  480.  
  481.  
  482.  
  483. #pcontainer {
  484. background-color:transparent;
  485. width:240px;
  486. height:250px;
  487. padding: 20px;
  488. top:423px;
  489. margin-left: 327px;
  490. position:relative;
  491. overflow-y:scroll;
  492. overflow-x:hidden;
  493. -webkit-mask-image: -webkit-gradient(
  494. linear, center 75%, center bottom,
  495. from(rgba(0,0,0,20)),
  496. to(rgba(20,0,0,0)));
  497. border:1px solid transparent;}
  498.  
  499.  
  500.  
  501. #pcontainer img {
  502. height:auto;
  503. max-width:100%;
  504. }
  505.  
  506.  
  507.  
  508. #content {
  509. margin-left:62px;
  510. width:310px;
  511. margin-top: -100px;
  512. }
  513.  
  514.  
  515. #posts {
  516. width:250px;
  517. padding:10px;
  518. padding-top:00px;
  519. margin-top: 85px;
  520. margin-left:-70px;
  521. padding-bottom:0px;}
  522.  
  523.  
  524.  
  525. #sidebar {
  526. margin-left: 1590px;
  527. line-height:15px;
  528. width: 180px;
  529. position: fixed;
  530. top: 200px;
  531. text-align: center; }
  532.  
  533.  
  534. #sidebar img {
  535. width:150px;
  536. padding-top:10px;
  537. padding-bottom:10px;}
  538.  
  539.  
  540. #description {
  541. margin-left: 0px;
  542. margin-top: -50px;
  543. width:180px;
  544. color:transparent;}
  545.  
  546.  
  547.  
  548. #actualnews {
  549. font-family: calibri;
  550. font-size:11.5px;
  551. text-align:justify;
  552. background:transparent;
  553. color: #000;
  554. width:145px;
  555. height:292px;
  556. padding-top:3px;
  557. border:0px solid #6cd8cf;
  558. margin-left: 685px;
  559. margin-top: 127px;
  560. position:fixed;
  561. -webkit-filter: blur(0px);
  562. -webkit-transition: 0.8s ease-in;
  563. -moz-transition: 1s ease-in;
  564. transition: 1s ease-in;
  565. opacity:0.5;
  566. -webkit-transition: all 0.6s ease-in-out;
  567. -moz-transition: all 0.6s ease-in-out;
  568. -o-transition: all 0.6s ease-in-out;
  569. -ms-transition: all 0.6s ease-in-out;
  570. transition: all 0.6s ease-in-out;
  571. }
  572.  
  573.  
  574.  
  575. #actualnews:hover {
  576. -webkit-filter:none;
  577. -webkit-transition: all 0.6s ease-in-out;
  578. opacity:1;
  579. -webkit-transition: all 0.6s ease-in-out;
  580. -moz-transition: all 0.6s ease-in-out;
  581. -o-transition: all 0.6s ease-in-out;
  582. -ms-transition: all 0.6s ease-in-out;
  583. transition: all 0.6s ease-in-out;
  584. }
  585.  
  586.  
  587.  
  588. #thekey {
  589. position:fixed;
  590. color:#7c7470;
  591. text-shadow: 0px 0px 2px #fff;
  592. margin-top:175px;
  593. margin-left:55px;
  594. width:710px;
  595. padding:9px;
  596. letter-spacing:2px;
  597. word-spacing:5px; /*this defines the separation of each word of the links*/
  598. font-family: helvetica;
  599. font-size:12px;
  600. text-align:center;
  601. background:transparent;
  602. text-transform:uppercase;
  603. -webkit-transform: rotate(-90deg);
  604. -moz-transform: rotate(-90deg);
  605. -o-transform: rotate(-90deg);
  606. }
  607.  
  608.  
  609.  
  610.  
  611. /* JUMBLED LINKS */
  612.  
  613.  
  614.  
  615. .alinks {
  616. position:fixed;
  617. text-shadow: 0px 0px 0px #fff;
  618. left:250px;
  619. top:470px;
  620. transform: rotate(-90deg);
  621. font-family: 'Montserrat', sans-serif;
  622. font-size: 20px;}
  623.  
  624.  
  625. .alinks a {
  626.  
  627. padding:10px;
  628. color:#6cd8cf;
  629. margin-right:0px;
  630. -webkit-filter: blur(0px);
  631. -webkit-transition: 0.8s ease-in;
  632. -moz-transition: 1s ease-in;
  633. transition: 1s ease-in;
  634. }
  635.  
  636. .alinks a:hover {
  637. opacity:1;
  638. -webkit-filter: blur(3px);
  639. -webkit-transition: all 0.6s ease-in-out;
  640. -moz-transition: all 0.6s ease-in-out;
  641. -o-transition: all 0.6s ease-in-out;
  642. -ms-transition: all 0.6s ease-in-out;
  643. transition: all 0.6s ease-in-out;
  644. color: #00b6a4;
  645. text-shadow: 3px 3px 3px #000;
  646. }
  647.  
  648.  
  649.  
  650.  
  651. .blinks {
  652. position:fixed;
  653. text-shadow: 0px 0px 0px #000;
  654. left:840px;
  655. top:370px;
  656. transform: rotate(0deg);
  657. font-family: 'Montserrat', sans-serif;
  658. font-size: 15px;}
  659.  
  660.  
  661. .blinks a {
  662. padding:10px;
  663. color:#6cd8cf;
  664. margin-right:0px;
  665. -webkit-filter: blur(0px);
  666. -webkit-transition: 0.8s ease-in;
  667. -moz-transition: 1s ease-in;
  668. transition: 1s ease-in;
  669. }
  670.  
  671. .blinks a:hover {
  672. -webkit-transition: all 0.6s ease-in-out;
  673. -moz-transition: all 0.6s ease-in-out;
  674. -o-transition: all 0.6s ease-in-out;
  675. -ms-transition: all 0.6s ease-in-out;
  676. transition: all 0.6s ease-in-out;
  677. color: #00b6a4;
  678. text-shadow: 2px 2px 2px #000;
  679. }
  680.  
  681.  
  682.  
  683.  
  684. .clinks {
  685. position:fixed;
  686. text-shadow: 0px 0px 0px #000;
  687. left:840px;
  688. top:400px;
  689. transform: rotate(0deg);
  690. font-family: 'Montserrat', sans-serif;
  691. font-size: 15px;}
  692.  
  693.  
  694. .clinks a {
  695. padding:10px;
  696. color:#6cd8cf;
  697. margin-right:0px;
  698. -webkit-filter: blur(0px);
  699. -webkit-transition: 0.8s ease-in;
  700. -moz-transition: 1s ease-in;
  701. transition: 1s ease-in;
  702. }
  703.  
  704. .clinks a:hover {
  705. -webkit-transition: all 0.6s ease-in-out;
  706. -moz-transition: all 0.6s ease-in-out;
  707. -o-transition: all 0.6s ease-in-out;
  708. -ms-transition: all 0.6s ease-in-out;
  709. transition: all 0.6s ease-in-out;
  710. color: #00b6a4;
  711. text-shadow: 2px 2px 2px #000;
  712. }
  713.  
  714.  
  715.  
  716.  
  717. .dlinks {
  718. position:fixed;
  719. text-shadow: 0px 0px 0px #000;
  720. left:840px;
  721. top:430px;
  722. transform: rotate(0deg);
  723. font-family: 'Montserrat', sans-serif;
  724. font-size: 15px;}
  725.  
  726.  
  727. .dlinks a {
  728. padding:10px;
  729. color:#6cd8cf;
  730. margin-right:0px;
  731. -webkit-filter: blur(0px);
  732. -webkit-transition: 0.8s ease-in;
  733. -moz-transition: 1s ease-in;
  734. transition: 1s ease-in;
  735. }
  736.  
  737. .dlinks a:hover {
  738. -webkit-transition: all 0.6s ease-in-out;
  739. -moz-transition: all 0.6s ease-in-out;
  740. -o-transition: all 0.6s ease-in-out;
  741. -ms-transition: all 0.6s ease-in-out;
  742. transition: all 0.6s ease-in-out;
  743. color: #00b6a4;
  744. text-shadow: 2px 2px 2px #000;
  745. }
  746.  
  747.  
  748.  
  749.  
  750. .elinks {
  751. position:fixed;
  752. text-shadow: 0px 0px 0px #000;
  753. left:840px;
  754. top:460px;
  755. transform: rotate(0deg);
  756. font-family: 'Montserrat', sans-serif;
  757. font-size: 15px;}
  758.  
  759.  
  760. .elinks a {
  761. padding:10px;
  762. color:#6cd8cf;
  763. margin-right:0px;
  764. -webkit-filter: blur(0px);
  765. -webkit-transition: 0.8s ease-in;
  766. -moz-transition: 1s ease-in;
  767. transition: 1s ease-in;
  768. }
  769.  
  770. .elinks a:hover {
  771. -webkit-transition: all 0.6s ease-in-out;
  772. -moz-transition: all 0.6s ease-in-out;
  773. -o-transition: all 0.6s ease-in-out;
  774. -ms-transition: all 0.6s ease-in-out;
  775. transition: all 0.6s ease-in-out;
  776. color: #00b6a4;
  777. text-shadow: 2px 2px 2px #000;
  778. }
  779.  
  780.  
  781.  
  782. .flinks {
  783. position:fixed;
  784. text-shadow: 0px 0px 0px #000;
  785. left:840px;
  786. top:490px;
  787. transform: rotate(0deg);
  788. font-family: 'Montserrat', sans-serif;
  789. font-size: 15px;}
  790.  
  791.  
  792. .flinks a {
  793. padding:10px;
  794. color:#6cd8cf;
  795. margin-right:0px;
  796. -webkit-filter: blur(0px);
  797. -webkit-transition: 0.8s ease-in;
  798. -moz-transition: 1s ease-in;
  799. transition: 1s ease-in;
  800. }
  801.  
  802. .flinks a:hover {
  803. -webkit-transition: all 0.6s ease-in-out;
  804. -moz-transition: all 0.6s ease-in-out;
  805. -o-transition: all 0.6s ease-in-out;
  806. -ms-transition: all 0.6s ease-in-out;
  807. transition: all 0.6s ease-in-out;
  808. color: #00b6a4;
  809. text-shadow: 2px 2px 2px #000;
  810. }
  811.  
  812.  
  813.  
  814. .credit {
  815. position:fixed;
  816. text-shadow: 0px 0px 11px #7c6868;
  817. right:15px;
  818. bottom:15px;
  819. transform: rotate(0deg);
  820. font-family: helvetica;
  821. font-size: 14px; }
  822.  
  823.  
  824. .credit a {
  825. padding:10px;
  826. color:#6cd8cf;
  827. margin-right:0px;
  828. -webkit-filter: blur(1px);
  829. -webkit-transition: 0.8s ease-in;
  830. -moz-transition: 1s ease-in;
  831. transition: 1s ease-in;
  832. }
  833.  
  834. .credit a:hover {
  835. -webkit-transition: all 0.6s ease-in-out;
  836. -moz-transition: all 0.6s ease-in-out;
  837. -o-transition: all 0.6s ease-in-out;
  838. -ms-transition: all 0.6s ease-in-out;
  839. transition: all 0.6s ease-in-out;
  840. color: #000000;
  841. text-shadow: 2px 2px 2px #000000;
  842. }
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853. /* JUMBLED LINKS ENDS */
  854.  
  855.  
  856.  
  857. #pagination {
  858. position:fixed;
  859. font-family:times;
  860. width:300px;
  861. font-size:9px;
  862. top:630px;
  863. left:615px;
  864. letter-spacing:3px;
  865. text-align:center;
  866. z-index:999999999999;
  867. }
  868.  
  869. #pagination a {
  870. text-transform:uppercase;
  871. color:#6cd8cf;
  872. -webkit-filter: blur(0.5px);
  873. -webkit-transition: 0.8s ease-in;
  874. -moz-transition: 1s ease-in;
  875. transition: 1s ease-in;
  876. z-index:999999999999;
  877. }
  878.  
  879. #pagination a:hover {
  880. color:#e5e9f2;
  881. -webkit-filter: blur(0px);
  882. -webkit-transition: 0.2s ease-in;
  883. -moz-transition: 1s ease-in;
  884. transition: 1s ease-in;
  885. }
  886.  
  887.  
  888. .audio {
  889. width:230px;
  890. padding-bottom:10px;
  891. color:#000000;}
  892.  
  893. .albumart {
  894. float:left;
  895. padding:0px 10px 10px 0px;}
  896.  
  897. .albumart img {
  898. width:65px;
  899. height:65px;}
  900.  
  901. .playercontainer {
  902. text-align:left;
  903. padding:10px;
  904. background-color:#000000;
  905. width:230px;}
  906.  
  907. .audioinfo {
  908. padding:10px;
  909. color:{color:text};}
  910.  
  911.  
  912.  
  913.  
  914.  
  915. /* QUESTIONS & ANSWERS DETAILS */
  916.  
  917.  
  918. #asker {
  919. font-family: 'Arizonia', cursive;
  920. font-style:none;
  921. letter-spacing:2px;
  922. text-align:center;
  923. padding-top: 10px;
  924. margin-left:0px;
  925. text-transform:lowercase;
  926. color: #6cd8cf;
  927. font-size:30px;
  928. padding:5px;
  929. letter-spacing:0px
  930. text-shadow:0 0 2px #aeaeae;
  931. }
  932.  
  933.  
  934. #asker a{
  935. font-family: 'Arizonia', cursive;
  936. font-style:none;
  937. letter-spacing:2px;
  938. text-transform:lowercase;
  939. font-size:30px;
  940. letter-spacing: 0px;
  941. text-shadow: none;
  942. color: #6cd8cf;
  943. text-shadow:0 0 2px #1a1a1a;
  944. -webkit-filter: blur(0.5px);
  945. }
  946.  
  947.  
  948. #asker a:hover {
  949. color: #656565;
  950. letter-spacing: 0px;
  951. text-shadow:0 0 2px #000;
  952. -webkit-filter: blur(2px);
  953. -webkit-transition:all .5s ease-in-out;
  954. -moz-transition:all .5s ease-in-out;
  955. transition:all .5s ease-in-out;
  956. }
  957.  
  958.  
  959.  
  960. #ask {
  961. font-family: times;
  962. width:225px;
  963. font-size:10px;
  964. text-align:center;
  965. padding-top: 5px;
  966. margin-left:0px;
  967. text-transform:auto;
  968. letter-spacing:3px
  969. margin-top:-10px;
  970. padding:5px;
  971. background: #000;
  972. background: url("http://static.tumblr.com/q8ax1gh/PSComuj3n/blah1.png");
  973. color:#6cd8cf;
  974. text-transform: uppercase;
  975. border-bottom-left-radius: 10px;
  976. border-bottom-right-radius: 10px;
  977. border-top-left-radius: 10px;
  978. border-top-right-radius: 10px;
  979. padding:10px;
  980. letter-spacing:2px;
  981. border-bottom:solid 1px #6cd8cf;
  982. border-top:solid 1px #6cd8cf;
  983. }
  984.  
  985.  
  986. .ans {
  987. text-align:center;
  988. padding:10px;
  989. }
  990.  
  991.  
  992. /* POST INFO DETAILS */
  993.  
  994.  
  995.  
  996. #info {
  997. background: url("http://static.tumblr.com/q8ax1gh/PSComuj3n/blah1.png");
  998. border: 1px solid #6cd8cf;
  999. border-bottom-right-radius: 15px;
  1000. border-bottom-left-radius: 15px;
  1001. border-top-right-radius: 15px;
  1002. border-top-left-radius: 15px;
  1003. width:248px;
  1004. height:25px;
  1005. text-align:center;
  1006. letter-spacing:10px;
  1007. margin-top:8px;
  1008. margin-bottom:50px;
  1009. text-transform:uppercase;
  1010. font-size:15px;
  1011. font-style:none;
  1012. }
  1013.  
  1014.  
  1015.  
  1016.  
  1017. #info a {
  1018. color:#6cd8cf;}
  1019.  
  1020. #info a:hover {
  1021. color:#000;}
  1022.  
  1023.  
  1024.  
  1025.  
  1026. #tags {
  1027. font-family: helvetica;
  1028. color:#00b6a4;
  1029. padding-bottom:50px;
  1030. padding-left:20px;
  1031. letter-spacing:0px;
  1032. text-transform:uppercase;
  1033. font-size:8px;
  1034. font-style:normal;
  1035. margin-top:10px;
  1036. text-align:left;
  1037. }
  1038.  
  1039.  
  1040. #tags a {
  1041. padding:-3px;
  1042. opacity:0.8;
  1043. text-align:left;
  1044. color:#00b6a4;
  1045.  
  1046. }
  1047.  
  1048.  
  1049. #tags a:hover {
  1050. color:#00b6a4;
  1051. }
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058. .note {
  1059. text-transform:uppercase;
  1060. font-style:normal;
  1061. letter-spacing:0px;
  1062. font-size: 10px;
  1063. text-align:left;
  1064. line-height:90%;
  1065. margin-left:-40px;}
  1066.  
  1067. .note li {
  1068. list-style-type:none;
  1069. border-bottom:0px solid #6cd8cf;
  1070. padding:10px 25px 10px 25px;
  1071. text-align:left;
  1072. margin:0px;
  1073. -moz-transition-duration:0.5s;
  1074. -webkit-transition-duration:0.5s;
  1075. -o-transition-duration:0.5s;}
  1076.  
  1077. .note img.avatar {
  1078. margin-right: 10px;
  1079. width: 16px;
  1080. height: 16px;}
  1081.  
  1082.  
  1083.  
  1084.  
  1085. /*--BASIC POP-UP DETAILS--*/
  1086.  
  1087.  
  1088.  
  1089. .popup_block{
  1090. display:none;
  1091. background: url("");
  1092. background:#d0e4f5;
  1093. padding:20px;
  1094. border:0px solid #6cd8cf; /* if you want a solid white pop-up, delete this */
  1095. float:left;
  1096. height: 400px;
  1097. top:50%; left:45%;
  1098. position:fixed;
  1099. z-index: 99999;
  1100. -webkit-box-shadow: 1px 1px 5px #323232;
  1101. -moz-box-shadow: 1px 1px 5px #323232;
  1102. box-shadow: 1px 1px 5px #323232;
  1103. }
  1104.  
  1105.  
  1106. *html #fade {position: absolute;}
  1107. *html .popup_block {position: absolute;}
  1108. #fade {
  1109. display:none;
  1110. position:fixed;
  1111. left:0px;
  1112. top:0px;
  1113. width:100%;
  1114. height:100%;
  1115. z-index:9999;
  1116. background:#000;
  1117. opacity:0.5;
  1118. }
  1119.  
  1120.  
  1121.  
  1122.  
  1123. .popupnavlinks {
  1124. padding-top:5px;
  1125. text-align:center; }
  1126.  
  1127.  
  1128. .popupnavlinks a {
  1129. display:inline-block;
  1130. width:120px; height:8px;
  1131. margin:2px; padding:6px 6px 10px;
  1132. text-align:center;
  1133. font-family:'helvetica';
  1134. font-size:8px;
  1135. text-transform:uppercase;
  1136. letter-spacing:1px;
  1137. color:#6cd8cf; background:transparent;
  1138. background-image:url('http://static.tumblr.com/q8ax1gh/PSComuj3n/blah1.png');
  1139. border:1px dotted;
  1140. border-color: #6cd8cf;
  1141. }
  1142.  
  1143.  
  1144. .popupnavlinks a:hover {
  1145. display:inline-block;
  1146. width:120px; margin:2px;
  1147. padding:6px 6px 10px;
  1148. text-align:center;
  1149. font-family:'helvetica';
  1150. font-size:8px;
  1151. text-transform:uppercase;
  1152. letter-spacing:1px;
  1153. color:#2e2e2e;
  1154. background:transparent }
  1155.  
  1156.  
  1157.  
  1158. .popupclose {
  1159. float:right; top:0px; right:0px;
  1160. margin-top:-10px; margin-right:-10px;
  1161. font-family:'Scada', sans serif;
  1162. font-size:10px;
  1163. font-weight:bold }
  1164.  
  1165. .popupclose a {
  1166. color:#aaa }
  1167.  
  1168.  
  1169.  
  1170. /*--TOOLTIP DETAILS--*/
  1171.  
  1172.  
  1173.  
  1174. #s-m-t-tooltip{
  1175. max-width:400px;
  1176. margin:15px;
  1177. padding:2px 8px;
  1178. background: #dcdcdc;
  1179. background-image:url('http://static.tumblr.com/q8ax1gh/PSComuj3n/blah1.png');
  1180. border:1px dotted;
  1181. border-color: #6cd8cf;
  1182. color:#6cd8cf;
  1183. z-index:99999999999999999999;
  1184. font-size:9px;
  1185. letter-spacing:2px;
  1186. font-style:bold;
  1187. letter-spacing:2px;
  1188. font-family:'helvetica';
  1189. text-transform:uppercase;
  1190. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196. </style>
  1197.  
  1198.  
  1199. </head>
  1200.  
  1201. <body>
  1202.  
  1203. <div id="content">
  1204.  
  1205. <div id="sidebar">
  1206.  
  1207. <img src="{image:Sidebar}" />
  1208.  
  1209. <div id="description">{description}</div>
  1210.  
  1211. </div>
  1212.  
  1213. <div id="pagination">
  1214. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> // {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  1215. </div>
  1216.  
  1217.  
  1218. <div id="links">
  1219.  
  1220.  
  1221. <div id="linkbar">
  1222.  
  1223.  
  1224. <div class="alinks">
  1225. <a href="/" title="headquarters."> thousand times i've fallen. </a>
  1226. </div>
  1227.  
  1228.  
  1229. <div class="blinks">
  1230. <a href="#?w=310" rel="box1" class="poplight" title="den den mushi."> 01. </a>
  1231. </div>
  1232.  
  1233.  
  1234. <div class="clinks">
  1235. <a href="#?w=310" rel="box2" class="poplight" title="pirate code."> 02. </a>
  1236. </div>
  1237.  
  1238.  
  1239. <div class="dlinks">
  1240. <a href="#?w=310" rel="box3" class="poplight" title="wanted poster."> 03. </a>
  1241. </div>
  1242.  
  1243.  
  1244. <div class="elinks">
  1245. <a href="#?w=310" rel="box4" class="poplight" title="other universes."> 04. </a>
  1246. </div>
  1247.  
  1248.  
  1249.  
  1250. <div class="flinks">
  1251. <a href="#?w=310" rel="box5" class="poplight" title="log pose."> 05. </a>
  1252. </div>
  1253.  
  1254.  
  1255. <div class="credit">
  1256. <a href="http://agirlingrey.tumblr.com/" title="agirlingrey.">A.</a>
  1257. </div>
  1258.  
  1259.  
  1260. </div></div>
  1261.  
  1262.  
  1263. <div id="pcontainer">
  1264.  
  1265. <div id="content"><div id="posts">
  1266. {block:Posts}
  1267.  
  1268.  
  1269. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1270. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1271. {block:Text}{Body}{/block:Text}
  1272.  
  1273. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1274.  
  1275. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1276.  
  1277. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1278. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1279.  
  1280. {block:Chat}<ul class="chat"><BR>{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><BR>{/block:Lines}</ul>{/block:Chat}
  1281.  
  1282. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1283.  
  1284.  
  1285. {block:Answer}<div id="asker" style="width:255px; text-shadow:0 0 2px #000; ">{Asker}:<div id="ask"> <p><p><p><p><p>{Question}</div></span></div><font face="calibri"><span style="font-family:calibri;font-size:; marging-left:0px;">{Answer}</span>{/block:Answer}
  1286.  
  1287.  
  1288. {block:Audio}<div class="audio">
  1289.  
  1290. {block:AlbumArt}
  1291. {/block:AlbumArt}
  1292.  
  1293.  
  1294. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1295. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1296. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  1297. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1298.  
  1299.  
  1300. <div id="info">
  1301. <br>
  1302.  
  1303. &nbsp; &nbsp;
  1304.  
  1305.  
  1306. {block:Date}
  1307. <a href="{Permalink}" style="position:absolute; margin-left:-100px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" {ShortMonth} {DayOfMonthWithZero} - {TimeAgo} "> ● </a>
  1308. {/block:Date}
  1309.  
  1310.  
  1311. {block:RebloggedFrom}
  1312. <a href="{ReblogParentURL}" style="position:absolute; margin-left:-65px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" via. {ReblogParentName} "> ● </a>
  1313. {/block:RebloggedFrom}
  1314.  
  1315.  
  1316. {block:ContentSource}
  1317. <a href="{SourceURL}" style="position:absolute; margin-left:-30px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" source. {SourceTitle} "> ● </a>
  1318. {/block:ContentSource}
  1319.  
  1320.  
  1321. <a href="{Permalink}" style="position:absolute; margin-left:5px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title=" {NoteCount} notes "> ● </a>
  1322.  
  1323.  
  1324. <a href="{ReblogURL}" style="position:absolute; margin-left:40px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 0px 0px 5px #919191;" title="reblog"> ● </a>
  1325.  
  1326.  
  1327. <br>
  1328.  
  1329. {block:HasTags}<div id="tags">{block:Tags} & <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div> &nbsp;
  1330. {/block:Posts}
  1331. <div class="note">
  1332. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1333. </div>
  1334.  
  1335. {/block:Posts}</div></div>
  1336.  
  1337.  
  1338.  
  1339. </div> </div> </div> </div> </div> </div>
  1340.  
  1341.  
  1342.  
  1343. </body>
  1344.  
  1345.  
  1346.  
  1347. <div id="box1" class="popup_block">
  1348.  
  1349. <h3>
  1350. what is it?
  1351. </h3>
  1352.  
  1353. <center>
  1354.  
  1355. <div style="text-align:justify;"><blockquote>my ask box is open to <b>EVERYONE</b>, even if we aren't mutuals or you're a personal blog or even if you don't have a tumblr! please don't be shy; i love talking to people! if you have any questions or concerns, please let me know asap!</blockquote></div>
  1356.  
  1357. <p><iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/rabidstray.tumblr.com" width="100%"></iframe></p>
  1358.  
  1359. </div>
  1360.  
  1361. </center>
  1362.  
  1363.  
  1364.  
  1365. <div id="box2" class="popup_block">
  1366.  
  1367. <div style="width:auto;height:405px;overflow:scroll;padding:5px;text-transform:lowercase;">
  1368.  
  1369.  
  1370. <h3>- general info -</h3>
  1371. <blockquote><em>allie</em> // <em>21</em> // <em>she/her</em> // <em>pst</em></blockquote>
  1372. <p>Hello, I&rsquo;m <strong>Allie!</strong> I live in the United States, somewhere on the West Coast, and have been rping for way too long. I can only speak English, but I do know some very, very, <em>very</em> basic Japanese due to taking three years of it in high school. faye is one of my oldest OCs, so I'm excited to show her to you all!</p>
  1373. <p>A general <strong>note</strong>, but I have major <em>anxiety and depression</em>, so my activity will probably be very sporadic! Sometimes I go through phases where I have to write all the time and other times the thought of it makes me cry so! I will do my best to stay as active as possible, though, and I&rsquo;m almost always on my twitter if you ever need to get ahold of me!</p>
  1374. <p>Feel free to contact me at any of the places below! Despite my anxiety, I <em>love</em> talking to people! We don&rsquo;t even have to be mutuals or anything; if you wanna talk, send me an ask and I&rsquo;ll reply to it ASAP!</p>
  1375. <blockquote>
  1376. <p><strong>Twitter</strong> <a href="https://twitter.com/sunmetaphors">@sunmetaphors</a> <br /><strong>Personal</strong> <a href="http://sanzos.tumblr.com/">sanzos</a> <br /><strong>Discord</strong> Mutuals can ask for it!<br /><strong>Messaging</strong> Mutuals only. <br /><strong>Ask Box</strong> Open; anon is currently <em><strong>on</strong></em>.</p>
  1377. </blockquote>
  1378. <h3>- rules &amp; regulations -</h3>
  1379. <blockquote><strong>Tracking</strong> rabidstray <br /><strong>Note</strong> I <strong><em>will never</em></strong> ask for you to send in a password or a code or whatever! Just the thought makes me nervous and if I&rsquo;m not comfortable doing it, than I&rsquo;m certainly not going to make anyone else do it. If I&rsquo;ve followed you, I&rsquo;ve read your rules and I trust that you&rsquo;ve done the same!</blockquote>
  1380. <p><strong>01.</strong> This is a <strong>mutuals only</strong> blog. Basically, I will only do threads with people who I&rsquo;m following and who are following me back. But! I&rsquo;m entirely open to non-mutuals and even personal blogs to send me asks or memes; my askbox is open to <em>everyone</em>! On that note, if I follow you, you aren&rsquo;t obligated to follow me back! I just ask that you extend the same courtesy to me.</p>
  1381. <p><strong>02.</strong> I can be somewhat <strong>selective</strong> with who I RP with due to issues that I&rsquo;ve had in the past and my anxiety. The biggest reason I don&rsquo;t follow back is simply the fact that I can&rsquo;t imagine our characters ever interacting and I can&rsquo;t handle my dash being cluttered. I do have a few characters/fandoms that I <strong>refuse</strong> to interact with, which will be listed on <a href="/4"><em>this page</em></a> if anyone is curious! Under no circumstances am I attacking you or judging you if you RP these fandoms/characters, they just make me personally uncomfortable and I would rather not see them when I&rsquo;m supposed to be relaxing.</p>
  1382. <p><strong>03.</strong> I absolutely <em>love</em> OCs and am something of a serial OC maker myself, so I would love to RP with them! All I ask is that you have an about page somewhere on your blog so I can get to know them better! I&rsquo;m the same when it comes to crossovers, although all crossovers will be RPed as if their universe exists within One Piece by default! If this doesn&rsquo;t work for you, let me know and I&rsquo;ll see about making an AU verse for faye!</p>
  1383. <p><strong>04.</strong> Mun and muse are <strong>above 18</strong> but there will not be any smut RPed on this blog! I&rsquo;m fine seeing it/reading it, but the thought of writing it makes me highly uncomfortable. I wont be reblogging any NSFW memes and any NSFW asks sent to me will be deleted. There will also be very little extreme violence, gore, etc on this blog, due to the fact that I like fluff more than I like angst! I&rsquo;m not adverse to it, though, as long as there&rsquo;s a happy ending involved!</p>
  1384. <p><strong>05.</strong> I don&rsquo;t bother with <strong>reblog karma</strong>; it&rsquo;s just something I&rsquo;ve never followed too closely. If you want to reblog a meme from me but don&rsquo;t want to send me anything from it, that&rsquo;s perfectly fine!</p>
  1385. <p><strong>06.</strong> Please, <strong>no godmodding, powerplaying, etc</strong>. It&rsquo;s just rude. Minor stuff is fine, but anything more than that is a no-no! Also, I know this is a One Piece blog, but please don&rsquo;t attack faye out of nowhere unless you&rsquo;ve talked about it with me first <em>or</em> it&rsquo;s a meme.</p>
  1386. <p><strong>07.</strong> I will almost <strong>never</strong> queue any thread replies, due to the fact that I don&rsquo;t trust tumblr enough to not fuck up and delete everything. All replies will be posted once I&rsquo;m done writing them, no matter the time of day!</p>
  1387. <p><strong>08.</strong> On that note, I am a <strong>sporadic replier</strong>; it could take me anywhere between a few minutes and a week to reply to something, depending on a lot of different things. Feel free to poke me if you think I&rsquo;ve forgotten about your reply or if I haven&rsquo;t even seen it! I try to like any replies/posts to let you know I&rsquo;ve seen them, but sometimes I forget.</p>
  1388. <p><strong>09.</strong> I&rsquo;m okay with any writing/RPing style! I personally write in third person, present tense and tend to write minis/one-liners more than anything, but I will try to match length if I&rsquo;m given something longer! I&rsquo;m a bit religious about using icons in my own threads/replies, but I don&rsquo;t mind if you don&rsquo;t use them! I know how hard it can be to find/make them.</p>
  1389. <p><strong>10.&nbsp;</strong>If you want to continue a meme you sent me, <strong>please</strong> put your reply in a new thread and link back to the ask! I <strong>don&rsquo;t</strong> RP through ask posts!</p>
  1390. <p><strong>11.</strong> If you want to plot out a pre-existing relationship, that&rsquo;s fine with me! I actually prefer it, since I&rsquo;m really bad at first meeting threads. On the subject of <strong>shipping</strong>, I absolutely <strong>love it</strong>. I&rsquo;m a sucker for romance in general, so I&rsquo;m definitely down for it as long as there&rsquo;s chemistry between the muses!</p>
  1391. <p><strong>12.</strong> This is a <strong>multi-ship</strong> blog! Each ship will exist within its own verse unless otherwise specified. I will also only ship with one version of the same muse, due to the fact that anymore than that will confuse the hell out of me and it might end up being stale/boring for everyone involved.</p>
  1392. <h3>- trigger warnings -</h3>
  1393. <p>I tag all triggers as <strong>trigger tw</strong>. All standard triggers will be tagged, but if you <strong><em>ever</em></strong> need me to tag something, let me know (no explanation needed) and I&rsquo;ll get to it ASAP! Specific trigger warnings for this blog are:</p>
  1394. <blockquote>- canon typical violence <br /> - mentions of death, snakes, revenge, matricide, plotting to destroy a government, etc</blockquote>
  1395. <p>I only have a few things I would like tagged! They are:</p>
  1396. <blockquote>- insects <br /> - clowns <br /> - needles/syringes <br /> - pregnancy <br /> - typrophobia <br /> - wrists (bound &amp; self-harm) <br /> - general nsfw</blockquote>
  1397. <h3>- credits -</h3>
  1398. <p>One Piece belong to Oda Eiichirou, who I am in no way affiliated with! faye is my own creation, as is all the writing on this blog! Any fanart used on this blog will be properly credited and if you ever see me using something of yours that you don&rsquo;t want to be used, let me know and I&rsquo;ll take it down ASAP.</p>
  1399. <p>All icons used were <strong>made by me</strong> and I would appreciate it if you asked before taking them, especially since, chances are, I&rsquo;ll say yes!</p>
  1400. <blockquote><strong>IC Face Claim</strong> yuan - cavalier of the abyss <br /><strong>Header Image</strong> Official art; edited by me.<br /><strong>BG Image</strong> Official art; edited by me. <br /><strong>Icons</strong> <a href="http://magaato-icons.tumblr.com">magaato icons</a>; edited by me. <br /><strong>Icon PSD</strong> <a href="http://idlcwyld.tumblr.com/">idlcwyld</a>; edited by me. <br /><strong>Theme</strong> <a href="http://agirlingrey.tumblr.com">agirlingrey</a>; edited by me.</blockquote>
  1401.  
  1402.  
  1403. </div>
  1404. </div>
  1405.  
  1406.  
  1407.  
  1408.  
  1409. <div id="box4" class="popup_block">
  1410.  
  1411. <h3>verses</h3>
  1412.  
  1413. <ul id="tabs">
  1414. <li class="active">VERSE 1.</li>
  1415. <li>VERSE 2.</li>
  1416. <li>VERSE 3.</li>
  1417. <li>VERSE 4.</li>
  1418. </ul>
  1419.  
  1420. <div style="width:auto;height:335px;overflow:scroll;padding:5px;">
  1421.  
  1422.  
  1423.  
  1424. <ul id="tab">
  1425. <li class="active">
  1426.  
  1427.  
  1428. <a href="/tagged/VERSE">VERSE NAME.</a>
  1429. <img src="https://66.media.tumblr.com/cd395cb23ce7278be8ddf94ae7aee17a/tumblr_o8xzvk4En01ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1430.  
  1431.  
  1432. <br>
  1433.  
  1434. 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.
  1435.  
  1436.  
  1437. <br><br><br>
  1438.  
  1439.  
  1440.  
  1441. <a href="/tagged/VERSE">VERSE NAME.</a>
  1442. <img src="https://66.media.tumblr.com/cd395cb23ce7278be8ddf94ae7aee17a/tumblr_o8xzvk4En01ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1443.  
  1444.  
  1445. <br>
  1446.  
  1447. 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.
  1448.  
  1449.  
  1450. <br><br><br>
  1451.  
  1452.  
  1453. <a href="/tagged/VERSE">VERSE NAME.</a>
  1454. <img src="https://66.media.tumblr.com/cd395cb23ce7278be8ddf94ae7aee17a/tumblr_o8xzvk4En01ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1455.  
  1456.  
  1457. <br>
  1458.  
  1459. 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.
  1460.  
  1461.  
  1462. <br><br>
  1463.  
  1464.  
  1465.  
  1466. </li>
  1467. <li>
  1468.  
  1469.  
  1470.  
  1471. <a href="/tagged/VERSE">VERSE NAME.</a>
  1472. <img src="https://67.media.tumblr.com/9a9f099625e324e424c75d343a786a57/tumblr_o8xzugQ8JK1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1473.  
  1474.  
  1475. <br>
  1476.  
  1477. 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.
  1478.  
  1479.  
  1480. <br><br><br>
  1481.  
  1482.  
  1483. <a href="/tagged/VERSE">VERSE NAME.</a>
  1484. <img src="https://67.media.tumblr.com/9a9f099625e324e424c75d343a786a57/tumblr_o8xzugQ8JK1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1485.  
  1486.  
  1487. <br>
  1488.  
  1489. 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.
  1490.  
  1491.  
  1492. <br><br>
  1493.  
  1494.  
  1495. </li>
  1496. <li>
  1497.  
  1498.  
  1499.  
  1500. <a href="/tagged/VERSE">VERSE NAME.</a>
  1501. <img src="https://66.media.tumblr.com/cd395cb23ce7278be8ddf94ae7aee17a/tumblr_o8xzvk4En01ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1502.  
  1503.  
  1504. <br>
  1505.  
  1506. 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.
  1507.  
  1508.  
  1509. <br><br><br>
  1510.  
  1511.  
  1512. <a href="/tagged/VERSE">VERSE NAME.</a>
  1513. <img src="https://66.media.tumblr.com/cd395cb23ce7278be8ddf94ae7aee17a/tumblr_o8xzvk4En01ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1514.  
  1515.  
  1516. <br>
  1517.  
  1518. 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.
  1519.  
  1520.  
  1521. <br><br>
  1522.  
  1523.  
  1524.  
  1525. </li>
  1526. <li>
  1527.  
  1528.  
  1529.  
  1530.  
  1531. <a href="/tagged/VERSE">VERSE NAME.</a>
  1532. <img src="https://67.media.tumblr.com/9a9f099625e324e424c75d343a786a57/tumblr_o8xzugQ8JK1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1533.  
  1534.  
  1535. <br>
  1536.  
  1537. 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.
  1538.  
  1539.  
  1540. <br><br><br>
  1541.  
  1542.  
  1543. <a href="/tagged/VERSE">VERSE NAME.</a>
  1544. <img src="https://67.media.tumblr.com/9a9f099625e324e424c75d343a786a57/tumblr_o8xzugQ8JK1ud4mdwo1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1545.  
  1546.  
  1547. <br>
  1548.  
  1549. 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.
  1550.  
  1551.  
  1552. <br><br>
  1553.  
  1554.  
  1555. </li>
  1556. </ul>
  1557.  
  1558.  
  1559. </div>
  1560. </div>
  1561.  
  1562.  
  1563.  
  1564. <div id="box3" class="popup_block">
  1565.  
  1566. <div style="width:auto;height:400px;overflow:scroll;padding:5px;">
  1567.  
  1568. <center><b>"</b> though my <b><i>soul</i></b> may set in <i><b>darkness</i></b>, <br> it will rise in <i>perfect light;</i> <br> i have <i>loved the stars</i> too fondly <br> to be fearful of the <b>night.</b> <b>"</b> <br> <b>—</b> sarah williams</center>
  1569.  
  1570. <h3>- Basic Information -</h3>
  1571. <strong>Full Name</strong> faye <br>
  1572. <strong>Nicknames</strong> shrimp, dwarf, shorty, faye-chan, etc <br>
  1573. <strong>Gender</strong> demigirl <br>
  1574. <strong>Pronouns</strong> she/her <b>(</b> is also fine with they/them <b>)</b> <br>
  1575. <strong>Age</strong> eighteen <br>
  1576. <strong>Birthday</strong> july 7th <b>(</b> star festival <b>)</b> <br>
  1577. <strong>Species</strong> human <br>
  1578. <strong>Orientation</strong> bisexual, with a prefence towards woman
  1579.  
  1580. <h3>- Current Status -</h3>
  1581. <strong>Occupation</strong> pirate; astronomer <br>
  1582. <strong>Affiliation</strong> strawhat pirates <br>
  1583. <strong>Residence</strong> thousand sunny <br>
  1584. <strong>Alignment</strong> true neutral <br><br>
  1585.  
  1586. <strong>Epithet</strong> "corona" <b>(</b> due to her devil fruit <b>)</b><br>
  1587. <strong>Bounty</strong> 113,000,000 beli <br>
  1588. <strong>Crimes</strong> for her involvement in the <i>enies lobby</i> and <i>dressrosa</i> incidents, along with her fellow crew members, as well as her relationship with one of the members of gold roger’s crew. <br><br>
  1589.  
  1590. <b>Role Within the Crew</b> <br><br>
  1591.  
  1592. <strong>Dream</strong> to see the light phenomenon at the end of the grand line, known simply as <i>“the aurora”</i>. those who have seen it describe it as something like the aurora borealis, but no one is quite sure what it is or how it’s scientifically possible. she inherited this dream from her guardian, galileo.
  1593.  
  1594.  
  1595. <h3>- Physical Traits -</h3>
  1596. <strong>Hair Color</strong> silver-blue <b>(</b> <a href="http://static.tumblr.com/z3upamr/0t8omue4v/9b84eb73229460151cabfd5103ef77c8.jpg">reference</a> <b>)</b><br>
  1597. <strong>Hair Style</strong> short and messy; falls to shoulders <br>
  1598. <strong>Eyes</strong> bright hazel; doe-eyed <br>
  1599. <strong>Skin</strong> fair; covered in freckles <br>
  1600. <strong>Height</strong> 4'9" <b>(</b> 145 cm <b>)</b> <br>
  1601. <strong>Body Type</strong> petite, yet athletic <br><br>
  1602.  
  1603. <strong>Notable Features</strong> she has a few scars on various parts of her body, with the most noticeable one being a starburst-shaped scar on the outside of her right thigh as well as a large lichtenberg figure that branches out across her right side and stomach. she is also almost always wearing some type of headband or ribbon in her hair, which keeps her bangs pulled back and out of her face. <br><br>
  1604.  
  1605. <strong>Clothing Style</strong> shorts and tank tops make up the majority of her wardrobe, as well as different types of sundresses. all her clothing is comfortable and easy to move in and is usually in various shades of yellow or more earthy tones, like browns and greens.
  1606.  
  1607. <h3>- Personality -</h3>
  1608. <strong>MBTI</strong> intj-t <b>(</b> the architect <b>)</b> <br>
  1609. <strong>Temperament</strong> melancholic-sanguine <br>
  1610. <strong>Enneagram</strong> 5w6 <b>(</b> the problem solver <b>)</b> <br>
  1611. <strong>Zodiac</strong> cancer <b>(</b> the crab <b>)</b> <br><br>
  1612.  
  1613. <strong>Likes</strong> stars, puzzles, fairy tales, cleanliness <br>
  1614. <strong>Dislikes</strong> fog, marines, heights, disorganization <br>
  1615. <strong>Hobbies</strong> reading, stargazing, puzzles <br>
  1616. <strong>Fears</strong> being alone <b>(</b> monophobia <b>)</b>, <br><br>
  1617.  
  1618. <b>+</b> intelligent, hard-worker, quick-thinker, honest, loyal, cheerful <b>-</b> rude, unemphatic, gets caught up in her own thoughts, arrogant, competitive <b>+/-</b> logical, rational, independent, curious, organized, superstitious
  1619.  
  1620. <h3>- Background -</h3>
  1621. <strong>Home Island</strong> amanogawa island, east blue
  1622. <blockquote>
  1623. an island in east blue known for the dense blanket of fog that covers it and the ocean surrounding it. the sea around the island is full of jagged rock formations, with a large coral reef bordering the northern end of it. as a result, it’s also known for the staggering amount of shipwrecks that happen due to the fog, making it the most dangerous island in all of east blue.
  1624. </blockquote>
  1625.  
  1626. <strong>Family</strong>
  1627. <blockquote>
  1628. <b>galileo,</b> <i>mentor & father-figure, deceased</i> // a former pirate and member of the roger pirates, he “retired” to amanogawa Island after the death of his captain and the loss of most of his sense of sight. a navigator by trade, but an astronomer at heart, he took in faye and raised her, eventually inspiring her own dream of seeing “the aurora”.
  1629. </blockquote> <br>
  1630.  
  1631. <strong>Brief History</strong>
  1632. <blockquote>
  1633. lmao reworking this
  1634. </blockquote>
  1635.  
  1636. <h3>- devil fruit -</h3>
  1637. <center><b>kira kira no mi</b> <br> <i>shine-shine fruit</i></center>
  1638.  
  1639. a <b>paramecia-type</b> devil fruit that allows faye to produce and emit light from her body, making her a luminescent human. this light can be either hot or cold and can be isolated to various parts of her body - i.e. faye can make her hands glow while the rest of her body stays normal. <br><br>
  1640.  
  1641. unlike the pika pika no mi, the light produced by this fruit cannot go past a certain distance from her body. the kira kira no Mi is considered to be the inferior of the two. <br><br>
  1642.  
  1643. wip wip wip
  1644.  
  1645. <h3>- Powers & Abilities -</h3>
  1646. <strong>combat abilities</strong> not a combatant by nature, she relies heavily on her devil fruit in a fight, though she is well versed in martial arts and has taken to carrying a large knife on her person at all times. she’s more comfortable playing a supporting role in battle and is much more effective when it comes to fighting mobs than single opponents, although she can fight one-on-one if the situation demands it. <br><br>
  1647.  
  1648. <b>knowledge of astronomy & astrophysics</b> <br><br>
  1649.  
  1650. <b>sewing skills & general haberdashery</b>
  1651.  
  1652. <h3>- Miscellaneous -</h3>
  1653. <p><strong>Animal Representation</strong> bluebird <br>
  1654. <strong>Color Theme</strong> silver, azure <br>
  1655. <strong>Smells Like</strong> cleaning chemicals <br>
  1656. <strong>Suited Flower</strong> aster <br>
  1657. <strong>Real World Nationality</strong> greek <br>
  1658. <strong>Island & Season</strong> winter on a fall island <br>
  1659. <strong>Fav. Food</strong> blueberries and fruity drinks <br>
  1660. <strong>Least Fav. Food</strong> meats and poultry <b>(</b> vegetarian <b>)</b> <br>
  1661. <strong>Blood Type</strong> F (RH-) / B (RH-) <br>
  1662. <strong>Bathing</strong> once a day <br>
  1663. <strong>Typical Hours of Sleep</strong> 8 am to 2 pm <b>(</b> 6 hours <b>)</b> <br>
  1664. <strong>Inner Brain</strong> stars, stars, stars, clean, clean
  1665.  
  1666. </div>
  1667. </div>
  1668.  
  1669.  
  1670.  
  1671. <div id="box5" class="popup_block">
  1672.  
  1673. <div style="width:auto;height:400px;overflow:scroll;padding:5px;">
  1674.  
  1675. <h3>navigation</h3>
  1676.  
  1677. <center>
  1678.  
  1679. <div class="popupnavlinks">
  1680.  
  1681.  
  1682. <a href="/tagged/link">LINK.</a>
  1683. <a href="/tagged/link">LINK.</a>
  1684. <br>
  1685. <a href="/tagged/link">LINK.</a>
  1686. <a href="/tagged/link">LINK.</a>
  1687. <br>
  1688. <a href="/tagged/link">LINK.</a>
  1689. <a href="/tagged/link">LINK.</a>
  1690. <br>
  1691. <a href="/tagged/link">LINK.</a>
  1692. <a href="/tagged/link">LINK.</a>
  1693. <br>
  1694. <a href="/tagged/link">LINK.</a>
  1695. <a href="/tagged/link">LINK.</a>
  1696. <br>
  1697. <a href="/tagged/link">LINK.</a>
  1698. <a href="/tagged/link">LINK.</a>
  1699. <br>
  1700. <a href="/tagged/link">LINK.</a>
  1701. <a href="/tagged/link">LINK.</a>
  1702. <br>
  1703. <a href="/tagged/link">LINK.</a>
  1704. <a href="/tagged/link">LINK.</a>
  1705. <br>
  1706.  
  1707.  
  1708. </div>
  1709. </div>
  1710. </div>
  1711.  
  1712.  
  1713.  
  1714. <div id="bite">
  1715. <div id="thekey"></div>
  1716. <div class="death">
  1717. <div id="actualnews">
  1718.  
  1719. <center>
  1720.  
  1721. <div style="width:auto;height:278px;overflow:scroll;padding:5px;">
  1722.  
  1723. <center><h3>i knock the ice</h3>
  1724.  
  1725. <b>indie one piece oc</b> <br>
  1726. <b><i>"corona" faye</i></b><br>
  1727. of the<br>
  1728. <i>strawhat pirates</i> <br><br>
  1729.  
  1730. <b>Private</b> & <b>selective</b> <br><br>
  1731.  
  1732. <b>first est.</b> <i>Feb. 2017</i> <br>
  1733.  
  1734. <b>revised.</b> <i>March 2017</i>
  1735.  
  1736. <h3>from my bones</h3>
  1737.  
  1738. Please read my <br> <b>about</b> and <b>bio</b> pages <br> before following! <br><br> This blog <b>is not</b><br>spoiler free! <br><br>
  1739.  
  1740. Written by <b>Allie</b> <br><br>
  1741.  
  1742. Background image <br> by <b><a href="http://rboz.tumblr.com/">rboz.</a></b>
  1743.  
  1744. </center>
  1745.  
  1746.  
  1747.  
  1748.  
  1749.  
  1750. </center>
  1751.  
  1752.  
  1753. </div>
  1754. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement