Advertisement
tomkirk

Red

Mar 25th, 2016
4,858
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.49 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.  
  18. <!--Default Variables-->
  19. <!--Colors-->
  20. <meta name="color:Ask Background" content="#000000"/>
  21. <meta name="color:Ask Text" content="#ffffff"/>
  22. <meta name="color:Background" content="#ffffff"/>
  23. <meta name="color:Accent" content="#FF0000"/>
  24. <meta name="color:Text" content="#000000"/>
  25. <meta name="color:Link" content="#000000"/>
  26. <meta name="color:Link Hover" content="#000000"/>
  27. <meta name="color:Scrollbar" content="#000000"/>
  28. <meta name="color:Tool Tip" content="#ffffff"/>
  29. <meta name="color:Tool Tip Text" content="#000000"/>
  30.  
  31. <!--Images-->
  32. <meta name="image:Icon" content=""/>
  33.  
  34. <!--Options-->
  35. <meta name="if:Infinite Scroll" content="1"/>
  36. <meta name="if:Captions" content=""/>
  37. <meta name="if:Custom Scrollbar" content="1"/>
  38. <meta name="if:Photo Zoom" content=""/>
  39. <meta name="if:Tiny Cursor" content=""/>
  40. <meta name="if:Crosshair Cursor" content=""/>
  41. <meta name="if:Show Icon" content="1"/>
  42.  
  43. <!--Links-->
  44. <meta name="text:Link 1 URL" content="/"/>
  45. <meta name="text:Link 1 name" content=""/>
  46. <meta name="text:Link 2 URL" content="/"/>
  47. <meta name="text:Link 2 name" content=""/>
  48. <meta name="text:Link 3 URL" content="/"/>
  49. <meta name="text:Link 3 name" content=""/>
  50. <meta name="text:Link 4 URL" content="/"/>
  51. <meta name="text:Link 4 name" content=""/>
  52.  
  53. <link href='http://fonts.googleapis.com/css?family=Quicksand:400,700' rel='stylesheet' type='text/css'>
  54. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  55.  
  56. {block:Description}
  57. <meta name="description" content="{MetaDescription}" />
  58. {/block:Description}
  59. <meta charset="utf-8">
  60. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  61. <title>{block:TagPage}{Tag} posts - {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  62. <link rel="shortcut icon" href="{Favicon}">
  63. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  64. <style type="text/css">
  65.  
  66. 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;}
  67.  
  68. iframe#tumblr_controls:hover{opacity:1;}
  69.  
  70. {block:ifCustomScrollbar}
  71. ::-webkit-scrollbar {width:11px; height:11px; background: {color:Background};}
  72. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar}; border-top:5px solid {color:Background};border-right:5px solid {color:Background};border-bottom:5px solid {color:Background};border-left:5px solid {color:Background};}
  73. {/block:ifCustomScrollbar}
  74.  
  75. html,body,a,a:hover{
  76. {block:ifTinyCursor}cursor:url(https://31.media.tumblr.com/bdff266e410c6a626f3d7ba461afff73/tumblr_inline_nf2nph3m4q1rs8bwg.png), progress; {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}
  77. }
  78.  
  79. body{background:{color:Background};{block:ifbackgroundimage}background-image:url('{image:background}');{/block:ifbackgroundimage}background-attachment:fixed;background-repeat:repeat;background-position:center;font-family:courier new;font-size:11px;line-height:17px;color:{color:Text};
  80. {block:ifTinyCursor}cursor:url(https://31.media.tumblr.com/bdff266e410c6a626f3d7ba461afff73/tumblr_inline_nf2nph3m4q1rs8bwg.png), progress; {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}{block:ifFullBkgImg}background-size:100% 100%;{/block:ifFullBkgImg}
  81. }
  82.  
  83. a:link, a:active, a:visited{color:{color:Link};text-decoration:none;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;{block:ifTinyCursor}cursor:url(https://31.media.tumblr.com/769de35144cf314ac2a3c6cc0f5f369a/tumblr_inline_nf2nq0naf51rs8bwg.png), progress; {/block:ifTinyCursor}{block:ifCrosshairCursor}cursor:crosshair;{/block:ifCrosshairCursor}text-shadow: -4px 0px transparent, 4px 0px transparent;}
  84.  
  85. a:hover{color:{color:Link Hover};text-shadow: 0px 0px {color:Link Hover}, 0px 0px {color:Link Hover};}
  86.  
  87. #s-m-t-tooltip {
  88. max-width:200px;
  89. margin:25px 20px 25px 20px;
  90. background-color:{color:Tool Tip};
  91. color:{color:Tool Tip Text};
  92. border:1px solid {color:Accent};
  93. font-size:11px;
  94. line-height:11px;
  95. padding:4px 5px 3px 5px;
  96. box-shadow:rgba(0,0,0,0.07) 4px 4px;
  97. -webkit-transition: all 0.3s ease-out;
  98. -moz-transition: all 0.3s ease-out;
  99. transition: all 0.3s ease-out;
  100. z-index:999999999999999999999999999999999999;
  101. -webkit-border-radius: 4px;
  102. -moz-border-radius: 4px;
  103. border-radius: 4px;
  104. }
  105.  
  106. #container {
  107. margin:0 0 0 300px;
  108. {block:IndexPage}width:900px{/block:IndexPage}
  109. {block:PermalinkPage}width:600px;{/block:PermalinkPage}
  110. }
  111.  
  112. #content{
  113. {block:IndexPage} width:400px;{/block:IndexPage}
  114. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  115. }
  116.  
  117. article{
  118. float:left;
  119. position:relative;
  120. {block:IndexPage}width:290px;margin:20px 20px 100px 00px;{/block:IndexPage}
  121. {block:PermalinkPage}width:540px;margin:20px 20px 70px 00px;{/block:PermalinkPage}
  122. }
  123.  
  124. .art{
  125. border:1px solid {color:Accent};
  126. background:{color:Background};
  127. padding:20px;
  128. }
  129.  
  130. article img{max-width:100%;{block:indexPage}display:block;{/block:IndexPage}height:auto;}
  131.  
  132. article .cap{
  133. padding:0;
  134. }
  135.  
  136. article #permalink{
  137. position:absolute;
  138. text-align:center;
  139. margin:10px 0 0 -112px;
  140. z-index:999999;
  141. }
  142.  
  143. article .p_line{
  144. position:absolute;
  145. margin:-10px 0 0 15px;
  146. height:1px;
  147. width:76px;
  148. background:{color:Accent};
  149. z-index:-1;
  150. }
  151.  
  152. #permalink a{
  153. background:{color:Background};
  154. color:{color:Accent};
  155. font-size:25px;
  156. font-weight:bold;
  157. font-family:times new roman;
  158. border:4px double {color:Accent};
  159. padding:1px 10px 1px 10px;
  160. -webkit-border-radius: 100px;
  161. -moz-border-radius: 100px;
  162. border-radius: 100px;
  163. }
  164.  
  165. #permalink a:hover{
  166. text-shadow:{color:Accent} 0px 0px 0px;
  167. box-shadow:{color:Accent} 0px 0px 8px;
  168. }
  169.  
  170. #permalinkpg{
  171. margin:10px 0 0 0;
  172. line-height:20px;
  173. }
  174.  
  175. .tag{
  176. margin:5px 0 0 0;
  177. font-size:11px;
  178. }
  179.  
  180. .glow{
  181. width:auto;
  182. }
  183.  
  184. #pic {
  185. position:relative;
  186. overflow:hidden;
  187. }
  188.  
  189. #pic img{
  190. display:block;
  191. -webkit-transition: all 0.4s linear;
  192. -moz-transition: all 0.4s linear;
  193. transition: all 0.4s linear;
  194. }
  195.  
  196. article #pc{
  197. -webkit-transition: all 0.4s linear;
  198. -moz-transition: all 0.4s linear;
  199. transition: all 0.4s linear;
  200. }
  201.  
  202. article:hover #pc{
  203. {block:ifPhotoZoom}
  204. {block:IndexPage}
  205. -ms-transform: scale(1.10); /* IE 9 */
  206. -webkit-transform: scale(1.10); /* Chrome, Safari, Opera */
  207. transform: scale(1.10); /* Standard syntax */
  208. {/block:IndexPage}
  209. {/block:ifPhotoZoom}
  210. }
  211.  
  212. article #ugh{
  213. display:block;
  214. margin-bottom:-10px;
  215. -webkit-transition: all 0.4s linear;
  216. -moz-transition: all 0.4s linear;
  217. transition: all 0.4s linear;
  218. }
  219.  
  220. article:hover #ugh{
  221. {block:ifPhotoZoom}
  222. {block:IndexPage}
  223. -ms-transform: scale(1.10); /* IE 9 */
  224. -webkit-transform: scale(1.10); /* Chrome, Safari, Opera */
  225. transform: scale(1.10); /* Standard syntax */
  226. {/block:IndexPage}
  227. {/block:ifPhotoZoom}
  228. }
  229.  
  230. #permalinkpg{margin:20px 0 0 0;line-height:17px;}
  231.  
  232.  
  233. #ask {
  234. padding:10px;
  235. background:{color:Ask Background};
  236. color:{color:Ask Text};
  237. -webkit-border-radius: 4px;
  238. -moz-border-radius: 4px;
  239. border-radius: 4px;
  240. }
  241.  
  242. .asktri1{
  243. position:absolute;
  244. margin:0px 0 0 20px;
  245. width: 0;
  246. height: 0;
  247. border-style: solid;
  248. border-width: 9px 10px 0 10px;
  249. border-color:{color:Ask Background} transparent transparent transparent;
  250. }
  251.  
  252. .askername{
  253. position:Absolute;
  254. margin:-29px 0 0 39px;
  255. }
  256.  
  257. .askername a{
  258. color:{color:Ask Text};
  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 0px 0px 0px;
  274. }
  275.  
  276.  
  277. h1{
  278. font-family:futura;
  279. font-size:25px;
  280. line-height:28px;
  281. font-weight:bold;
  282. margin:0 0 0 0;
  283. }
  284.  
  285. h2{
  286. font-family:futura;
  287. font-size:25px;
  288. line-height:28px;
  289. font-weight:bold;
  290. margin:0 0 10px 0;
  291. }
  292.  
  293. .q_q{
  294. position:absolute;
  295. font-size:times new roman;
  296. font-weight:bold;
  297. font-size:80px;
  298. line-height:70px;
  299. opacity:.15;
  300. }
  301.  
  302. blockquote{
  303. padding-left:10px;
  304. margin:0 0 0 15px;
  305. border-left:2px solid rgba(0,0,0,0.2);
  306. }
  307.  
  308. p {
  309. margin:10px 0 10px 0;
  310. }
  311.  
  312. .ol, ul {
  313. margin-left:30px;
  314. padding:5px;
  315. }
  316.  
  317. .ul {
  318. list-style-type:square;
  319. }
  320.  
  321. .chat .line{
  322. padding: 2px;
  323. }
  324.  
  325. .chat .line .odd{
  326. padding:2px;
  327. color:{color:Ask Text};
  328. background:{color:Ask Background};
  329. }
  330.  
  331. .label {
  332. font-weight:bold;
  333. }
  334.  
  335. .audioart img{
  336. {block:IndexPage}width:250px;
  337. {/block:IndexPage}
  338. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  339. }
  340.  
  341. .audioplayer{
  342. padding:10px;
  343. background:black;
  344. opacity:1;
  345. }
  346.  
  347. .audioinfo{
  348. border-top:1px solid rgba(255,255,255,1);
  349. padding:10px;
  350. background:black;
  351. color:white;
  352. opacity:1;
  353. }
  354.  
  355. .notes img{
  356. width:10px;
  357. position:left;
  358. margin:3px 5px 0 0;
  359. -webkit-border-radius:10px;
  360. -moz-border-radius:10px;
  361. border-radius:10px;
  362. }
  363.  
  364. .notes{
  365. line-height:30px;
  366. }
  367.  
  368. #pgs{
  369. width:250px;
  370. margin:0 0 100px 0;
  371. font-size:19px;
  372. font-weight:bold;
  373. }
  374.  
  375. #pgs a{
  376. border-bottom:0px;
  377. margin:0 5px 0 0;
  378. color:{color:Accent};
  379. text-shadow:{color:Accent} 0px 0px 20px;
  380. }
  381.  
  382. #pgs a:hover{
  383. text-shadow:{color:Accent} 0px 0px 0px;
  384. }
  385.  
  386. .com:last-child{display:none;}
  387.  
  388.  
  389. #infscr-loading{
  390. position:absolute;
  391. left:50%;
  392. bottom:-40px;
  393. opacity:0;
  394.  
  395. }
  396.  
  397. #side{
  398. position:fixed;
  399. width:150px;
  400. height:100%;
  401. padding:70px 35px 0 50px;
  402. top:0;
  403. left:0;
  404. border-right:1px solid red;
  405. z-index:1;
  406. }
  407.  
  408. .sp img{
  409. width:100px;
  410. height:100px;
  411. -webkit-border-radius: 100px;
  412. -moz-border-radius: 100px;
  413. border-radius: 100px;
  414. }
  415.  
  416. .bt{
  417. font-size:30px;
  418. line-height:30px;
  419. margin:0 0 10px 0;
  420. font-weight:bold;
  421. }
  422.  
  423. .bt a{
  424. color:{color:Accent};
  425. text-shadow:{color:Accent} 0px 0px 20px;
  426. -webkit-transition: all 0.5s linear;
  427. -moz-transition: all 0.5s linear;
  428. transition: all 0.5s linear;
  429. }
  430.  
  431. .bt a:hover{
  432. text-shadow:{color:Accent} 0px 0px 0px;
  433. -webkit-transition: all 0s linear;
  434. -moz-transition: all 0s linear;
  435. transition: all 0s linear;
  436. }
  437.  
  438. .nav{
  439. margin:10px 0 0 0;
  440. line-height:23px;
  441. }
  442.  
  443. .nav a{
  444. display:block;
  445. color:{color:Accent};
  446. text-shadow:transparent 15px 5px 20px;
  447. -webkit-transition: all 0.5s linear;
  448. -moz-transition: all 0.5s linear;
  449. transition: all 0.5s linear;
  450. }
  451.  
  452. .nav a:hover{
  453. text-shadow:{color:Accent} 11px 5px 2px;
  454. -webkit-transition: all 0s linear;
  455. -moz-transition: all 0s linear;
  456. transition: all 0s linear;
  457. }
  458.  
  459. {CustomCSS}
  460. </style>
  461.  
  462. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  463. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  464. <script>
  465. (function($){
  466. $(document).ready(function(){
  467. $("a[title]").style_my_tooltips({
  468. tip_follows_cursor:true,
  469. tip_delay_time:0,
  470. tip_fade_speed:0,
  471. attribute:"title"
  472. });
  473. });
  474. })(jQuery);
  475. </script>
  476.  
  477.  
  478. </head>
  479. <body>
  480.  
  481. <div id="container">
  482. <br><br><br>
  483.  
  484. <div id="side">
  485.  
  486. {block:ifShowIcon}
  487. <div class="sp">
  488. <a href="/"><img src="{image:Icon}"></a>
  489. </div>
  490. {/block:ifShowIcon}
  491.  
  492. <div class="bt"><a href="/">{title}</a></div>
  493.  
  494. {description}
  495.  
  496. <div class="nav">
  497. {block:ifLink1name}
  498. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  499. {/block:ifLink1name}
  500. {block:ifLink2name}
  501. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  502. {/block:ifLink2name}
  503. {block:ifLink3name}
  504. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  505. {/block:ifLink3name}
  506. {block:ifLink4name}
  507. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  508. {/block:ifLink4name}
  509. </div>
  510.  
  511. </div>
  512.  
  513. <div id="content">
  514.  
  515. {block:Posts}
  516. <article>
  517. <div class="art">
  518.  
  519. {block:IndexPage}
  520. <div id="permalink">
  521. <a title="{notecount}N"href="{Permalink}">!</a>
  522. <div class="p_line"></div>
  523. </div>
  524. {/block:IndexPage}
  525.  
  526.  
  527. {block:Answer}
  528. <div id="ask">
  529. <div class="askerimg"><img src="{AskerPortraitURL-128}"></div>
  530. <span class="askername"> {Asker} asked:</span>
  531. <span style="padding-left:3px;padding-right:3px;">{Question}</span>
  532. </div>
  533. <div class="asktri1"></div>
  534. <div id="answer">{Answer}</div>
  535. {/block:Answer}
  536.  
  537. {block:Text}
  538. <div class="cap">
  539. {block:Title}
  540. <h1>{Title}</h1>
  541. {/block:Title}
  542. {Body}
  543. </div>
  544. {/block:Text}
  545.  
  546. {block:Link}
  547. <div class="cap">
  548. <h1><a href="{URL}">{Name} »</a></h1>
  549. {block:Description}{Description}{/block:Description}
  550. </div>
  551. {/block:Link}
  552.  
  553. {block:Photo}
  554. <div class="glow">
  555. <div id="pic">
  556. <div id="pc">
  557. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
  558. </div>
  559. </div>
  560. </div>
  561. {block:ifCaptions}
  562. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  563. {/block:ifCaptions}
  564. {block:ifNotCaptions}
  565. {block:PermalinkPage}
  566. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  567. {/block:PermalinkPage}
  568. {/block:ifNotCaptions}
  569. {block:ContentSource}
  570. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  571. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  572. {/block:SourceLogo}
  573. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  574. {/block:ContentSource}
  575. {block:ReblogParentURL}
  576. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  577. {/block:ReblogParentURL}
  578. {/block:Photo}
  579.  
  580. {block:Photoset}
  581. {block:IndexPage}
  582. <div class="glow">
  583. <div id="pic">
  584. <div id="ugh">{Photoset-250}</div>
  585. </div>
  586. </div>
  587. {/block:IndexPage}
  588. {block:PermalinkPage}<div class="glow">{Photoset-500}</div>{/block:PermalinkPage}
  589. {block:ifCaptions}
  590. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  591. {/block:ifCaptions}
  592. {block:ifNotCaptions}
  593. {block:PermalinkPage}
  594. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  595. {/block:PermalinkPage}
  596. {/block:ifNotCaptions}
  597. {/block:Photoset}
  598.  
  599. {block:Quote}
  600. <div class="cap">
  601. <div class="q_q">❝</div>
  602. <h2>{Quote}</h2>
  603. {block:Source}
  604. - {Source}
  605. {/block:Source}
  606. </div>
  607. {/block:Quote}
  608.  
  609. {block:Chat}
  610. <div class="cap">
  611. {block:Title}
  612. <h1>{Title}</h1>
  613. {/block:Title}
  614. <div class="chat">
  615. {block:Lines}
  616. <div class="chat">
  617. <div class="line {Alt}">
  618. <div class="{Alt} user_{UserNumber}">
  619. {block:Label}
  620. <b>{Label} </b>
  621. {/block:Label}
  622. {Line}
  623. </div>
  624. </div>
  625. </div>
  626. {/block:Lines}
  627. </div>
  628. </div>
  629. {/block:Chat}
  630.  
  631. {block:Audio}
  632. {block:AlbumArt}
  633. <div class="audioart">
  634. <img src="{AlbumArtURL}">
  635. </div>
  636. {/block:AlbumArt}
  637. {block:AudioPlayer}
  638. <div class="audioplayer">
  639. {AudioPlayerBlack}
  640. </div>
  641. {/block:AudioPlayer}
  642. {block:TrackName}
  643. <div class="audioinfo">
  644. Song : {TrackName}
  645. </div>
  646. {/block:TrackName}
  647. {block:Artist}
  648. <div class="audioinfo">
  649. Artist : {Artist}
  650. </div>
  651. {/block:Artist}
  652. {block:Album}
  653. <div class="audioinfo">
  654. Album : {Album}
  655. </div>
  656. {/block:Album}
  657. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  658. {/block:Audio}
  659.  
  660. {block:Video}
  661. {block:IndexPage}<div class="glow">{Video-250}</div>{/block:IndexPage}
  662. {block:PermalinkPage}<div class="glow">{Video-500}</div>{/block:PermalinkPage}
  663. {block:ifCaptions}
  664. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  665. {/block:ifCaptions}
  666. {block:ifNotCaptions}
  667. {block:PermalinkPage}
  668. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  669. {/block:PermalinkPage}
  670. {/block:ifNotCaptions}
  671. {/block:Video}
  672.  
  673. {block:PermalinkPage}
  674. {block:Date}
  675. <div id="permalinkpg">
  676. <b>Posted:</b> {TimeAgo} on
  677. {Month} {DayofMonth}, {Year} at
  678. {12Hour}:{Minutes} {CapitalAmPm}
  679. {block:NoteCount}<br>
  680. <b>Notes:</b>
  681. {NoteCount}
  682. {/block:NoteCount}
  683. {block:HasTags}
  684. <br>
  685. <b>Filed Under:</b>
  686. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  687. {/block:Tags}
  688. {/block:HasTags}
  689. <br>{block:RebloggedFrom}
  690. <b>Via:</b> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br> <b>Src:</b> <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a> {/block:RebloggedFrom}
  691. </div>
  692. <div class="cap">
  693. {block:PostNotes}
  694. {PostNotes}
  695. {/block:PostNotes}
  696. </div>
  697. {/block:Date}
  698. {/block:PermalinkPage}
  699. </div>
  700.  
  701. {block:IndexPage}
  702. {block:HasTags}
  703. <div class="tag">
  704. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  705. {/block:Tags}
  706. </div>
  707. {/block:HasTags}
  708. {/block:IndexPage}
  709. </article>
  710. {/block:Posts}
  711.  
  712.  
  713. </div>
  714.  
  715. {block:ifNotInfiniteScroll}
  716. {block:IndexPage}
  717. <div id="pgs">
  718. {block:Pagination}
  719. {block:PreviousPage} <a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  720. {/block:JumpPagination}
  721. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  722. {/block:Pagination}
  723. </div>
  724. {/block:IndexPage}
  725. {/block:ifNotInfiniteScroll}
  726.  
  727.  
  728. <!--Pagination: previous/next page links-->
  729. {block:Pagination}
  730. <div class="pagination">
  731. {block:PreviousPage}<a href="{PreviousPage}"> </a>{/block:PreviousPage}
  732. {block:NextPage}<a href="{NextPage}"> </a>{/block:NextPage}
  733. </div>
  734. {/block:Pagination}
  735.  
  736. <!--Links to jQuery library, Masonry, infinite scroll and imagesLoaded-->
  737. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  738. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  739. {block:IfInfiniteScroll}
  740. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  741. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  742. {/block:IfInfiniteScroll}
  743. <!--Code for infinite scroll and grid layout-->
  744. <script>
  745. (function() {
  746. var $tumblelog = $('#content');
  747. {block:IfInfiniteScroll}
  748. $tumblelog.infinitescroll({
  749. navSelector : ".pagination",
  750. nextSelector : ".pagination a:first",
  751. itemSelector : "article",
  752. bufferPx : 50,
  753. done : "",
  754. loading: {
  755. finishedMsg: "<p> </p>",
  756. img : "http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif",
  757. msg: null,
  758. msgText: "<p> </p>"
  759. },
  760. },
  761. function( newElements ) {
  762. var $newElems = $( newElements ).css({ opacity: 0 });
  763. $newElems.imagesLoaded(function(){
  764. $newElems.animate({ opacity: 1 });
  765. $tumblelog.masonry( 'appended', $newElems);
  766. });
  767. }
  768. );
  769. {/block:IfInfiniteScroll}
  770. $tumblelog.imagesLoaded( function(){
  771. $tumblelog.masonry({
  772. columnWidth: function( containerWidth ) {
  773. return containerWidth / 100;
  774. }
  775. });
  776. });
  777. })();
  778. </script>
  779. </div>
  780. <div style="position:fixed;bottom:0;right:0;padding:0 30px 30px 0;font-size:14px;"><a title="theme by tomkirk" style="background:transparent;"href="http://tomkirk.tumblr.com/">▲</a></div>
  781.  
  782. </body>
  783. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement