Advertisement
teenageblog

Adventure Theme

Jul 26th, 2013
2,655
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.43 KB | None | 0 0
  1.  
  2. <!-----------------------------------------
  3. ╭━━━┳╮╱╱╱╱╱╱╱╱╱╱╭╮╱╭━━━━┳╮
  4. ┃╭━╮┃┃╱╱╱╱╱╱╱╱╱╱┃┃╱┃╭╮╭╮┃┃
  5. ┃┃╱╰┫╰━┳━━┳━╮╭━━┫┃╱╰╯┃┃╰┫╰━┳━━┳╮╭┳━━┳━━╮
  6. ┃┃╱╭┫╭╮┃╭╮┃╭╮┫┃━┫┃╱╱╱┃┃╱┃╭╮┃┃━┫╰╯┃┃━┫━━┫
  7. ┃╰━╯┃┃┃┃╭╮┃┃┃┃┃━┫╰╮╱╱┃┃╱┃┃┃┃┃━┫┃┃┃┃━╋━━┃
  8. ╰━━━┻╯╰┻╯╰┻╯╰┻━━┻━╯╱╱╰╯╱╰╯╰┻━━┻┻┻┻━━┻━━╯
  9.  
  10. Please keep credit (✿◠‿◠)
  11. Change posts to 15
  12. Go to customize > scroll to the bottom > click advanced > change posts per page to 15
  13. ----------------------------------------------->
  14.  
  15. <html lang="en">
  16. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml">
  18. <script type="text/javascript"
  19. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  20.  
  21. <head>
  22. <!-- DEFAULT VARIABLES -->
  23. <title>{Title}</title>
  24. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  25. <meta name="color:Background" content="#fff"/>
  26. <meta name="color:Blogtitle" content="#000"/>
  27. <meta name="color:Text" content="#000"/>
  28. <meta name="color:Link" content="#000"/>
  29. <meta name="color:Title" content="#000"/>
  30. <meta name="color:Hover" content="#000"/>
  31. <meta name="color:Scrollbar" content="#ccc"/>
  32.  
  33. <meta name="if:Use Banner" content="0">
  34. <meta name="if:Topbutton" content="1"/>
  35. <meta name="if:Show blog title" content="1"/>
  36. <meta name="if:SmallCursor" content="0"/>
  37. <meta name="if:Six Columns" content="0"/>
  38. <meta name="if:Five Columns" content="1"/>
  39. <meta name="if:Four Columns" content="0"/>
  40. <meta name="if:Title Font 1" content="1"/>
  41. <meta name="if:Title Font 2" content="0"/>
  42. <meta name="if:Title Font 3" content="0"/>
  43. <meta name="if:Title Font 4" content="0"/>
  44.  
  45. <meta name="image:Banner" content="">
  46. <meta name="image:Background" content="0"/>
  47.  
  48. <meta name="text:Link One Title" content="link 1" />
  49. <meta name="text:Link One" content="" />
  50. <meta name="text:Link Two Title" content="link 2" />
  51. <meta name="text:Link Two" content="" />
  52. <meta name="text:Link Three Title" content="link 3" />
  53. <meta name="text:Link Three" content="" />
  54. <meta name="text:Link Four Title" content="link 4" />
  55. <meta name="text:Link Four" content="" />
  56. <meta name="text:Link Five Title" content="link 5" />
  57. <meta name="text:Link Five" content="" />
  58.  
  59.  
  60. <style type="text/css">
  61. #toTop {
  62. text-align:center;
  63. padding:5px;
  64. position:fixed;
  65. bottom:10px;
  66. right:10px;
  67. cursor:pointer;
  68. display:none;
  69. color:#000;
  70. z-index: 99999999999999999999;
  71. font-size:10px;
  72. }
  73.  
  74. {block:ifsmallcursor}body, a:hover {cursor: url(http://i.imgur.com/ZOrzC.png), progress !important;} a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}{/block:ifsmallcursor}
  75. :-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background}; }
  76.  
  77. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  78.  
  79. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  80.  
  81. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  82.  
  83.  
  84.  
  85.  
  86. @font-face { font-family: "ronda"; src: url'http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  87.  
  88.  
  89. .wrapper{
  90. margin: 0px auto;
  91. margin-left: 60px;
  92. width: 1045px;
  93. }
  94.  
  95. .header{
  96. float: left;
  97. width: 100%;
  98. }
  99.  
  100. .left{
  101. float: left;
  102. margin-right: 20px;
  103. width:1045;
  104. }
  105.  
  106. .right{
  107. float: right;
  108. width: 200px;
  109. background-color: #fff;
  110. }
  111.  
  112.  
  113. body {
  114. margin:0px;
  115. background-color: {color:Background};
  116. background-image:url({image:Background});
  117. background-attachment: fixed;
  118. background-repeat: repeat;}
  119. body, div, p, textarea, submit, input{
  120. font-family: 'Ubuntu', sans-serif;
  121. font-size: 11px;
  122. line-height:14px;
  123. letter-spacing:1px;
  124. color:{color:Text};
  125. }
  126.  
  127. ::-webkit-scrollbar {width: 6px; height: 4px; background: #FFFFFF; border-left:0px solid #aaa; }
  128.  
  129. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; border: 0px solid #eee; border-radius:40px;}
  130.  
  131.  
  132. p {
  133. margin:0px;
  134. margin-top:0px;
  135. }
  136.  
  137. a:link, a:active, a:visited{
  138. text-decoration: none;
  139. -webkit-transition: color 0.3s ease-out;
  140. -moz-transition: color 0.3s ease-out;
  141. transition: color 0.3s ease-out;
  142. color: {color:Link};
  143. }
  144.  
  145. a:hover {
  146. text-decoration: none;
  147. font-style:;
  148. color: {color:Hover};
  149. }
  150.  
  151.  
  152. #mainRight {
  153. width:100%;
  154. margin:0;
  155. padding-bottom:20px;
  156. text-align:center;
  157. }
  158.  
  159. #holder {
  160. width:100%;
  161. }
  162.  
  163.  
  164.  
  165. div#center{
  166. margin:auto;
  167. margin-top:0px;
  168. position:relative;
  169. width:1045px;
  170. background-color:;
  171. overflow:auto;
  172. overflow-y:hidden;
  173. }
  174.  
  175.  
  176.  
  177.  
  178. .entry {
  179. float:left;
  180. display: block;
  181. overflow:hidden;
  182. width:100%;
  183. padding:1px;
  184. margin:4px;
  185. transition: all 0.5s ease-out;
  186. -o-transition-transition: all 0.5s ease-out;
  187. -webkit-transition: all 0.5s ease-out;
  188. -moz-transition: all 0.5s ease-out;
  189. {block:ifsixcolumns}
  190. width:210px
  191. {/block:ifsixcolumns}
  192. {block:iffivecolumns}
  193. width:250px;
  194. {/block:iffivecolumns}
  195. {block:iffourcolumns}
  196. width:305px;
  197. {/block:iffourcolumns}
  198. {block:PermalinkPage}
  199. {block:ifsixcolumns}
  200. text-align:left;
  201. margin-left:200px;
  202. {/block:ifsixcolumns}
  203. width:520px;
  204. margin-left:350px;
  205. text-align:center;
  206. {/block:PermalinkPage}
  207. }
  208.  
  209. .perma {
  210. opacity: 0.0;
  211. filter: alpha(opacity = 0);
  212. z-index:991;
  213. display: inline-block;
  214. position: absolute;
  215. width:100%;
  216. text-align:center;
  217. top:25%;
  218. -webkit-transition: all .4s ease;
  219. -moz-transition: all .4s ease;
  220. -o-transition: all .4s ease;
  221. transition: all .4s ease;}
  222.  
  223. .entry:hover .perma {
  224. top:45%;
  225. opacity: 1;filter: alpha(opacity = 100);
  226. -webkit-transition: all .4s ease;
  227. -moz-transition: all .4s ease;
  228. -o-transition: all .4s ease;
  229. transition: all .4s ease;}
  230.  
  231. .likep {
  232. width: 21px;height: 20px;
  233. overflow: hidden;z-index: 9999999;
  234. display: inline-block;}
  235.  
  236. .rep {
  237. width: 24px;height: 20px;
  238. overflow: hidden;z-index: 9999999;
  239. display: inline-block; }
  240.  
  241. .likep a:hover {
  242. background-position: 0px 0px;}
  243.  
  244. .likep a {
  245. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  246. display: block;z-index: 9999999;}
  247.  
  248. .likep img {
  249. width: 21px;height: 20px;}
  250.  
  251. .rep img{
  252. width: 24px;height: 20px;
  253. line-height: 30px;display: inline;}
  254.  
  255. .not { display: inline-block;
  256. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");margin-left:2px;
  257. height: 20px;top: -6px;
  258. font-size: 11px;line-height: 20px;
  259. padding-left: 4px;padding-right: 4px;
  260. -moz-border-radius: 2px;border-radius: 2px;
  261. position: relative;color: #fff;}
  262.  
  263. .not a, .not:hover a, .not a:hover {
  264. color: #ffffff!important;}
  265.  
  266. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  267. opacity: 0.8;filter: alpha(opacity = 80);margin-right: 0;}
  268.  
  269. .not:hover , .rep:hover, .likep:hover {
  270. opacity: 1!important;filter: alpha(opacity = 100)!important;}
  271.  
  272.  
  273.  
  274.  
  275. .title{
  276. font-family: "cedarcursive";
  277. font-size: 22px;
  278. line-height: 20px;
  279. color: {color:Title};
  280. text-shadow:1px 2px 2px #aaa;
  281. letter-spacing: 1px;
  282. font-weight: normal;
  283. }
  284.  
  285. @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  286.  
  287. @font-face {font-family:"Pacifico"; src:url('http://static.tumblr.com/9wzbixa/D3Wlyw7u4/pacifico.ttf');}
  288.  
  289.  
  290. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  291.  
  292. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  293.  
  294. .blogtitle {
  295. text-align:center;
  296. color:{color:Blogtitle};
  297. {Block:IfTitleFont1}font-family: 'stars' !important;{/Block:IfTitleFont1}
  298. {Block:IfTitleFont2}font-family: 'Pacifico' !important;{/Block:IfTitleFont2}
  299. {Block:IfTitleFont3}font-family: 'cedarcursive' !important;{/Block:IfTitleFont3}
  300. {Block:IfTitleFont4}font-family: 'lovenote' !important;{/Block:IfTitleFont4}
  301. padding-bottom:20px;
  302. font-size:50px;
  303. padding-top:35px;
  304. line-height:50px;}
  305.  
  306.  
  307.  
  308. #posts {
  309. width:1400px;
  310. margin-top: 5px;
  311. margin-left: -35px;
  312. margin-right: auto;
  313. position:relative;
  314. overflow-y: hidden;
  315. {block:iffourcolumns}
  316. margin-left:-10px;
  317. {/block:iffourcolumns}
  318. }
  319. .answer{
  320. margin:0px;}
  321.  
  322. #audio {width:250px; height:auto; min-height:60px; padding-bottom:0px;}
  323. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  324. .cover img {float:left; width:60px; height:60px;}
  325. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  326. .info {margin-left:73px; margin-top:4px; line-height:14px;}
  327. @font-face {font-family:'conjuntar6';src: url('http://static.tumblr.com/qzpui9z/NEpmiosej/conjuntar6.ttf');}
  328. .flb {margin:4px 5px 4px 5px;}
  329. .flb:first-letter {font-family: 'conjuntar6'; font-size:15px;font-style:normal;}
  330. .cory{
  331. display: block;
  332. font-size: 11px;
  333. font-family: Calibri;
  334. text-transform: uppercase;
  335. color: #000;
  336. background-color:transparent;
  337. text-align: right;
  338. line-height: 18px;
  339. -webkit-transition: opacity 0.5s linear;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;
  340. }
  341. .right{
  342. float: right;
  343. width: 200px;
  344. background-color: transparent;
  345. }
  346.  
  347. #infscr-loading{
  348. bottom: -70px;
  349. position: absolute;
  350. left: 50%;
  351. margin-left:-8px;
  352. width:16px;
  353. height:11px;
  354. overflow:hidden;
  355. margin-bottom: 50px;
  356. }
  357.  
  358. #postnotes{
  359. text-align: justify;
  360. }
  361.  
  362. #postnotes blockquote{
  363. border: 0px;
  364. }
  365.  
  366. blockquote{
  367. padding:0px 0px 2px 5px;
  368. margin:0px 0px 2px 1px;
  369. border-left: 1px dotted {color:Text};
  370. }
  371.  
  372. blockquote p, ul{
  373. margin:0px;
  374. padding:0px;
  375. }
  376.  
  377. a img{border: 0px;}
  378. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  379. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  380. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  381. .notes img{width:10px; position:relative; top:3px;
  382. }
  383.  
  384. small{font-size: 90%;}
  385.  
  386. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  387. .video2 embed, .post div.video object {width:400px !important; height:400px !important;}
  388.  
  389. {CustomCSS}
  390.  
  391. </style>
  392.  
  393. <script type='text/javascript' src='http://static.tumblr.com/m52lhg5/u9amoiddc/infinite.js'></script>
  394. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  395. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  396.  
  397. <script type="text/javascript">
  398. $(window).load(function () {
  399. var $content = $('#posts');
  400. $content.masonry({itemSelector: '.entry'}),
  401. $content.infinitescroll({
  402. navSelector : 'div#pagination',
  403. nextSelector : 'div#pagination a#nextPage',
  404. itemSelector : '.entry',
  405. loading: {
  406. finishedMsg: '',
  407. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  408. },
  409. bufferPx : 600,
  410. debug : false,
  411. },
  412. // call masonry as a callback.
  413. function( newElements ) {
  414. var $newElems = $( newElements );
  415. $newElems.hide();
  416. // ensure that images load before adding to masonry layout
  417. $newElems.imagesLoaded(function(){
  418. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  419.  
  420.  
  421. });
  422. });
  423. });
  424. </script>
  425. {/block:IndexPage}
  426.  
  427.  
  428. <title>{Title}</title>
  429. <link rel="shortcut icon" href="{Favicon}">
  430. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  431. <meta name="viewport" content="width=820" />
  432. </head>
  433.  
  434. <body>
  435. </style>
  436. {block:ifTopButton}<div id="toTop"><img src="http://media.tumblr.com/tumblr_lw4i8ijjPt1r43b17.png" /></div>{/block:ifTopButton}
  437. <div id="mainRight">
  438. {block:ifusebanner}<center><a href="/"><img style="max-width:1500px; max-height:300px" src="{image:banner}"/></center></a>{/block:ifusebanner}
  439. {block:ifshowblogtitle}<div class="blogtitle">{Title}</a></div>{/block:ifshowblogtitle}
  440. {description}<br>
  441. <br>
  442. <div style="text-align:center;">
  443. <select onchange='location=this.options[this.selectedIndex].value;' style='
  444. font-family:calibri;line-height:90%;font-size:10px;text-transform:corbel;color:#aaa;width:160px;background-color:#fafafa;border:#eee 1px solid; height:20px;'>
  445.  
  446.  
  447. <option>navigation</option>
  448. <option value="/">home</option>
  449. <option value="/ask">inbox</option>
  450. {block:IfLinkOneTitle}<option value="{text:Link One}"> {text:Link One Title} </option>{/block:ifLinkOneTitle}
  451. {block:ifLinkTwoTitle}<option value="{text:Link Two}"> {text:Link Two Title} </option>{/block:ifLinkTwoTitle}
  452. {block:ifLinkThreeTitle}<option value="{text:Link Three}"> {text:Link Three Title} </option>{/block:ifLinkThreeTitle}
  453. {block:ifLinkFourTitle}<option value="{text:Link Four}">{text:Link Four Title} </option>{/block:ifLinkFourTitle}
  454. {block:ifLinkFiveTitle}<option value="{text:Link Five}"> {text:Link Five Title} </option>{/block:ifLinkFiveTitle}
  455. <option value="http://teenageblog.tumblr.com/">theme</option></select></div></div>
  456.  
  457.  
  458. <div class="wrapper">
  459. <div class="header">
  460. </div>
  461.  
  462.  
  463.  
  464. <div class="left">
  465. <div id="posts">
  466. {block:Posts}
  467. <div class="entry">
  468.  
  469. {block:Photo}
  470. {block:IndexPage}
  471. <div class="perma">
  472. <div class="likep">
  473. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  474. </div>
  475. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  476. </div>
  477. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div> </div>
  478.  
  479. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"></a>
  480.  
  481. {/block:IndexPage}
  482.  
  483. {block:PermalinkPage}
  484. <div align="center">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}</div>
  485. {/block:PermalinkPage}
  486.  
  487. {/block:Photo}
  488.  
  489. {block:Photoset}
  490. {block:IndexPage}
  491. <center>
  492.  
  493. <div class="cory"><a href="{Permalink}" title="permalink">Posted {TimeAgo} with {NoteCount} Notes</a></div>
  494.  
  495.  
  496. {Photoset-250}</center>
  497. {/block:IndexPage}
  498. {block:PermalinkPage}
  499. <center>
  500. {Photoset-500}</center>
  501. {/block:PermalinkPage}
  502. {/block:Photoset}
  503.  
  504. {block:Answer}
  505. <div style="border:1px #bbb dotted; border-radius:4px; padding:3px;"><div class="ask"><b style="text-transform:uppercase;">{Asker}:</b> {Question}</div></div>
  506. <div class="answer">{Answer}</div>
  507. {block:IndexPage}
  508. <div class="cory"><a href="{Permalink}" title="permalink">Posted {TimeAgo} with {NoteCount} Notes</a></div>
  509. {/block:IndexPage}
  510. {/block:Answer}
  511.  
  512. {block:Text}
  513. {block:Title}<a href="{permalink}" title="permalink"><div class="title">{title}</div></a> {/block:Title}
  514. <div class="flb">{Body}</div>
  515. {block:IndexPage}<div class="cory"><a href="{Permalink}">Posted {TimeAgo} with {NoteCount} Notes</a></div>{/block:IndexPage}
  516. {/block:Text}
  517.  
  518. {block:Link}
  519. <div class="title"><a href="{URL}"{Target}>{Name}</a></div>
  520. {block:Description}<div class="flb">{Description}</div>{/block:Description}
  521. {block:IndexPage}<div class="cory"><a href="{Permalink}" title="permalink">Posted {TimeAgo} with {NoteCount} Notes</a></div>{/block:IndexPage}
  522. {/block:Link}
  523.  
  524. {block:Quote}<span class="title">❝ {Quote} ❞</span>{block:Source}<div align="right"><i> - {Source}</i></div>{/block:Source}{block:IndexPage}<div class="cory"><a href="{Permalink}" title="permalink">Posted {TimeAgo} with {NoteCount} Notes</a></div>{/block:IndexPage}{/block:Quote}
  525.  
  526.  
  527. {block:Chat}
  528. {block:Title}<span class="title">{Title}</span>{/block:Title}
  529.  
  530. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<div class="label">{Label}</div>{/block:Label}{Line}</li>{/block:Lines}</ul>
  531.  
  532. {block:IndexPage}
  533. <div class="cory"><a href="{Permalink}" title="permalink">Posted {TimeAgo} with {NoteCount} Notes</a></div>{/block:IndexPage}
  534. {/block:Chat}
  535.  
  536. {block:Audio}
  537.  
  538. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  539. {block:IndexPage}
  540. </p><div class="cory"><a href="{Permalink}" title="permalink">Posted {TimeAgo} with {NoteCount} Notes</a></div>
  541. {/block:IndexPage}
  542. {/block:Audio}
  543.  
  544. {block:Video}
  545. {block:IndexPage}
  546. <center>{Video-250}</center>
  547. <div class="cory"><a href="{Permalink}" title="permalink">Posted {TimeAgo} with {NoteCount} Notes</a></div>
  548. {/block:IndexPage}
  549. {block:PermalinkPage}
  550. <center>{Video-500}</center>
  551. {/block:PermalinkPage}
  552. {block:Video}
  553.  
  554. {block:PostNotes}<div align="middle">{caption}</div>
  555. <center>
  556.  
  557. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  558.  
  559. {block:HasTags}
  560. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  561. {block:RebloggedFrom}
  562. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  563. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  564.  
  565. {/block:RebloggedFrom}
  566. </center></span>
  567. <br>
  568. <div id="postnotes">{PostNotes}</div><br>
  569.  
  570. <center>{block:ContentSource}
  571. <br><a href="{SourceURL}">
  572. {lang:Source}:
  573. {block:SourceLogo}
  574. <img src="{BlackLogoURL}" width="{LogoWidth}"
  575. height="{LogoHeight}" alt="{SourceTitle}" />
  576. {/block:SourceLogo}
  577. {block:NoSourceLogo}
  578. {SourceLink}
  579. {/block:NoSourceLogo}
  580. </a>
  581. {/block:ContentSource}</center>
  582.  
  583. {/block:PostNotes}
  584. </div>
  585. {/block:Posts}
  586. </div></div>
  587.  
  588. {block:IndexPage}
  589. {block:Pagination}
  590. <div id="pagination">
  591. {block:NextPage}
  592. <a id="nextPage" href="{NextPage}"></a>
  593. {/block:NextPage}
  594. {block:PreviousPage}
  595. <a href="{PreviousPage}"></a>
  596. {/block:PreviousPage}
  597. </div>
  598. {/block:Pagination}
  599. {/block:IndexPage}
  600.  
  601. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/2MFlzww4p/likenew.js"></script>
  602.  
  603. <script type="text/javascript">autoscale(new Array('object', 'embed'));</script>
  604.  
  605. <script type="text/javascript" src="http://static.tumblr.com/iddq6cw/cz1m316ry/arny.js"></script>
  606. <iframe id="likeiframe" style="display:none;"></iframe>
  607. <script type="text/javascript">
  608.  
  609. $(function() {
  610. $(window).scroll(function() {
  611. if($(this).scrollTop() != 0) {
  612. $('#toTop').fadeIn();
  613. } else {
  614. $('#toTop').fadeOut();
  615. }
  616. });
  617.  
  618. $('#toTop').click(function() {
  619. $('body,html').animate({scrollTop:0},800);
  620. });
  621. });
  622.  
  623.  
  624. $(window).load(function () {
  625.  
  626.  
  627.  
  628.  
  629.  
  630. // endless scrolling
  631. var $container = $('#holder');
  632. $container.imagesLoaded(function(){
  633. $container.masonry({
  634. itemSelector: '.box'
  635. });
  636. });
  637. $container.infinitescroll({
  638. navSelector : '#page-nav', // selector for the paged navigation
  639. nextSelector : '#page-nav a', // selector for the NEXT link (to page 2)
  640. itemSelector : '.box', // selector for all items you'll retrieve
  641. bufferPx: 0,
  642. debug : true,
  643. loading: {
  644. finishedMsg: '',
  645. img: '',
  646. msgText: ''
  647. }
  648. },
  649. // trigger Masonry as a callback
  650. function( newElements ) {
  651. // hide new items while they are loading
  652. var $newElems = $( newElements ).css({ opacity: 0 });
  653. // ensure that images load before adding to masonry layout
  654. $newElems.imagesLoaded(function(){
  655. // show elems now they're ready
  656. $newElems.animate({ opacity: 1 });
  657. $container.masonry( 'appended', $newElems, true );
  658. });
  659. }
  660. );
  661.  
  662. // End of endless scrolling
  663.  
  664. });
  665.  
  666. </script>
  667.  
  668. </body>
  669.  
  670. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement