Advertisement
dohdoro

heartattack

Mar 23rd, 2014
4,061
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.26 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. <!-- HEART ATTACK THEME BY DOHDORO ----//*********
  5.  
  6. ***DO NOT REMOVE THE CREDIT PLEASE.
  7. ***DO NOT COMBINE MY CODES WITH SOMEONE ELSES
  8. ***DO NOT REDISTRIBUTE AND CLAIM AS YOURS
  9. ***DO NOT USE AS BASE --->
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14.  
  15. {block:IfInfiniteScroll}
  16. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  17. {/block:IfInfiniteScroll}
  18.  
  19. <link rel="shortcut icon" href="{favicon}" />
  20.  
  21. <link rel="stylesheet" href="http://helplogger.googlecode.com/svn/trunk/html/[helplogger.blogspot.com]Fixed Fade Out Menu.css"/>
  22. <script type="text/javascript" src="http://helplogger.googlecode.com/svn/trunk/html/[helplogger.blogspot.com]jquery-1.3.2.js"></script>
  23.  
  24.  
  25.  
  26. <script type="text/javascript">
  27. <!--
  28. function handleThis(formElm)
  29. {
  30. window.location="http://URL/tagged/"+formElm.number.value+"";
  31. return false;
  32. }
  33. // -->
  34. $(function() {
  35. $(window).scroll(function(){
  36. var scrollTop = $(window).scrollTop();
  37. if(scrollTop != 0)
  38. $('#nav').stop().animate({'opacity':'0.2'},400);
  39. else
  40. $('#nav').stop().animate({'opacity':'1'},400);
  41. });
  42.  
  43. $('#nav').hover(
  44. function (e) {
  45. var scrollTop = $(window).scrollTop();
  46. if(scrollTop != 0){
  47. $('#nav').stop().animate({'opacity':'1'},400);
  48. }
  49. },
  50. function (e) {
  51. var scrollTop = $(window).scrollTop();
  52. if(scrollTop != 0){
  53. $('#nav').stop().animate({'opacity':'0.2'},400);
  54. }
  55. }
  56. );
  57. });
  58. </script>
  59.  
  60.  
  61.  
  62.  
  63.  
  64. <meta name="color:Background" content="#ffffff"/>
  65. <meta name="color:Text" content="#888"/>
  66. <meta name="color:Bold" content="#000000"/>
  67. <meta name="color:Italic" content="#000000"/>
  68. <meta name="color:links" content="#888888"/>
  69. <meta name="color:links hover" content="#000000"/>
  70. <meta name="color:title" content="#888888"/>
  71. <meta name="color:title border" content="#eeeeee"/>
  72. <meta name="color:description bg" content="#ffffff"/>
  73. <meta name="color:description" content="#888888"/>
  74. <meta name="color:side link bg" content="#ffffff"/>
  75. <meta name="color:side link" content="#888888"/>
  76. <meta name="color:link border" content="#eeeeee"/>
  77. <meta name="color:pagination border" content="#eeeeee"/>
  78. <meta name="color:pagination" content="#888888"/>
  79. <meta name="color:pagination bold" content="#000000"/>
  80. <meta name="color:side link bg hover" content="#888888"/>
  81. <meta name="color:side link hover" content="#ffffff"/>
  82. <meta name="color:top links bg hover" content="#888888"/>
  83. <meta name="color:top links hover" content="#ffffff"/>
  84. <meta name="color:post background" content="#ffffff"/>
  85. <meta name="color:post border" content="#eeeeee"/>
  86. <meta name="color:post shadow" content="#eeeeee"/>
  87. <meta name="color:post text" content="#888888"/>
  88. <meta name="color:post link" content="#888888"/>
  89. <meta name="color:info bg" content="#fafafa"/>
  90. <meta name="color:info" content="#888888"/>
  91. <meta name="color:info hover" content="#FFB6C1"/>
  92. <meta name="color:caption bg" content="#fafafa"/>
  93. <meta name="color:caption" content="#888888"/>
  94. <meta name="color:caption border" content="#7FFFD4"/>
  95. <meta name="color:answer bg" content="#ffffff"/>
  96. <meta name="color:answer" content="#888888"/>
  97. <meta name="color:scrollbar bg" content="#fafafa"/>
  98. <meta name="color:scrollbar" content="#888888"/>
  99. <meta name="color:h1 bg" content="#fafafa"/>
  100. <meta name="color:h1" content="#afafaf"/>
  101. <meta name="color:h1 border" content="#7FFFD4"/>
  102.  
  103. <meta name="image:Background" content=""/>
  104.  
  105. <meta name="if:Show Captions" content="0"/>
  106. <meta name="if:Infinite Scroll" content"0"/>
  107. <meta name="if:500px" content"0"/>
  108. <meta name="if:250px" content"0"/>
  109. <meta name="if:400px" content"1"/>
  110.  
  111. <meta name="text:Link 1 URL" content="/"/>
  112. <meta name="text:Link 1" content="link"/>
  113. <meta name="text:Link 2 URL" content="/"/>
  114. <meta name="text:Link 2" content="link"/>
  115. <meta name="text:Link 3 URL" content="/"/>
  116. <meta name="text:Link 3" content="link"/>
  117. <meta name="text:Link 4 URL" content="/"/>
  118. <meta name="text:Link 4" content="link"/>
  119.  
  120.  
  121.  
  122.  
  123. <style type="text/css">
  124.  
  125. #tumblr_controls {position: fixed !important;}
  126. #tumblr_controls {-webkit-filter: invert(100%);}
  127. #tumblr_controls {opacity: 0.5; -webkit-transition: opacity 0.7s linear; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  128. #tumblr_controls:hover {opacity: 1; -webkit-transition: opacity 0.7s linear; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
  129.  
  130.  
  131.  
  132. ::-webkit-scrollbar {
  133. width: 8px;
  134. height:3px;
  135. background:{color:scrollbar bg};
  136.  
  137. }
  138.  
  139. ::-webkit-scrollbar-thumb:vertical {
  140. height: 20px;
  141. background-color:{color:scrollbar};
  142.  
  143. }
  144.  
  145.  
  146. body {
  147. font-family:consolas;
  148. font-size:10px;
  149. letter-spacing:1px;
  150. color:{color:Text};
  151. background:{color:Background};
  152. background-image:url('{image:Background}');
  153. background-repeat:repeat;
  154. background-attachment:fixed;
  155.  
  156. }
  157.  
  158. a {
  159. color:{color:Links};
  160. text-decoration:none;
  161.  
  162. }
  163. a:hover {
  164. color:{color:Links Hover};
  165.  
  166. }
  167.  
  168. b, strong{
  169. color:{color:Bold};
  170.  
  171. }
  172.  
  173. i, em {
  174. color:{color:Italic};
  175.  
  176. }
  177.  
  178. h1 {
  179. font-family:helvetica sans serif;
  180. font-size:10px;
  181. text-transform:uppercase;
  182. text-align:center;
  183. background:{color:h1 bg};
  184. color:{color:h1};
  185. border-bottom:5px solid {color:h1 border};
  186. padding:15px;
  187.  
  188. }
  189.  
  190. h1 a {
  191. color:{color:Links};
  192. text-decoration:none;
  193.  
  194. }
  195.  
  196. #squish {
  197. {block:if250px}width:400px;{/block:if250px}
  198. {block:if400px}width:500px;{/block:if400px}
  199. {block:if500px}width:600px;{/block:if500px}
  200. margin:auto;
  201.  
  202. }
  203.  
  204. #dohdoro {
  205. position:fixed;
  206. top:150px;
  207. margin-left:-220px;
  208. width:200px;
  209. height:auto;
  210.  
  211. }
  212.  
  213. #ttle {
  214. width:170px;
  215. margin-left:20px;
  216. background:#ffff;
  217. color:{color:title};
  218. margin-top:130px;
  219. font-family:helvetica sans serif;
  220. font-size:30px;
  221. text-align:center;
  222. border-bottom:1px dotted {color:title border};
  223.  
  224. }
  225.  
  226. #navigation {
  227. position:fixed;
  228. z-index:99999;
  229. margin-top:-5px;
  230. margin-left:10px;
  231. padding:10px;
  232.  
  233. }
  234.  
  235. #links a {
  236. display:block;
  237. font-family:consolas;
  238. text-align:center;
  239. font-size:9px;
  240. letter-spacing:1px;
  241. padding-right:5px;
  242. line-height:9px;
  243. text-transform:uppercase;
  244. background:{color:side link bg};
  245. color:{color:side link};
  246.  
  247. }
  248.  
  249. #links a:hover {
  250. background:{color:side link bg hover};
  251. color:{color:side link hover};
  252.  
  253. }
  254.  
  255. .button {
  256. position:relative;
  257. border:1px solid {color:link border};
  258. width:160px;
  259. padding:5px;
  260. -webkit-border-radius: 50px;
  261. -moz-border-radius: 50px;
  262. border-radius: 50px;
  263.  
  264. }
  265.  
  266. .addlnks p a {
  267. margin-top:-2px;
  268. background:{color:side link bg};
  269. border:1px solid {color:link border};
  270. width:160px;
  271. padding:5px;
  272. -webkit-border-radius: 50px;
  273. -moz-border-radius: 50px;
  274. border-radius: 50px;
  275.  
  276. }
  277.  
  278. #nav {
  279. position:fixed;
  280. width:100%;
  281.  
  282. }
  283.  
  284. #nav a{
  285. margin-left:20px;
  286. color:#888888;
  287. font-family:consolas;
  288. padding-left:12px;
  289. padding-right:12px;
  290. font-size:10px;
  291. font-weight:lighter;
  292. text-transform:uppercase;
  293. border:1px solid #eee;
  294. background:#fafafa;
  295. letter-spacing:1px;
  296.  
  297. }
  298.  
  299. #nav a:hover{
  300. background:{color:top links bg hover};
  301. color:{color:top links hover};
  302. -webkit-transition: opacity 0.4s linear;
  303. -webkit-transition: all 0.4s ease-in-out;
  304. -moz-transition: all 0.4s ease-in-out;
  305. -o-transition: all 0.4s ease-in-out;
  306.  
  307. }
  308.  
  309. #descr {
  310. margin-top:1px;
  311. margin-left:18px;
  312. padding:6px;
  313. width:160px;
  314. background:{color:description bg};
  315. color:{color:description};
  316. font-family:arial;
  317. font-size:9px;
  318. text-align:center;
  319. line-height:11px;
  320. letter-spacing:2px;
  321. text-transform:lowercase;
  322.  
  323. }
  324.  
  325. #ent {
  326. position:relative;
  327. margin:30px;
  328. margin-top:80px;
  329. padding:15px;
  330. border:1px solid {color:post border};
  331. box-shadow:6px 6px 1px {color:post shadow};
  332. background:{color:post background};
  333. color:{color:post text};
  334. font-family:consolas;
  335. font-size:10px;
  336. {block:if250px}width:250px;{/block:if250px}
  337. {block:if400px}width:400px;{/block:if400px}
  338. {block:if500px}width:500px;{/block:if500px}
  339.  
  340. }
  341.  
  342. #ent a{
  343. color:{color:post link};
  344.  
  345. }
  346.  
  347. #ent img{
  348. width:100%;
  349.  
  350. }
  351.  
  352. #ent:hover #entinf {
  353. width:100px;
  354. opacity:1;
  355. -webkit-transition: all .7s ease-in-out;
  356. -moz-transition: all .7s ease-in-out;
  357. -o-transition: all .7s ease-in-out;
  358. -ms-transition: all .7s ease-in-out;
  359. transition: all .7s ease-in-out;
  360.  
  361. }
  362.  
  363. #entinf {
  364. position:absolute;
  365. width:50px;
  366. padding:10px;
  367. background:{color:info bg};
  368. color:{color:info};
  369. text-align:center;
  370. font-family:consolas;
  371. letter-spacing:1px;
  372. text-transform:uppercase;
  373. {block:if250px}margin-left:280px;{/block:if250px}
  374. {block:if400px}margin-left:430px;{/block:if400px}
  375. {block:if500px}margin-left:530px;{/block:if500px}
  376. opacity:0;
  377. -webkit-transition: opacity 0.4s linear;
  378. -webkit-transition: all 0.4s ease-in-out;
  379. -moz-transition: all 0.4s ease-in-out;
  380. -o-transition: all 0.4s ease-in-out;
  381.  
  382. }
  383.  
  384. #entinf a{
  385. color:{color:info};
  386.  
  387. }
  388.  
  389. #entinf a:hover {
  390. width:100px;
  391. color:{color:info hover};
  392. opacity:1;
  393. -webkit-transition: all .7s ease-in-out;
  394. -moz-transition: all .7s ease-in-out;
  395. -o-transition: all .7s ease-in-out;
  396. -ms-transition: all .7s ease-in-out;
  397. transition: all .7s ease-in-out;
  398.  
  399. }
  400.  
  401. #quotes {
  402. font-family:helvetica sans serif;
  403. font-size:17px;
  404. text-align:center;
  405. letter-spacing:0px;
  406. text-transform:uppercase;
  407.  
  408. }
  409.  
  410. #answers {
  411. Color:{color:answer};
  412. background:{color:answer bg};
  413. text-align:center;
  414. padding:15px;
  415. font-size:10px;
  416. font-family:consolas;
  417.  
  418. }
  419.  
  420. #caption {
  421. margin-top:7px;
  422. color:{color:caption};
  423. background:{color:caption bg};
  424. padding:10px;
  425. word-wrap:break-word;
  426. font-size:11px;
  427. font-family:consolas;
  428. border-bottom:5px solid {color:caption border};
  429.  
  430. }
  431.  
  432. #caption img{
  433. width:400px;
  434.  
  435. }
  436.  
  437. #notecounts {
  438. float:center;
  439. width:400px;
  440. margin-top:30px;
  441. margin-left:-10px;
  442. font-family:consolas;
  443. font-size:9px;
  444. text-align:left;
  445. background:#fafafa;
  446. color:#888;
  447. padding:10px;
  448. {block:if250px}width:250px;{/block:if250px}
  449. {block:if400px}width:400px;{/block:if400px}
  450. {block:if500px}width:500px;{/block:if500px}
  451.  
  452. }
  453.  
  454. #notecounts img {
  455. display:none;
  456.  
  457. }
  458.  
  459. ol.notecounts {
  460. list-style-type:square;
  461.  
  462. }
  463.  
  464. #permalink {
  465. position:absolute;
  466. width:400px;
  467. height:25px;
  468. margin-left:-10px;
  469. margin-top:30px;
  470. padding:10px;
  471. color:#888;
  472. background:#fafafa;
  473. font-size:9px;
  474. font-family:consolas;
  475. text-transform:uppercase;
  476. text-align:center;
  477. {block:if250px}width:250px;{/block:if250px}
  478. {block:if400px}width:400px;{/block:if400px}
  479. {block:if500px}width:500px;{/block:if500px}
  480.  
  481. }
  482.  
  483. #permalink a {
  484. display:inline-block;
  485. color:#888;
  486. }
  487.  
  488. #audio {
  489. width:100%;
  490. margin-left:0px;
  491.  
  492. }
  493.  
  494. .tumblr_audio_player {
  495. height: 40px;
  496. {block:if250px}width:230px;{/block:if250px}
  497. {block:if400px}width:380px;{/block:if400px}
  498. {block:if500px}width:480px;{/block:if500px}
  499. border:10px solid #fff;
  500.  
  501. }
  502.  
  503. #pagi {
  504. position:fixed;
  505. margin-top:-70px;
  506. margin-left:-30px;
  507. border-right:1px solid {color:pagination border};
  508.  
  509. }
  510.  
  511. .jump_page {
  512. display:block;
  513. padding: 4px 8px;
  514. color:{color:pagination};
  515. font-family:century gothic;
  516. font-size:11px;
  517. text-decoration:none;
  518.  
  519. }
  520.  
  521. .current_page, .jump_page:hover {
  522. padding: 4px 8px;
  523. color:{color:pagination bold};
  524. font-family:century gothic;
  525. font-size:10px;
  526. text-decoration:none;
  527.  
  528. }
  529.  
  530. #s-m-t-tooltip {
  531. z-index:999999;
  532. max-width:300px;
  533. margin-top:25px;
  534. margin-left:15px;
  535. padding-left:5px;
  536. padding-right:5px;
  537. padding-top:1px;
  538. padding-bottom:1px;
  539. background-color:#eee;
  540. border:1px solid #fff;
  541. color:#888;
  542. font-family:consolas;
  543. font-size:10px;
  544. letter-spacing:1px;
  545. text-transform:uppercase;
  546. line-height:13px;
  547.  
  548. }
  549.  
  550. #thmcredit {
  551. position:fixed;
  552. z-index:99999;
  553. bottom:5px;
  554. right:10px;
  555. background:#fff;
  556. font-weight:bold;
  557. font-size:10px;
  558. color:#000000;
  559. font-family:helvetica;
  560.  
  561. }
  562.  
  563.  
  564.  
  565. </style>
  566.  
  567. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  568. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  569.  
  570. <script type="text/javascript">
  571. $(document).ready(function() {
  572. $('.addlnks').hide().before('<a href="#" id="toggle-addlnks" class="button">explore</a>');
  573. $('a#toggle-addlnks').click(function() {
  574. $('.addlnks').slideToggle(500);
  575. return false;
  576. });
  577. });
  578. </script>
  579.  
  580.  
  581.  
  582. </head><body>
  583.  
  584. <div id="nav">
  585. <ul>
  586. <li><a href="/"><span>HOME</span></a></li>
  587. <li><a href="/ask"><span>MESSAGE</span></a></li>
  588. <li><a href="/archive"><span>ARCHIVE</span></a></li>
  589.  
  590. <div class="search">
  591. <form onsubmit="return handleThis(this)">
  592. <input type="text" name="number" placeholder="Search..."/><input type="submit" value="" class="searchbutton"/>
  593. </form>
  594.  
  595.  
  596.  
  597. </div>
  598. </ul>
  599. </div>
  600. <div id="top"></div>
  601. <div id="bottom"></div>
  602. <div class="scroll"></div>
  603.  
  604.  
  605.  
  606. <div id="squish">
  607.  
  608. <div id="dohdoro">
  609. <div id="ttle">{title}</div>
  610. <div id="descr">{description}</div>
  611.  
  612. <div id="navigation">
  613. <div id="links">
  614. <div class="addlnks">
  615. <p>
  616. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  617. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  618. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  619. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  620.  
  621. </p>
  622. </div>
  623.  
  624. </div></div>
  625.  
  626. {block:IfNotInfiniteScroll}
  627. <div id="pagi">
  628. {block:Pagination}
  629. {block:JumpPagination length="3"}
  630. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  631. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  632. {/block:Pagination}
  633. </div> {/block:IfNotInfiniteScroll}
  634.  
  635.  
  636.  
  637. </div>
  638.  
  639.  
  640. <div class ="autopagerize_page_element">
  641.  
  642. {block:posts}
  643. <div id="ent">
  644. {block:ContentSource}
  645. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  646. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  647. {/block:SourceLogo}
  648. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  649. {/block:ContentSource}
  650.  
  651.  
  652. {block:IndexPage}
  653. <div id="entinf">
  654.  
  655. {block:NoteCount}
  656. <a href="{Permalink}" title="{NoteCount}">{NoteCount} notes</a><br>{/block:NoteCount}
  657.  
  658. <a href="{ReblogURL}" title="reblog">reblog</a><br>
  659.  
  660. {block:HasTags}
  661. <a href="{TagURL}" title="{block:Tags}#{Tag}{/block:Tags}">tags</a><br>
  662. {/block:HasTags}
  663.  
  664. {block:Date}{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date}<br>
  665.  
  666. {block:RebloggedFrom}
  667. <a href="{ReblogParentURL}" title="via:{ReblogParentName}">VIA</a><br>
  668. <a href="{ReblogRootURL}" title="source:{ReblogRootName}">SOURCE</a>
  669. {/block:RebloggedFrom}
  670. </div>{/block:IndexPage}
  671.  
  672. {block:text}{block:title}<h1>{title}</h1>{/block:title}{body}{/block:text}
  673.  
  674. {block:photo}
  675. {block:if250px}<img src="{PhotoURL-250}"/>{/block:if250px}
  676. {block:if400px}<img src="{PhotoURL-400}"/>{/block:if400px}
  677. {block:if500px}<img src="{PhotoURL-500}"/>{/block:if500px}
  678. {block:ifShowCaptions}
  679. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  680. {/block:ifShowCaptions}{/block:photo}
  681.  
  682.  
  683. {block:Photoset}
  684. {block:if250px}{Photoset-250}{/block:if250px}
  685. {block:if400px}{Photoset-400}{/block:if400px}
  686. {block:if500px}{Photoset-500}{/block:if500px}
  687. {block:ifShowCaptions}
  688. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  689. {/block:ifShowCaptions}{/block:Photoset}
  690.  
  691. {block:Quote}<div id="quotes">❝{Quote}❞</div> {block:Source}<div align="right"></div>{/block:Source}{/block:Quote}
  692.  
  693. {block:Link}
  694. <h1><a href="{URL}" target="{Target}">{Name}></a></h1>
  695. {block:Description}{Description}{/block:Description} {/block:Link}
  696.  
  697. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}
  698. {block:Lines}{block:Lable}<b>{Lable}</b>{/block:Lable}{Line}<br>{/block:Lines}{/block:Chat}
  699.  
  700. {block:Audio}
  701. <div id="audio">{AudioPlayerWhite}</div>
  702. {block:caption}<div id="caption">{caption}</div>{/block:caption}
  703. {/block:Audio}
  704.  
  705. {block:Video}
  706. {block:if250px}{Video-250}{/block:if250px}
  707. {block:if400px}{Video-400}{/block:if400px}
  708. {block:if500px}{Video-500}{/block:if500px}
  709. {block:ifShowCaptions}{block:caption}<div id="caption">{Caption}</div>{/block:caption}{/block:ifShowCaptions}{/block:Video}
  710.  
  711. {block:Answer}
  712. <h1>{Asker} ASKED:
  713. {Question}</h1>
  714. <div id="answers">{Answer}</div>
  715. {/block:Answer}
  716.  
  717.  
  718.  
  719. {block:PermalinkPage}
  720. <div id="permalink">
  721. {block:Date} DATE: {DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date} <BR>
  722. {block:NoteCount}
  723. <a href="{Permalink}" title="{NoteCount}">{NoteCount} notes</a> //{/block:NoteCount}
  724. <a href="{ReblogURL}" title="reblog">reblog</a> //
  725. {block:HasTags}
  726. <a href="{TagURL}" title="{block:Tags}#{Tag}{/block:Tags}">tags</a><br>
  727. {/block:HasTags}
  728. {block:RebloggedFrom}
  729. <a href="{ReblogParentURL}" title="via:{ReblogParentName}">VIA</a>
  730. <a href="{ReblogRootURL}" title="source:{ReblogRootName}">SOURCE</a>
  731. {/block:RebloggedFrom}
  732.  
  733. {block:PostNotes}
  734. <div id="notecounts">{PostNotes}</div>
  735. {/block:PostNotes} </div>{/block:PermalinkPage}
  736.  
  737. </div>
  738. {/block:posts}
  739.  
  740. </div>
  741. </body>
  742. <div id="thmcredit"><a href="http://dohdoro.tumblr.com" title="theme by dohdoro">DTHM.</a></div>
  743. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement