Advertisement
tomkirk

Pack 5:2

Aug 30th, 2014
18,888
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.96 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4.  
  5.  
  6.  
  7. [ T H E M E B Y ]
  8.  
  9. ○ ● ○
  10.  
  11. [ T O M K I R K ]
  12.  
  13.  
  14.  
  15.  
  16. -->
  17. <html>
  18. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  19. <html xmlns="http://www.w3.org/1999/xhtml">
  20. <head>
  21. <!--Default Variables-->
  22. <!--Colors-->
  23. <meta name="color:Ask Background" content="#000000"/>
  24. <meta name="color:Ask Text" content="#ffffff"/>
  25. <meta name="color:Background" content="#ffffff"/>
  26. <meta name="color:Text" content="#000000"/>
  27. <meta name="color:Link" content="#000000"/>
  28. <meta name="color:Link Hover" content="#000000"/>
  29. <meta name="color:Border" content="#000000"/>
  30. <meta name="color:Perma Text" content="#bbbbbb"/>
  31. <meta name="color:Tool Tip" content="#ffffff"/>
  32. <meta name="color:Tool Tip Text" content="#000000"/>
  33.  
  34. <!--Images-->
  35. <meta name="image:Background" content=""/>
  36.  
  37. <!--Options-->
  38. <meta name="if:Tiny Cursor" content="1"/>
  39. <meta name="if:250px" content="1"/>
  40. <meta name="if:Infinite Scrolling" content=""/>
  41. <meta name="if:Captions" content=""/>
  42. <meta name="if:Faded Images" content=""/>
  43. <meta name="if:Inverted Images" content=""/>
  44. <meta name="if:Lazy Load" content=""/>
  45. <meta name="if:Animation" content="1"/>
  46.  
  47. <!--Links-->
  48. <meta name="text:Navigation" content="Navigate."/>
  49. <meta name="text:Link 1 URL" content="/"/>
  50. <meta name="text:Link 1 name" content=""/>
  51. <meta name="text:Link 2 URL" content="/"/>
  52. <meta name="text:Link 2 name" content=""/>
  53. <meta name="text:Link 3 URL" content="/"/>
  54. <meta name="text:Link 3 name" content=""/>
  55. <meta name="text:Link 4 URL" content="/"/>
  56. <meta name="text:Link 4 name" content=""/>
  57. <meta name="text:Link 5 URL" content="/"/>
  58. <meta name="text:Link 5 name" content=""/>
  59.  
  60. {block:Description}
  61. <meta name="description" content="{MetaDescription}" />{/block:Description}
  62. <title>
  63. {block:PostSummary}
  64. {PostSummary} - {/block:PostSummary}{Title}</title>
  65. </style>
  66.  
  67.  
  68.  
  69. <style type="text/css">
  70.  
  71. {block:ifInvertedImages}img{
  72. opacity: 1;
  73. filter:alpha(opacity=10);
  74. -moz-opacity: 0.1;
  75. -moz-transition: all .9s ease;
  76. -o-transition: all .9s ease;
  77. transition: all .9s ease;
  78. -webkit-transition: all .9s ease;}
  79. {/block:ifInvertedImages}
  80.  
  81.  
  82. {block:ifInvertedImages} img:hover{
  83. opacity: .8;
  84. filter:alpha(opacity=100);
  85. -moz-opacity: 1;
  86. -moz-transition: all .9s ease;
  87. -o-transition: all .9s ease;
  88. transition: all .9s ease;
  89. -webkit-transition: all .9s ease;}
  90. {/block:ifInvertedImages}
  91.  
  92. {block:ifFadedImages}img{
  93. opacity: .8;
  94. filter:alpha(opacity=10);
  95. -moz-opacity: 0.1;
  96. -moz-transition: all .9s ease;
  97. -o-transition: all .9s ease;
  98. transition: all .9s ease;
  99. -webkit-transition: all .9s ease;}
  100. {/block:ifFadedImages}
  101.  
  102.  
  103. {block:ifFadedImages} img:hover{
  104. opacity: 1;
  105. filter:alpha(opacity=100);
  106. -moz-opacity: 1;
  107. -moz-transition: all .9s ease;
  108. -o-transition: all .9s ease;
  109. transition: all .9s ease;
  110. -webkit-transition: all .9s ease;}
  111. {/block:ifFadedImages}
  112.  
  113. {block:ifInvertedImages}.photo {
  114. opacity: 1;
  115. filter:alpha(opacity=10);
  116. -moz-opacity: 0.1;
  117. -moz-transition: all .9s ease;
  118. -o-transition: all .9s ease;
  119. transition: all .9s ease;
  120. -webkit-transition: all .9s ease;}
  121. {/block:ifInvertedImages}
  122.  
  123.  
  124. {block:ifInvertedImages}.photo:hover{
  125. opacity: .8;
  126. filter:alpha(opacity=100);
  127. -moz-opacity: 1;
  128. -moz-transition: all .9s ease;
  129. -o-transition: all .9s ease;
  130. transition: all .9s ease;
  131. -webkit-transition: all .9s ease;}
  132. {/block:ifInvertedImages}
  133.  
  134. {block:ifFadedImages}.photo {
  135. opacity: .8;
  136. filter:alpha(opacity=10);
  137. -moz-opacity: 0.1;
  138. -moz-transition: all .9s ease;
  139. -o-transition: all .9s ease;
  140. transition: all .9s ease;
  141. -webkit-transition: all .9s ease;}
  142. {/block:ifFadedImages}
  143.  
  144.  
  145. {block:ifFadedImages}.photo:hover{
  146. opacity: 1;
  147. filter:alpha(opacity=100);
  148. -moz-opacity: 1;
  149. -moz-transition: all .9s ease;
  150. -o-transition: all .9s ease;
  151. transition: all .9s ease;
  152. -webkit-transition: all .9s ease;}
  153. {/block:ifFadedImages}
  154.  
  155. iframe#tumblr_controls {-webkit-filter:invert(100%);-moz-filter:invert(100%);-filter:invert(100%);right:3px;-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear;}
  156.  
  157. iframe#tumblr_controls:hover{opacity:1;}
  158.  
  159. html, body, a, a:link {
  160. {block:ifTinyCursor}
  161. cursor:url(https://31.media.tumblr.com/bdff266e410c6a626f3d7ba461afff73/tumblr_inline_nb3e1jKNMm1rh7826.png),auto;
  162. {/block:IfTinyCursor}
  163. }
  164.  
  165.  
  166. body{
  167. background:{color:Background};
  168. background-image:url('{image:Background}');
  169. background-attachment:fixed;
  170. background-repeat:repeat;
  171. background-position:center;
  172. font-family:courier new;
  173. font-size:12px;
  174. line-height:16px;
  175. color:{color:Text};
  176. }
  177.  
  178. a:link, a:active, a:visited{color:{color:Link};text-decoration:none; -webkit-transition: all 0s linear;-moz-transition: all 0s linear;transition: all 0s linear;}
  179.  
  180. a:hover{text-decoration:none;color:{color:Link Hover};{block:ifTinyCursor}cursor:url(https://31.media.tumblr.com/769de35144cf314ac2a3c6cc0f5f369a/tumblr_inline_nb3e1oTcM51rh7826.png),auto;{/block:IfTinyCursor}}
  181.  
  182. #pic img{display:block;}
  183.  
  184. #s-m-t-tooltip {
  185. max-width:300px;
  186. margin:-20px 20px 20px 20px;
  187. background-color:{color:Tool Tip};
  188. color:{color:Tool Tip Text};
  189. padding:3px 5px 3px 5px;
  190. font-size:11px;
  191. line-height:11px;
  192. box-shadow:rgba(0,0,0,0.07) 4px 4px;
  193. -webkit-transition: all 0.2s ease-out;
  194. -moz-transition: all 0.2s ease-out;
  195. transition: all 0.2s ease-out;
  196. z-index:999999999999999999999999999999999999;
  197. }
  198.  
  199. #container {
  200. margin:auto;
  201. padding:100px 0 0 0;
  202. {block:IndexPage}
  203. {block:if250px}width:250px;{/block:if250px}
  204. {block:ifNot250px}width:400px;{/block:ifNot250px}
  205. {/block:IndexPage}
  206. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  207. }
  208.  
  209. #content{
  210. {block:if250px}width:250px;{/block:if250px}
  211. {block:ifNot250px}width:400px;{/block:ifNot250px}
  212. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  213. }
  214.  
  215. #entry {
  216. margin:0 0 90px 50px;
  217. {block:if250px}width:250px;{/block:if250px}
  218. {block:ifNot250px}width:400px;{/block:ifNot250px}
  219. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  220. {block:ifAnimation}
  221. -webkit-animation:ent 5s;
  222. animation:ent 5s;
  223. {/block:ifAnimation}
  224. z-index:1;
  225. }
  226.  
  227. @-webkit-keyframes ent {
  228. 0% {opacity:0;}
  229. 25% {opacity:1;}
  230. }
  231.  
  232. #entry img{max-width:100%;}
  233.  
  234.  
  235. #ask {
  236. padding:10px;
  237. background:{color:Ask Background};
  238. color:{color:Ask Text};
  239. }
  240.  
  241. .asktri1{
  242. margin:-6px 0 0 30px;
  243. color:{color:Ask Background};
  244. font-size:65px;
  245. font-family:arial;
  246. }
  247.  
  248. .askername{
  249. position:Absolute;
  250. margin:-32px 0 0 39px;
  251. }
  252.  
  253. .askername a{
  254. color:{color:Ask Text};
  255. }
  256.  
  257. .askername a:hover{
  258. text-decoration:underline;
  259. }
  260.  
  261. .askerimg{
  262. margin-bottom:8px;
  263. }
  264.  
  265. .askerimg img{
  266. width:30px;
  267. border-radius:30px;
  268. -webkit-border-radius:30px;
  269. -moz-border-radius:30px;
  270. }
  271.  
  272. #answer{
  273. margin:10px 15px 20px 15px;
  274. }
  275.  
  276.  
  277. h1{
  278. font-size:22px;
  279. line-height:22px;
  280. margin:0 0 -5px 0;
  281. }
  282.  
  283. h2{
  284. font-size:22px;
  285. line-height:22px;
  286. margin:0 0 0 0;
  287. }
  288.  
  289. .bt{
  290. font-size:20px;
  291. line-height:30px;
  292. text-transform:lowercase;
  293. font-weight:bold;
  294. margin:0 0 0 0;
  295. z-index:1;
  296. }
  297.  
  298. #cc{
  299. position:fixed;
  300. margin:0px 0 0 -140px;
  301. width:150px;
  302. {block:ifAnimation}
  303. -webkit-animation:cc 5s;
  304. animation:cc 5s;
  305. {/block:ifAnimation}
  306.  
  307. }
  308.  
  309. @-webkit-keyframes cc {
  310. 0% {opacity:0;margin:-200px 0 0 -140px; }
  311. 25% {opacity:1;margin:0px 0 0 -140px; }
  312. }
  313.  
  314. blockquote{
  315. padding-left:10px;
  316. margin:0 0 0 15px;
  317. border-left:2px solid {color:Link};
  318. }
  319.  
  320. p {
  321. margin:10px 0 10px 0;
  322. }
  323.  
  324. .ol, ul {
  325. margin-left:30px;
  326. padding:5px;
  327. }
  328.  
  329. .ul {
  330. list-style-type:square;
  331. }
  332.  
  333. .chat .line{
  334. padding: 2px;
  335. }
  336.  
  337. .chat .line .odd{
  338. padding:2px;
  339. color:{color:Ask Text};
  340. background:{color:Ask Background};
  341. }
  342.  
  343. .label {
  344. font-weight:bold;
  345. }
  346.  
  347. .audioplayer{
  348. padding:10px;
  349. background:black;
  350. opacity:.8;
  351. }
  352.  
  353. .audioinfo{
  354. border-top:1px solid rgba(255,255,255,.8);
  355. padding:10px;
  356. background:black;
  357. color:white;
  358. opacity:.8;
  359. }
  360.  
  361. #entry #permalink{
  362. margin:20px 0 0 0;
  363. color:{color:Perma Text};
  364. opacity:1;
  365. line-height:20px;
  366. -webkit-transition: all 0.5s ease-out;
  367. -moz-transition: all 0.5s ease-out;
  368. transition: all 0.5s ease-out;
  369. }
  370.  
  371. #entry:hover #permalink{
  372. opacity:1;
  373. }
  374.  
  375. #permalink a{
  376. color:{color:Perma Text};
  377. }
  378.  
  379. #entry #permalinkpg{
  380. margin:10px 0 0 0;
  381. color:{color:Perma Text};
  382. }
  383.  
  384. #permalinkpg a{
  385. color:{color:Perma Text};
  386. }
  387.  
  388. .com:last-child{display:none;}
  389.  
  390. .notes img{
  391. width:10px;
  392. position:left;
  393. margin:3px 5px 0 0;
  394. -webkit-border-radius:10px;
  395. -moz-border-radius:10px;
  396. border-radius:10px;
  397. }
  398.  
  399. .notes {
  400. line-height:30px;
  401. }
  402.  
  403. #pgs{
  404. position:fixed;
  405. margin:8px 0 0 -20px;
  406. font-size:20px;
  407. font-weight:bold;
  408. width:10px;
  409. }
  410.  
  411. #pgs a{
  412. display:block;
  413. }
  414.  
  415. #butt,#dick{
  416. padding:0px;
  417. display:inline-block;
  418. }
  419.  
  420. #dick{
  421. width:120px;
  422. margin:10px 0 0 0;
  423. padding:0 4px 0 4px;
  424. border:1px solid {color:Border};
  425. }
  426.  
  427. #dick:hover{
  428. cursor:url(https://31.media.tumblr.com/769de35144cf314ac2a3c6cc0f5f369a/tumblr_inline_nb3e1oTcM51rh7826.png),auto;
  429. }
  430.  
  431. #butt{
  432. width:128px;
  433. border-left:1px solid {color:Border};
  434. border-right:1px solid {color:Border};
  435. border-bottom:1px solid {color:Border};
  436. display:none;
  437. }
  438.  
  439. #butt a{
  440. display:block;
  441. line-height:18px;
  442. padding:0 0 0 4px;
  443. }
  444.  
  445. #butt a:hover{
  446. background:black;
  447. color:white;
  448. }
  449.  
  450. {CustomCSS}
  451. </style>
  452.  
  453. <link rel="shortcut icon" href="{Favicon}">
  454. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  455. {block:ifLazyLoad}
  456. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  457. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  458. <script type="text/javascript" charset="utf-8">
  459. var $j = jQuery.noConflict();
  460. $j(function() {
  461. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  462. $j("img").lazyload({
  463. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  464. effect: "fadeIn",
  465. });
  466. });
  467. </script>
  468. {/block:ifLazyLoad}
  469.  
  470. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  471. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  472. <script>
  473. (function($){
  474. $(document).ready(function(){
  475. $("a[title]").style_my_tooltips({
  476. tip_follows_cursor:true,
  477. tip_delay_time:90,
  478. tip_fade_speed:100,
  479. attribute:"title"
  480. });
  481. });
  482. })(jQuery);
  483. </script>
  484.  
  485. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  486.  
  487. <script src="jquery.js"></script>
  488. <script>
  489. $(document).ready(function(){
  490. $("#dick").click(function(){
  491. $("#butt").fadeToggle(100);
  492. });
  493. });
  494. </script>
  495.  
  496. <body>
  497.  
  498.  
  499. <div id="container">
  500.  
  501. <div id="cc">
  502.  
  503. {block:ifNotInfiniteScrolling}
  504. <div id="pgs">
  505. {block:Pagination}
  506. {block:PreviousPage} <a title="backwards"href="{PreviousPage}">-</a>{/block:PreviousPage}
  507. {block:NextPage}<a title="forwards"href="{NextPage}">+</a>{/block:NextPage}
  508. {/block:Pagination}
  509. </div>
  510. {/block:ifNotInfiniteScrolling}
  511.  
  512. <div class="bt"><a href="/">{Title}</a></div>
  513. {Description}
  514.  
  515. <div id="dick">{text:Navigation} <span style="float:right;">▼</span></div>
  516. <div id="butt">
  517. {block:ifLink1name}
  518. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  519. {/block:ifLink1name}
  520. {block:ifLink2name}
  521. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  522. {/block:ifLink2name}
  523. {block:ifLink3name}
  524. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  525. {/block:ifLink3name}
  526. {block:ifLink4name}
  527. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  528. {/block:ifLink4name}
  529. {block:ifLink5name}
  530. <a href="{text:Link 5 URL}">{text:Link 5 name}</a>
  531. {/block:ifLink5name}
  532. </div>
  533. </div>
  534.  
  535.  
  536. <div id="content">
  537.  
  538. {block:Posts}
  539. <div id="entry">
  540.  
  541. {block:Answer}
  542. <div id="ask">
  543. <div class="askerimg"><img src="{AskerPortraitURL-128}"></div>
  544. <span class="askername"> {Asker} asked:</span>
  545. <span style="padding-left:3px;padding-right:3px;">{Question}</span>
  546. </div>
  547. <div class="asktri1">▾</div>
  548. <div id="answer">{Answer}</div>
  549. {/block:Answer}
  550.  
  551. {block:Text}
  552. {block:Title}
  553. <h1>{Title}</h1>
  554. {/block:Title}
  555. {Body}
  556. {/block:Text}
  557.  
  558. {block:Link}
  559. <h1><a href="{URL}">{Name} »</a></h1>
  560. {block:Description}{Description}{/block:Description}
  561. {/block:Link}
  562.  
  563. {block:Photo}
  564. <div id="pic">
  565. <center>
  566. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
  567. </center>
  568. </div>
  569. {block:ifCaptions}
  570. {block:Caption}{Caption}{/block:Caption}
  571. {/block:ifCaptions}
  572. {block:ifNotCaptions}
  573. {block:PermalinkPage}
  574. {block:Caption}{Caption}{/block:Caption}
  575. {/block:PermalinkPage}
  576. {/block:ifNotCaptions}
  577. {block:ContentSource}
  578. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  579. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  580. {/block:SourceLogo}
  581. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  582. {/block:ContentSource}
  583. {block:ReblogParentURL}
  584. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  585. {/block:ReblogParentURL}
  586. {/block:Photo}
  587.  
  588. {block:Photoset}
  589. <div class="photo">
  590. <center>
  591. {block:IndexPage}
  592. {block:if250px}{Photoset-250}{/block:if250px}
  593. {block:ifNot250px}{Photoset-400}{/block:ifNot250px}
  594. {/block:IndexPage}
  595. {block:PermalinkPage}
  596. {Photoset-400}
  597. {/block:PermalinkPage}
  598. </center>
  599. </div>
  600. {block:ifCaptions}
  601. {block:Caption}{Caption}{/block:Caption}
  602. {/block:ifCaptions}
  603. {block:ifNotCaptions}
  604. {block:PermalinkPage}
  605. {block:Caption}{Caption}{/block:Caption}
  606. {/block:PermalinkPage}
  607. {/block:ifNotCaptions}
  608. {/block:Photoset}
  609.  
  610. {block:Quote}
  611. <h2>"{Quote}"</h2>
  612. {block:Source}
  613. <i> - {Source}</i>
  614. {/block:Source}
  615. {/block:Quote}
  616.  
  617. {block:Chat}
  618. {block:Title}
  619. <h1>{Title}</h1>
  620. {/block:Title}
  621. <div class="chat">
  622. {block:Lines}
  623. <div class="chat">
  624. <div class="line {Alt}">
  625. <div class="{Alt} user_{UserNumber}">
  626. {block:Label}
  627. <b>{Label} </b>
  628. {/block:Label}
  629. {Line}
  630. </div>
  631. </div>
  632. </div>
  633. {/block:Lines}
  634. </div>
  635. {/block:Chat}
  636.  
  637. {block:Audio}
  638. {block:AlbumArt}
  639. <img src="{AlbumArtURL}">
  640. {/block:AlbumArt}
  641. {block:AudioPlayer}
  642. <div class="audioplayer">
  643. {AudioPlayerBlack}
  644. </div>
  645. {/block:AudioPlayer}
  646. {block:TrackName}
  647. <div class="audioinfo">
  648. Song : {TrackName}
  649. </div>
  650. {/block:TrackName}
  651. {block:Artist}
  652. <div class="audioinfo">
  653. Artist : {Artist}
  654. </div>
  655. {/block:Artist}
  656. {block:Album}
  657. <div class="audioinfo">
  658. Album : {Album}
  659. </div>
  660. {/block:Album}
  661. {block:Caption}{Caption}{/block:Caption}
  662. {/block:Audio}
  663.  
  664. {block:Video}
  665. <div class="photo">
  666. <center>
  667. {block:IndexPage}
  668. {block:if250px}{Video-250}{/block:if250px}
  669. {block:ifNot250px}{Video-400}{/block:ifNot250px}
  670. {/block:IndexPage}
  671. {block:PermalinkPage}
  672. {Video-400}
  673. {/block:PermalinkPage}
  674. </center>
  675. </div>
  676. {block:ifCaptions}
  677. {block:Caption}{Caption}{/block:Caption}
  678. {/block:ifCaptions}
  679. {block:ifNotCaptions}
  680. {block:PermalinkPage}
  681. {block:Caption}{Caption}{/block:Caption}
  682. {/block:PermalinkPage}
  683. {/block:ifNotCaptions}
  684. {/block:Video}
  685.  
  686. {block:PermalinkPage}
  687. {block:Date}
  688. <div id="permalinkpg">
  689. <b>Posted:</b> {TimeAgo} on
  690. {ShortMonth} {DayofMonth},{Year} at
  691. {12Hour}:{Minutes} {CapitalAmPm}
  692. {block:NoteCount}<br>
  693. <b>Notes:</b>
  694. {NoteCount}
  695. {/block:NoteCount}
  696. {block:HasTags}
  697. <br>
  698. <b>Tags:</b>
  699. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  700. {/block:Tags}
  701. {/block:HasTags}
  702. <br>{block:RebloggedFrom}
  703. <b>Via:</b> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br> <b>Src:</b> <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  704. </div>
  705. {block:PostNotes}
  706. {PostNotes}
  707. {/block:PostNotes}
  708. </div>
  709. {/block:Date}
  710. {/block:PermalinkPage}
  711.  
  712. {block:IndexPage}
  713. <div id="permalink">
  714. <a title="{TimeAgo}"href="{Permalink}">{NoteCount} N</a>
  715. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">↻ R</a></span>
  716. {block:HasTags}
  717. <br>
  718. <b># :</b>
  719. {block:Tags}<a href="{TagURL}">{Tag}</a> <span class="com"> , </span>
  720. {/block:Tags}
  721. {/block:HasTags}
  722. </div>
  723. {/block:IndexPage}
  724.  
  725. </div>
  726. {/block:Posts}
  727.  
  728. </div>
  729.  
  730.  
  731. {block:ifInfiniteScrolling}
  732. <script type="text/javascript" src="http://yourjavascript.com/21212225154/esz.js"></script>
  733. {/block:ifInfiniteScrolling}
  734.  
  735. <div style="position:fixed;bottom:0;right:0;padding-right:20px;padding-bottom:10px;"><a title="theme by tomkirk"href="http://tomkirk.tumblr.com/">▲</a></div>
  736. </body>
  737. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement