Advertisement
rasperries

tomkirk 2

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