Advertisement
tomkirk

Go

Jul 4th, 2014
10,061
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.34 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. {block:Description}
  63. <meta name="description" content="{MetaDescription}" />{/block:Description}
  64. <title>
  65. {block:PostSummary}
  66. {PostSummary} - {/block:PostSummary}{Title}</title>
  67. </style>
  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. body{background:{color:Background};background-image:url('{image:Background}');background-attachment:fixed;background-repeat:repeat;background-position:center;font-family:helvetica;font-size:12px;line-height:16px;color:{color:Text};}
  160.  
  161. a:link, a:active, a:visited{color:{color:Link};text-decoration:none;}
  162.  
  163. a:hover{text-decoration:none;color:{color:Link Hover};}
  164.  
  165. #pic img{display:block;}
  166.  
  167. #s-m-t-tooltip {
  168. max-width:300px;
  169. margin:25px 20px 25px 20px;
  170. background-color:{color:Tool Tip};
  171. color:{color:Tool Tip Text};
  172. border:1px solid {color:Border};
  173. font-size:12px;
  174. line-height:12px;
  175. padding:3px 5px 3px 5px;
  176. box-shadow:rgba(0,0,0,0.07) 4px 4px;
  177. -webkit-transition: all 0.2s ease-out;
  178. -moz-transition: all 0.2s ease-out;
  179. transition: all 0.2s ease-out;
  180. z-index:999999999999999999999999999999999999;b
  181. }
  182.  
  183. #container {
  184. margin:auto;
  185. {block:IndexPage}width:500px;{/block:IndexPage}
  186. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  187. }
  188.  
  189. #content{
  190. margin:100px 0 100px -60px;
  191. padding:30px;
  192. {block:IndexPage}width:560px;{/block:IndexPage}
  193. {block:PermalinkPage}width:560px;{/block:PermalinkPage}
  194. background:white;
  195. border:4px solid {color:Border};
  196. box-shadow:rgba(0,0,0,0.07) 20px 20px;
  197. }
  198.  
  199. #side{
  200. {block:ifFixedSidebar}
  201. position:fixed;
  202. {/block:ifFixedSidebar}
  203. {block:ifNotFixedSidebar}
  204. position:absolute;
  205. {/block:ifNotFixedSidebar}
  206. width:130px;
  207. margin:30px 0 0 410px;
  208. }
  209.  
  210. #sp a{
  211. display:block;
  212. margin:10px 0 10px 0;
  213. }
  214.  
  215. .nav{
  216. line-height:20px;
  217. }
  218.  
  219. .nav a{
  220. display:block;
  221. }
  222.  
  223. .nav .dot {
  224. display:inline-block;
  225. margin:0 5px 0 0;
  226. width:5px;
  227. height:5px;
  228. background:{color:Link};
  229. border:1px solid {color:Link};
  230. border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;
  231. }
  232.  
  233. .nav:hover .dot{
  234. background:transparent;
  235. border:1px solid {color:Link Hover};
  236. }
  237.  
  238. #entry{
  239. margin:0 0 100px 0;
  240. {block:IndexPage}width:400px;{/block:IndexPage}
  241. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  242.  
  243. }
  244.  
  245. #entry img{max-width:100%;}
  246.  
  247.  
  248. #ask {
  249. padding:10px;
  250. background:{color:Ask Background};
  251. color:{color:Ask Text};
  252. }
  253.  
  254. .asktri1{
  255. margin:-6px 0 0 30px;
  256. color:{color:Ask Background};
  257. font-size:65px;
  258. font-family:arial;
  259. }
  260.  
  261. .askername{
  262. position:Absolute;
  263. margin:-29px 0 0 39px;
  264. }
  265.  
  266. .askername a{
  267. color:{color:Ask Text};
  268. }
  269.  
  270. .askername a:hover{
  271. text-decoration:underline;
  272. }
  273.  
  274. .askerimg{
  275. margin-bottom:8px;
  276. }
  277.  
  278. .askerimg img{
  279. width:30px;
  280. border-radius:30px;
  281. -webkit-border-radius:30px;
  282. -moz-border-radius:30px;
  283. }
  284.  
  285. #answer{
  286. margin:10px 15px 20px 15px;
  287. }
  288.  
  289.  
  290. h1{
  291. font-size:20px;
  292. line-height:20px;
  293. margin:0 0 0 0;
  294. }
  295.  
  296. .bt{
  297. font-size:20px;
  298. line-height:20px;
  299. font-weight:bold;
  300. margin:0 0 5px 0;
  301. }
  302.  
  303. blockquote{
  304. padding-left:10px;
  305. margin:0 0 0 15px;
  306. border-left:2px solid {color:Link};
  307. }
  308.  
  309. p {
  310. margin:10px 0 10px 0;
  311. }
  312.  
  313. .ol, ul {
  314. margin-left:30px;
  315. padding:5px;
  316. }
  317.  
  318. .ul {
  319. list-style-type:square;
  320. }
  321.  
  322. .chat .line{
  323. padding: 2px;
  324. }
  325.  
  326. .chat .line .odd{
  327. padding:2px;
  328. color:{color:Ask Text};
  329. background:{color:Ask Background};
  330. }
  331.  
  332. .label {
  333. font-weight:bold;
  334. }
  335.  
  336. .audioplayer{
  337. padding:10px;
  338. background:black;
  339. }
  340.  
  341.  
  342. #entry #permalink{
  343. position:relative;
  344. padding:5px 13px 8px 13px;
  345. line-height:16px;
  346. background:{color:Perma};
  347. color:{color:Perma Text};
  348. opacity:1;
  349. /*belldom is real*/
  350. -webkit-transition: all 0.7s linear;
  351. -moz-transition: all 0.7s linear;
  352. transition: all 0.7s linear;
  353. z-index:1;
  354. }
  355.  
  356. #permalink a{
  357. color:{color:Perma Text};
  358. border-bottom:1px solid transparent;
  359. }
  360.  
  361. #permalink a:hover{
  362. border-bottom:1px solid {color:Perma Text};
  363. }
  364.  
  365. #permalink .permatri{
  366. color:{color:Perma};
  367. margin:-15px 0 0 280px;
  368. font-size:95px;
  369. font-family:arial;
  370. }
  371.  
  372. .com:last-child{display:none;}
  373.  
  374. .notes img{
  375. width:10px;
  376. position:left;
  377. margin:3px 5px 0 0;
  378. -webkit-border-radius:10px;
  379. -moz-border-radius:10px;
  380. border-radius:10px;
  381. }
  382.  
  383. .notes {
  384. line-height:20px;
  385. }
  386.  
  387. #pgs{
  388. margin:-60px 0 0 0;
  389. }
  390.  
  391. {CustomCSS}
  392. </style>
  393.  
  394. <link rel="shortcut icon" href="{Favicon}">
  395. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  396. {block:ifLazyLoad}
  397. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  398. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  399. <script type="text/javascript" charset="utf-8">
  400. var $j = jQuery.noConflict();
  401. $j(function() {
  402. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  403. $j("img").lazyload({
  404. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  405. effect: "fadeIn",
  406. });
  407. });
  408. </script>
  409. {/block:ifLazyLoad}
  410.  
  411. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  412. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  413. <script>
  414. (function($){
  415. $(document).ready(function(){
  416. $("a[title]").style_my_tooltips({
  417. tip_follows_cursor:true,
  418. tip_delay_time:90,
  419. tip_fade_speed:100,
  420. attribute:"title"
  421. });
  422. });
  423. })(jQuery);
  424. </script>
  425. </head>
  426. <body>
  427. <div id="container">
  428. <div id="side">
  429. <div class="bt"><a href="/">{Title}</a></div>
  430. {Description}
  431. {block:ifIconLinks}
  432. <div id="sp">
  433. {block:ifLink1name}
  434. <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>
  435. {/block:ifLink1name}
  436. {block:ifLink2name}
  437. <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>
  438. {/block:ifLink2name}
  439. {block:ifLink3name}
  440. <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>
  441. {/block:ifLink3name}
  442. {block:ifLink4name}
  443. <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>
  444. {/block:ifLink4name}
  445. {block:ifLink5name}
  446. <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>
  447. {/block:ifLink5name}
  448. </div>
  449. {/block:ifIconLinks}
  450. {block:ifNotIconLinks}
  451. <div style="margin:5px 0 0 0;">
  452. {block:ifLink1name}
  453. <div class="nav">
  454. <a href="{text:Link 1 URL}"><div class="dot"></div>{text:Link 1 name}</a>
  455. </div>
  456. {/block:ifLink1name}
  457. {block:ifLink2name}
  458. <div class="nav">
  459. <a href="{text:Link 2 URL}"><div class="dot"></div>{text:Link 2 name}</a>
  460. </div>
  461. {/block:ifLink2name}
  462. {block:ifLink3name}
  463. <div class="nav">
  464. <a href="{text:Link 3 URL}"><div class="dot"></div>{text:Link 3 name}</a>
  465. </div>
  466. {/block:ifLink3name}
  467. {block:ifLink4name}
  468. <div class="nav">
  469. <a href="{text:Link 4 URL}"><div class="dot"></div>{text:Link 4 name}</a>
  470. </div>
  471. {/block:ifLink4name}
  472. {block:ifLink5name}
  473. <div class="nav">
  474. <a href="{text:Link 5 URL}"><div class="dot"></div>{text:Link 5 name}</a>
  475. </div>
  476. {/block:ifLink5name}
  477. </div>
  478. {/block:ifNotIconLinks}
  479. {block:ifSearchBar}
  480. <form action="/search" method="get">
  481. <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;"/>
  482. <input type="submit" class="search-button" value="➨" style="font-size:12px;background:{color:Perma};border:0px solid;color:{color:Perma Text};cursor:pointer;"/></form>
  483. {/block:ifSearchBar}
  484. </div>
  485.  
  486. <div id="content">
  487. {block:Posts}
  488. <div id="entry">
  489.  
  490. {block:Answer}
  491. <div id="ask">
  492. <div class="askerimg"><img src="{AskerPortraitURL-128}"></div>
  493. <span class="askername"> {Asker} asked:</span>
  494. <span style="padding-left:3px;padding-right:3px;">{Question}</span>
  495. </div>
  496. <div class="asktri1">▾</div>
  497. <div id="answer">{Answer}</div>
  498. {/block:Answer}
  499.  
  500. {block:Text}
  501. {block:Title}
  502. <h1>{Title}</h1>
  503. {/block:Title}
  504. {Body}
  505. {/block:Text}
  506.  
  507. {block:Link}
  508. <h1><a href="{URL}">{Name} »</a></h1>
  509. {block:Description}{Description}{/block:Description}
  510. {/block:Link}
  511.  
  512. {block:Photo}
  513. <div id="pic">
  514. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
  515. </div>
  516. {block:ifCaptions}
  517. {block:Caption}{Caption}{/block:Caption}
  518. {/block:ifCaptions}
  519. {block:ifNotCaptions}
  520. {block:PermalinkPage}
  521. {block:Caption}{Caption}{/block:Caption}
  522. {/block:PermalinkPage}
  523. {/block:ifNotCaptions}
  524. {block:ContentSource}
  525. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  526. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  527. {/block:SourceLogo}
  528. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  529. {/block:ContentSource}
  530. {block:ReblogParentURL}
  531. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  532. {/block:ReblogParentURL}
  533. {/block:Photo}
  534.  
  535. {block:Photoset}
  536. <div class="photo">
  537. <center>
  538. {Photoset-400}
  539. </center>
  540. </div>
  541. {block:ifCaptions}
  542. {block:Caption}{Caption}{/block:Caption}
  543. {/block:ifCaptions}
  544. {block:ifNotCaptions}
  545. {block:PermalinkPage}
  546. {block:Caption}{Caption}{/block:Caption}
  547. {/block:PermalinkPage}
  548. {/block:ifNotCaptions}
  549. {/block:Photoset}
  550.  
  551. {block:Quote}
  552. <h1>"{Quote}"</h1>
  553. {block:Source}
  554. <i> - {Source}</i>
  555. {/block:Source}
  556. {/block:Quote}
  557.  
  558. {block:Chat}
  559. {block:Title}
  560. <div class="posttitle">
  561. {Title}
  562. </div>
  563. {/block:Title}
  564. <div class="chat">
  565. {block:Lines}
  566. <div class="chat">
  567. <div class="line {Alt}">
  568. <div class="{Alt} user_{UserNumber}">
  569. {block:Label}
  570. <b>{Label} </b>
  571. {/block:Label}
  572. {Line}
  573. </div>
  574. </div>
  575. </div>
  576. {/block:Lines}
  577. </div>
  578. {/block:Chat}
  579.  
  580. {block:Audio}
  581. {block:AlbumArt}
  582. <img src="{AlbumArtURL}">
  583. {/block:AlbumArt}
  584. {block:AudioPlayer}
  585. <div class="audioplayer">
  586. {AudioPlayerBlack}
  587. </div>
  588. {/block:AudioPlayer}
  589. {block:Caption}{Caption}{/block:Caption}
  590. {/block:Audio}
  591.  
  592. {block:Video}
  593. <div class="photo">
  594. <center>
  595. {Video-400}
  596. </center>
  597. </div>
  598. {block:ifCaptions}
  599. {block:Caption}{Caption}{/block:Caption}
  600. {/block:ifCaptions}
  601. {block:ifNotCaptions}
  602. {block:PermalinkPage}
  603. {block:Caption}{Caption}{/block:Caption}
  604. {/block:PermalinkPage}
  605. {/block:ifNotCaptions}
  606. {/block:Video}
  607.  
  608. {block:IndexPage}
  609. <div id="permalink">
  610. <div class="permatri">▴</div>
  611. <a href="{Permalink}">{TimeAgo} with {NoteCountWithLabel}</a>
  612. <span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></span>
  613. {block:HasTags}
  614. <br>
  615. # :
  616. {block:Tags}<a href="{TagURL}">{Tag}</a><span class="com"> ,</span>
  617. {/block:Tags}
  618. {/block:HasTags}
  619. </div>
  620. {/block:IndexPage}
  621.  
  622. {block:PermalinkPage}
  623. {block:Date}
  624. <div id="permalinkpg">
  625. <div id="permalink">
  626. <div class="permatri">▴</div>
  627. <b>Posted:</b> {TimeAgo} on
  628. {ShortMonth} {DayofMonth},{Year} at
  629. {12Hour}:{Minutes} {CapitalAmPm}
  630. {block:NoteCount}<br>
  631. <b>Notes:</b>
  632. {NoteCount}
  633. {/block:NoteCount}
  634. {block:HasTags}
  635. <br>
  636. <b>Tags:</b>
  637. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  638. {/block:Tags}
  639. {/block:HasTags}
  640. <br>{block:RebloggedFrom}
  641. <b>Via:</b> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br> <b>Src:</b> <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  642. </div>
  643. {block:PostNotes}
  644. {PostNotes}
  645. {/block:PostNotes}
  646. </div>
  647. {/block:Date}
  648. {/block:PermalinkPage}
  649.  
  650. </div>
  651. {/block:Posts}
  652.  
  653.  
  654. {block:ifNotInfiniteScrolling}
  655. <div id="pgs">
  656. {block:Pagination}
  657. {block:PreviousPage} <a href="{PreviousPage}">«</a>{/block:PreviousPage}
  658. {block:JumpPagination length="5"}
  659. {block:CurrentPage}
  660. <span class="current_page">{PageNumber}</span>&nbsp;&nbsp;
  661. {/block:CurrentPage}
  662. {block:JumpPage}
  663. <a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;
  664. {/block:JumpPage}
  665. {/block:JumpPagination}
  666. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  667. {/block:Pagination}
  668. </div>
  669. {/block:ifNotInfiniteScrolling}
  670. </div>
  671. <div style="position:fixed;right:0;bottom:0;padding:0 20px 20px 0;">
  672. <a title="theme by tomkirk"href="http://tomkirk.tumblr.com/">▲</a>
  673. </div>
  674.  
  675.  
  676. {block:ifInfiniteScrolling}
  677. <script type="text/javascript" src="http://yourjavascript.com/21212225154/esz.js"></script>
  678. {/block:ifInfiniteScrolling}
  679.  
  680.  
  681. </body>
  682. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement