Advertisement
tomkirk

???

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