Advertisement
tomkirk

Leo

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