Advertisement
tomkirk

Leo 1 Column

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