Advertisement
Guest User

green lantern

a guest
Jul 17th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.49 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- octomoosey @ tumblr -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7.  
  8. <!-- POPUP PAGES -->
  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. <!-- ALTPOPUP PAGES -->
  42. <script type="text/javascript"
  43. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  44. <script>
  45. $(document).ready(function() {
  46. //
  47. $('a.poplight[href^=#]').click(function() {
  48. var popID = $(this).attr('rel'); //Get Popup Name
  49. var popURL = $(this).attr('href'); //Get Popup href to define size
  50. var query= popURL.split('?');
  51. var dim= query[1].split('&');
  52. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  53. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  54. var popMargTop = ($('#' + popID).height() + 80) / 2;
  55. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  56. //Apply Margin to Popup
  57. $('#' + popID).css({
  58. 'margin-top' : -popMargTop,
  59. 'margin-left' : -popMargLeft
  60. });
  61. $('body').append('<div id="fade"></div>');
  62. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  63. return false;
  64. });
  65. $('a.close, #fade').live('click', function() {
  66. $('#fade , .altpopup_block').fadeOut(function() {
  67. $('#fade, a.close').remove(); //fade them both out
  68. });
  69. return false;
  70. });
  71. });
  72. </script>
  73.  
  74. <!-- ASKPOPUP PAGES -->
  75. <script type="text/javascript"
  76. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  77. <script>
  78. $(document).ready(function() {
  79. //
  80. $('a.poplight[href^=#]').click(function() {
  81. var popID = $(this).attr('rel'); //Get Popup Name
  82. var popURL = $(this).attr('href'); //Get Popup href to define size
  83. var query= popURL.split('?');
  84. var dim= query[1].split('&');
  85. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  86. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  87. var popMargTop = ($('#' + popID).height() + 80) / 2;
  88. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  89. //Apply Margin to Popup
  90. $('#' + popID).css({
  91. 'margin-top' : -popMargTop,
  92. 'margin-left' : -popMargLeft
  93. });
  94. $('body').append('<div id="fade"></div>');
  95. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  96. return false;
  97. });
  98. $('a.close, #fade').live('click', function() {
  99. $('#fade , .askpopup_block').fadeOut(function() {
  100. $('#fade, a.close').remove(); //fade them both out
  101. });
  102. return false;
  103. });
  104. });
  105. </script>
  106.  
  107. <script type="text/javascript" language="JavaScript"><!--
  108. function HideContent(d) {
  109. document.getElementById(d).style.display = "none";
  110. }
  111. function ShowContent(d) {
  112. document.getElementById(d).style.display = "block";
  113. }
  114. function ReverseDisplay(d) {
  115. if(document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = "block"; }
  116. else { document.getElementById(d).style.display = "none"; }
  117. }
  118. //--></script>
  119.  
  120.  
  121. <title>{Title}</title>
  122. <link rel="shortcut icon" href="{Favicon}">
  123. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  124. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  125.  
  126. <meta name="color:background" content="#b6b6ae"/>
  127. <meta name="color:text" content="#393939"/>
  128. <meta name="color:link" content="#ffffff"/>
  129. <meta name="color:link hover" content="#ffffff" />
  130. <meta name="color:bold" content="#86313b" />
  131. <meta name="color:italic" content="#86313b" />
  132. <meta name="color:border" content="#ffffff" />
  133. <meta name="color:scrollbar" content="#ffffff" />
  134. <meta name="color:postbg" content="#b6b6ae" />
  135. <meta name="color:blockquote" content="#86313b" />
  136. <meta name="color:tags" content="#ffffff"/>
  137.  
  138. <meta name="image:background" content="/"/>
  139.  
  140. <meta name="text:link 1" content="link 1"/>
  141. <meta name="text:link 1 url" content="/"/>
  142. <meta name="text:link 2" content="link 2"/>
  143. <meta name="text:link 2 url" content="/"/>
  144. <meta name="text:link 3" content="link 3"/>
  145. <meta name="text:link 3 url" content="/"/>
  146. <meta name="text:link 4" content="link 4"/>
  147. <meta name="text:link 4 url" content="/"/>
  148. <meta name="text:link 5" content="link 5"/>
  149. <meta name="text:link 5 url" content="/"/>
  150.  
  151. <meta name="if:tinycursor" content="1"/>
  152. <meta name="if:greyscale" content="1"/>
  153. <meta name="text:text size" content="11px" />
  154.  
  155. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  156.  
  157. <link href='https://fonts.googleapis.com/css?family=Righteous' rel='stylesheet' type='text/css'>
  158.  
  159. <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,700italic,400italic' rel='stylesheet' type='text/css'>
  160.  
  161. <link href='https://fonts.googleapis.com/css?family=Roboto:400,700,700italic,400italic' rel='stylesheet' type='text/css'>
  162.  
  163. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  164.  
  165. <script type="text/javascript" src="http://static.tumblr.com/7gk7xdc/6vVnqtxgf/tabs.js"></script>
  166.  
  167. <script type="text/javascript">
  168. $(document).ready(function(){
  169. $("ul#tabs li").click(function(e){
  170. if (!$(this).hasClass("active")) {
  171. var tabNum = $(this).index();
  172. var nthChild = tabNum+1;
  173. $("ul#tabs li.active").removeClass("active");
  174. $(this).addClass("active");
  175. $("ul#tab li.active").removeClass("active");
  176. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  177. }
  178. });
  179. });
  180. </script>
  181.  
  182.  
  183.  
  184. <script>
  185. (function($){
  186. $(document).ready(function(){
  187. $("a[title]").style_my_tooltips({
  188. tip_follows_cursor:true,
  189. tip_delay_time:30,
  190. tip_fade_speed:300,
  191. attribute:"title"
  192. });
  193. });
  194. })(jQuery);
  195. </script>
  196.  
  197. <style type="text/css">
  198.  
  199. /*POPUP PAGES*/
  200.  
  201. .popup_block{
  202. display:none;
  203. background-color: #b6b6ae;
  204. text-align:justify;
  205. padding:10px;
  206. float:left;
  207. position:absolute;
  208. left: 584px;
  209. top:392px;
  210. height: 378px;
  211. max-width: 260px;
  212. overflow-y:scroll;
  213. overflow-x:hidden;
  214. z-index: 99999999;
  215.  
  216. }
  217.  
  218. *html #fade {position: absolute;}
  219. *html .popup_block {position: absolute;}
  220.  
  221. #fade {
  222. display:none;
  223. position:fixed;
  224. left:0px;
  225. top:0px;
  226. width:100%;
  227. height:100%;
  228. z-index:9999;
  229. background:#000; /* change to #fff for solid white */
  230. opacity:0.1; /* change to opacity:1; */
  231. }
  232.  
  233. .altpopup_block{
  234. display:none;
  235. background-color: #000;
  236. text-align:justify;
  237. padding:10px;
  238. float:left;
  239. position:absolute;
  240. text-transform:uppercase;
  241. left:1000px;
  242. top:360px;
  243. height:204px;
  244. max-width:170px;
  245. overflow-y:scroll;
  246. overflow-x:hidden;
  247. z-index: 99999999;
  248. }
  249.  
  250. .askpopup_block {
  251. display: none;
  252. float: left;
  253. background-color: #0c0c0c;
  254. position: absolute;
  255. top:50%;
  256. left:50%;
  257. z-index: 999999999999;
  258. -webkit-transition: all 0.4s ease-in-out;
  259. -moz-transition: all 0.4s ease-in-out;
  260. -o-transition: all 0.4s ease-in-out;
  261. -ms-transition: all 0.4s ease-in-out;
  262. transition: all 0.4s ease-in-out;
  263. }
  264.  
  265.  
  266. /*scrollbar and selection*/
  267.  
  268. #s-m-t-tooltip{
  269. color: #000;
  270. width: auto;
  271. font-size: 7px;
  272. font-family: arial;
  273. padding: 5px;
  274. text-transform: uppercase;
  275. background-color: #fff;
  276. z-index: 9999999999999999999999;
  277. border: 1px solid {color:border};
  278. position: absolute;
  279. display:inline-block;
  280. margin-top: 5px;
  281. margin-left: 20px;
  282. -webkit-transition: all 0.2s ease-in-out;
  283. -moz-transition: all 0.2s ease-in-out;
  284. -o-transition: all 0.2s ease-in-out;
  285. -ms-transition: all 0.2s ease-in-out;
  286. transition: all 0.2s ease-in-out;
  287. }
  288.  
  289. #s-m-t-tooltip a {
  290. opacity:0.5;
  291. -webkit-transition: all 0.2s ease-in-out;
  292. -moz-transition: all 0.2s ease-in-out;
  293. -o-transition: all 0.2s ease-in-out;
  294. -ms-transition: all 0.2s ease-in-out;
  295. transition: all 0.2s ease-in-out;
  296.  
  297. }
  298.  
  299. ::-webkit-scrollbar {height: 2px; width: 2px;}
  300. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  301. ::-webkit-scrollbar-track {background-color:transparent;}
  302.  
  303. ::selection {
  304. color:{color:background};
  305. background-color: {color:bold};
  306. }
  307.  
  308. ::-moz-selection {
  309. color:{color:background};
  310. background-color: {color:bold};
  311. }
  312.  
  313. #tabbers {
  314. padding:6px;
  315. text-align:left;
  316. font-size:22px;
  317. font-family: 'Righteous', cursive;
  318. font-weight: bold;
  319. text-transform:lowercase;
  320. color:#000;
  321. }
  322.  
  323. ul#tabs {
  324. text-align: center;
  325. }
  326.  
  327. ul#tabs li {
  328. display:inline-block;
  329. padding:2px;
  330. text-decoration:none;
  331. opacity:1;
  332. color:#000;
  333. }
  334.  
  335. ul#tabs li.active {
  336. background-color:#b6b6ae;
  337. color:#32312F;
  338. -webkit-transition: all 0.2s ease-out;
  339. -moz-transition: all 0.2s ease-out;
  340. transition: all 0.2s ease-out;
  341. }
  342.  
  343. ul#tab, ul#tabs {
  344. list-style-type:none;
  345. margin:0px;
  346. padding:0px;
  347.  
  348. }
  349.  
  350. ul#tab li.active {
  351. display: block;
  352.  
  353. }
  354. ul#tab li {
  355. display: none;
  356.  
  357. }
  358.  
  359.  
  360. {block:iftinycursor}
  361. body, a, a:hover{
  362. cursor: url('http://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;}
  363. {/block:iftinycursor}
  364.  
  365. iframe#tumblr_controls {
  366. right:3px !important;
  367. position: fixed !important;
  368. -webkit-transition: opacity 0.7s
  369. linear;opacity: 0.2;
  370. -webkit-transition: all 0.8s ease-out;
  371. -moz-transition: all 0.8s ease-out;
  372. transition: all 0.8s ease-out;}
  373.  
  374. iframe#tumblr_controls:hover{
  375. -webkit-transition: opacity 0.9s linear;
  376. opacity: 1;
  377. -webkit-transition: all 0.4s ease-out;
  378. -moz-transition: all 0.4s ease-out;
  379. transition: all 0.4s ease-out;}
  380.  
  381. body {
  382. background-color:#515b51;
  383. background-image: url('http://static.tumblr.com/bz8e6kj/zxQot9dq4/theme.gif');
  384. background-position: left top;
  385. background-repeat: no-repeat;
  386. background-attachment: fixed;
  387. margin:0px;
  388. color:{color:text};
  389. font-family: helvetica;
  390. font-size: {text:Text Size};
  391. text-align: justify;
  392. line-height:120%;}
  393.  
  394.  
  395. a:link, a:active, a:visited {
  396. text-decoration: none;
  397. color: {color:link};
  398. text-shadow: 0px 0px 4px #212121;
  399. -moz-transition-duration:.6s;
  400. -webkit-transition-duration:.6s;
  401. -o-transition-duration:.6s;}
  402.  
  403. a:hover {
  404. color: {color:link hover};
  405. -moz-transition-duration:.6s;
  406. -webkit-transition-duration:.6s;
  407. -o-transition-duration:.6s;}
  408.  
  409. pre {
  410. background:url('');
  411. text-align:center;
  412. text-transform:lowercase;
  413. display:block;
  414. max-width:385px;
  415. height:auto;
  416. font-size:20px;
  417. font-family: 'Righteous', cursive;
  418. color: #86313b;
  419. padding:10px;
  420. white-space:pre;
  421. padding:10px;
  422. text-shadow:0px 0px 3px #fff;
  423. }
  424.  
  425. h1 { font-family: 'Righteous', cursive;
  426. font-size: 18px;
  427. line-height:80%;
  428. font-weight: normal;
  429. text-transform: lowercase;
  430. text-shadow: 0px 0px 5px #fff;}
  431.  
  432. h2 {
  433. background-color: transparent;
  434. font-family: arial;
  435. font-size: 30px;
  436. font-weight: bold;
  437. line-height:80%;
  438. text-shadow: 0px 0px 5px #fff;}
  439.  
  440. h3 {
  441. background-color: #b6b6ae;
  442. background-image:url("");
  443. border:1px solid #212121;
  444. font-family: arial;
  445. font-weight:bold;
  446. color: #86313b;
  447. text-shadow:0px 0px 5px #fff;
  448. font-size: 10px;
  449. line-height: 12px;
  450. letter-spacing: 2px;
  451. text-align: center;
  452. text-transform:uppercase;
  453. padding:2px;
  454. line-height:120%;}
  455.  
  456. hr {
  457. border: 0;
  458. height: 1px;
  459. background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(166, 164, 163, 0.75), rgba(0, 0, 0, 0));
  460. }
  461.  
  462.  
  463. blockquote {
  464. padding:2px 10px;
  465. margin:5px 0 3px 8px;
  466. border-left:1px solid {color:blockquote};
  467. -webkit-border-radius: 0px;
  468. -moz-border-radius: 0px;
  469. border-radius: 0px;}
  470.  
  471. b, strong {
  472. color:{color:bold};
  473. text-shadow: 0px 0px 3px #d7d7d7;
  474. font-size:12px;
  475. letter-spacing:1px;
  476. text-transform: uppercase;
  477. font-family: 'Roboto Condensed', sans-serif;
  478. }
  479.  
  480. em, i {
  481. color:{color:italic};
  482. text-shadow: 0px 0px 3px #d7d7d7;
  483. font-size:12px;
  484. font-weight:bold;
  485. letter-spacing:1px;
  486. text-transform: uppercase;
  487. font-family: 'Roboto Condensed', sans-serif;
  488. }
  489.  
  490. p {
  491. margin-top:5px;
  492. margin-bottom:5px;}
  493.  
  494. ol {
  495. list-style:normal;}
  496.  
  497. ul {
  498. list-style:square;}
  499.  
  500. small,sup,sub {
  501. font-size:10px;}
  502.  
  503. big {
  504. font-size:14px;}
  505.  
  506. {block:IfGreyscale}
  507.  
  508. img {
  509. -webkit-filter:grayscale(80%);
  510. -webkit-transition: all 0.9s ease-in-out;
  511. -moz-transition: all 0.9s ease-in-out;
  512. -o-transition: all 0.9s ease-in-out;
  513. -ms-transition: all 0.9s ease-in-out;
  514. transition: all 0.9s ease-in-out;}
  515.  
  516. img:hover {
  517. -webkit-filter: grayscale(50%)}
  518.  
  519. .html_photoset {
  520. -webkit-filter: grayscale(80%);
  521. -webkit-transition: all 0.9s ease-in-out;
  522. -moz-transition: all 0.9s ease-in-out;
  523. -o-transition: all 0.9s ease-in-out;
  524. -ms-transition: all 0.9s ease-in-out;
  525. transition: all 0.9s ease-in-out;}
  526.  
  527. .html_photoset:hover {
  528. -webkit-filter: grayscale(50%)}
  529.  
  530. {/block:IfGreyscale}
  531.  
  532. #pcontainer {
  533. width:320px;
  534. height:600px;
  535. padding: 10px;
  536. top:6px;
  537. margin-left: 573px;
  538. position:relative;
  539. overflow-y:scroll;
  540. overflow-x:hidden;
  541. border:0px solid {color:border};
  542. }
  543.  
  544. #content {
  545. margin-left:40px;
  546. width:315px;
  547. margin-top: -10px;
  548. }
  549.  
  550. #posts {
  551. width:325px;
  552. padding:5px;
  553. margin-left:-40px;
  554. padding-bottom:0px;
  555. -moz-transition-duration:.7s;
  556. -webkit-transition-duration:.7s;
  557. -o-transition-duration:.7s;
  558. -webkit-filter: blur(0px);
  559. opacity:.7;
  560. }
  561.  
  562. #posts:hover {
  563. opacity:1;
  564. -webkit-transition: all 0.7s ease-in-out;
  565. -moz-transition: all 0.7s ease-in-out;
  566. -o-transition: all 0.7s ease-in-out;
  567. -ms-transition: all 0.7s ease-in-out;
  568. transition: all 0.7s ease-in-out;
  569. -webkit-filter: blur(0px);
  570. }
  571.  
  572. #link1 {
  573. position:fixed;
  574. font-weight: bold;
  575. left:950px;
  576. top:210px;
  577. font-family: arial;
  578. font-size: 14px;
  579. -webkit-filter: blur(0px);
  580. transform: rotate(0deg);
  581. opacity:.9;
  582. }
  583.  
  584. #link2 {
  585. position:fixed;
  586. font-weight: bold;
  587. left:1070px;
  588. top:210px;
  589. font-family: arial;
  590. font-size: 14px;
  591. -webkit-filter: blur(0px);
  592. transform: rotate(0deg);
  593. opacity:.9;
  594. }
  595.  
  596. #link3 {
  597. position:fixed;
  598. font-weight: bold;
  599. left:950px;
  600. top:540px;
  601. font-family: arial;
  602. font-size: 14px;
  603. -webkit-filter: blur(0px);
  604. transform: rotate(0deg);
  605. opacity:.9;
  606. }
  607.  
  608. #link4 {
  609. position:fixed;
  610. font-weight: bold;
  611. left:1070px;
  612. top:540px;
  613. font-family: arial;
  614. font-size: 14px;
  615. -webkit-filter: blur(0px);
  616. transform: rotate(0deg);
  617. opacity:.9;
  618. }
  619.  
  620. #link5 {
  621. position:fixed;
  622. left:470px;
  623. top:156px;
  624. font-family: arial;
  625. font-size: 10px;
  626. -webkit-filter: blur(0px);
  627. transform: rotate(0deg);
  628. }
  629.  
  630. #link1 a:hover {
  631. -webkit-filter: blur(1px);
  632. opacity:1; }
  633.  
  634. #link2 a:hover {
  635. -webkit-filter: blur(1px);
  636. opacity:1; }
  637.  
  638. #link3 a:hover {
  639. -webkit-filter: blur(1px);
  640. opacity:1; }
  641.  
  642. #link4 a:hover {
  643. -webkit-filter: blur(1px);
  644. opacity:1; }
  645.  
  646. #link5 a:hover {
  647. -webkit-filter: blur(0px) }
  648.  
  649. #links {
  650. padding:10px;
  651. letter-spacing:0px;}
  652.  
  653. #links a {
  654. padding:5px;
  655. margin-right:0px;}
  656.  
  657. #pagination {
  658. position:fixed;
  659. top:420px;
  660. left:130px;
  661. width: 300px;
  662. border-top:0px
  663. solid #eee;
  664. padding: 3px;
  665. font-size: 13px;
  666. line-height: 21px;
  667. text-align: center;
  668. margin-top: 10px;
  669. text-transform: lowercase;
  670. font-weight: bold;
  671. font-family: helvetica;}
  672.  
  673. #pagination a:hover {
  674. font-style: italic;
  675. }
  676.  
  677. .audio {
  678. width: 260px;
  679. margin-bottom: 8px;
  680. text-align: center;
  681. font-size: 12px;
  682. text-transform: lowercase;
  683. }
  684.  
  685. #play {
  686. padding-top: 10px;
  687. width: 251px;
  688. background-color: black;
  689. text-align: center;
  690. }
  691.  
  692. .button {
  693. width:30px;
  694. height:40px;
  695. overflow:hidden;
  696. position:relative;
  697. z-index:1000;
  698. }
  699.  
  700. #question {
  701. margin-left:0px;
  702. margin-bottom:10px;
  703. padding:8px;
  704. border-bottom:1px dotted {color:line};
  705. font-style:normal;
  706. text-align:center;
  707. color:{color:text};
  708. line-height:110%;}
  709.  
  710. #question img {
  711. border-radius: 50px; }
  712.  
  713. #answer {
  714. font-style:normal;}
  715.  
  716. #answer img {
  717. max-width:100%;}
  718.  
  719. #info {
  720. text-align:center;
  721. font-family: helvetica;
  722. width: 310px;
  723. margin-top:8px;
  724. margin-left:1px;
  725. margin-bottom:50px;
  726. padding:2px;
  727. padding-bottom:8px;
  728. padding-top:8px;
  729. text-transform:uppercase;
  730. font-size:13px;
  731. color: #212121;
  732. background: url("");
  733. background-color: #b6b6ae;
  734. border:1px solid #212121;
  735. -moz-transition-duration:0.5s;
  736. -webkit-transition-duration:0.5s;
  737. -o-transition-duration:0.5s;}
  738.  
  739. #info a {
  740. color:{color:tags};}
  741.  
  742. #info a:hover {
  743. color:{color:text};}
  744.  
  745. #tags {
  746. font-family:helvetica;
  747. width:315px;
  748. letter-spacing:0px;
  749. text-transform:uppercase;
  750. font-size:8px;
  751. margin-right:-6px;
  752. margin-top:10px;
  753. padding-bottom:30px;
  754. padding-top:3px;
  755. line-height:120%;
  756. text-align:center;
  757. float:right;
  758. -moz-transition-duration:0.6s;
  759. -webkit-transition-duration:0.6s;
  760. -o-transition-duration:0.6s;
  761. }
  762.  
  763. #tags a {
  764. display:inline-block;
  765. padding:-3px;
  766. text-align:center;
  767. color:{color:tags};
  768. -moz-transition-duration:0.3s;
  769. -webkit-transition-duration:0.3s;
  770. -o-transition-duration:0.3s;
  771. }
  772.  
  773. #tags a:hover {
  774. color:#212121;}
  775.  
  776. .note {
  777. text-transform:uppercase;
  778. font-style:normal;
  779. letter-spacing:0px;
  780. font-size: 10px;
  781. text-align:left;
  782. line-height:90%;
  783. margin-left:-40px;}
  784.  
  785. .note li {
  786. list-style-type:none;
  787. border-bottom:1px solid {color:border};
  788. padding:10px 25px 10px 25px;
  789. text-align:left;
  790. margin:0px;
  791. -moz-transition-duration:0.5s;
  792. -webkit-transition-duration:0.5s;
  793. -o-transition-duration:0.5s;}
  794.  
  795. .note img.avatar {
  796. margin-right: 10px;
  797. width: 16px;
  798. height: 16px;}
  799.  
  800.  
  801. {CustomCSS}
  802.  
  803. /* UPDATES TAB BY HARDZIAM.TUMBLR.COM */
  804.  
  805. .hardziam1 {
  806. position:fixed;
  807. height:250px;
  808. width:186px;
  809. z-index:9999;
  810. text-align:center;
  811. left:970px;
  812. top:273px;
  813. overflow-y:scroll;
  814. overflow-x:hidden;
  815. }
  816.  
  817. .hztitle {
  818. position:fixed;
  819. font:9px arial;
  820. color: #000;
  821. text-transform:uppercase;
  822. letter-spacing:1px;
  823. background:transparent;
  824. padding:3px;
  825. -moz-transition-duration:.5s;
  826. -webkit-transition-duration:.5s;
  827. -o-transition-duration:.5s;
  828. transform: rotate(0deg);
  829. top:568px;
  830. left:200px;
  831. opacity:.7;
  832. }
  833.  
  834. /* UPDATES TAB BY HARDZIAM.TUMBLR.COM */
  835.  
  836. .hardziam1:hover .hztitle{
  837. color: transparent;
  838. -moz-transition-duration:.5s;
  839. -webkit-transition-duration:.5s;
  840. -o-transition-duration:.5s;}
  841.  
  842. .hzcontent {
  843. width:180px;
  844. margin-top:5px;
  845. padding-top:8px;
  846. font:10px; helvetica
  847. line-height:14px;
  848. opacity:.7;
  849. background: transparent;
  850. -moz-transition-duration:.5s;
  851. -webkit-transition-duration:.5s;
  852. -o-transition-duration:.5s;}
  853.  
  854. .hardziam1:hover .hzcontent{
  855. opacity:1;
  856. transition-delay:0.3s;
  857. -moz-transition-duration:.5s;
  858. -webkit-transition-duration:.5s;
  859. -o-transition-duration:.5s;}
  860.  
  861. /* UPDATES TAB BY HARDZIAM.TUMBLR.COM */
  862.  
  863. </style></head>
  864. <body>
  865.  
  866.  
  867. <div class="hardziam1">
  868. <div class="hztitle"></div>
  869. <div class="hzcontent">
  870.  
  871. <!------- here you put your updates -------->
  872. <h1>barry allen⚡️the flash</h1>
  873. <h3>independent & selective</h3><small>DC Comics. Pre-Flashpoint.</small> <br><b>Read Rules Prior to Interaction</b>. <br><b>(</b> est. Feb. 1, 2012<b>)</b><br>
  874.  
  875.  
  876. <h3>behind the screen</h3>
  877. as written by <b>FLASH</b>.<br> Mun and Muse 23+<br>
  878. EST (GMT -5).<br>
  879.  
  880. <h3>contact</h3>
  881. inbox: <b>open</b>.<br> skype available upon request.<br>
  882. tracking: <i>#scarlettspeedster</i><br>
  883. <a href="http://jacksonwhittemore.co.vu/">art credit.</a><br>
  884.  
  885. <!-- Start of StatCounter Code for Tumblr -->
  886. <script type="text/javascript">
  887. var sc_project=11387876;
  888. var sc_invisible=1;
  889. var sc_security="3bfae0a3";
  890. var scJsHost = (("https:" == document.location.protocol) ?
  891. "https://secure." : "http://www.");
  892. document.write("<sc"+"ript type='text/javascript' src='" +
  893. scJsHost+
  894. "statcounter.com/counter/counter.js'></"+"script>");
  895. </script>
  896. <noscript><div class="statcounter"><a title="web analytics"
  897. href="http://statcounter.com/" target="_blank"><img
  898. class="statcounter"
  899. src="//c.statcounter.com/11387876/0/3bfae0a3/1/" alt="web
  900. analytics"></a></div></noscript>
  901. <!-- End of StatCounter Code for Tumblr -->
  902. </div>
  903. </div></div>
  904.  
  905. <div id="content">
  906.  
  907. </div>
  908.  
  909. <div id="pagination">
  910. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back track</a>&nbsp; /{/block:PreviousPage}{block:NextPage}/<a href="{NextPage}">&nbsp; forge ahead</a>{/block:NextPage}{/block:Pagination}
  911. </div>
  912.  
  913. <div id="link1"><div id="links">{block:iflink1}<a href="{text:link 1 url}" title="home." >{text:link 1}</a>{/block:iflink1}</div></div>
  914.  
  915. <div id="link2"><div id="links">{block:iflink2}<a href="#?w=500" rel="askbox" class="poplight" title="questions?">{text:link 2}</a>{/block:iflink2}</div></div>
  916.  
  917. <div id="link3"><div id="links">{block:iflink3}<a href="#?w500" rel="rules" class="poplight" title="rules & regulations." >{text:link 3}</a>{/block:iflink3}</div></div>
  918.  
  919. <div id="link4"><div id="links">{block:iflink4}<a href="#?w=500" rel="navi" class="poplight" title="navi." >{text:link 4}</a>{/block:iflink4}</div></div>
  920.  
  921. <div id="pcontainer">
  922.  
  923. <div id="content"><div id="posts">
  924. {block:Posts}
  925.  
  926.  
  927. {block:Quote}<h1>❛ {Quote} ❜</h1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  928. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  929. {block:Text}{Body}{/block:Text}
  930.  
  931. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  932.  
  933. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  934.  
  935. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  936. {block:Photoset}<center>{Photoset-250}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  937.  
  938. {block:Chat}<ul class="chat"><BR>{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><BR>{/block:Lines}</ul>{/block:Chat}
  939.  
  940. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  941.  
  942. {block:Answer}
  943. <div id="question"><img src="{AskerPortraitURL-24}" style="padding:2px; border:1px solid #6a6a6a;"><br><br><a href="{askerURL}"><b>{Asker}</b></a> whispered:<br><br>"{Question}"</div><div id="answer">{Answer}</div>{/block:answer}
  944.  
  945. {block:Audio}
  946. <div class="audio"><p><div id="play"><center>
  947. <div class="button">{AudioPlayerBlack}</div></center></div><p>
  948. <div style="font-family:'inconsolata';">{block:TrackName}<b>{TrackName}</b>{/block:TrackName}
  949. {block:Artist}by <b>{Artist}</b>{/block:Artist}
  950. {block:Album}from "<b>{Album}</b>" Album{/block:Album}</div></div>
  951. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  952.  
  953.  
  954.  
  955. <div id="info">
  956. <a href="/day/{MonthNumber}/{DayOfMonth}" title="
  957. {DayOfMonth}/{MonthNumberWithZero}">Θ</a>&nbsp; &nbsp; &nbsp; &nbsp; {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}">Θ</a>&nbsp; &nbsp; &nbsp; &nbsp; {block:ContentSource} <a href="{SourceURL}" title="{SourceTitle}"> Θ</a>&nbsp; &nbsp; &nbsp; &nbsp; {/block:ContentSource} {/block:RebloggedFrom} <a href="{Permalink}" title="{NoteCount} notes">Θ</a> <br>
  958.  
  959. {block:HasTags}<div id="tags"> {block:Tags} <a href="{TagURL}"># {Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  960. {/block:Posts}
  961. <div class="note">
  962. {block:PostNotes}{PostNotes}{/block:PostNotes}
  963. </div>
  964.  
  965. {/block:Posts}</div></div>
  966.  
  967. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://octomoosey.tumblr.com/">© OCTOMOOSEY</a></center></div>
  968.  
  969. </div> </div> </div> </div>
  970.  
  971.  
  972.  
  973. </body>
  974.  
  975. <div id="askbox" class="askpopup_block"><p><center>
  976. <iframe frameborder="0" height="auto" width="100%" id="ask_form" class=“pops” src="http://www.tumblr.com/ask_form/scarlettspeedster.tumblr.com"></iframe>
  977. </p>
  978. </div>
  979.  
  980. <div id="navi" class="altpopup_block"><center><p>
  981. <h2><a href="#?w=260" rel="bio" class="poplight" title="Backstory">01.</a><p><hr><p></h2>
  982. <h2><a href="#?w=260" rel="files" class="poplight" title="id. file">02.</a><p><hr><p></h2>
  983. <h2><a href="#?w=260" rel="verses" class="poplight" title="Verses">03.</a></h2>
  984. </p></center>
  985.  
  986. </div></div></div></div></div></div></div></div></div></div>
  987.  
  988. <div id="bio" class="popup_block">
  989. <pre>coming soon !</pre>
  990. </div>
  991.  
  992. <div id="files" class="popup_block">
  993. <h3>ID. FILE</h3>
  994. <b>FULL NAME:</b> bartholomew henry "barry" allen
  995. <br>
  996. <b>ALIAS:</b> the flash
  997. <br>
  998. <b>OCCUPATION:</b> crime scene analyst for the central city police department
  999. <br>
  1000. <b>GENDER:</b> male.
  1001. <br>
  1002. <b>AGE:</b> somwhere between 36-38, he's lost track after his death
  1003. <br>
  1004. <b>BIRTH PLACE:</b> fallville, iowa.
  1005. <br>
  1006. <b>HOMETOWEN:</b> central city, missouri
  1007. <b>SEXUAL ORIENTATION:</b> heterosexual/unknown.
  1008. <br>
  1009. <b>LANGUAGES:</b> english, spanish, some french and a small bit of cantonese
  1010. <br>
  1011. <b>FAMILY:</b> iris west-allen, wally west, don allen, dawn allen bart allen, jenni ognats
  1012.  
  1013. <h3>PHYSICAL APPEARANCE</h3>
  1014. <b>IN GENERAL:</b> caucasian, extremely fair skinned, light blue eyes, light blond hair, defined bone structure, clipped chin, runner's build.
  1015. <br>
  1016. <b>BUILT:</b> muscular.
  1017. <br>
  1018. <b>HEIGHT:</b> 5'11
  1019. <br>
  1020. <b>WEIGHT:</b> 172 lbs.
  1021. <br>
  1022. <b>NOTABLE FEATURES:</b> very bright eyes that match his smile which is often on display. fast.
  1023. <br>
  1024. <b>FORMER FEATURES:</b> since returning to life his scarring has disappeared but barry used to have lichtenberg figures along his right flank, most notable along his ribcage.
  1025. <br>
  1026.  
  1027. <h3>COMBAT SKILLS</h3>
  1028. <b>POWERS:</b> superhuman speed (FTL travel), speed force generator and conduit.
  1029. <br>
  1030. <b>ABILITIES:</b> accelerated healing, decelerated aging, increased perceptions, infinite mass punch, speed lending and stealing, energy construct creation, phasing, vibrating, self-sustenance, supercharged brain activity, vortex creations.
  1031. <br>
  1032. <b>STRENGTHS:</b> calm, trusting, parental, compassionate, loyal, skilled, protective, selfless. barry follows the rules by the book, until they get in the way of what tasks he sets for himself. overall, barry is a good man. he is near unstoppable when something jeopardizes or puts at risk those he cares about.
  1033.  
  1034. <b>WEAKNESSES:</b> too trusting, blind to the actions of those that he places his faith in, has a stubbornness that is difficult to compete with.
  1035. <br>
  1036.  
  1037.  
  1038. </div>
  1039.  
  1040. <div id="rules" class="popup_block" style="width:500px"><div id="tabbers"><ul id="tabs">
  1041. <li class="active">rules.</li>
  1042. <li>exclusives.</li>
  1043. <!--<li>group</li>-->
  1044. </ul></div>
  1045.  
  1046.  
  1047. <div id="text">
  1048. <ul id="tab">
  1049. <li class="active">
  1050. <pre>basics</pre>
  1051.  
  1052. <div style="width: auto; height: 100px; padding:5px; overflow-y: scroll; overflow-x: hidden; background: #b6b6ae;"><strong>I.</strong>&nbsp;this is a roleplay blog for <strong>BARTHOLOMEW HENRY "BARRY" ALLEN</strong>, from <a href="x.">dc comics, the flash</a>. i'll play him mostly in a canon setting up to the point of his death. i will have some verses the diverge from canon, although i'll mostly be writing him in a pseudo-rebirth type setting.&nbsp; &nbsp;should you have any doubts about the nature of <strong>my</strong>&nbsp;portrayal, don't hesitate to ask me ! i am in no way affiliated with DC COMICS &amp; do not claim any ownership of the characters. i have no association with philip winchester either. on the other hand, i do claim ownership of my headcanons, writing &amp; verses.<br /><br />
  1053. <strong>II.</strong>&nbsp;i will be <strong>SELECTIVE</strong>, which means i won't always <em>follow back</em>. as a general rule, i'll interact with mutual follows only. <strong>let it be known !</strong>&nbsp;if i have followed you back, it means i'm open for interaction.<br /><br />
  1054. <strong>III.</strong>&nbsp;i'm from canada ( gmt - 5 ), majoring in law<br /><br />
  1055. <strong>IV.</strong>&nbsp;<em>mutuals,</em>&nbsp;my <strong>skype</strong>&nbsp;is available upon request !<br /><br />
  1056. <strong>V.</strong>&nbsp;at the moment barry is my main blog. when i'm not here you might also find me at <a href="http://bringingthehavok.tumblr.com/">ALEX SUMMERS</a> or <a href="http://kentuckyblastin.tumblr.com/">SAMUEL GUTHRIE</a>.</div>
  1057.  
  1058. <pre>interactions</pre>
  1059. <div style="width: auto; height: 100px; padding:5px; overflow-y: scroll; overflow-x: hidden; background: #b6b6ae;"><strong>I.</strong>&nbsp;this blog contains some verses that all link and diverge from each other, in addition this blog is also multiship.<br /><br />
  1060. <strong>II.</strong>&nbsp;note that this blog may also contain general nsfw &amp; triggering content ( that will be tagged accordingly ) such as: <em>violence, gore, criminal behaviour, sex, etc.</em>.&nbsp;<br /><br />
  1061. <strong>III.</strong>&nbsp;i do not write greeter posts, but i do post starter calls every now &amp; then. mutuals are always welcome to like them. thread length varies a lot, although i do prefer <em>paras &amp; multi paras</em>.<br /><br />
  1062. <strong>IV.</strong>&nbsp;all icons and blog graphics (with the notable exception of this lovely theme made by <a href="http://yorksmith.tumblr.com/">Yorksmith</a> and the background which I've credited in the sidebar) are made by me &amp; exclusive to me, they are not free for public use. i retrieved the icons from a site, which I’d be happy to share, but all editing &amp; tweaking was done by me.<br /><br />
  1063. <strong>V.</strong>&nbsp;OCs within reason are allowed. i am a fan of OCs, they can be well rounded, amazing characters &amp; well developed blogs. however, i am skeptical of OCs related to canon characters. that being said, i will not interact with multi-muse blogs or thread with personal blogs. <br /><br />
  1064.  
  1065. <strong>VI.</strong>&nbsp;don’t godmod, don’t forceship. don’t assume a relationship unless we’ve discussed it.<br /><br />
  1066.  
  1067. <strong>VII.</strong>&nbsp;don’t pester me for replies – i know i’m not always fast – or try to pressure/guilt me in any way.<br /><br />
  1068.  
  1069. <strong>VIII.</strong>&nbsp;please don’t reblog asks or start threads in my askbox. it’s okay to send a meme, &amp; start one from that, but lets put it in a separate post. &amp; while i’m okay with starting threads from memes, i don’t want to start a thread with a reblogged ask, i’d rather have an actual separate post written.<br /><br />
  1070.  
  1071. <strong>IX.</strong>&nbsp;i am not a mainly exclusive blog. this means i will be exclusive with a select few characters. if interested in becoming exclusive, or mains, please CONTACT ME.<br /><br />
  1072. <strong>X.</strong>&nbsp;
  1073. </div>
  1074.  
  1075.  
  1076.  
  1077. <pre>unfollowing policy</pre>
  1078. <div style="width: auto; height: 100px; padding:5px; overflow-y: scroll; overflow-x: hidden; background: #b6b6ae;"><strong>I.</strong>&nbsp;i will unfollow you if: <br /><em>&nbsp; &nbsp;i.</em> i find myself triggered by your blog in any way. &nbsp;<br /><br />
  1079. <em>&nbsp; &nbsp;ii.</em>&nbsp;you post too much out of character stuff that's just making my dash more like my personal.<br /><br />
  1080. &nbsp; &nbsp;<em>iii.</em>&nbsp;steal my graphics and/or any product of my making ( ideas, headcanons, etc.).<br /><br />
  1081. &nbsp;&nbsp;<em>iv.</em>&nbsp;you simply tend to clog my dash. i never follow more than 70 blogs, so this is a possibility for some. if i regularly interact with you &amp; you clog my dash that is fine, but blogs i haven't interacted with in a while or at all tend to get the axe.<br /><br />
  1082. &nbsp; &nbsp;<em>v.</em>&nbsp;you break any of my general rules.</div>
  1083.  
  1084. <pre>thanks for following these</b></center></h2>
  1085.  
  1086. </li>
  1087.  
  1088. <!-------------------------------------->
  1089.  
  1090. <li>
  1091. <br><center><img src="" data-orig-height="70" data-orig-width="152"></center><h3></h3>
  1092. <p><center>( <a href="http://.tumblr.com/"></a> / exclusive. )</center></p><br><br>
  1093.  
  1094. <center><img src=""></center><h3></h3>
  1095. <p><center>( <a href="http://.tumblr.com/"></a> / main. )</center><br><br>
  1096.  
  1097. <center><img src=""></center><h3></h3>
  1098. <p><center>( <a href="http://.tumblr.com/"></a> / main. )</center><br><br>
  1099. </li>
  1100.  
  1101. </div></div></div></div>
  1102.  
  1103.  
  1104.  
  1105. <div id="verses" class="popup_block"><div id="tabbers"><ul id="tabs">
  1106. <li class="active">canon.</li>
  1107. <li>au.</li>
  1108. <!--<li>group</li>-->
  1109. </ul></div>
  1110.  
  1111. <div id="text">
  1112. <ul id="tab">
  1113. <li class="active">
  1114.  
  1115. <pre>( pre series )</pre>
  1116. <center><img src="https://56.media.tumblr.com/5903955034702f3c32dc11066f5cab9a/tumblr_inline_o3p23067qz1u1sx7s_540.png" /></center>
  1117. <blockquote><p>North is a long time past his days as a recruit in the UNSC. He's been in service of his planet now for over eight years, and contemplating retiring at the end of his next tour. If only he could convince his sister. In this verse North is 26. <br><br>Playby: Chris Zylka<br><br>
  1118. #tag: <a href="http://agentofthenorth.tumblr.com/tagged/v.fargo"><i>v. Fargo.</i></a><br>
  1119. </p>
  1120. </blockquote>
  1121. <br>
  1122.  
  1123. <pre>( project freelancer )</pre>
  1124. <blockquote>
  1125. <center><img src="https://56.media.tumblr.com/f25ad4aa0e7e8df367fe2aae9da4d728/tumblr_inline_o3owxxVF7v1u1sx7s_540.png"/></center>
  1126. <p>Takes place during Project Freelancer, this is a canon verse with some minor variances/diversions from the plot. In this verse North is 34 when he signs up, and 38 by it's conclusion. <br><br>Playby: Philip Winchester.
  1127.  
  1128. <br><br>
  1129. #tag: <a href="http://agentofthenorth.tumblr.com/tagged/v.-state-of-the-union"><i>v. State of the Union.</i></a><br>
  1130. </p>
  1131. </blockquote>
  1132. <br>
  1133.  
  1134.  
  1135. </li>
  1136.  
  1137. <!-------------------------------------->
  1138.  
  1139. <li>
  1140. <pre>( The Twins )</pre>
  1141. <blockquote>
  1142. <p>North survived his encounter with the Meta, and managed to hold onto Theta. North and South operate alone, yet together, on a distant planet, falling back into their old ways of brokering deals in the criminal element of wherever they find themselves. In their new line of work they’re simply known as the Twins, and it is widely known not to cross them. North and South are pushing 40 in this verse. <br><br>Playby: Philip Winchester<br><br>
  1143. #tag: <a href="http://agentofthenorth.tumblr.com/tagged/v.-north-by-northwest"><i>v. North By Northwest.</i></a><br>
  1144. </p>
  1145. </blockquote>
  1146. <br>
  1147.  
  1148. <pre>( Alone )</pre>
  1149. <blockquote>
  1150. <p>North was severely wounded in his battle with the Meta, and has lost his AI element. In an effort to fake his death, and get him out of a life he normally he wouldn’t have chosen, South helped him out of his suit, so that when Recovery One came, it would be assumed that Recovery Three had perished. North watched from above, his secondary rifle trained on Wash when the order both him and Recovery Two knew was coming arrived. Had Wash taken proper aim on his sister, North would have shot the gun out of his hand, luckily for everyone, the plan worked, and North went into seclusion on a planet called Chorus. North is 42 in this verse, it takes place some time after Project Freelancer concludes. <br><br>Playby: Philip Winchester
  1151.  
  1152. <br><br>
  1153. #tag: <a href="http://agentofthenorth.tumblr.com/tagged/v.-compass"><i>v. Compass.</i></a><br>
  1154. </p>
  1155. </blockquote>
  1156. <br>
  1157.  
  1158. <pre>( Fallout )</pre>
  1159. <blockquote>
  1160. <p>North and South manage to evade the Meta, and soon go their separate ways due to far too many disagreements. Tex’s words echo in the back of his mind, and he’s far too aware that if they find themselves face-to-face with what used to be Maine, South might not have his back. So he finds himself travelling between the settlements of Earth, trying to make his way back home. Next stop, a planet by the name of Chorus. This verse immediately follows the events of Project Freelancer's demise.<br><br>Playby: Philip Winchester<br><br>
  1161. #tag: <a href="http://agentofthenorth.tumblr.com/tagged/v.-true-north-strong"><i>v. True North Strong.</i></a><br>
  1162. </p>
  1163. </blockquote>
  1164. <br>
  1165.  
  1166. </li>
  1167.  
  1168. </div></div></div></div>
  1169.  
  1170. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement