Advertisement
draiads

jesse 4

Dec 16th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.62 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. </script>
  9. <script type="text/javascript"
  10. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11. <script>
  12. $(document).ready(function() {
  13. //
  14. $('a.poplight[href^=#]').click(function() {
  15. var popID = $(this).attr('rel'); //Get Popup Name
  16. var popURL = $(this).attr('href'); //Get Popup href to define size
  17. var query= popURL.split('?');
  18. var dim= query[1].split('&');
  19. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  20. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  21. var popMargTop = ($('#' + popID).height() + 80) / 2;
  22. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  23. //Apply Margin to Popup
  24. $('#' + popID).css({
  25. 'margin-top' : -popMargTop,
  26. 'margin-left' : -popMargLeft
  27. });
  28. $('body').append('<div id="fade"></div>');
  29. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  30. return false;
  31. });
  32. $('a.close, #fade').live('click', function() {
  33. $('#fade , .popup_block').fadeOut(function() {
  34. $('#fade, a.close').remove(); //fade them both out
  35. });
  36. return false;
  37. });
  38. });
  39. </script>
  40.  
  41. </script>
  42. <script language=JavaScript>
  43. <!--
  44. var message="there is a ghost looking back at me in the mirror.";
  45. function clickIE4(){
  46. if (event.button==2){
  47. alert(message);
  48. return false;
  49. }
  50. }
  51.  
  52. function clickNS4(e){
  53. if (document.layers||document.getElementById&&!document.all){
  54. if (e.which==2||e.which==3){
  55. alert(message);
  56. return false;
  57. }
  58. }
  59. }
  60.  
  61. if (document.layers){
  62. document.captureEvents(Event.MOUSEDOWN);
  63. document.onmousedown=clickNS4;
  64. }
  65. else if (document.all&&!document.getElementById){
  66. document.onmousedown=clickIE4;
  67. }
  68.  
  69. document.oncontextmenu=new Function("alert(message);return false")
  70.  
  71. </script>
  72.  
  73. <script type="text/javascript">
  74. WebFontConfig = {
  75. google: { families: [ 'times' ] }
  76. };
  77. (function() {
  78. var wf = document.createElement('script');
  79. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  80. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  81. wf.type = 'text/javascript';
  82. wf.async = 'true';
  83. var s = document.getElementsByTagName('script')[0];
  84. s.parentNode.insertBefore(wf, s);
  85. })(); </script>
  86.  
  87. <script type="text/javascript">
  88. $(document).ready(function(){
  89. $("ul#tabs li").click(function(e){
  90. if (!$(this).hasClass("active")) {
  91. var tabNum = $(this).index();
  92. var nthChild = tabNum+1;
  93. $("ul#tabs li.active").removeClass("active");
  94. $(this).addClass("active");
  95. $("ul#tab li.active").removeClass("active");
  96. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  97. }
  98. });
  99. });
  100. </script>
  101.  
  102. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  103. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  104. <script>
  105. (function($){
  106. $(document).ready(function(){
  107. $("a[title]").style_my_tooltips({
  108. tip_follows_cursor:true,
  109. tip_delay_time:0,
  110. tip_fade_speed:300,
  111. attribute:"title"
  112. });
  113. });
  114. })(jQuery);
  115. </script>
  116.  
  117. <meta name="color:Background" content="#bcbcbc"/>
  118. <meta name="color:Text" content="#000000"/>
  119. <meta name="color:Link" content="#bcbcbc"/>
  120. <meta name="color:scrollbar" content="#999999">
  121. <meta name="color:title" content="#999999">
  122. <meta name="color:Link Hover" content="#2a1f1e"/>
  123. <meta name="color:bold" content="#763e1c">
  124.  
  125. <meta name="image:sidebar" content=""/>
  126. <meta name=”image:Background” content=”“/>
  127. <meta name="text:sidebartitle" content="">
  128. <meta name="color:tags" content="#4c4c4c">
  129.  
  130. <meta name="text:link 1" content="Link 1"/>
  131. <meta name="text:link 1 url" content="/"/>
  132. <meta name="text:link 2" content="Link 2"/>
  133. <meta name="text:link 2 url" content="/"/>
  134. <meta name="text:link 3" content="Link 3"/>
  135. <meta name="text:link 3 url" content="/"/>
  136. <meta name="text:link 4" content="Link 4"/>
  137. <meta name="text:link 4 url" content="/"/>
  138. <meta name="text:link 5" content="Link 5"/>
  139. <meta name="text:link 5 url" content="/"/>
  140.  
  141. <link href='https://fonts.googleapis.com/css?family=Anton' rel='stylesheet' type='text/css'>
  142.  
  143. <link href='https://fonts.googleapis.com/css?family=Yellowtail' rel='stylesheet' type='text/css'>
  144.  
  145. <link href='https://fonts.googleapis.com/css?family=Anton|Sacramento|Just+Another+Hand|Six+Caps' rel='stylesheet' type='text/css'>
  146.  
  147. <link href='https://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'>
  148.  
  149. <link href='https://fonts.googleapis.com/css?family=Teko' rel='stylesheet' type='text/css'>
  150.  
  151. <link href='http://fonts.googleapis.com/css?family=EB+Garamond|Homemade+Apple|Special+Elite|Amatic+SC' rel='stylesheet' type='text/css'>
  152.  
  153. <link href='http://fonts.googleapis.com/css?family=Cutive+Mono|Fanwood+Text|Italiana|Julius+Sans+One' rel='stylesheet' type='text/css'>
  154.  
  155. <link href='http://fonts.googleapis.com/css?family=Khand|EB+Garamond' rel='stylesheet' type='text/css'>
  156.  
  157. <link href='https://fonts.googleapis.com/css?family=Montserrat:700,400' rel='stylesheet' type='text/css'>
  158.  
  159. <link href='https://fonts.googleapis.com/css?family=Mr+Dafoe' rel='stylesheet' type='text/css'>
  160.  
  161. <link href="http://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet" type="text/css">
  162.  
  163. <link href='https://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
  164.  
  165. <link href='https://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  166.  
  167. <link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  168.  
  169. <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  170.  
  171. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  172. <script src=“http://static.tumblr.com/uopakca/GVcnvdwbq/jquery.style-my-tooltips.js”></script>
  173.  
  174.  
  175. <!-- SCM Music Player http://scmplayer.co -->
  176. <script type="text/javascript" src="http://scmplayer.co/script.js"
  177. data-config="{'skin':'http://static.tumblr.com/qszodba/f9Zn8cpll/coletais.css','volume':50,'autoplay':false,'shuffle':false,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'i.','url':'https://www.youtube.com/watch?v=l4lhW2m63Y4'}]}" ></script>
  178. <!-- SCM Music Player script end -->
  179.  
  180. <style type="text/css">
  181.  
  182.  
  183.  
  184. ::selection {
  185. background: transparent;
  186. color:#f6f6f6;
  187. text-shadow:0px 0px 2px #f6f6f6,
  188.  
  189. }
  190.  
  191.  
  192. .popup_block{
  193. height:410px;
  194. overflow-y:auto;
  195. overflow-x:auto;
  196. opacity:1;
  197. display:none;
  198. background-color: #181818;
  199. padding:4px;
  200. border:0px solid #545050;
  201. border-radius:0px;
  202. position:fixed;
  203. top:446px;
  204. left:716px;
  205. padding:10px;
  206.  
  207. z-index: 99999;}
  208.  
  209. *html #fade {position: absolute;}
  210. *html .popup_block {position: absolute;}
  211. #fade {
  212. display:none;
  213. position:fixed;
  214. left:0px;
  215. top:0px;
  216. width:100%;
  217. height:100%;
  218. z-index:9999;
  219. background-image: url(https://78.media.tumblr.com/a8fc24f8c99c9216034e4950f0bd2009/tumblr_pdfc3nUp831xcaflyo1_1280.png); /* change to #fff for solid white */
  220. background-position:fixed;
  221. background-attachment:center;
  222. background-repeat:no-repeat;
  223. opacity:1; /* change to opacity:1; */
  224. }
  225. .poptext a {
  226. color:#ccd3cc;
  227. text-shadow: 0px 0px 1px #ccd3cc;
  228.  
  229. }
  230.  
  231. ::-webkit-scrollbar-thumb{
  232. background-color: transparent;
  233. height:auto;
  234. }
  235.  
  236. ::-webkit-scrollbar {
  237. height:auto;
  238. width:2px;
  239. background-color: #transparent;
  240. border:0px;
  241. }
  242.  
  243. iframe#tumblr_controls {
  244. white-space:nowrap;
  245. -webkit-filter: invert(100%);
  246. -moz-filter: invert(100%);
  247. -o-filter: invert(100%);
  248. -ms-filter: invert(100%);
  249. filter: invert(100%);
  250. opacity:.2;transition: .8s ease-in-out;
  251. -webkit-transition: .8s ease-in-out;
  252. -moz-transition: .8s ease-in-out;
  253. -o-transition: .8s ease-in-out;
  254. }
  255.  
  256. #s-m-t-tooltip {
  257. max-width:300px;
  258. margin:10px 0px 0px 45px;
  259. background-color:#181818;
  260. border: 1px solid #eaeaea;
  261. outline: 2px solid #53a4a6;
  262. outline-offset: 3px;
  263. font-size:10px;
  264. text-transform:lowercase;
  265. padding:6px;
  266. width:140px;
  267. text-align:center;
  268. color:#fff;
  269. text-shadow:0px 0px 2px #fff;
  270. letter-spacing:2px;
  271. padding:3px;
  272. z-index:999999999999999999;
  273. -webkit-transition:all 1.5s;
  274. -moz-transition:all 1.5s;
  275. -ms-transition:all 1.5s;
  276. -o-transition:all 1.5s;
  277. transition:all 1.5s;
  278. }
  279.  
  280. ul,ol,li {
  281. color:#ccd3cc;
  282. list-style-type:default';
  283. }
  284.  
  285. u, underline {
  286. color:#202020;
  287. font-size:13px;
  288. }
  289.  
  290. a {
  291. color: #ccd3cc;
  292. text-shadow: 0px 0px 1px #ccd3cc;
  293. text-decoration: none;
  294.  
  295. }
  296.  
  297. small {
  298. color:#ccd3cc;
  299. text-shadow: 0px 0px 1px #ccd3cc;
  300.  
  301. font-size:10px;
  302. line-height:16px;
  303. }
  304.  
  305. sub {
  306. color:#ccd3cc;
  307. text-shadow: 0px 0px 1px #ccd3cc;
  308.  
  309. font-size:10px;
  310.  
  311. }
  312.  
  313. hr {
  314. display: block;
  315. height: 1px;
  316. border: 0;
  317. border-top: 1px solid #000;
  318. padding: 0;
  319. }
  320. blockquote{
  321. color:#ccd3cc;
  322.  
  323. border-left: 10px solid #ccd3cc;
  324. padding: 3px;
  325. margin-left: 5px;
  326. margin-right: 5px;
  327.  
  328. }
  329.  
  330. b, strong {
  331. font-family: 'Montserrat', sans-serif;
  332. font-size:11px;
  333. color:#5bcac9;
  334. text-shadow:0px 0px 2px #5bcac9;
  335. text-transform:uppercase;
  336.  
  337. }
  338. i, em {
  339. color: #e44b55;
  340. text-shadow:0px 0px 2px #e44b55;
  341. font-weight:bold;
  342. font-style:italic;
  343. font-size:11px;
  344. }
  345.  
  346. s, strike {
  347. color:#5a4240;
  348. font-size:13px;
  349. text-shadow:0px 0px 2px #5a4240;
  350. }
  351.  
  352. pre {
  353. background-color:#181818;
  354. border: 1px solid #eaeaea;
  355. outline: 2px solid #53a4a6;
  356. outline-offset: 3px;
  357. color:#fff;
  358. text-shadow:0px 0px 2px #fff;
  359.  
  360. font-family: 'Montserrat', sans-serif;
  361. font-size: 10px;
  362. line-height: 7px;
  363. letter-spacing: 2px;
  364. text-align: center;
  365. text-transform:uppercase;
  366. padding:-10px;
  367. line-height:120%;
  368. }
  369.  
  370. h1 {
  371. font-family: 'Montserrat', sans-serif;
  372. text-transform:uppercase;
  373. text-align: center;
  374. font-size:13px;
  375. line-height:100%;
  376. color: {color:blockquote};
  377. }
  378.  
  379. h2 {
  380. font-size:13px;
  381. color: #fff;
  382. font-weight:bold;
  383. text-shadow: 0px 0px 2px #fff}
  384.  
  385. h3 {
  386. color:#ccd3cc;
  387. text-shadow: 0px 0px 1px #ccd3cc;
  388. font-size:15px;
  389. font-weight: bolder;
  390. }
  391.  
  392. h4 {
  393. font-size:19px;
  394. font-family: "bebas_neue";
  395. text-align:center;
  396. text-transform:uppercase;
  397. line-height:100%;
  398. letter-spacing:1px;
  399. font-weight:bold;
  400. color:#ccd3cc;
  401. text-shadow: 0px 0px 1px #ccd3cc;;
  402. }
  403.  
  404. .credit {
  405. position:fixed;
  406. font-family: 'fjalla one', sans-serif;
  407. color: #000;
  408. text-shadow:1px 1px1px #000;
  409. font-size: 10px;
  410. line-height: 10px;
  411. letter-spacing:0px;
  412. right:7px;
  413. bottom:5px;
  414. text-align:center;
  415. z-index: 9999;
  416. -webkit-transition:all 1.5s;
  417. -moz-transition:all 1.5s;
  418. -ms-transition:all 1.5s;
  419. -o-transition:all 1.5s;
  420. transition:all 1.5s;
  421. }
  422.  
  423. .credit:hover {
  424. color:transparent;
  425. text-shadow:0 0 7px {color:bold shadow};
  426. -webkit-transition: all 0.5s ease-in-out;
  427. -moz-transition: all 0.5s ease-in-out;
  428. -o-transition: all 0.5s ease-in-out;
  429. -ms-transition: all 0.5s ease-in-out;
  430. transition: all 0.5s ease-in-out;
  431. }
  432.  
  433. blockquote {
  434. text-align:justify;
  435. width:95%;
  436. margin-bottom:10px;
  437. padding:0px 5px 0px 10px;
  438. margin-left:0px;
  439. }
  440.  
  441. blockquote blockquote {
  442. padding:0 0 0 10px;
  443. color:#ccd3cc;
  444. }
  445.  
  446. blockquote, small {
  447. font-size:10px;
  448. }
  449.  
  450. blockquote img {
  451. max-width:300px;
  452. height:auto;
  453. }
  454.  
  455. body {
  456. background:#181818;
  457. background-image:url('https://78.media.tumblr.com/9032ebe9be53e4273d6984a572923edd/tumblr_pdfc3nUp831xcaflyo2_1280.png');
  458. background-attachment: fixed;
  459. background-repeat: no-repeat;
  460. background-position: top left;
  461. color:#181818;
  462. text-shadow: 0px 0px 1px #181818;
  463.  
  464. font-family: calibri;
  465. text-align:justify;
  466. font-size: 10px;
  467. letter-spacing:1px;
  468. line-height:135%;;
  469. }
  470.  
  471. a:link, a:active, a:visited {
  472. text-decoration: none;
  473. color: #cad1c8;
  474. text-shadow: 0px 0px 1px #cad1c8;
  475. -moz-transition-duration:.6s;
  476. -webkit-transition-duration:.6s;
  477. -o-transition-duration:.6s;
  478. -webkit-filter: blur(0px);}
  479.  
  480. a:hover {
  481. color: #d7724a;
  482. -moz-transition-duration:.6s;
  483. -webkit-transition-duration:.6s;
  484. -o-transition-duration:.6s;}
  485.  
  486.  
  487. blockquote {
  488. color:#cad1c8;
  489. border-left: 2px solid;
  490. width:95%;
  491. line-height: 120%;
  492. border-left: solid 1.5px;
  493. border-color: #cad1c8;
  494. padding-left: 10px;
  495. margin-left: 0px;
  496. text-align:justify; }
  497. }
  498.  
  499. blockquote blockquote {
  500. color:#cad1c8;
  501.  
  502. border-left: 3px solid;
  503. width:95%;
  504. line-height: 120%;
  505. border-left: solid 1.5px;
  506. border-color: #cad1c8;
  507. padding-left: 10px;
  508. margin-left: 0px;
  509. text-align:justify; }
  510.  
  511. }
  512. #post {
  513. width:100px;
  514. padding-bottom:50px;
  515. padding-right:2px;
  516. margin-top:30px;
  517. color:#cad1c8;
  518. color:#cad1c8;
  519. text-shadow: 0px 0px 1px #cad1c8;
  520.  
  521. }
  522.  
  523. #entries {
  524. color:#ccd3cc;
  525. text-shadow: 0px 0px 1px #ccd3cc;
  526. color:#ccd3cc;
  527. padding:5px;
  528. width:210px;
  529. height:328px;
  530. margin-left:460px;
  531. margin-top:176px;
  532. margin-bottom:135px;
  533. position:fixed;
  534. overflow-x:hidden;
  535. overflow-y:scroll;
  536. opacity:0;
  537. -webkit-transition: all 2s ease-out;
  538. -moz-transition: all 2s ease-out;
  539. transition: all 2s ease-out;
  540.  
  541. }
  542.  
  543. #entries:hover {
  544. color:#ccd3cc;
  545. background-color:#181818;
  546. opacity:1;
  547. -webkit-transition: all 2s ease-out;
  548. -moz-transition: all 2s ease-out;
  549. transition: all 2s ease-out;
  550. }
  551.  
  552.  
  553. #sidebar {
  554. color:#ccd3cc;
  555. position:fixed;
  556. width:40px;
  557. height:auto;
  558. margin-top:135px;
  559. margin-left:822px;
  560. text-align:center;
  561.  
  562. }
  563.  
  564. .alinks {
  565. position:fixed;
  566. text-shadow: 0px 0px 0px #000;
  567. margin-top:5px;
  568. margin-left:-369px;
  569. transform: rotate(0deg);
  570. font-family:'Montserrat', sans-serif;
  571. font-size: 10px;}
  572.  
  573.  
  574. .alinks a {
  575. padding:10px;
  576. color:#e3d9d9;
  577. margin-right:0px;
  578. -webkit-filter: blur(0px);
  579. -webkit-transition: 0.8s ease-in;
  580. -moz-transition: 1s ease-in;
  581. transition: 1s ease-in;
  582. }
  583.  
  584. .alinks a:hover {
  585. opacity:0;
  586. -webkit-filter: blur(2px);
  587. -webkit-transition: all 0.6s ease-in-out;
  588. -moz-transition: all 0.6s ease-in-out;
  589. -o-transition: all 0.6s ease-in-out;
  590. -ms-transition: all 0.6s ease-in-out;
  591. transition: all 0.6s ease-in-out;
  592. color: #c7c7c7;
  593. text-shadow: 3px 3px 3px #000;
  594. }
  595.  
  596. .blinks {
  597. position:fixed;
  598. text-shadow: 0px 0px 0px #000;
  599. margin-top:5px;
  600. margin-left:-338px;
  601. transform: rotate(0deg);
  602. font-family: 'Montserrat', sans-serif;
  603. font-size: 10px;}
  604.  
  605.  
  606. .blinks a {
  607. padding:10px;
  608. color:#e3d9d9;
  609. margin-right:0px;
  610. -webkit-filter: blur(0px);
  611. -webkit-transition: 0.8s ease-in;
  612. -moz-transition: 1s ease-in;
  613. transition: 1s ease-in;
  614. }
  615.  
  616. .blinks a:hover {
  617. -webkit-transition: all 0.6s ease-in-out;
  618. -moz-transition: all 0.6s ease-in-out;
  619. -o-transition: all 0.6s ease-in-out;
  620. -ms-transition: all 0.6s ease-in-out;
  621. transition: all 0.6s ease-in-out;
  622. color: #727272;
  623. text-shadow: 2px 2px 2px #000;
  624. -webkit-filter: blur(3px);
  625. }
  626.  
  627.  
  628.  
  629. .clinks {
  630. position:fixed;
  631. text-shadow: 0px 0px 0px #000;
  632. margin-top:5px;
  633. margin-left:-307px;
  634. transform: rotate(0deg);
  635. font-family: 'Montserrat', sans-serif;
  636. font-size: 10px;}
  637.  
  638.  
  639. .clinks a {
  640. padding:10px;
  641. color:#e3d9d9;
  642. margin-right:0px;
  643. -webkit-filter: blur(0px);
  644. -webkit-transition: 0.8s ease-in;
  645. -moz-transition: 1s ease-in;
  646. transition: 1s ease-in;
  647. }
  648.  
  649. .clinks a:hover {
  650. -webkit-transition: all 0.6s ease-in-out;
  651. -moz-transition: all 0.6s ease-in-out;
  652. -o-transition: all 0.6s ease-in-out;
  653. -ms-transition: all 0.6s ease-in-out;
  654. transition: all 0.6s ease-in-out;
  655. color: #727272;
  656. text-shadow: 2px 2px 2px #000;
  657. -webkit-filter: blur(3px);
  658. }
  659.  
  660.  
  661.  
  662.  
  663. .dlinks {
  664. position:fixed;
  665. text-shadow: 0px 0px 0px #000;
  666. margin-top:5px;
  667. margin-left:-278px;
  668. transform: rotate(0deg);
  669. font-family: 'Montserrat', sans-serif;
  670. font-size: 10px;}
  671.  
  672.  
  673. .dlinks a {
  674. padding:10px;
  675. color:#e3d9d9;
  676. margin-right:0px;
  677. -webkit-filter: blur(0px);
  678. -webkit-transition: 0.8s ease-in;
  679. -moz-transition: 1s ease-in;
  680. transition: 1s ease-in;
  681. }
  682.  
  683. .dlinks a:hover {
  684. -webkit-transition: all 0.6s ease-in-out;
  685. -moz-transition: all 0.6s ease-in-out;
  686. -o-transition: all 0.6s ease-in-out;
  687. -ms-transition: all 0.6s ease-in-out;
  688. transition: all 0.6s ease-in-out;
  689. color: #727272;
  690. text-shadow: 2px 2px 2px #000;
  691. -webkit-filter: blur(3px);
  692. }
  693.  
  694. .elinks {
  695. position:fixed;
  696. text-shadow: 0px 0px 0px #000;
  697. margin-top:5px;
  698. margin-left:-245px;
  699. transform: rotate(0deg);
  700. font-family: 'Montserrat', sans-serif;
  701. font-size: 10px;}
  702.  
  703.  
  704. .elinks a {
  705. padding:10px;
  706. color:#e3d9d9;
  707. margin-right:0px;
  708. -webkit-filter: blur(0px);
  709. -webkit-transition: 0.8s ease-in;
  710. -moz-transition: 1s ease-in;
  711. transition: 1s ease-in;
  712. }
  713.  
  714. .elinks a:hover {
  715. -webkit-transition: all 0.6s ease-in-out;
  716. -moz-transition: all 0.6s ease-in-out;
  717. -o-transition: all 0.6s ease-in-out;
  718. -ms-transition: all 0.6s ease-in-out;
  719. transition: all 0.6s ease-in-out;
  720. color: #727272;
  721. text-shadow: 2px 2px 2px #000;
  722. -webkit-filter: blur(3px);
  723.  
  724. }
  725.  
  726. #description {
  727. overflow-x:hidden;
  728. overflow-y:scroll;
  729. position:fixed;
  730. width:149px;
  731. height:100px;
  732. font-family:trebuchet ms;
  733. margin-top:140px;
  734. margin-left:-82px;
  735. text-align:justify;
  736. font-size:9px;
  737. color: #999;
  738. letter-spacing:0px;
  739. line-height:130%;
  740. color:#ccd3cc;
  741. text-shadow: 0px 0px 1px #ccd3cc;
  742.  
  743. -moz-transition-duration:1s;
  744. -webkit-transition-duration:1s;
  745. -o-transition-duration:1s;
  746.  
  747. }
  748.  
  749. #description a {
  750. color:#ccd3cc;
  751. text-shadow: 0px 0px 1px #ccd3cc;
  752. }
  753.  
  754. #description a:hover {
  755. color:#000; }
  756.  
  757. #pagination {
  758. position:fixed;
  759. width:10px;
  760. margin-top:425px;
  761. margin-left:563px;
  762. text-align:left;
  763. line-height:190%;
  764. letter-spacing:15px;
  765. font-family: 'Pacifico';
  766. text-transform:lowercase;
  767. text-align: right;
  768. width: 300px;
  769. margin-right: auto;
  770. }
  771.  
  772. #pagination a {
  773. display: inline-block;
  774. padding-left: 5px;
  775. font-size: 20px;
  776. font-family: 'Yellowtail', cursive;
  777. color:#fff;
  778. text-shadow: 0px 0px 2px #fff;
  779. -moz-transition-duration:.9s;
  780. -webkit-transition-duration:.9s;
  781. -o-transition-duration:.9s;
  782.  
  783. }
  784.  
  785. #pagination a:hover {
  786. padding-left: 5px;
  787. color: #280400;
  788. text-shadow: 0px 0px 2px #280400;
  789.  
  790. -webkit-transition:all .5s ease-in-out;
  791. -moz-transition:all .5s ease-in-out;
  792. transition:all .5s ease-in-out;
  793. }
  794.  
  795. #info {
  796. font-family: 'VT323',serif ;
  797. margin-top:6px;
  798. margin-left: 30px;
  799. width: 143px;
  800. padding-bottom:35px;
  801. font-size: 9px;
  802. line-height: 9px;
  803. letter-spacing: 5px;
  804. text-align: center;
  805. text-shadow:0px 0px 8px #fff;
  806. padding:4px;
  807. background-color:#181818;
  808. border: 1px solid #eaeaea;
  809. outline: 2px solid #53a4a6;
  810. outline-offset: 3px;
  811.  
  812. -moz-transition-duration:0.2s;
  813. -webkit-transition-duration:0.2s;
  814. -o-transition-duration:0.2s;
  815. }
  816.  
  817. #info a {
  818. font-family: 'Fjalla One', sans-serif;
  819. font-style:;
  820. color:#fff;
  821. text-shadow:0px 0px 2px #fff;
  822.  
  823.  
  824. font-size:20px;
  825. -webkit-filter: blur(0px);
  826. -moz-transition-duration:0.2s;
  827. -webkit-transition-duration:0.2s;
  828. -o-transition-duration:0.2s;
  829. }
  830. #info a:hover {
  831.  
  832. color:#53a4a6;
  833. text-shadow: none;
  834. -webkit-filter: blur(0px);
  835. -moz-transition-duration:0.2s;
  836. -webkit-transition-duration:0.2s;
  837. -o-transition-duration:0.2s;
  838.  
  839. }
  840.  
  841. .tags {
  842. width:210px;
  843. margin-top:2px;
  844. margin-bottom:20px;
  845. margin-left:0px;
  846. text-transform:lowercase;
  847. line-height:110%;
  848. font-size:9px;
  849. letter-spacing:1px;
  850. text-align:justify;
  851. padding-top:6px;
  852. padding-bottom:22px;
  853. padding-right:3px;
  854. padding-left:3px;
  855.  
  856. text-align: center;
  857. padding: 5px;
  858. -moz-transition-duration:0.2s;
  859. -webkit-transition-duration:0.2s;
  860. -o-transition-duration:0.2s;
  861. }
  862. .tags a{
  863. font-style:;
  864. color: #fff;
  865. text-shadow:0px 0px 1px #fff;
  866. ;
  867.  
  868. -moz-transition-duration:0.9s;
  869. -webkit-transition-duration:0.9s;
  870. -o-transition-duration:0.9s;
  871.  
  872. }
  873.  
  874. .tags a:hover {
  875.  
  876. color:#53a4a6;
  877. text-shadow: none;
  878. letter-spacing: 1px;
  879. }
  880.  
  881. .audio{
  882. background-color:#e5e5e5;
  883. border:3px double #000;
  884. height:65px;
  885. overflow:hidden;
  886. }
  887.  
  888. #ask {
  889.  
  890. width: 180px;
  891. text-transform: lowercase;
  892. text-align: center;
  893. padding: 5px;
  894. background:transparent;
  895. background-position:center;
  896. background-attachment:fixed;
  897. border: 3px solid #e84058;
  898. outline: 2px solid #aa4943;
  899. outline-offset: 3px;
  900. margin-bottom: 30px;
  901. margin-left: 7px;
  902.  
  903. }
  904.  
  905. .ques {
  906.  
  907. width: 260px;
  908. text-align: center;
  909. margin-left: 18px;
  910. }
  911.  
  912. #asker {
  913.  
  914. color: #fff;
  915. font-family: 'Montserrat', sans-serif;
  916. text-transform: uppercase;
  917. line-height: 100%;
  918. margin-bottom: 10px;
  919. text-align: center;
  920. font-size: 15px;
  921.  
  922. }
  923.  
  924. #asker a {
  925. color: #fff;
  926. }
  927.  
  928. #asker a:hover {
  929.  
  930. color:#d8714a;
  931. letter-spacing:2px;
  932.  
  933. }
  934.  
  935. #question {
  936. font-family: 'Montserrat', sans-serif;
  937. text-transform: uppercase;
  938. font-size: 10px;
  939. color: white;
  940. text-shadow: 10px 10px 10px 10px white;
  941.  
  942. }
  943.  
  944. ul#tabs {text-align: center;}
  945. ul#tabs li { /*– your inactive / not viewed tabs –*/
  946. display: inline-block;
  947. background-color: transparent;
  948. border-bottom: solid 0px;
  949. padding: 5px 10px;
  950. margin-bottom: 4px;
  951. color: #fff;
  952. cursor: pointer;
  953. font-weight:bold;
  954. font-size: 8px;
  955.  
  956. }
  957.  
  958. ul#tabs li.active { /*– your active tab –*/
  959. display: inline-block;
  960. background-color: transparent;
  961. border-bottom: dashed 1px #e94158;
  962. padding: 5px 10px;
  963. margin-bottom: 4px;
  964. color: #e94158;
  965. cursor: pointer;
  966. font-weight:bold;
  967. -webkit-transition:
  968. all 0.5s ease-out;
  969. -moz-transition: all 0.5s ease-out;
  970. transition: all 0.5s ease-out;
  971. }
  972.  
  973. ul#tab, ul#tabs{list-style-type:none;margin:0px;padding:0px;}
  974. ul#tab li.active {display: block;}
  975. ul#tab li {display: none;}
  976.  
  977.  
  978. {CustomCSS}</style></head><body>
  979.  
  980.  
  981.  
  982. <script>
  983. (function($){
  984. $(document).ready(function(){
  985. $(“a[title]”).style_my_tooltips({
  986. tip_follows_cursor:true,
  987. tip_delay_time:7,
  988. tip_fade_speed:7,
  989. attribute:“title”
  990. });
  991. });
  992. })(jQuery);
  993. </script>
  994.  
  995.  
  996. <div class="credit"><a href="http://hollywhood.tumblr.com/" title="made by me with help from tutorials."><span class="credit"><B>R.</B></span></a></div>
  997.  
  998. <div id="sidebar">
  999.  
  1000. <div id="sidebarimage">
  1001. <a href="/"><img src="{image:sidebar}"></a></div>
  1002.  
  1003. <div class="sidebartitle">{text:sidebartitle}</div>
  1004.  
  1005.  
  1006. <div id="links">
  1007.  
  1008.  
  1009. <div class="alinks">
  1010. <a href="/" title="MY HEART IS / AS BARREN AS OPEN SKY."> 01. </a>
  1011. </div>
  1012.  
  1013.  
  1014. <div class="blinks">
  1015. <a href="#?w=245" rel="01" class="poplight" title="BLOODIED POSTERS."> 02. </a>
  1016. </div>
  1017.  
  1018.  
  1019. <div class="clinks">
  1020. <a href="#?w=245" rel="02" class="poplight" title="PEACEMAKER / PEACEKEEPER."> 03. </a> </a>
  1021. </div>
  1022.  
  1023.  
  1024. <div class="dlinks">
  1025. <a href="#?w=245" rel="04" class="poplight" title="THE COFFIN WORMS WEEP."> 04. </a> </a>
  1026. </div>
  1027.  
  1028.  
  1029. <div class="elinks">
  1030. <a href="#?w=245" rel="05" class="poplight" title="DO YOU: FALL TO YOUR KNEES?"> 05. </a> </a>
  1031. </div>
  1032. </div>
  1033.  
  1034. <div id="description"> <pre><h2>I : MOURN.</h2></pre>
  1035.  
  1036. <center>YOU'RE &nbsp; A &nbsp; GUNSHOT &nbsp; WOUND &nbsp; ; &nbsp; THE &nbsp; DEW &nbsp; THAT &nbsp; DROPS &nbsp; .
  1037. <br><br>
  1038.  
  1039. from &nbsp;grave &nbsp;to &nbsp;moon-glint, &nbsp;limbecks &nbsp;dried &nbsp;of &nbsp;blood: &nbsp;these &nbsp;woods &nbsp;decay &nbsp;and &nbsp;fall &nbsp;with &nbsp;vapours &nbsp;weeping &nbsp;their &nbsp;burthen &nbsp;to &nbsp;the &nbsp;ground.
  1040.  
  1041. <Br>
  1042. <Br>
  1043.  
  1044. AFTER &nbsp; SUMMERS &nbsp; FADE &nbsp; , &nbsp; DIES &nbsp; THE &nbsp; SWARM &nbsp; / &nbsp; DIES &nbsp; THE &nbsp; FIELD &nbsp; THAT &nbsp; LIES &nbsp; BENEATH</center>
  1045.  
  1046. <br>
  1047. <br>
  1048.  
  1049. <center> ━ <br>
  1050. ind . highly selec . priv . multi
  1051. <br>
  1052. <b>JESSE MCCREE</b>
  1053. <br>
  1054. with poetry and headcanon influences</center>
  1055. <br></div>
  1056. </div>
  1057.  
  1058. <div id="pagination">
  1059. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">❮</a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">❯</a>{/block:NextPage}{/block:Pagination}
  1060. </div></div></div>
  1061.  
  1062. <div id="entries">{block:Posts}<div id="post">
  1063. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1064.  
  1065. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-250}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1066.  
  1067. {block:Photoset}<center>{Photoset-250}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1068.  
  1069. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1070.  
  1071. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1072.  
  1073. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  1074.  
  1075. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  1076. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1077.  
  1078. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1079.  
  1080. {block:Answer}
  1081. <div id="asker">{Asker}</div>
  1082. <div id="ask">{question}</div>
  1083.  
  1084. {Answer}{/block:Answer}
  1085.  
  1086. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">▪</a>
  1087. {/block:Date} {block:NoteCount}
  1088. <a href="{Permalink}" a title="{NoteCount}">▪</a> {/block:NoteCount}
  1089.  
  1090. {block:RebloggedFrom}
  1091. <a title="{ReblogParentName}" href="{ReblogParentURL}">▪</a>
  1092. {/block:RebloggedFrom}
  1093. <a href="{ReblogURL}"target="blank" title="reblog this post">▪</a>
  1094. </div>
  1095.  
  1096. {block:HasTags}
  1097.  
  1098. <div class="tags">
  1099. <center>{block:Tags}
  1100. ✦ <a title="{Tag}"href="{TagURL}">{Tag}</a>
  1101. {/block:Tags}</div>
  1102. {/block:HasTags}</center>
  1103.  
  1104. <div class="postnote">
  1105. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1106. </div>
  1107. </div>
  1108. {/block:Posts}
  1109.  
  1110. </div>
  1111.  
  1112. </body>
  1113.  
  1114. <div id="01" class="popup_block">
  1115. <div class="popask">
  1116.  
  1117. <pre><h2>AIN'T GOT TIME TO SPARE.</h2></pre><center>anon hate will be deleted.</CENTER><p><iframe frameborder="0" scrolling="no" width="100%" height="300" src="http://www.tumblr.com/ask_form/pcemkr.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  1118. </div>
  1119. </div>
  1120. </div>
  1121.  
  1122. <div id="02" class="popup_block">
  1123. <div class="poptext">
  1124.  
  1125. <pre><h2>Q: DO YOU BLEED?</h2></pre>
  1126.  
  1127. <ul id="tabs">
  1128. <li class="active">LAW.</li>
  1129. &nbsp&nbsp&nbsp
  1130. <li>MAINS.</li>
  1131. </ul>
  1132.  
  1133. <ul id="tab">
  1134. <li class="active">
  1135. <br>
  1136.  
  1137. <center>indie . low activity . canon divergent . remade april 2018 </center>
  1138.  
  1139. <h3>* 01 . GENERAL</h3>
  1140.  
  1141. this blog is going to be low activity in regards to writing indefinitely. i'm a student at the moment so my focus isn't this blog nor tumblr in general, so please be aware of that! furthermore i also do a lot of things outside of school which will keep me busy too, but you'll probably catch me spamming ooc posts and then deleting them. if that bothers you then following me isn't the best idea.
  1142. <br>
  1143. <br>
  1144.  
  1145. <h3> * 02 . FOLLOWING</h3>
  1146.  
  1147. i'm pretty general about who i follow since i like to have an active dash although i <b>am</b> picky with who i actually write with. however i <i>wont</i> be interacting with any boku no hero academia rp blogs. this is due to personal reasons. jesse is a really fickle muse and i have the creativity of slug when concerning starters, so plotting is something i prefer. furthermore i am <i>duplicate friendly</i> but i understand that others might not be! it's totally fine with me either way.
  1148. <br>
  1149. <br>
  1150. also! <b>if you see me interacting with someone problematic please let me know.</b> i can't promise to know everyone who's been called out in the past and hasn't fixed their behaviour due to not always being online. i'd really appreciate it so i rectify it and apologise!
  1151. <br>
  1152. please keep in mind that if you support/follow <i>jael, mars/mishka or sol</i> you'll be blocked without hesitation.
  1153.  
  1154. <h3>* 03 . PORTRAYAL</h3>
  1155.  
  1156. <img src='https://78.media.tumblr.com/8f8ac221ba5eab4de0459dd13c3bb6c8/tumblr_inline_p991y1fgI71vhncyp_540.png'/>
  1157.  
  1158. <h3>* 04 . SHIPPING</h3>
  1159.  
  1160. oh boy oh boy am i subjective about who i ship jesse with! i'm <i>not</i> particularly fond of <b>mcreyes</b> and <b>mchanzo</b> due to personal reasons, and i write jesse as gay. i'm more than welcome to establishing relationships but just keep these things in mind.
  1161. <br>
  1162. <br>
  1163. my main verse shipping partner is <a href="http://clipped.co.vu/">ryuujn</a> meaning that other ships will have to be established in alternate verses.
  1164.  
  1165. <h3> * 05 . FORMATTING / WRITING</h3>
  1166.  
  1167. my writing is very much so poetic! i prefer shorter threads and sometimes i won't use icons. for my writing partners i don't mind what writing style you use nor if you use icons. i'm pretty chill with it! although for longer threads i'll most likely contact you to plan out where it's going.
  1168.  
  1169. <h3>* 06 . GRAPHICS</h3>
  1170.  
  1171. it should be clear that everything on this blog apart from the base code is mine! and i'd really appreciate it if you didn't copy my aesthetics in anyway, even if you ask. <b>however</b> i am more than welcome to <i>making you something</i> depending on how well i know you. if you would like a graphic for either a promo, header etc. my IMs are always open! but i will be slow in making them if i agree to do so.
  1172.  
  1173. <h3>* 07 . PERSONAL</h3>
  1174.  
  1175. hello and welcome to my humble abode. i'm rory (they/them) and i'm a pretty chill person that really likes history and poetry. there's not a lot else to tell i'm afraid.
  1176. <br>
  1177. <br>
  1178. <b><a href="http://nickutried.tumblr.com//">ART CREDIT.</a></b>
  1179. </li>
  1180.  
  1181. <li>
  1182.  
  1183. <h3>* 08 . EXCLUSIVES</h3>
  1184. <b><a href="http://clipped.co.vu/">SHIMADA GENJI.</a></b>
  1185. </li>
  1186. </ul>
  1187.  
  1188. </div>
  1189. </div>
  1190. </div>
  1191.  
  1192. <div id="04" class="popup_block">
  1193. <div class="poptext">
  1194.  
  1195. <pre><h2>A: I UNPEEL.</h2></pre>
  1196.  
  1197. <br>
  1198.  
  1199.  
  1200. <ul id="tabs">
  1201. <li class="active">BASICS.</li>
  1202. &nbsp&nbsp&nbsp
  1203. <li>DETAILS.</li>
  1204. &nbsp&nbsp&nbsp
  1205. <li>EXTRA.</li>
  1206. </ul>
  1207.  
  1208. <ul id="tab">
  1209. <li class="active">
  1210. <br>
  1211.  
  1212. <center><h3>LAYER ONE.</h3></center>
  1213.  
  1214. <b>true name:</b> jesse guillermo vázquez
  1215. <br>
  1216. <b>also known as: </b> mccree, the outlaw, vázquez, joel ramírez, deadeye
  1217. <br>
  1218. <b>age: </b> 37
  1219. <br>
  1220. <b>height: </b> 6'4'
  1221. <br>
  1222. <b>sexuality: </b> homosexual
  1223. <br>
  1224. <b>species:</b> human
  1225. <br>
  1226. <b>ethnicity:</b> mexican
  1227. <br>
  1228. <b>nationality:</b> american
  1229. <br>
  1230. <b>gender:</b> male
  1231.  
  1232. <center><h3>LAYER TWO.</h3></center>
  1233.  
  1234. <b>place of birth: </b> new mexico, cloudcroft
  1235. <br>
  1236. <b>date of birth:</b> january 9th
  1237. <br>
  1238. <b>zodiac:</b> capricorn
  1239. <br>
  1240. <b>religion: </b> catholic
  1241. <br>
  1242. <b>spoken languages:</b> english, mexican spanish, spanish, french, russian, german, japanese and portuguese
  1243. <br>
  1244. <b>current living conditions:</b> declined the recall, currently on the run and living in safe houses / motels when the need arises
  1245. <br>
  1246. <b>current occupation:</b> mercenary
  1247.  
  1248. <center><h3>LAYER THREE.</h3></center>
  1249.  
  1250. <b>mother: </b> maria vázquez
  1251. <br>
  1252. <b>father: </b> jaime vázquez
  1253. <br>
  1254. <b>siblings: </b> none
  1255. <br>
  1256. <b>parents current status:</b> both deceased
  1257. <br>
  1258. <b>relationship status: </b> it's complicated <b>(</b> verse dependant <b>)</b>
  1259.  
  1260. <center><h3>LAYER FOUR.</h3></center>
  1261.  
  1262.  
  1263. </li>
  1264. <li>
  1265.  
  1266.  
  1267. <center><h3> a bloodied cross. </h3></center>
  1268.  
  1269.  
  1270. jesse's a *strums bango* sad man
  1271.  
  1272.  
  1273.  
  1274. </li>
  1275. <li>
  1276.  
  1277. this will... be a timeline . of jesse's life. once i got my shit together (which will be never)
  1278.  
  1279. </li>
  1280. </ul>
  1281.  
  1282. </div>
  1283. </div>
  1284. </div>
  1285.  
  1286. <div id="05" class="popup_block">
  1287. <div class="poptext">
  1288.  
  1289. <pre><h2>THIS / IS NOT MINE.</h2></pre>
  1290.  
  1291. <ul id="tabs">
  1292. <li class="active">CANON.</li>
  1293. &nbsp&nbsp&nbsp
  1294. <li>ALTERNATE.</li>
  1295. &nbsp&nbsp&nbsp
  1296. <li>PRIVATE.</li>
  1297. </ul>
  1298.  
  1299. <ul id="tab">
  1300. <li class="active">
  1301. <br>
  1302.  
  1303. <h3>* MAIN VERSES.</h3>
  1304.  
  1305. yeah boi
  1306.  
  1307. </li>
  1308. <li>
  1309. <h3>* AU VERSES.</h3>
  1310. <br>
  1311.  
  1312. louder yeah boi
  1313.  
  1314.  
  1315.  
  1316. </li>
  1317. <li>
  1318.  
  1319. <h3>* PRIVATE VERSES.</h3>
  1320.  
  1321. </li>
  1322. </ul>
  1323.  
  1324. give me priv verses or give me death .
  1325.  
  1326.  
  1327. </div>
  1328. </div>
  1329.  
  1330.  
  1331.  
  1332. </div>
  1333. </div>
  1334. </div>
  1335.  
  1336. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement