Advertisement
Guest User

code

a guest
Oct 12th, 2017
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.39 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.  
  4. <html>
  5. <head>
  6.  
  7. <!---------- DO NOT REMOVE----------
  8.  
  9. ESTE TEMA PERTENECE A SHAMELESSVIRGIN
  10. POR FAVOR NO REMOVER EL CRÉDITO
  11. POR FAVOR NO ROBAR Y DISTRIBUIR
  12. POR FAVOR NO EDITAR Y DISTRIBUIR
  13.  
  14. ------------ DO NOT REMOVE---------->
  15.  
  16.  
  17.  
  18.  
  19. <title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}
  23. <meta name="description" content="{MetaDescription}" />
  24. {/block:Description}
  25.  
  26.  
  27. <meta name="color:background" content="#020104">
  28. <meta name="color:sidebar links" content="#dfdfdf">
  29. <meta name="color:sidebar shadow" content="#000000">
  30. <meta name="color:sidebar hover" content="#942e0f">
  31. <meta name="color:links" content="#ffd996">
  32. <meta name="color:links shadow" content="#976835">
  33. <meta name="color:links hover" content="#ce8d2a">
  34. <meta name="color:text" content="#ffffff">
  35. <meta name="color:blockquote" content="#d4a55f">
  36. <meta name="color:bold" content="#763e1c">
  37. <meta name="color:bold shadow" content="#000000">
  38. <meta name="color:italic" content="#ffffff">
  39. <meta name="color:italic shadow" content="#ffffff">
  40. <meta name="color:underline" content="#a26031">
  41. <meta name="color:big" content="#ffffff">
  42. <meta name="color:big shadow" content="#ffffff">
  43. <meta name="color:pre text" content="#000000">
  44. <meta name="color:pre bg" content="#dab690">
  45. <meta name="color:ask text" content="#ededed">
  46. <meta name="color:askbg" content="#1d1d1d">
  47. <meta name="color:ask border" content="#975e21">
  48. <meta name="color:info" content="#151617">
  49. <meta name="color:info text" content="#f0954b">
  50. <meta name="color:info border" content="#070707">
  51. <meta name="color:info hover" content="#be664b">
  52. <meta name="color:pagi" content="#a35414">
  53. <meta name="color:selec bg" content="#000000">
  54. <meta name="color:selec" content="#9f4518">
  55. <meta name="color:tags" content="#4c4c4c">
  56. <meta name="color:tags hover" content="#863f20">
  57.  
  58. <meta name="image:Background" content="http://i.imgur.com/kcLglBS.gif"/>
  59. <meta name="image:info" content="http://i.imgur.com/GoDwo5K.gif"/>
  60.  
  61. <meta name="text:TITLE1" content="">
  62. <meta name="text:TITLE2" content="">
  63.  
  64. <meta name="text:Link 1 URL" content="">
  65. <meta name="text:Link Title 1" content="">
  66. <meta name="text:Link 2 URL" content="">
  67. <meta name="text:Link Title 2" content="">
  68. <meta name="text:Link 3 URL" content="">
  69. <meta name="text:Link Title 3" content="">
  70. <meta name="text:Link 4 URL" content="">
  71. <meta name="text:Link Title 4" content="">
  72. <meta name="text:Link 5 URL" content="">
  73. <meta name="text:Link Title 5" content="">
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  81. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  82. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  83.  
  84.  
  85.  
  86. <script type="text/javascript">
  87. <!--
  88. function clickIE() {if (document.all) {(message);return false;}}
  89. function clickNS(e) {if
  90. (document.layers||(document.getElementById&&!document.all)) {
  91. if (e.which==2||e.which==3) {(message);return false;}}}
  92. if (document.layers)
  93. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  94. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  95. document.oncontextmenu=new Function("return false")
  96. // -->
  97. </script>
  98.  
  99.  
  100. <!--This is for you hover titles (When you hover over a link) -->
  101.  
  102.  
  103.  
  104. <script type="text/javascript">
  105. WebFontConfig = {
  106. google: { families: [ 'karla' ] }
  107. };
  108. (function() {
  109. var wf = document.createElement('script');
  110. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  111. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  112. wf.type = 'text/javascript';
  113. wf.async = 'true';
  114. var s = document.getElementsByTagName('script')[0];
  115. s.parentNode.insertBefore(wf, s);
  116. })(); </script>
  117.  
  118. <script>
  119. $(document).ready(function() {
  120. //
  121. $('a.poplight[href^=#]').click(function() {
  122. var popID = $(this).attr('rel'); //Get Popup Name
  123. var popURL = $(this).attr('href'); //Get Popup href to define size
  124. var query= popURL.split('?');
  125. var dim= query[1].split('&');
  126. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  127. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  128. var popMargTop = ($('#' + popID).height() + 80) / 2;
  129. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  130. //Apply Margin to Popup
  131. $('#' + popID).css({
  132. 'margin-top' : -popMargTop,
  133. 'margin-left' : -popMargLeft
  134. });
  135. $('body').append('<div id="fade"></div>');
  136. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  137. return false;
  138. });
  139. $('a.close, #fade').live('click', function() {
  140. $('#fade , .popup_block').fadeOut(function() {
  141. $('#fade, a.close').remove(); //fade them both out
  142. });
  143. return false;
  144. });
  145. });
  146. </script>
  147.  
  148.  
  149.  
  150.  
  151.  
  152. <!--
  153. VERSE TABS SCRIPT
  154. -->
  155.  
  156.  
  157. <script>
  158.  
  159. $(document).ready(function(){
  160. $("ul#tabs li").click(function(e){
  161. if (!$(this).hasClass("active")) {
  162. var tabNum = $(this).index();
  163. var nthChild = tabNum+1;
  164. $("ul#tabs li.active").removeClass("active");
  165. $(this).addClass("active");
  166. $("ul#tab li.active").removeClass("active");
  167. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  168. }
  169. });
  170. });
  171. </script>
  172.  
  173. <script type="text/javascript">
  174. jQuery(document).ready(function() {
  175. jQuery(".sub").hide();
  176. //toggle the componenet with class msg_body
  177. jQuery(".cthrough").click(function()
  178. {
  179. jQuery(this).next(".sub").slideToggle(500);
  180. });});
  181. </script>
  182.  
  183.  
  184.  
  185.  
  186. <link href="https://fonts.googleapis.com/css?family=Raleway:300" rel="stylesheet">
  187. <link href="https://fonts.googleapis.com/css?family=Karla" rel="stylesheet">
  188. <link href="http://fonts.googleapis.com/css?family=IM+Fell+Double+Pica+SC" rel="stylesheet" type="text/css">
  189. <link href="http://fonts.googleapis.com/css?family=VT323" rel="stylesheet" type="text/css">
  190. <link href="http://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet" type="text/css">
  191. <link href="http://fonts.googleapis.com/css?family=Alex+Brush" rel="stylesheet" type="text/css">
  192. <link href='https://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'>
  193. <link href="http://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet" type="text/css">
  194. <link href="http://fonts.googleapis.com/css?family=Amatic+SC:250,700" rel="stylesheet" type="text/css">
  195. <link href="https://fonts.googleapis.com/css?family=karla" rel="stylesheet">
  196. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  197.  
  198.  
  199. <style type="text/css">
  200.  
  201.  
  202. /* this is for the scrollbar */
  203.  
  204. ::-webkit-scrollbar-thumb{
  205. background-color: transparent;
  206. border-radius:0px;
  207. height:auto;
  208. }
  209.  
  210. ::-webkit-scrollbar {
  211. height:auto;
  212. width:4px;
  213. border: 1px transparent;
  214. border-radius:0px;
  215. }
  216.  
  217.  
  218. /* TOOLTIPS */
  219.  
  220. #s-m-t-tooltip{
  221. max-width:400px;
  222. margin-left:10px;
  223. padding:0px 5px;
  224. background: #b8b8b8;
  225. background-image:url("{image:info}");
  226. border: 3px double #202020;
  227. outline: 1px dashed #202020;
  228. outline-offset: 2px;
  229. background-repeat:repeat;
  230. background-attachment:fixed;
  231.  
  232. outline-offset:2px;
  233. text-shadow:1px 1px 0px #101010, 1px -1px 0px #101010,-1px -1px 0px #101010,-1px 1px 0px #101010,0px 1px 0px #101010,0px -1px 0px #101010,1px 0px 0px #101010,-1px 0px 0px #101010;
  234. color:#fff;
  235. z-index:99999999999999999999;
  236. font-size:7px;
  237. font-weight:bold;
  238. letter-spacing:3px;
  239. font-family: 'karla', sans-serif;
  240. text-transform:uppercase;
  241. }
  242.  
  243.  
  244.  
  245.  
  246. /* ENTRIES */
  247.  
  248.  
  249. blockquote {
  250. width:240px;
  251. border-left:1px solid {color:blockquote};
  252. margin-left:1px;
  253. padding-left:10px;
  254. padding-top:1px;
  255. padding-bottom:1px;
  256.  
  257. }
  258.  
  259. img {
  260. padding-left: 5px;
  261. max-width:500px;
  262. padding-bottom:10px;
  263. height: auto;
  264.  
  265. -webkit-transition: all 0.5s ease-in-out;
  266. -moz-transition: all 0.5s ease-in-out;
  267. -o-transition: all 0.5s ease-in-out;
  268. -ms-transition: all 0.5s ease-in-out;
  269. transition: all 0.5s ease-in-out; }
  270.  
  271. img:hover {
  272. opacity: 1.0;
  273. -webkit-transition: all 0.5s ease-in-out;
  274. -moz-transition: all 0.5s ease-in-out;
  275. -o-transition: all 0.5s ease-in-out;
  276. -ms-transition: all 0.5s ease-in-out;
  277. transition: all 0.5s ease-in-out;
  278. -webkit-filter:none;}
  279.  
  280. .html_photoset {
  281. height: auto;
  282. opacity: 0.5;
  283. -webkit-transition: all 0.5s ease-in-out;
  284. -moz-transition: all 0.5s ease-in-out;
  285. -o-transition: all 0.5s ease-in-out;
  286. -ms-transition: all 0.5s ease-in-out;
  287. transition: all 0.5s ease-in-out; }
  288.  
  289. .html_photoset:hover {
  290. height: auto;
  291. opacity: 1.0;
  292. -webkit-transition: all 0.5s ease-in-out;
  293. -moz-transition: all 0.5s ease-in-out;
  294. -o-transition: all 0.5s ease-in-out;
  295. -ms-transition: all 0.5s ease-in-out;
  296. transition: all 0.5s ease-in-out; }
  297.  
  298.  
  299.  
  300. body {
  301. background:{color:background};
  302. background-attachment:fixed;
  303. background-repeat:no-repeat;
  304. background-position: bottom ; /* you can change this if to TOP or CENTER if you want */
  305. color:{color:text};
  306.  
  307. font-family:'karla', sans-serif;
  308. text-align:justify;
  309. font-size:10px;
  310. ;
  311. background-image:url("{image:Background}");
  312.  
  313. margin:0;
  314. padding-top:0;
  315. word-wrap:break-word;};
  316.  
  317.  
  318. }
  319.  
  320.  
  321.  
  322. /* bold (b), italic (i,em), and underlined (u) */
  323.  
  324.  
  325. er, ber, cer, {
  326. font-weight:normal;
  327. font-size:12px;
  328. text-align:center;
  329. font-style:normal;
  330. font-family: helvetica;
  331. padding-bottom:3px;
  332. line-height:80%;
  333. letter-spacing:3px;
  334. text-transform: uppercase;
  335. color:{color:blockquote};
  336. }
  337.  
  338.  
  339. sub, sup, small {
  340. font-size: 10px;
  341. color:{color:text};
  342. }
  343.  
  344. b, strong {
  345. font-size: 10px;
  346. text-transform:normal;
  347. font-size:10px;
  348. letter-spacing:2px;
  349. font-family: 'Karla', sans-serif;
  350. color:{color:bold};
  351. }
  352.  
  353. i,em{
  354. color:{color:italic};
  355. font-family: 'Karla', sans-serif;
  356. font-size:10px;
  357. letter-spacing:2px;
  358. padding-right:1px;
  359.  
  360. }
  361.  
  362. code {
  363. font-size: 10px;
  364. font-family:'courier new';
  365. }
  366.  
  367.  
  368. big{
  369. color:{color:big};
  370. font-size: 12px;
  371. text-transform:normal;
  372. letter-spacing:2px;
  373. font-family: 'Karla', sans-serif;
  374.  
  375. }
  376.  
  377.  
  378. u{
  379. color:{color:underline};
  380. }
  381.  
  382. pre {
  383. font-family:courier;
  384. text-align:center;
  385. text-transform:uppercase;
  386. font-size:10px;
  387. color:{color:pre text};
  388. background:{color:pre bg};
  389. padding:10px;
  390. padding-left:15px;
  391. padding-right:15px;
  392. word-wrap: break-word;
  393. }
  394.  
  395.  
  396. h1 {
  397. font-family: 'karla', sans-serif;
  398. text-transform:uppercase;
  399. text-align: center;
  400. font-size:15px;
  401. line-height:100%;
  402. color: {color:blockquote};
  403. }
  404.  
  405. h2 {
  406. font-size:17px;
  407. color: {color:big};
  408. font-family:'karla';
  409. font-weight:bold;
  410. }
  411.  
  412. h5 {
  413. font-size:18px;
  414. font-family: 'karla', sans-serif;;
  415. text-align:center;
  416. text-transform:lowercase;
  417. font-style:italic;
  418. line-height:100%;
  419. letter-spacing:0px;
  420. padding-bottom:-10px;
  421. color: {color:blockquote};
  422. }
  423.  
  424. h4 {
  425. font-size:11px;
  426. font-family: 'roboto'
  427. text-align:center;
  428. text-transform:uppercase;
  429. line-height:100%;
  430. letter-spacing:0px;
  431. font-weight:bold;
  432. color: {color:blockquote};
  433. }
  434.  
  435. h12 {
  436. font-size:16px;
  437. text-align:right;
  438. line-height:100%;
  439. letter-spacing:0px;
  440. font-family: 'IM Fell Double Pica SC', serif;
  441. color:{color:text};
  442. text-transform: uppercase;
  443. }
  444.  
  445. h81 {
  446. font-weight:normal;
  447. font-size:12px;
  448. text-align:center;
  449. font-style:normal;
  450. font-family: helvetica;
  451. padding-bottom:3px;
  452. line-height:80%;
  453. letter-spacing:3px;
  454. text-transform: uppercase;
  455. color:{color:blockquote};
  456. }
  457.  
  458. h3 {
  459. background-image: url("{image:info}");
  460. width:248px;
  461. background-repeat:repeat;
  462. background-attachment:fixed;
  463. border-left: double 3px #2b2b2b;
  464. border-top: double 3px #2b2b2b;
  465. border-right: double 3px #2b2b2b;
  466. border-bottom: double 3px #2b2b2b;
  467. padding:2px;
  468. color:#fff;
  469. font-size:9px;
  470. font-family:'karla';
  471. text-transform:uppercase;
  472. letter-spacing:2px;
  473. text-align:center;
  474. }
  475.  
  476. /* Links & hovers */
  477.  
  478.  
  479. a {
  480. color:{color:links};
  481. text-decoration:none;
  482. -moz-transition-duration:1s;
  483. -webkit-transition-duration:1s;
  484. -o-transition-duration:1s;
  485. }
  486.  
  487.  
  488. a:hover {
  489. color:{color:links hover};
  490. text-shadow: none;
  491. /* transition of the image when you hover on it */
  492. -moz-transition-duration:1s;
  493. -webkit-transition-duration:1s;
  494. -o-transition-duration:1s;
  495. }
  496.  
  497. /* Your sidebar, image, description and links */
  498.  
  499.  
  500.  
  501. #sidebar {
  502. position:fixed;
  503. margin-left:898px;
  504. width: 190px;
  505. margin-top:158px;
  506. background-color: transparent;
  507. padding:0px 5px 0px;
  508.  
  509.  
  510. }
  511.  
  512.  
  513. .pagination {
  514.  
  515. bottom:350px;
  516. left:50%;
  517. margin-left: 300px;
  518. position: fixed;
  519. text-align: left;
  520. letter-spacing:1px;
  521. text-transform:uppercase;
  522.  
  523. }
  524.  
  525. .pagination a{
  526. color: #dfdfdf;
  527. font-family'calibri';
  528. letter-spacing:4px;
  529. font-size:7px;}
  530.  
  531. .pagination a:hover{
  532. color:{color:links hover};
  533. -webkit-filter: blur(2px);
  534. -webkit-transition:all .5s ease-in-out;
  535. -moz-transition:all .5s ease-in-out;
  536. transition:all .5s ease-in-out;
  537.  
  538. }
  539.  
  540. #topbar {
  541. position:fixed;
  542. top:295px;
  543. left:470px;
  544. z-index: 9;
  545.  
  546. }
  547.  
  548.  
  549. .user {
  550. position: fixed;
  551. margin-left: -270px;
  552. left:50%;
  553. font-size: 20px;
  554. letter-spacing:-1px;
  555. font-family: 'Alex Brush', cursive;
  556. text-transform:lowercase;
  557. line-height: 170%;
  558. text-align: center;
  559. width: 500px;
  560. bottom:405px;
  561.  
  562. margin-right: auto;
  563. -ms-transform: rotate(-0deg);
  564. -webkit-transform: rotate(-0deg);
  565. transform: rotate(-0deg);
  566. -webkit-transition: all .5s linear;
  567. }
  568.  
  569. .user a {
  570. padding-left: 5px;
  571. font-size: 50px;
  572. color: {color:sidebar links};
  573. font-family: 'Alex Brush', cursive;
  574. text-shadow: none;
  575. width: 500px;
  576. -moz-transition-duration:.5s;
  577. -webkit-transition-duration:.5s;
  578. -o-transition-duration:.5s;
  579.  
  580. }
  581.  
  582. .user a:hover {
  583. padding-left: 5px;
  584. color: {color:sidebar hover};
  585. -moz-transition-duration:.9s;
  586. -webkit-transition-duration:.9s;
  587. -o-transition-duration:.9s;
  588. }
  589.  
  590.  
  591.  
  592. .user2 {
  593. position: fixed;
  594. margin-left: -330px;
  595. left:50%;
  596. font-size: 20px;
  597. letter-spacing:-1px;
  598. font-family: 'IM Fell Double Pica SC', serif;
  599. text-transform:uppercase;
  600. line-height: 170%;
  601. text-align: center;
  602. width: 500px;
  603. bottom:430px;
  604. margin-right: auto;
  605. -ms-transform: rotate(-0deg);
  606. -webkit-transform: rotate(-0deg);
  607. transform: rotate(-0deg);
  608. -webkit-transition: all .5s linear;
  609. }
  610.  
  611. .user2 a {
  612. padding-left: 5px;
  613. font-size: 30px;
  614. color: {color:bold};
  615. font-family: 'IM Fell Double Pica SC', serif;
  616. text-shadow: none;
  617. width: 500px;
  618. -moz-transition-duration:.5s;
  619. -webkit-transition-duration:.5s;
  620. -o-transition-duration:.5s;
  621.  
  622. }
  623.  
  624. .user2 a:hover {
  625. padding-left: 5px;
  626. color: {color:sidebar hover};
  627. text-shadow: 0px 0px 2px {color:sidebar shadow};
  628. -moz-transition-duration:.9s;
  629. -webkit-transition-duration:.9s;
  630. -o-transition-duration:.9s;
  631. }
  632.  
  633. /*popups and shit */
  634.  
  635. /* THE VERSES TABS */
  636.  
  637.  
  638. ul#tabs {
  639. list-style-type: none;
  640. padding: 0;
  641. text-align: center;
  642. font-size:8px;
  643. letter-spacing:1px;
  644. text-shadow:1px 1px 0px #4c4c4c,
  645. 1px -1px 0px #4c4c4c,
  646. -1px -1px 0px #4c4c4c,
  647. -1px 1px 0px #4c4c4c,
  648. 0px 1px 0px #4c4c4c,
  649. 0px -1px 0px #4c4c4c,
  650. 1px 0px 0px #4c4c4c,
  651. -1px 0px 0px #4c4c4c;
  652.  
  653. }
  654.  
  655.  
  656.  
  657. ul#tabs li {
  658. background-image: url("{image:info}");
  659. background-repeat:repeat;
  660. background-attachment:fixed;
  661. border-left: double 3px #000;
  662. border-top: double 3px #000;
  663. border-right: double 3px #000;
  664. border-bottom: double 3px #000;
  665. color:#e6e6e6;
  666. text-shadow:1px 1px 0px #000,
  667. 1px -1px 0px #000,
  668. -1px -1px 0px #000,
  669. -1px 1px 0px #000,
  670. 0px 1px 0px #000,
  671. 0px -1px 0px #000,
  672. 1px 0px 0px #000,
  673. -1px 0px 0px #000;
  674. display: inline-block;
  675. padding: 4px 10px;
  676. margin-bottom: 4px;
  677. cursor: pointer;
  678. }
  679.  
  680.  
  681.  
  682. ul#tabs li:hover {
  683. background-color: transparent;
  684. color: #eaeaea;
  685. }
  686.  
  687. ul#tabs li.active {
  688. background-image: url('');
  689. background:#151515;
  690. background-repeat:repeat;
  691. background-attachment:fixed;
  692. border-left: double 3px #000;
  693. border-top: double 3px #000;
  694. border-right: double 3px #000;
  695. border-bottom: double 3px #000;
  696. color:#e6e6e6;
  697. text-shadow:1px 1px 0px #000,
  698. 1px -1px 0px #000,
  699. -1px -1px 0px #000,
  700. -1px 1px 0px #000,
  701. 0px 1px 0px #000,
  702. 0px -1px 0px #000,
  703. 1px 0px 0px #000,
  704. -1px 0px 0px #000;
  705. display: inline-block;
  706. padding: 4px 10px;
  707. margin-bottom: 4px;
  708. cursor: pointer;
  709. }
  710.  
  711.  
  712.  
  713. ul#tab {
  714. list-style-type: none;
  715. margin: 0;
  716. padding: 0;
  717. }
  718.  
  719. ul#tab li {
  720. display: none;
  721. }
  722.  
  723. ul#tab li.active {
  724. display: block;
  725. }
  726.  
  727.  
  728.  
  729.  
  730.  
  731. .popup_block{
  732. display:none;
  733. background:#b8b6b4;
  734. padding:10px;
  735. border:0px solid #aaa; /* if you want a solid white pop-up, delete this */
  736. float:left;
  737. height: 420px;
  738. top:286px; left:605px;
  739. position:fixed;
  740. z-index: 99999;
  741. -webkit-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  742. -moz-box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  743. box-shadow: 0px 0px 0px #818081; /* delete for solid white */
  744. }
  745.  
  746.  
  747. *html #fade {position: fixed;}
  748. *html .popup_block {position: fixed;}
  749. #fade {
  750. display:none;
  751. position:fixed;
  752. left:0px;
  753. top:0px;
  754. width:100%;
  755. height:100%;
  756. z-index:9999;
  757. background:#000; /* change to #fff for solid white */
  758. opacity:0; /* change to opacity:1; */
  759. }
  760.  
  761. .popupnavlinks {
  762. padding-top:5px;
  763. text-align:center; }
  764.  
  765.  
  766. .popupnavlinks a {
  767. display:inline-block;
  768. width:90px; height:4px;
  769. margin:2px; padding:3px 6px 10px;
  770. text-align:center;
  771. background-image: url("{image:info}");
  772. background:#0d0d0d;
  773. background-repeat:repeat;
  774. background-attachment:fixed;
  775. border-left: double 3px #aaa;
  776. border-top: double 3px #aaa;
  777. border-right: double 3px #aaa;
  778. border-bottom: double 3px #aaa;
  779. color:#e6e6e6;
  780. font-size:8px;
  781. font-family:'karla', sans-serif;
  782. text-shadow:1px 1px 0px #000,
  783. 1px -1px 0px #000,
  784. -1px -1px 0px #000,
  785. -1px 1px 0px #000,
  786. 0px 1px 0px #000,
  787. 0px -1px 0px #000,
  788. 1px 0px 0px #000,
  789. -1px 0px 0px #000;
  790. display: inline-block;
  791. cursor: pointer;
  792. }
  793.  
  794.  
  795.  
  796. .popupnavlinks a:hover {
  797. display:inline-block;
  798. letter-spacing:2px; }
  799.  
  800. .navlinks {
  801. position: fixed;
  802. bottom:242px;
  803. margin-left:332px;
  804. left:50%;
  805. font-size: 12px;
  806. letter-spacing:1px;
  807. font-family:''karla', sans-serif;
  808. text-transform:uppercase;
  809. line-height: 170%;
  810. text-align: right;
  811.  
  812.  
  813. }
  814.  
  815. .navlinks a {
  816. display:inline-block;
  817. color:#fff;
  818. padding-left:10px;
  819. -webkit-transition: all 0.7s ease;
  820. -moz-transition: all 0.7s ease;
  821. -o-transition: all 0.7s ease;
  822.  
  823. }
  824.  
  825. .navlinks a:hover {
  826. color: #656565;
  827. letter-spacing: 2px;
  828. -webkit-filter: blur(1px);
  829. -webkit-transition:all .5s ease-in-out;
  830. -moz-transition:all .5s ease-in-out;
  831. transition:all .5s ease-in-out;
  832. }
  833.  
  834. .popupclose {
  835. float:right; top:0px; right:0px;
  836. margin-top:-10px; margin-right:-10px;
  837. font-family:'karla', sans serif;
  838. font-size:10px;
  839. font-weight:bold }
  840.  
  841. .popupclose a {
  842. color:#aaa }
  843.  
  844.  
  845.  
  846.  
  847.  
  848. #container {
  849. left:50%;
  850. height: 590px;
  851. width: 300px;
  852. text-align:justify;
  853. font-family:calibri;
  854. text-transform: auto;
  855. position: fixed;
  856. margin-left:-256px;
  857. bottom:180px; /* this could be changed for this bottom:-2px;; */
  858. overflow: auto;
  859. -webkit-mask-image: -webkit-gradient(
  860. linear, center 75%, center bottom,
  861. from(rgba(0,0,0,20)),
  862. to(rgba(20,0,0,0)));
  863. }
  864.  
  865.  
  866. #post {
  867. width:250px;
  868. margin-top:10px;
  869. text-align:justify;
  870. font-size:11px;
  871. line-height:110%;
  872. letter-spacing:0px;
  873. font-family:'karla', sans-serif;
  874. text-align:justify;
  875. font-size:10px;
  876. color:{color:text};
  877. margin-bottom: 30px;
  878. text-transform: auto;
  879. padding: 2px;
  880. margin-left: auto;
  881. margin-right: auto;
  882. }
  883.  
  884. #posts img {
  885. height:auto;
  886. max-width:100%;
  887. }
  888.  
  889. #photo img {
  890. width:100%;
  891. -webkit-border-radius:5px;
  892. -moz-border-radius:5px;
  893. border-radius:5px;
  894. }
  895.  
  896.  
  897. .caption {
  898. width:{select:Post size}px;
  899. text-align:justify;
  900. line-height:120%;
  901. }
  902.  
  903.  
  904.  
  905.  
  906. .question {
  907. font-family: 'karla';
  908. text-transform: uppercase;
  909. font-size:10px;
  910. font-style:bold;
  911. text-align:center;
  912. padding-top: 5px;
  913. margin-left:5px;
  914. text-transform:auto;
  915. line-height:130%;
  916. padding:8px;
  917. background:{color:askbg};
  918. background:url("{image:info}");
  919. color:{color:ask text};
  920. border-left:2px solid {color:ask border};
  921. border-right:2px solid {color:ask border};
  922. }
  923.  
  924. .asker {
  925. font-family: 'Dancing Script', cursive;
  926. padding-top:5px;
  927. max-width:230px;
  928. margin-top:0px;
  929. font-size:25px;
  930. padding-bottom:10px;
  931. }
  932.  
  933. .askeru {
  934. margin-top:-5px;
  935. margin-left:4px;
  936. text-transform:lowercase;
  937. font-style:italic;
  938. font-size:30px; }
  939.  
  940. .answer {
  941. padding-top:40px;
  942. text-align:justify;
  943. }
  944.  
  945.  
  946. .audio {
  947. width:450px;
  948. padding-bottom:10px;
  949. }
  950.  
  951.  
  952. .playercontainer {
  953. text-align:left;
  954. padding:10px;
  955. width:450px;
  956. }
  957.  
  958. .audioinfo {
  959. padding:10px;
  960. color:{color:text};
  961. }
  962.  
  963.  
  964. .note {
  965. text-transform:uppercase;
  966. font-style:normal;
  967. letter-spacing:0px;
  968. font-size: 9px;
  969. text-align:left;
  970. line-height:90%;
  971. margin-left:-40px;
  972. }
  973.  
  974. .note li {
  975. list-style-type:none;
  976. padding:10px 25px 10px 25px;
  977. text-align:left;
  978. margin:0px;
  979. -moz-transition-duration:0.5s;
  980. -webkit-transition-duration:0.5s;
  981. -o-transition-duration:0.5s;
  982. }
  983.  
  984. #info {
  985. font-family: 'VT323',serif ;
  986. width:235px;
  987. margin-top:10px;
  988. padding-top:4px;
  989. margin-left:1px;
  990. margin-right:auto;
  991. padding-BOTTOM:1px;
  992. font-size:14px;
  993. color:{color:info text};
  994. text-transform:uppercase;
  995. letter-spacing:1px;
  996. font-style:normal;
  997. text-align:center;
  998. padding:4px;
  999. border: 3px double #202020;
  1000. outline: 1px dashed #202020;
  1001. outline-offset: 2px;
  1002. background:url("{image:info}");
  1003. }
  1004.  
  1005. #info a {
  1006. font-size:15px;
  1007. color:{color:info text};
  1008. padding:5px;
  1009. font-style:normal;
  1010. }
  1011.  
  1012. #info a:hover {
  1013. color:{color:info hover};
  1014. -webkit-filter: blur(0px);
  1015. -moz-transition-duration:0.2s;
  1016. -webkit-transition-duration:0.2s;
  1017. -o-transition-duration:0.2s;
  1018. }
  1019.  
  1020. .tags {
  1021. width:235px;
  1022. text-transform:uppercase;
  1023. margin-left:auto;
  1024. margin-right:auto;
  1025. padding:3px;
  1026. font-size:12px;
  1027. font-style:normal;
  1028. font-family: helvetica;
  1029. padding-top:4px;
  1030. line-height:80%;
  1031. color:{color:tags};
  1032. font-size:12px;
  1033. text-align:center;
  1034. opacity:0;
  1035. -moz-transition-duration:.7s;
  1036. -webkit-transition-duration:.7s;
  1037. -o-transition-duration:.7s;
  1038.  
  1039. }
  1040.  
  1041. .tags a{
  1042. font-size:9px;
  1043. font-family: helvetica;
  1044. text-transform:none;
  1045. font-weight:0;
  1046. font-weight:none;
  1047. text-shadow: none;
  1048. color:{color:tags};
  1049. opacity:0.5;
  1050. font-weight:none;
  1051.  
  1052. }
  1053. .tags a:hover{
  1054. color:{color:tags hover};
  1055. opacity:1;
  1056. font-weight:none;
  1057. -moz-transition-duration:0.8s;
  1058. -webkit-transition-duration:0.8s;
  1059. -o-transition-duration:0.8s;
  1060.  
  1061. }
  1062.  
  1063. #post:hover .tags {
  1064. opacity:1;
  1065. -moz-transition-duration:1.2s;
  1066. -webkit-transition-duration:1.2s;
  1067. -o-transition-duration:1.2s;
  1068. }
  1069.  
  1070.  
  1071. /* Quote & Source */
  1072.  
  1073. .quotemarkleft {
  1074. font-size: 80px;
  1075. font-family: 'karla', sans-serif;
  1076. font-weight: bold;
  1077. line-height: 100px;
  1078. position: relative;
  1079. margin: 0px 0 -70px 30px;
  1080. color: #7c373d;
  1081. opacity: 0.9;
  1082. }
  1083.  
  1084. .quotemarkright {
  1085. font-family: 'karla', sans-serif;
  1086. font-size: 80px;
  1087. font-weight: bold;
  1088. padding-right: 0px;
  1089. line-height: 30px;
  1090. text-align: right;
  1091. position: relative;
  1092. margin:0 30px 0 -10px;
  1093. color: #7c373d;
  1094. opacity: 0.97;
  1095. }
  1096.  
  1097.  
  1098. #quote{
  1099. font-family:crimson text;
  1100. text-align:center;
  1101. font-size:25px;
  1102. line-height:18px;
  1103. font-weight:bold;
  1104. font-style:italic;
  1105. z-index:999;
  1106. }
  1107.  
  1108.  
  1109.  
  1110.  
  1111. .credit {
  1112. position:fixed;
  1113. font-family: arial;
  1114. color:{color:bold};
  1115. font-size:9px;
  1116. font-weight:bold;
  1117. line-height:100%;
  1118. letter-spacing:0px;
  1119. right:7px;
  1120. bottom:10px;
  1121. text-align:center;
  1122. -webkit-filter: blur(0px);
  1123. filter: blur(0px);
  1124. -webkit-transition: all 0.5s ease-in-out;
  1125. -moz-transition: all 0.5s ease-in-out;
  1126. -o-transition: all 0.5s ease-in-out;
  1127. -ms-transition: all 0.5s ease-in-out;
  1128. transition: all 0.5s ease-in-out;
  1129. }
  1130.  
  1131. .credit:hover {
  1132. color:transparent;
  1133. -webkit-filter: blur(2px);
  1134. filter: blur(2px);
  1135. text-shadow:0 0 7px {color:bold shadow};
  1136. -webkit-transition: all 0.5s ease-in-out;
  1137. -moz-transition: all 0.5s ease-in-out;
  1138. -o-transition: all 0.5s ease-in-out;
  1139. -ms-transition: all 0.5s ease-in-out;
  1140. transition: all 0.5s ease-in-out;
  1141. }
  1142.  
  1143.  
  1144.  
  1145. /* Selection Text & BG (instead of having that blue background when you highlight something) */
  1146.  
  1147.  
  1148. ::selection {
  1149. background:{color:selec bg};
  1150. color:{color:selec};
  1151. }
  1152.  
  1153. /* UPDATES */
  1154.  
  1155. #updatestab {
  1156.  
  1157. }
  1158.  
  1159. #updatestab #hover {
  1160. color:#fff;
  1161. text-transform:uppercase;
  1162. font-family:'karla', sans-serif;
  1163. font-size:12px;
  1164. color:{color:bold};
  1165. opacity:.2;
  1166. position:fixed;
  1167. position:fixed;
  1168. right:360px;
  1169. bottom:222px;
  1170. -moz-transform: rotate(-90deg);
  1171. -webkit-transform: rotate(-90deg);
  1172. -o-transform: rotate(-90deg);
  1173. -ms-transform: rotate(-90deg);
  1174. transform: rotate(-90deg);
  1175. -webkit-transition: all .5s ease-in-out;
  1176. -moz-transition: all .5s ease-in-out;
  1177. -ms-transition: all .5s ease-in-out;
  1178. -o-transition: all .5s ease-in-out;
  1179. transition: all .5s ease-in-out;
  1180. }
  1181.  
  1182. #updatestab:hover #hover {
  1183. -webkit-filter: blur(2px);
  1184. filter: blur(2px);
  1185. }
  1186.  
  1187. #updatestab:hover #updatescontent {
  1188. opacity:1;
  1189. -moz-transform: translateX(-195px);
  1190. -webkit-transform: translateX(-195px);
  1191. -o-transform: translateX(-195px);
  1192. -ms-transform: translateX(-195px);
  1193. transform: translateX(-195px);
  1194. }
  1195.  
  1196. #updatescontent {
  1197. width:150px;
  1198. height:250px;
  1199. overflow:hidden;
  1200. position:fixed;
  1201. bottom:20px;
  1202. right:50px;
  1203. opacity:0;
  1204. -webkit-transition: all .8s ease-in-out;
  1205. -moz-transition: all .8s ease-in-out;
  1206. -ms-transition: all .8s ease-in-out;
  1207. -o-transition: all .8s ease-in-out;
  1208. transition: all .8s ease-in-out;
  1209. }
  1210.  
  1211. #updatestext {
  1212. color:{color:text};
  1213. text-align:center;
  1214. font-family:''karla', serif;
  1215. font-size:11px;
  1216. }
  1217.  
  1218. #updatestext hr {
  1219. width:75%;
  1220. border:0px;
  1221. border-bottom:1px solid #0c0c0c;
  1222. }
  1223.  
  1224. #updatestext i, em {
  1225. color:{color:italic};
  1226. text-shadow:none;
  1227. }
  1228.  
  1229. #updatestext b, strong {
  1230. color:{color:bold};
  1231. text-shadow:none;
  1232. }
  1233.  
  1234. #updatestext a {
  1235. color:{color:links};
  1236. text-decoration:none;
  1237. -webkit-transition: all .5s ease-in-out;
  1238. -moz-transition: all .5s ease-in-out;
  1239. -ms-transition: all .5s ease-in-out;
  1240. -o-transition: all .5s ease-in-out;
  1241. transition: all .5s ease-in-out;
  1242. }
  1243.  
  1244. #updatestext a:hover {
  1245. color:{color:links hover};
  1246. }
  1247.  
  1248. /* UPDATES TAB */
  1249.  
  1250.  
  1251. </style></head><body>
  1252.  
  1253. <!-- SCM Music Player http://scmplayer.co -->
  1254. <script type="text/javascript" src="http://scmplayer.co/script.js"
  1255. data-config="{'skin':'http://static.tumblr.com/qft2cvq/w5Zn26xbc/skin-2.css','volume':39,'autoplay':true,'shuffle':false,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'one.','url':'https://www.youtube.com/watch?v=820W68gHo88'},{'title':'two.','url':'https://www.youtube.com/watch?v=-eJbxI-jZbA'},{'title':'three.','url':'https://www.youtube.com/watch?v=jgzOcb8T-04'},{'title':'four.','url':'https://www.youtube.com/watch?v=TynHJ0_amDY'},{'title':'five.','url':'https://www.youtube.com/watch?v=3gKfXYQBLnQ'},{'title':'six.','url':'https://www.youtube.com/watch?v=DFsEXR9mQys'},{'title':'seven.','url':'https://www.youtube.com/watch?v=u9Dg-g7t2l4'},{'title':'eight.','url':'https://www.youtube.com/watch?v=5mwEemWkZFo'},{'title':'nine.','url':'https://www.youtube.com/watch?v=i7RzDC1KcoA'},{'title':'ten.','url':'https://www.youtube.com/watch?v=kQsAdkkg8Cs'},{'title':'eleven.','url':'https://www.youtube.com/watch?v=D3fxmH_L2r4'},{'title':'twelve.','url':'https://www.youtube.com/watch?v=6Ejga4kJUts'},{'title':'thirteen.','url':'https://www.youtube.com/watch?v=WM8bTdBs-cw'},{'title':'fourteen.','url':'https://www.youtube.com/watch?v=Agp6POuapIc'}]}" ></script>
  1256. <!-- SCM Music Player script end -->
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264. <div class="credit"><a href="http://shamelessvirgin.tumblr.com/" title="CREDIT">©</a></div>
  1265.  
  1266. <div id="sidebar">
  1267.  
  1268. <div class="navlinks">
  1269. <a href="/a" title="PROTOCOL"><img src="https://i.imgur.com/iNDOyuW.png"></a>
  1270.  
  1271.  
  1272. </div>
  1273.  
  1274. <div class="pagination">
  1275.  
  1276. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">PREV \</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">/ NEXT</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  1277. </div></div></div>
  1278.  
  1279. </div>
  1280.  
  1281. <div id="container">
  1282.  
  1283. <div id="entries">
  1284.  
  1285. {block:Posts}
  1286.  
  1287. <!--This is where you fix all your post (your quotes post, text post, photo post, audio post, etc. -->
  1288.  
  1289. <div id="post">
  1290.  
  1291. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1292.  
  1293. <!-- if you want to change de width you need to change the -500 for -250/250 or simply let the 500 -->
  1294.  
  1295. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1296.  
  1297.  
  1298. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1299.  
  1300.  
  1301. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1302.  
  1303. <!-- only on those three -->
  1304.  
  1305. {block:Quote}<div class="quote"><big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div></div>{/block:Source}{/block:Quote}
  1306.  
  1307. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1308.  
  1309. {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}
  1310.  
  1311. {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}
  1312. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1313.  
  1314.  
  1315.  
  1316. {block:Answer}
  1317. <div class="question">{question}</div>
  1318. <div class="asker">{Asker}<br><br></div>
  1319. {Answer}{/block:Answer}
  1320.  
  1321. {block:Date}<div id="info"> <a href="{Permalink}" title="{TimeAgo}">■</a>
  1322. {/block:Date} {block:NoteCount} <a href="{Permalink}" title="{NoteCount}">■</a> {/block:NoteCount}
  1323.  
  1324. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">■</a> {/block:RebloggedFrom}{block:ContentSource} <a title="{SourceTitle}" href="{SourceURL}">■</a>{/block:ContentSource} {/block:RebloggedFrom} <a href="{ReblogURL}"target="_blank" title="REBLOG?">■</a> </div>
  1325.  
  1326. {block:HasTags}
  1327. <div class="tags">
  1328. <center> {block:Tags} <a href="{TagURL}">&nbsp; #{Tag} </a> {/block:Tags} </div></center>
  1329. {/block:HasTags}
  1330. </div>
  1331. </div>
  1332.  
  1333. <div class="postnote">
  1334. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1335.  
  1336.  
  1337. {/block:Posts}
  1338.  
  1339.  
  1340. </div>
  1341.  
  1342.  
  1343.  
  1344. </div></div>
  1345.  
  1346.  
  1347. <!-- SCRIPTS -->
  1348.  
  1349. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1350. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1351.  
  1352. <script>
  1353. (function($){
  1354. $(document).ready(function(){
  1355. $("[title]").style_my_tooltips({
  1356. tip_follows_cursor:true,
  1357. tip_delay_time:90,
  1358. tip_fade_speed:600,
  1359. attribute:"title"});
  1360. });})(jQuery);
  1361. </script>
  1362.  
  1363. <link href='http://static.tumblr.com/7bmjmb1/eHantn10w/photoset.css' rel='stylesheet' type='text/css'>
  1364. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  1365.  
  1366. <script>
  1367. $(document).ready(function() {
  1368. $('.photo-slideshow').pxuPhotoset({
  1369. 'ligthbox': true, // uses the default Tumblr lightbox, change to false to use your own
  1370. 'rounded' : 'corners', // corners, all or false
  1371. 'highRes' : true, // will use high res images
  1372. 'gutter' : '3px', // spacing between the images
  1373. }, function() {
  1374. $(this).animate({opacity:1});
  1375. });});
  1376. </script>
  1377.  
  1378. <script>
  1379. $(document).ready(function(){
  1380. $('.video iframe').each(function(){
  1381. var scale = $(this).parents('.video').width() / 500;
  1382. $(this).attr({
  1383. width: Math.floor($(this).attr('width') * scale),
  1384. height: Math.floor($(this).attr('height') * scale)})
  1385. ;});});
  1386. </script>
  1387.  
  1388.  
  1389. <!-- UPDATES TAB -->
  1390.  
  1391.  
  1392. <!-- UPDATES TAB -->
  1393.  
  1394. </div>
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400. </body>
  1401.  
  1402. <div id="box1" class="popup_block">
  1403.  
  1404. <ul id="tabs">
  1405. <li class="active">RULES</li>
  1406. &nbsp;
  1407. <li>ABOUT</li> &nbsp;
  1408. <li>CREDITS</li>
  1409. </ul>
  1410.  
  1411. <div style="width:auto;height:600px;overflow:scroll;padding:5px;">
  1412.  
  1413. <ul id="tab">
  1414. <li class="active">
  1415.  
  1416.  
  1417. <h3>ESSENTIALS</h3>
  1418. <p>this is an independent roleplay blog of marvel&rsquo;s<strong> FRANK CASTLE / THE PUNISHER.</strong> i am a plot - based, &nbsp;multi - para driven blog, prone to dropping one - liners so i try my best to avoid them. as of right now, i write frank based off the netflix series, though i am slowly familiarizing myself with comic and animated mythos. i will incorporate those and my own head canons as i work to develop frank more. i&rsquo;ll also incorporate whatever details the punisher series happens to add as well, once it&rsquo;s released.&nbsp;</p>
  1419. <p>i am very oc and crossover friendly! i only ask that you have an about page for me to peruse.&nbsp;</p>
  1420. <h3>RULES</h3>
  1421. <p>i am a private and selective blog, &nbsp; &nbsp;meaning i won&rsquo;t interact with non mutuals and will be selective regarding who i choose to interact with. &nbsp; i am a pretty busy person, &nbsp; with a job and school and a social life, &nbsp; so i prefer not to stress myself out. &nbsp; as such, &nbsp;i keep my blogroll below 300 for my own sanity. &nbsp;this isn&rsquo;t anything personal, &nbsp; of course. &nbsp; i have notoriously awful executive function on top of my hectic schedule, &nbsp; &nbsp;so i am slow to respond.</p>
  1422. <p>i&rsquo;m open to, and will likely establish mains and exclusives. please don&rsquo;t approach me for shipping right away, considering frank is very closed off and prickly when it comes to shipping. anything developed through time and chemistry is on the table, but he&rsquo;s a man still grieving his family and puts his war before anything else.&nbsp;</p>
  1423. <p>triggering content and nsfw is a guarantee with this muse, &nbsp; though it&rsquo;ll all be tagged for your needs. &nbsp; this blog will contain gun and military imagery, &nbsp;and though i plan to heavily tag everything i can, &nbsp;please let me know if i miss anything. i am twenty, &nbsp; and frank is well over, so i am willing to write nsfw content. needless to say, i won&rsquo;t do so with anyone under the age of eighteen.&nbsp;</p>
  1424. <h3>WRITER</h3>
  1425. <p>october. she/hers. 20. currently a junior in college, with a part time job on top of it. i have a tendency toward sporadic jumps in activity, as inspiration and time comes and goes. i&rsquo;m also very reserved, which leads me to put off responding to many of my IMs or messages. this isn&rsquo;t personal at all &ndash; just me being easily overwhelmed by too much conversation. i have a discord and skype, which i&rsquo;m open to giving to mutuals.</p>
  1426. <p>my icon psd was made by willedpower.</p>
  1427.  
  1428. </li>
  1429. <li>
  1430.  
  1431. <h3>SETTING</h3>
  1432. <p>set after the events of season two of <em>daredevil</em>, &nbsp;<em>defenders</em> compliant. &nbsp;frank castle is dead and he thinks of himself as such, often refers to himself in the past tense. &nbsp;he&rsquo;s currently manning for his one man war against crime, &nbsp;setting his sights beyond hell&rsquo;s kitchen and to the international drug and human trafficking trade now that he&rsquo;s accounted for each and every person involved in the murder of his family. &nbsp;despite frank castle being dead, &nbsp; he still bereaves his wife, his children. while he&rsquo;s a fugitive, the events of midland circle have managed to take scrutiny off of the punisher, &nbsp; and he primarily resides in a safe house on the outskirts of hell&rsquo;s kitchen with his guard dog, &nbsp;max.</p>
  1433. <h3>DOSSIER</h3>
  1434. <p>at present, frank castle is forty years old.he spent over half of his life serving. enlisted in the marine corps at eighteen, was inducted into reconnaissance at twenty-eight, became a scout sniper at thirty. he stands at a formidable 5'10", broad shoulders and utilitarian muscle making up for any doubt in his stature. strength courses through his body, strength and discipline, and the brutal way he moves can only be compared to a tank in a battlefield.&nbsp;when not clad in the skull - emblazoned punisher armor, frank can mostly be found in hoodies, sweats, jeans. big coats and boots and sneakers, too. he&rsquo;s very practical but very adaptable, willing to adjust to any situation if it means self preservation both literally and in terms of his own freedom. &nbsp;</p>
  1435. <p>the murder of his family wrung whatever hope and optimism he felt after serving for so long and seeing so much, leaving him hollow, empty, angry. &nbsp;he&rsquo;s prone to random bouts of anger when he flies off the handle, but usually remains gruff and quiet when he can. he sees the world in black and white, though ironically enough sees himself in a gray area in between &ndash; a force, a necessary one too.</p>
  1436. <h3>MENTAL / PHYSICAL STATE</h3>
  1437. <p>though he would never admit it, he suffers from PTSD, a culmination of watching his family&rsquo;s murder and all of his years and tours in the corps. he&rsquo;s very desensitized to things that would be considered appalling to most. he also tends to be very blunt, and is known to lack filter because of his PTSD. he makes every word he says count for something.&nbsp;</p>
  1438. <p>sustained injuries include damage to his pre-frontal cortex after he was shot in the head in the drug sting that killed his family and a permanent bump in his nose from having broken it so many times. he also suffers from tinnitus from years of continued use of firearms and explosives with no earplugs, though he&rsquo;s unaware of it. he keeps his body in peak physical condition with a strict conditioning regimen, determined to stay ahead of his age for the sake of his war. it includes a healthy diet and plenty of exercise.&nbsp;</p>
  1439. <h3>SKILLSET</h3>
  1440. <p>tba!</p>
  1441.  
  1442. </li>
  1443.  
  1444. <li>
  1445. background image by @ batmanbeyond.<br>pop up & verse coding by agirlingrey.<br>icon psd by willedpower.<br><br>all headcanons / writing / graphics are my own unless specified.&nbsp; &nbsp; i take every screencap for every icon i make,&nbsp; &nbsp; whether it's comic or live action.&nbsp;&nbsp; <i>please do not take!</i>
  1446. </li>
  1447. </ul>
  1448.  
  1449.  
  1450. </div>
  1451. </div>
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458. <div id="box2" class="popup_block">
  1459.  
  1460. <h3>verses</h3>
  1461.  
  1462. <ul id="tabs">
  1463. <li class="active">ARCS.</li>
  1464. &nbsp;
  1465. <li>VERSES.</li>
  1466. &nbsp;
  1467. <li>ALTERNATIVE.</li>
  1468. </ul>
  1469.  
  1470. <div style="width:auto;height:600px;overflow:scroll;padding:5px;">
  1471.  
  1472.  
  1473.  
  1474. <ul id="tab">
  1475. <li class="active">
  1476.  
  1477.  
  1478. <img src="https://68.media.tumblr.com/e5630b80fa5b9f7dbac51d25daa8e6a0/tumblr_osg6w2UFWm1w2fmc8o4_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1479. <big><a href="/search/sand in all its forms" title="SAND IN ALL ITS FORMS">ONE.</a></big>
  1480.  
  1481. <p>you&rsquo;re born in the regency room of wayne manor with a silver spoon in your mouth and the burden of a legacy on your shoulders. &nbsp; &nbsp; your parents love you, &nbsp; more than money, &nbsp; more than anything. &nbsp; &nbsp; sometimes, &nbsp; &nbsp;your mother sings yiddish songs to you, &nbsp; strokes your hair when lay your head on her shoulder, &nbsp; &nbsp;teaches you piano and calligraphy and the meaning of privilege. &nbsp; your father reads ray bradbury to you every night, &nbsp; &nbsp;<em>the veldt</em>, &nbsp; and takes you for train rides on the dingy gotham rail. &nbsp;&nbsp;</p>
  1482. <p>two shots end your whole world. &nbsp; you cling into pearls broken from their necklace and father&rsquo;s pocket watch, &nbsp; hoping in vain that your parents will somehow live on through them. &nbsp; you have alfred, &nbsp; but you know you&rsquo;re all alone in this world, &nbsp; angry and an adult too early. &nbsp;that silver spoon in your mouth chokes you, &nbsp; the burden of legacy crushes you. &nbsp;</p>
  1483. <p>the dark clouds have no end in sight, &nbsp; so you try to end it yourself. &nbsp; you&rsquo;re eleven and it&rsquo;s the third year without <em>them</em> when you steal one of alfred&rsquo;s knives from the granite block on the counter and decide on it. &nbsp; &nbsp;you cut one wrist and change your mind. &nbsp; death is too permanent, &nbsp; and you know destiny has ascribed something better for you, &nbsp; even if you don&rsquo;t believe in god any more.&nbsp;</p>
  1484. <p>when you&rsquo;re twelve, you decide your destiny is vengeance, &nbsp; anger consuming you. &nbsp; you&rsquo;re fourteen when you steal alfred&rsquo;s gun. &nbsp;you're fifteen when you find joe chill with a needle in his arm and an empty bottle in his hand.&nbsp;</p>
  1485.  
  1486. <br><br><br>
  1487.  
  1488. <img src="https://68.media.tumblr.com/e5630b80fa5b9f7dbac51d25daa8e6a0/tumblr_osg6w2UFWm1w2fmc8o4_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1489. <big><a href="/search/to become a symbol" title="to become a symbol">TWO.</a></big>
  1490.  
  1491. <p>you realize there's more to justice than vengeance, and you dedicate yourself to finding it. you train your body on your own until you know you can't anymore do it anymore.&nbsp;</p>
  1492. <p>you graduate more schools than you can remember and train under even more masters. twenty - three, and you return to gotham ready to commit to your mission, &nbsp;carry out your promise, even if you don't quite know what that is. you have help &nbsp;-- &nbsp;harvey dent, &nbsp;jim gordon. &nbsp;your city is dirty, and you can't clean it on your own.</p>
  1493. <p>so, &nbsp;you turn yourself into a symbol.&nbsp;</p>
  1494.  
  1495. <br><br><br>
  1496.  
  1497.  
  1498. <img src="https://68.media.tumblr.com/e5630b80fa5b9f7dbac51d25daa8e6a0/tumblr_osg6w2UFWm1w2fmc8o4_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1499. <big><a href="/search/gilded era" title="GILDED ERA">THREE.</a></big>
  1500.  
  1501. <p>you take in dick grayson. &nbsp;your allies build as the years go on, &nbsp;and you seem to hone in all of your skills. &nbsp;you are the most fearsome thing that's ever lived, &nbsp;even if the masquerade of bruce wayne is the most bland thing that's ever lived.&nbsp;</p>
  1502. <p>harvey dent wins the office of district attorney and commissioner gordon becomes commissioner. &nbsp;the mob is running scared, &nbsp;even as new adversaries with painted faces and certain abilities seem to emerge from their ranks, rivaling everything you are. &nbsp; you marry talia al ghul, &nbsp;and your departure happens as quickly as you meet her.</p>
  1503. <p>you find jason todd when he's trying to pop the wheels off your car, &nbsp; of all things, &nbsp; and you adopt him. &nbsp; you don't know what your legacy is, &nbsp; but you want to help him fulfill it. &nbsp;together, &nbsp; batman and robin, &nbsp; &nbsp;you are the most fearsome thing that's ever lived.</p>
  1504. <p>and then.</p>
  1505.  
  1506. <br><br><br>
  1507.  
  1508.  
  1509. <img src="https://68.media.tumblr.com/e5630b80fa5b9f7dbac51d25daa8e6a0/tumblr_osg6w2UFWm1w2fmc8o4_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1510. <big><a href="/search/hunter's nights" title="HUNTER'S NIGHTS">FOUR.</a></big>
  1511.  
  1512. <p>and then.</p>
  1513. <p>jason todd dies in your arms, &nbsp;his blood on your hands in every way. &nbsp;it doesn't wash off for years. &nbsp;for years, &nbsp;for an eternity, &nbsp; you feel the structure of your life slip. &nbsp;you become someone else, &nbsp;something else. &nbsp; you are the most fearsome thing that's ever lived and you are alone. &nbsp;the whole city knows it, &nbsp;everyone does, &nbsp;and the only person you have is the display case of that robin suit in your case. &nbsp;&nbsp;</p>
  1514. <p>you have no one.&nbsp;</p>
  1515. <p>but.&nbsp;</p>
  1516.  
  1517. <br><br><br>
  1518.  
  1519.  
  1520. <img src="https://68.media.tumblr.com/e5630b80fa5b9f7dbac51d25daa8e6a0/tumblr_osg6w2UFWm1w2fmc8o4_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1521. <big><a href="/search/giants walk the earth" title="GIANTS WALK THE EARTH">FIVE</a></big>
  1522.  
  1523. <p>you aren't alone.&nbsp;</p>
  1524. <p>the justice league, &nbsp;formed from enhanced individuals and unenhanced individuals who want to save the world (and the universe, &nbsp;too, &nbsp; which seems all too big). &nbsp;who want to spread hope. &nbsp;you belong here, &nbsp; even &nbsp;if everything is dark and the black clouds ahead don't seem to be clearing up.&nbsp;</p>
  1525.  
  1526. <br><br><br>
  1527.  
  1528. <img src="https://68.media.tumblr.com/e5630b80fa5b9f7dbac51d25daa8e6a0/tumblr_osg6w2UFWm1w2fmc8o4_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1529. <big><a href="/search/the dawn" title="THE DAWN">SIX.</a></big>
  1530.  
  1531. <p>tim drake figures out your identity, &nbsp; wants to help you. &nbsp; he becomes robin, &nbsp; then stephanie brown after him, &nbsp; then your own flesh and blood, &nbsp;damian. &nbsp; there's barbara gordon and cassandra cain, &nbsp; too. &nbsp;you have a team, &nbsp;a network, &nbsp;a family. &nbsp;you are all more than soldiers for the cause of justice, &nbsp; and your city is dirty but you don't have to clean it alone. &nbsp;you have a mantle, &nbsp;a legacy, &nbsp; and it's cemented now.&nbsp;</p>
  1532.  
  1533. <br><br><br>
  1534.  
  1535. <img src="https://68.media.tumblr.com/e5630b80fa5b9f7dbac51d25daa8e6a0/tumblr_osg6w2UFWm1w2fmc8o4_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1536. <big><a href="/search/i still believe in gotham" title="I STILL BELIEVE IN GOTHAM">CURRENT.</a></big>
  1537.  
  1538. <p>your reunion with selina kyle &nbsp;(the most recent of many) &nbsp;is sweet, &nbsp; even after you presumed she died. &nbsp;the fervor of your combined effort to dismantle that thing of theirs from the inside out is even sweeter. &nbsp; with &nbsp;her role as &nbsp;the godfather of gotham's organized crime, &nbsp;and your own connections to it in the past that you had no idea of, &nbsp;scandal ensues. &nbsp; you've endured worse. &nbsp;haven't you?</p>
  1539.  
  1540. <br><br><br>
  1541.  
  1542.  
  1543.  
  1544. </li>
  1545. <li>
  1546.  
  1547.  
  1548.  
  1549. <img src="https://68.media.tumblr.com/e5630b80fa5b9f7dbac51d25daa8e6a0/tumblr_osg6w2UFWm1w2fmc8o4_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1550. <big><a href="/search/what matters most">WHAT MATTERS MOST.</a></big>
  1551.  
  1552.  
  1553.  
  1554. <p>upon finding talia al ghul in a critical state, &nbsp;batman takes her to a safe house along the shore. &nbsp;the two enjoy the reprieve. &nbsp;canon divergent after <I>death and the maidens</I>&nbsp;closed with alghul.</p>
  1555.  
  1556.  
  1557. <br><br><br>
  1558.  
  1559. <img src="https://68.media.tumblr.com/e5630b80fa5b9f7dbac51d25daa8e6a0/tumblr_osg6w2UFWm1w2fmc8o4_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1560. <big><a href="/search/shadow selves">SHADOW SELVES.</a></big>
  1561.  
  1562.  
  1563.  
  1564. <p>when superman is imprisoned for his short - lived regime, &nbsp;batman is left to pick up the pieces of his own life, &nbsp;with the ruins of metropolis and the betrayal of many of his own former friends. &nbsp;he finds mutual help in steve rogers, &nbsp;current fugitive, &nbsp; formerly captain america. &nbsp;a canon divergent injustice verse. closed with earnedstripes.</p>
  1565.  
  1566.  
  1567.  
  1568. </li>
  1569. <li>
  1570.  
  1571.  
  1572. <img src="https://68.media.tumblr.com/ff8f7351287dbf87d053e2aebaaf054d/tumblr_osg6w2UFWm1w2fmc8o1_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1573. <big><a href="/search/wayward">A WAYWARD LEGACY.</a></big>
  1574.  
  1575.  
  1576. <p>after the death of his parents, &nbsp;bruce wayne is taken in by ra's al ghul and raised as his own, trained alongside talia al ghul. &nbsp;though the two consider the other heated competition, &nbsp; they realize far bigger threats are imminent as time progresses. closed with alghul.</p>
  1577.  
  1578.  
  1579. <br><br><br>
  1580.  
  1581. <img src="https://68.media.tumblr.com/ceebcd118d8d6d7601cd81cb64746891/tumblr_osg6w2UFWm1w2fmc8o2_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1582. <big><a href="/search/blue moon in your eye">BLUE MOON IN YOUR EYE.</a></big>
  1583.  
  1584.  
  1585.  
  1586. <p>when carmine falcone is almost fatally shot, he appears at dr. thomas wayne's stoop. &nbsp;upon saving his life, &nbsp;the don offers dr. wayne something more than all the money in the world. &nbsp;dr. wayne accepts. &nbsp;he's shot to death weeks after the offer he couldn't refuse, &nbsp;along with his life martha. &nbsp;forty years later, &nbsp;bruce wayne becomes consigiliere of the falcone crime family, &nbsp; feared by enforcers and soldiers alike. &nbsp; dark/mafia au.</p> <br><br><br>
  1587.  
  1588. <img src="https://68.media.tumblr.com/4810f1f0262da090bb02d3c6d610a650/tumblr_osg6w2UFWm1w2fmc8o7_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
  1589. <big><a href="/search/hard boiled detective">HARD BOILED DETECTIVE.</a></big>
  1590.  
  1591.  
  1592.  
  1593. <p>it's 1940. &nbsp;bruce wayne, esteemed private detective and &nbsp;retired officer in the army, &nbsp;has already endured the great war. &nbsp; gotham city is, &nbsp;by all means, &nbsp;far worse. &nbsp; noir/detective au.
  1594.  
  1595. <br><br><br>
  1596. <img src="https://68.media.tumblr.com/e5630b80fa5b9f7dbac51d25daa8e6a0/tumblr_osg6w2UFWm1w2fmc8o4_100.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;"><br><br>
  1597. <big><a href="/search/nuclear age">NUCLEAR AGE.</a></big>
  1598.  
  1599. <p>everything is the same, &nbsp;except bruce wayne attends school with raven darkholme and charles xavier, &nbsp; and it's the 1960's ok. &nbsp;&nbsp;</p>
  1600.  
  1601.  
  1602.  
  1603. </li>
  1604. </ul>
  1605.  
  1606.  
  1607. </div>
  1608. </div>
  1609.  
  1610.  
  1611.  
  1612. <div id="box3" class="popup_block">
  1613.  
  1614. <div style="width:auto;height:600px;overflow:scroll;padding:5px;">
  1615.  
  1616. <center>
  1617.  
  1618. <span style="line-height:5px">
  1619.  
  1620. "<i>criminals are a <i>terror</i>. hearts of the night. i must disguise my terror. criminals are cowardly. a superstitious <b>terrible</b> omen. a cowardly lot. myy disguise must strike </b>terror</b>. i must be <b>black</b>. <i>terrible</i>. criminals are a superstitious cowardly lot. i must be a creature. i must be a creature of the night. mommy's dead. daddy's dead. brucie's dead. <br><br><b>i shall become a bat.</b></i></i>"
  1621.  
  1622. <br><br>
  1623.  
  1624. </center>
  1625.  
  1626. <h3>PERSONAL INFORMATION.</h3>
  1627. <p><strong>LEGAL NAME:</strong>&nbsp;Bruce Anthony Thomas Wayne<br /><strong>ALIASES:</strong>&nbsp;Charlie &ldquo;Matches&rdquo; Malone, Batman<br /><strong>DOB:</strong>&nbsp;February 19, 1970<br /><strong>SPECIES:</strong>&nbsp;Human&nbsp;<br /><strong>ETHNICITY:</strong>&nbsp;Caucasian &amp; Ashkenazi Jewish&nbsp;<br /><strong>PLACE OF BIRTH:</strong>&nbsp;Bristol Township, Gotham City, New Jersey<br /><strong>CITIZENSHIP:</strong>&nbsp;American<br /><strong>SOCIOECONOMIC STATUS:</strong>Forbes Top 10<br /><strong>NET WORTH:</strong>&nbsp;$8 billion (an additional $5 billion in offshore accounts &amp; under various aliases &amp; trust funds)<br /><strong>MARITAL STATUS:</strong>&nbsp;In a relationship with Selina Kyle<br /><strong>RELIGION:</strong>&nbsp;Reformist/Secular Jewish on paper, though he no longer practices<br /><strong>POLITICS:</strong>&nbsp;A registered Republican, though he definitely leans more left than right if anything &ndash; and is notoriously apolitical</p>
  1628. <p><strong>OCCUPATION(S):</strong></p>
  1629. <blockquote>
  1630. <p>CEO &amp; President of Wayne Enterprises<br />Co-Founder &amp; Co-Leader of JLA<br />Founder of Batman Inc.</p>
  1631. </blockquote>
  1632. <p><strong>QUALIFICATIONS</strong></p>
  1633. <blockquote>
  1634. <p>graduated summa cum laude with his BA in architecture from Princeton University.</p>
  1635. <p>received multiple masters degrees during travels abroad in Europe and Asia from prestigious universities such as Cambridge and the Sorbonne in France.</p>
  1636. <p>trained in multiple forms of martial arts, including Judo, Jujistsu, Ninjustsu, Wushu, Escrima, and Muay Thai.<br /><br />protege under some of the best martial artists and monks in the world&ndash;including Ra&rsquo;s Al Ghul, Kirgi, Lady Shiva, and Richard Dragon.<br />seasoned in various forms of weaponry, including marksmanship, archery, and sword-fighting.<br /><br />expert in technology (hacking) and fluent in various coding languages, including binary and Javascript.<br /><br />polygot; fluent in English, French, Yiddish, Hebrew, Russian, Arabic, Spanish, Mandarin Chinese, Italian, Japanese, and German. Knows some Kryptonese Greek; can read and translate Latin.</p>
  1637. </blockquote>
  1638. <p><strong>TV TROPES:</strong> deadpan snarker, death glare, good is not soft, the dreaded, honest corporate executive, knight in sour armor, papa wolf, thou shalt not kill, the paranoiac, pimped-out cape, roofhopping, rogues gallery, socially-awkward hero, shell-shocked veteran, friend to all children, escape artist, wouldn&rsquo;t hurt a child, really gets around.</p>
  1639. <h3>PHYSICAL EVALUATION.</h3>
  1640. <p><strong>SEX:</strong>&nbsp;Cismale<br /><strong>HEIGHT:</strong>&nbsp;6"<br /><strong>WEIGHT:</strong>&nbsp;230 lbs<br /><strong>HAIR &amp; EYE COLOR:</strong>&nbsp;Black (graying) - blue</p>
  1641. <h3>MENTAL EVALUATION.</h3>
  1642. <p><strong>IQ:</strong>&nbsp;190 (pervasively intelligent)<br /><strong>KINSEY SCALE:</strong>&nbsp;3<br /><strong>MBTI:</strong>&nbsp;INTJ</p>
  1643. <p><strong>ILLNESSES:</strong>&nbsp;BPD (Borderline Personality Disorder), OCD (Obsessive Compulsive Disorder), PTSD (Post-Traumatic Stress), bereavement, Generalized Depressive Disorder, aggression</p>
  1644. <h3>STUDY.</h3>
  1645. <p>bruce is currently<strong>&nbsp;FORTY-SEVEN</strong>&nbsp;for over twenty years, he&rsquo;s worn the cape and cowl, crusading gotham&rsquo;s streets and protecting the sanctity of his mission. however, the years have cut him deep, left him with&nbsp;<strong>BROKEN BONES</strong>&nbsp;and a&nbsp;<strong>BROKEN SPIRIT</strong>. he&rsquo;s disillusioned with the state of the people he&rsquo;s meant to protect as well as his mission&ndash;he&rsquo;s lost his track and he doesn&rsquo;t quite know where to pick up. jason&rsquo;s brutal, unforeseen death shocked him straight to his core and the world only took more and more from his soul as time went on. it&rsquo;s left him as BRUTAL as he is&nbsp;<strong>DISILLUSIONED</strong>.</p>
  1646. <p>an idealist at heart, bruce believes in the best of people and has a natural drive to help&ndash;though nurturing isn&rsquo;t quite the same thing. at the same time, pragmatism defines his life and every thought he has&ndash;if anything isn&rsquo;t practical he won&rsquo;t do it. his rationality and his idealism are constantly at war with each other, natures conflicting. however, any inner conflicts he may have aren&rsquo;t quite ever displayed outwardly, as he has a tendency toward flat affect. emoting tends to range between feigned indifference and hard anger, giving him a cold, detached facade. COMPASSION gives him a high capacity for empathy, though even that is compartmentalized as well. it all boils down to a quiet intensity and charisma that draw people into him naturally, adding to his charm of good looks and money.&nbsp;</p>
  1647. <p>a keen awareness of his wealth and privilege make him more thoughtful and able to see the big picture as batman&ndash;that the current state of poverty is a direct cause of the crime that fills his city. as such, he&rsquo;s generous with his money as much as tabloid media depict him as frivolous. though nearly middle-aged, bruce still lives his playboy lifestyle full-tilt, a mind-numbing and excruciating facade when he prefers to be alone or working. he&rsquo;s&nbsp;<strong>CISGENDER</strong>&nbsp;and&nbsp;<strong>DEMISEXUAL</strong>, though he tends to think of himself as bisexual. &nbsp;<strong>MASCULINITY</strong> is a defining feat in his life and he embraces it fully.</p>
  1648. <p>bruce has PTSD with psychotic symptoms, depression, episodes of disassociation and OCD. all unofficially diagnosed and untreated, he doesn&rsquo;t recognize them for what they are and refuses to, sees mental illness as a form of weakness. weakness is, of course, unacceptable.</p>
  1649. <p>sustained injuries include</p>
  1650. <blockquote>
  1651. <p><strong>SCOLIOSIS</strong>&nbsp;and&nbsp;<strong>RHEUMATOID ARTHRITIS</strong>&nbsp;in his back from bane snapped his spine. as a result of his arthritis, he has beginning stages of&nbsp;<strong>SPINAL STENOSIS</strong>.<br /><br /><strong>ARTHRITIS</strong>&nbsp;in his knee from wear and tear damage&ndash;physical therapy &amp; painkillers help, as well as a titanium leg brace<br /><br />beginning stages of&nbsp;<strong>LIVER DAMAGE</strong>&nbsp;from painkillers &amp; medication for his back&ndash;not quite&nbsp;<strong>CIRRHOSIS</strong>&nbsp;yet but well on its way toward it</p>
  1652. </blockquote>
  1653. <p>bruce stands tall at 6" and looks even taller with his erect, straight posture&ndash;almost like a&nbsp;<strong>DANCER</strong>. his form is&nbsp;<strong>BULKY</strong>, all muscle, though some very lean. he&rsquo;s portioned more heavily on top, broad shoulders and bulky torso, legs long and toned. he&rsquo;s cool toned from his eyes to his skin, all from his mother, and usually dresses to match &ndash; all silver watches and cuff-links. &nbsp;he also inherited his mother&rsquo;s dark curls that he takes the time to tame every morning, now laced with silver that he doesn&rsquo;t bother to color over. though he has a tendency toward flat effect, he emotes well with his eyes, and his gaze can be uncomfortable to be on the recieving end of.</p>
  1654. <p>dressing to accentuate his form, bruce owns a wardrobe of dark cool tones and neutrals&ndash;mostly crisp, three-piece suits from designers whose names are impossible to pronounce. at his most casual, in the seldom moments he has spare time, he&rsquo;s usually business casual&ndash;never wears t-shirts, jeans, or sweatpants. in fact, he owns no really casual clothes, save for brand-name workout and athletic gear, which are just as chic as the rest of his closet. he has a penchant for long, wispy trench coats and turtlenecks &ndash; anything with a decent-length collar.</p>
  1655.  
  1656. </div>
  1657. </div>
  1658.  
  1659.  
  1660.  
  1661. <div id="box4" class="popup_block">
  1662.  
  1663. <div style="width:auto;height:600px;overflow:scroll;padding:5px;">
  1664.  
  1665. <center>
  1666.  
  1667. <h3>CHARACTERIZATION</h3>
  1668.  
  1669.  
  1670. <div class="popupnavlinks">
  1671.  
  1672. <a href="/search/headcanon">HEADCANON</a>
  1673. <a href="/search/symbolism">SYMBOLISM</a>
  1674. <br>
  1675. <a href="/search/meta">META</a>
  1676. <a href="/search/bruce wayne is neurodivergent">MENTAL ILLNESS</a>
  1677. <br>
  1678. <a href="/search/batfamily show">BATFAMILY</a>
  1679. <a href="/search/the world is afraid of us">JUSTICE LEAGUE</a>
  1680. <br>
  1681. <a href="/search/triumvirate">TRINITY</a>
  1682. <a href="/search/prince of gotham">PERSONA</a>
  1683. <br>
  1684. <a href="/search/study in wayne">STUDY IN WAYNE</a>
  1685. <a href="/search/study in bat">STUDY IN BAT</a>
  1686. <br>
  1687. <a href="/search/hardboiled">NOIR</a>
  1688. <a href="/search/audio">SOUNDTRACK</a>
  1689. <br>
  1690. <a href="/search/arsenal">ARSENAL</a>
  1691. <a href="/search/skillset">SKILLSET</a><br>
  1692. <a href="/search/closet">CLOSET</a>
  1693. <a href="/search/lit.">LITERATURE</a><br>
  1694. <a href="/search/insp.">INSPIRATION</a>
  1695. <a href="/search/insp.">MANNERISMS</a>
  1696. </div>
  1697. <h3>RELATIONS</h3>
  1698.  
  1699.  
  1700. <div class="popupnavlinks">
  1701.  
  1702. <a href="/search/we are creatures of the night">BRUCE / SELINA</a>
  1703. <a href="/search/at first sight">BRUCE / TALIA</a>
  1704. <br>
  1705. <a href="/search/prince and his knight">BRUCE / HARVEY</a>
  1706. <a href="/search/willpower & darkness">BRUCE / HAL</a>
  1707. <br>
  1708. <a href="/search/louboutin">BRUCE / PEPPER</a>
  1709. <a href="/search/truth and justice">BRUCE / LOIS</a>
  1710. <br>
  1711. <a href="/search/dichotomy of night and day">BRUCE / CLARK</a>
  1712. <a href="/search/bookends of the same soul">BRUCE / TOMMY</a>
  1713. <br>
  1714. <a href="/search/study in fear">BRUCE / REBECCA</a>
  1715. <a href="/search/a lasting moment">BRUCE / SILVER</a>
  1716. <br>
  1717.  
  1718. </div>
  1719. <h3>LOCATIONS</h3>
  1720.  
  1721.  
  1722. <div class="popupnavlinks">
  1723.  
  1724. <a href="/search/to live & die in gotham">GOTHAM CITY</a>
  1725. <a href="/search/wayne enterprises">W. ENTERPRISES</a>
  1726. <br>
  1727. <a href="/search/wayne manor">WAYNE MANOR</a>
  1728. <a href="/search/all along the watchtower">WATCHTOWER</a>
  1729. <br>
  1730. <a href="/search/city of tomorrow">METROPOLIS</a>
  1731. <a href="/search/a serious house on a serious earth">ARKHAM</a>
  1732. <br>
  1733.  
  1734. </div>
  1735.  
  1736. <h3><a href="http://pinterest.com/waynesbruces/">PINTEREST</a></h3>
  1737.  
  1738. <br><br><br>
  1739.  
  1740.  
  1741. </div>
  1742. </div>
  1743. </div>
  1744. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement