Advertisement
teenageblog

Froot Theme

Jan 5th, 2015
39,421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.81 KB | None | 0 0
  1. <!-----------------------------------------
  2. ★ ° . .    . ☾ °☆  . * ● ¸ .   ★ ° :.  . • ○ ° ★  .  * .     .   °  . ● .    ° ☾ °☆  ¸. ● .  ★  ★ ° ☾ ☆ ¸. ¸  ★  :.  . • ○ ° ★  .  * . .  ¸ .   °  ¸. * ● ¸ .    ° °  ¸. ● ¸ .  ★ ° :.  . • °   ★ 
  3. ▒█▀▀▀ █▀▀ █░░ ░▀░ █▀▀█ █▀▀ █▀▀   ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀
  4. ▒█▀▀▀ █░░ █░░ ▀█▀ █░░█ ▀▀█ █▀▀   ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█
  5. ▒█▄▄▄ ▀▀▀ ▀▀▀ ▀▀▀ █▀▀▀ ▀▀▀ ▀▀▀   ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀
  6. ★ ° . .    . ☾ °☆  . * ● ¸ .   ★ ° :.  . • ○ ° ★  .  * .     .   °  . ● .    ° ☾ °☆  ¸. ● .  ★  ★ ° ☾ ☆ ¸. ¸  ★  :.  . • ○ ° ★   * . .  ¸ .   °  ¸. * ● ¸ .    ° ☾ °  ¸. ● ¸ .  ★ ° :.  . • °
  7. Please keep credit!!
  8. ----------------------------------------------->
  9.  
  10. <html lang="en">
  11. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  12. <html xmlns="http://www.w3.org/1999/xhtml">
  13. <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15.  
  16. <head>
  17. <!-- DEFAULT VARIABLES -->
  18. <title>{Title}</title>
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  20. <meta name="color:Background" content="#fff"/>
  21. <meta name="color:Text" content="#ccc"/>
  22. <meta name="color:Title" content="#000"/>
  23. <meta name="color:Link" content="#fff"/>
  24. <meta name="color:Hover" content="#000"/>
  25. <meta name="color:Scrollbar" content="#ccc"/>
  26. <meta name="color:Blogtitle" content="#fff"/>
  27. <meta name="color:Header Background" content="#bbe4d0"/>
  28.  
  29. <meta name="image:Header Image" content="" />
  30. <meta name="image:Background" content="0"/>
  31.  
  32. <meta name="if:Fixed Header" content="1">
  33. <meta name="if:Use Header Image" content="0">
  34. <meta name="if:Scroll to Top" content="0"/>
  35. <meta name="if:Crosshair Cursor" content="0"/>
  36.  
  37. <meta name="text:Link One" content="/" />
  38. <meta name="text:Link One Title" content="Link 1" />
  39. <meta name="text:Link Two" content="/" />
  40. <meta name="text:Link Two Title" content="Link 2" />
  41. <meta name="text:Link Three" content="/" />
  42. <meta name="text:Link Three Title" content="Link 3" />
  43. <meta name="text:Link Four" content="/" />
  44. <meta name="text:Link Four Title" content="Link 4" />
  45. <meta name="text:Link Five" content="/" />
  46. <meta name="text:Link Five Title" content="Link 5" />
  47. <meta name="text:Link Six" content="/" />
  48. <meta name="text:Link Six Title" content="Link 6" />
  49.  
  50.  
  51. {block:ifCrosshairCursor}
  52. <style type="text/css">body { cursor: crosshair; } </style>
  53. {/block:ifCrosshairCursor}
  54.  
  55.  
  56. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  57. <script>
  58. (function($){
  59. $(document).ready(function(){
  60. $("[title]").style_my_tooltips({
  61. tip_follows_cursor:true,
  62. tip_delay_time:200,
  63. tip_fade_speed:300
  64. }
  65. );
  66. });
  67. })(jQuery);
  68. </script>
  69. <style type="text/css">
  70. #s-m-t-tooltip{
  71. max-width:300px;
  72. margin:15px;
  73. padding:2px 8px;
  74. border:1px solid #DDD;
  75. border-radius:4px;
  76. background:#FFF;
  77. color:#AAA;
  78. z-index:999999;
  79. font-size:9px;
  80. font-style:italic;
  81. text-transform:lowercase;
  82. letter-spacing:1px;
  83. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  84.  
  85. ::-webkit-scrollbar-thumb{
  86. background-color:{color:scrollbar};
  87. height:4px;}
  88.  
  89. ::-webkit-scrollbar {
  90. height:4px;
  91. width:4px;
  92. background-color:{color:background};}
  93.  
  94.  
  95.  
  96. .wrapper{
  97. margin: 0px auto;
  98. margin-left: 60px;
  99. width: 1045px;
  100. }
  101.  
  102. .header{
  103. float: left;
  104. width: 100%;
  105. }
  106.  
  107. .left{
  108. float: left;
  109. margin-right: 20px;
  110. width:1045;
  111. }
  112.  
  113. .right{
  114. float: right;
  115. width: 200px;
  116. background-color: #fff;
  117. }
  118.  
  119.  
  120. body {
  121. margin:0px;
  122. background-color: {color:Background};
  123. background-image:url({image:Background});
  124. background-attachment: fixed;
  125. background-repeat: repeat;}
  126. body, div, p, textarea, submit, input{
  127. font-family: 'Ubuntu', sans-serif;
  128. font-size: 11px;
  129. line-height:14px;
  130. letter-spacing:1px;
  131. color:{color:Text};
  132. }
  133.  
  134.  
  135.  
  136. p {
  137. margin:0px;
  138. margin-top:0px;
  139. }
  140.  
  141. a:link, a:active, a:visited{
  142. text-decoration: none;
  143. -webkit-transition: color 0.3s ease-out;
  144. -moz-transition: color 0.3s ease-out;
  145. transition: color 0.3s ease-out;
  146. color: {color:Link};
  147. }
  148.  
  149. a:hover {
  150. : -webkit-transition-duration: 1.0s;
  151. color:{color:Hover};
  152. }
  153.  
  154.  
  155. #toTop {
  156. text-align:center;
  157. padding:5px;
  158. position:fixed;
  159. bottom:10px;
  160. right:10px;
  161. cursor:pointer;
  162. display:none;
  163. color:#000;
  164. z-index: 99999999999999999999;
  165. font-size:10px;
  166. }
  167.  
  168.  
  169. div#center{
  170. margin:auto;
  171. margin-top:0px;
  172. position:relative;
  173. width:1045px;
  174. background-color:;
  175.  
  176. }
  177. /*HEADER*/
  178. div#sidebar{
  179. border-bottom:1px solid {color:blogtitle};
  180. width:100%;
  181. {block:ifnotuseheaderimage}
  182. background:{color:Header Background};
  183. {/block:ifnotuseheaderimage}
  184. {block:ifuseheaderimage}
  185. background:url('{image:Header Image}');
  186. {/block:ifuseheaderimage}
  187. -webkit-background-size: cover;
  188. -moz-background-size: cover;
  189. -o-background-size: cover;
  190. z-index:1;
  191. {block:iffixedheader}
  192. position:fixed !important;
  193. {/block:iffixedheader}
  194. {block:ifnotfixedheader}
  195. position:absolute;
  196. {block:ifnotfixedheader}
  197. text-align:center;
  198. top:0px;
  199. height:auto;
  200. opacity:1.0;
  201. padding-top: 35px;
  202. margin-left:0px;
  203. -webkit-transition: all 0.7s linear;
  204. -moz-transition: all 0.7s linear;
  205. transition: all 0.7s linear;
  206. }
  207.  
  208. div#sidebar:hover{
  209. opacity:1.0;
  210. -webkit-transition: all 0.7s linear;
  211. -moz-transition: all 0.7s linear;
  212. transition: all 0.7s linear;
  213. }
  214. .blogtitle a{
  215. font-family: arial;
  216. font-size: 44px;
  217. line-height: 50px;
  218. text-transform:none;
  219. color: {color:Blogtitle};
  220. letter-spacing:2px;
  221. border:4px solid {color:Blogtitle};
  222. font-weight: normal;
  223. padding:6px 6px 6px 6px;
  224. text-align:center;
  225. }
  226. .like_and_reblog_buttons {
  227. position:absolute;
  228. top:15px;
  229. left:5px;
  230. margin-top:1px;
  231. margin-left:5px;
  232. list-style: none;
  233. opacity:0;
  234. -webkit-transition: all 0.2s linear;
  235. -webkit-transition: all 0.2s linear;
  236. -moz-transition: all 0.2s linear;
  237. transition: all 0.2s linear;
  238. }
  239. .entry:hover .like_and_reblog_buttons{
  240. top:0px;
  241. opacity:1;
  242. -webkit-transition: all 0.2s linear;
  243. -webkit-transition: all 0.2s linear;
  244. -moz-transition: all 0.2s linear;
  245. transition: all 0.2s linear;
  246. }
  247.  
  248. .like_and_reblog_buttons h3 {
  249. float: left;
  250. background-color:#FFF;
  251. border:2px solid #CCC;
  252. border-radius:100%;
  253. padding:10px;
  254. height:20px;
  255. width:20px;
  256. }
  257.  
  258. .like_and_reblog_buttons h3:first-child {
  259. margin-right:5px;
  260. }
  261.  
  262. /*LINKS*/
  263. #links {
  264. width: auto;
  265. height: auto;
  266. padding: 5px;
  267. padding-bottom: 10px;
  268. font-family:arial;
  269. text-transform:bold;
  270. font-size: 12px;
  271. margin-right: 2px;
  272. margin-top: 6px;
  273. letter-spacing:1px;
  274. line-height: 12px;
  275. display: inline-block;
  276. text-align:center;
  277. border-top:2px solid transparent;
  278. -webkit-transition-duration: 0.4s;}
  279.  
  280.  
  281.  
  282.  
  283. .entry {
  284. float:left;
  285. display: block;
  286. overflow:hidden;
  287. width:244px;
  288. border-radius:3px;
  289. background:#fff;
  290. padding:5px;
  291. margin:10px;
  292. {block:PermalinkPage}
  293. width:420px;
  294. margin-left:340px;
  295. text-align:center;
  296. {/block:PermalinkPage}
  297. -moz-transition: all 2.2s ease-out;
  298. -o-transition: all 2.2s ease-out;
  299. -webkit-transition: all 2.2s ease-out;
  300. transition: all 2.2s ease-out;
  301. }
  302.  
  303.  
  304.  
  305. #audio {width:250px; height:auto; min-height:60px; padding-bottom:0px;}
  306. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  307. .cover img {float:left; width:60px; height:60px;}
  308. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  309. .info {margin-left:73px; margin-top:4px; line-height:14px;}
  310.  
  311. .title{
  312. line-height:12px;
  313. color:{color:Title};
  314. font-weight:normal;
  315. }
  316.  
  317.  
  318.  
  319. #cred{
  320. position:fixed;
  321. font-family: arial;
  322. font-size: 8px;
  323. bottom:20px;
  324. right:10px;
  325. padding:10px;
  326. height:10px;
  327. text-align:center;
  328. text-transform:lowercase;
  329. padding-bottom:10px;
  330. width:15px;
  331. color:#aaa;
  332. transition: all 0.6s ease-out;
  333. -o-transition-transition: all 0.6s ease-out;
  334. -webkit-transition: all 0.6s ease-out;
  335. -moz-transition: all 0.6s ease-out;
  336. }
  337.  
  338. .eclipsethemes {
  339. width:260px;
  340. opacity: 1;
  341. z-index: 10000;
  342. margin-top:10px;
  343. margin-bottom:10px;
  344. text-align:left;
  345. font-size:10px;
  346. letter-spacing:1px;
  347. }
  348.  
  349. .permalinktext {
  350. display: block;
  351. padding: 1px;
  352. margin: 0px 0px 0px 8px;
  353. font-family: calibri;
  354. letter-spacing: 0px;
  355. font-size: 10px;
  356. color: #424242;
  357. line-height: 11px;
  358. text-align: right;
  359. text-decoration: none;
  360. -webkit-transition: color 0.5s ease-out;
  361. -moz-transition: color 0.5s ease-out;
  362. }
  363. .bubble a{color:black;}
  364.  
  365. .bubble {
  366. position:relative;
  367. margin:4px 0px 5px 45px;
  368. text-align:left;
  369. padding:5px 3px 5px 5px;
  370. background:#eee;
  371. color:black;
  372. -moz-border-radius:3px;
  373. -webkit-border-radius:3px;
  374. border-radius:3px;
  375. }
  376.  
  377.  
  378. .bubble p {
  379. margin:5px;
  380. }
  381.  
  382. .bubble span {
  383. position:absolute;
  384. display:block;
  385. top:-5px;
  386. left:-8px;
  387. width:1px;
  388. height:1px;
  389. font-size:12;
  390. line-height:1px;
  391. color:black;
  392. border-top:3px solid transparent;
  393. border-right:7px solid #eee;
  394. border-bottom:3px solid transparent;
  395. }
  396.  
  397. .askborder {
  398. left:-10px;
  399. margin:1px;
  400. padding:2px;
  401. background:#eee;
  402. }
  403.  
  404.  
  405. #posts {
  406. width:1400px;
  407. margin-top: 180px;
  408. margin-left: -65px;
  409. margin-right: auto;
  410. position:relative;
  411. overflow-y: hidden;
  412. }
  413.  
  414.  
  415. #infscr-loading{
  416. bottom: -70px;
  417. position: absolute;
  418. left: 50%;
  419. margin-left:-8px;
  420. width:16px;
  421. height:11px;
  422. overflow:hidden;
  423. margin-bottom: 50px;
  424. }
  425.  
  426. #postnotes{
  427. text-align: justify;
  428. }
  429.  
  430. #postnotes blockquote{
  431. border: 0px;
  432. }
  433.  
  434. blockquote{
  435. padding:0px 0px 2px 5px;
  436. margin:0px 0px 2px 1px;
  437. border-left: 1px dotted {color:Text};
  438. }
  439.  
  440. blockquote p, ul{
  441. margin:0px;
  442. padding:0px;
  443. }
  444.  
  445. a img{border: 0px;}
  446. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  447. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  448. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  449. .notes img{width:10px; position:relative; top:3px;
  450. }
  451.  
  452. small{font-size: 90%;}
  453.  
  454. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  455. .video2 embed, .post div.video object {width:400px !important; height:400px !important;}
  456.  
  457. {CustomCSS}
  458.  
  459. </style>
  460.  
  461. {block:IndexPage}
  462.  
  463.  
  464. </script>
  465. <script type='text/javascript' src='http://static.tumblr.com/m52lhg5/u9amoiddc/infinite.js'></script>
  466. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  467. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  468.  
  469. <script type="text/javascript">
  470. $(window).load(function () {
  471. var $content = $('#posts');
  472. $content.masonry({itemSelector: '.entry'}),
  473. $content.infinitescroll({
  474. navSelector : 'div#pagination',
  475. nextSelector : 'div#pagination a#nextPage',
  476. itemSelector : '.entry',
  477. loading: {
  478. finishedMsg: '',
  479. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  480. },
  481. bufferPx : 600,
  482. debug : false,
  483. },
  484. // call masonry as a callback.
  485. function( newElements ) {
  486. var $newElems = $( newElements );
  487. $newElems.hide();
  488. // ensure that images load before adding to masonry layout
  489. $newElems.imagesLoaded(function(){
  490. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  491.  
  492.  
  493. });
  494. });
  495. });
  496. </script>
  497. {/block:IndexPage}
  498.  
  499.  
  500. <title>{Title}</title>
  501. <link rel="shortcut icon" href="{Favicon}" />
  502. <meta name="viewport" content="width=720" />
  503. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  504. </head>
  505.  
  506. <body>
  507. {block:ifscrolltotop}<div id="toTop"><img src="http://media.tumblr.com/tumblr_lw4i8ijjPt1r43b17.png" /></div>{/block:ifscrolltotop}
  508.  
  509. <div id="sidebar">
  510. <div id="froot">
  511. <div class="blogtitle"><a href="/">{Title}</a></div>
  512. <div class="marina">
  513. <br><br>
  514. <div class="desc">{Description}</div>
  515. </div></div>
  516. <a href="{text:link one}" id="links">{text:link one title}</a>
  517. <a href="{text:link two}" id="links">{text:link two title}</a>
  518.  
  519. <a href="{text:link three}" id="links">{text:link three title}</a>
  520.  
  521. <a href="{text:link four}" id="links">{text:link four title}</a>
  522. <a href="{text:link five}" id="links">{text:link five title}</a>
  523.  
  524. <a href="{text:link Six}" id="links">{text:link six title}</a>
  525. </span>
  526. </div>
  527.  
  528.  
  529.  
  530. <div class="wrapper">
  531. <div class="header">
  532.  
  533. </div>
  534.  
  535.  
  536.  
  537. <div class="left">
  538. <div id="posts">
  539. {block:Posts}
  540. <div class="entry">
  541.  
  542. {block:Answer}<img src="{AskerPortraitURL-30}" align="left" class="askborder">
  543. <div class="bubble"><font style="color:black; text-transform:uppercase; font-size:11px; font-family:calibri;">{Asker}:</font> <font style="color:black; font-family:calibri; font-size:11px; ">{Question}</font></div><br><center><font style="font-family:calibri; font-size:11px; letter-spacing:1px">{Answer}</font></center> <br>
  544. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  545. {/block:Answer}
  546.  
  547. {block:Text}
  548. {block:Title}<span class="title">{Title}</span>{/block:Title}
  549. <span class="entrytext">{Body}</span>
  550. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  551. {/block:Text}
  552.  
  553. {block:Link}
  554. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  555. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  556. {block:IndexPage}<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  557. {/block:IndexPage}
  558. {block:Link}
  559.  
  560. {block:Photo}{block:IndexPage}
  561.  
  562. <ul class="like_and_reblog_buttons">
  563. <h3>{ReblogButton color="grey"}</h3>
  564. <h3>{LikeButton color="grey"}</h3>
  565. </ul>
  566.  
  567.  
  568. {/block:IndexPage}
  569. {block:IndexPage}
  570. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=244px/></a>
  571. {/block:IndexPage}
  572. {block:permalinkpage}{LinkOpenTag}
  573. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=420px/>{LinkCloseTag}
  574. {/block:permalinkpage}
  575. {/block:Photo}
  576.  
  577.  
  578. {block:Photoset}
  579. {block:IndexPage}
  580.  
  581. <ul class="like_and_reblog_buttons">
  582. <h3>{ReblogButton color="grey"}</h3>
  583. <h3>{LikeButton color="grey"}</h3>
  584. </ul>
  585. {/block:IndexPage}
  586. {block:IndexPage}
  587. {block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" width="244" style="padding:3px;"/></a>
  588. {/block:Photos}
  589. {/block:permalinkpage}
  590. {/block:IndexPage}
  591.  
  592. {block:permalinkpage}
  593. {Photoset-500}
  594. {/block:permalinkpage}
  595. {/block:Photoset}
  596.  
  597.  
  598.  
  599. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  600. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  601. {/block:Quote}
  602.  
  603. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  604. <ul class="chat">
  605. {block:Lines}
  606. <li class="user_{UserNumber}">
  607. {block:Label}
  608. <span class="label">{Label}</span>
  609. {/block:Label}
  610.  
  611. {Line}
  612. </li>
  613. {/block:Lines}
  614. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  615. {/block:Chat}
  616.  
  617. {block:Audio}
  618. <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>
  619. {block:IndexPage}
  620. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  621. {/block:IndexPage}
  622. {/block:Audio}
  623.  
  624. {block:Video}
  625. {block:IndexPage}
  626. <ul class="like_and_reblog_buttons">
  627. <h3>{ReblogButton color="grey"}</h3>
  628. <h3>{LikeButton color="grey"}</h3>
  629. </ul>
  630. {Video-250}</center>
  631. {/block:IndexPage}
  632. {block:PermalinkPage}
  633. <center>
  634. {Video-400}</center>
  635. {/block:PermalinkPage}
  636. {block:Video}
  637.  
  638. {block:PermalinkPage}
  639. <br>
  640. <div class="eclipsethemes">
  641. {block:Caption}{Caption}{/block:Caption}
  642.  
  643. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  644.  
  645. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  646. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  647.  
  648. {block:HasTags}<br><Br> tags: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  649. {/block:PermalinkPage}
  650.  
  651.  
  652.  
  653.  
  654.  
  655. {block:PostNotes}
  656. <span></span>
  657. <br>
  658. <div style="width:auto; max-height:200px; overflow:auto;">{PostNotes}</div>
  659.  
  660. </a>
  661. {/block:PostNotes}
  662. </div>
  663. {/block:posts}
  664.  
  665. </div></div>
  666.  
  667. {block:IndexPage}
  668. {block:Pagination}
  669. <div id="pagination">
  670. {block:NextPage}
  671. <a id="nextPage" href="{NextPage}"></a>
  672. {/block:NextPage}
  673. {block:PreviousPage}
  674. <a href="{PreviousPage}"></a>
  675. {/block:PreviousPage}
  676. </div>
  677. {/block:Pagination}
  678. {/block:IndexPage}
  679.  
  680. <script type="text/javascript">
  681.  
  682. $(function() {
  683. $(window).scroll(function() {
  684. if($(this).scrollTop() != 0) {
  685. $('#toTop').fadeIn();
  686. } else {
  687. $('#toTop').fadeOut();
  688. }
  689. });
  690.  
  691. $('#toTop').click(function() {
  692. $('body,html').animate({scrollTop:0},800);
  693. });
  694. });
  695.  
  696.  
  697. $(window).load(function () {
  698.  
  699.  
  700.  
  701.  
  702.  
  703. // endless scrolling
  704. var $container = $('#holder');
  705. $container.imagesLoaded(function(){
  706. $container.masonry({
  707. itemSelector: '.box'
  708. });
  709. });
  710. $container.infinitescroll({
  711. navSelector : '#page-nav', // selector for the paged navigation
  712. nextSelector : '#page-nav a', // selector for the NEXT link (to page 2)
  713. itemSelector : '.box', // selector for all items you'll retrieve
  714. bufferPx: 0,
  715. debug : true,
  716. loading: {
  717. finishedMsg: '',
  718. img: '',
  719. msgText: ''
  720. }
  721. },
  722. // trigger Masonry as a callback
  723. function( newElements ) {
  724. // hide new items while they are loading
  725. var $newElems = $( newElements ).css({ opacity: 0 });
  726. // ensure that images load before adding to masonry layout
  727. $newElems.imagesLoaded(function(){
  728. // show elems now they're ready
  729. $newElems.animate({ opacity: 1 });
  730. $container.masonry( 'appended', $newElems, true );
  731. });
  732. }
  733. );
  734.  
  735. // End of endless scrolling
  736.  
  737. });
  738.  
  739. </script>
  740.  
  741.  
  742. <div id="cred">
  743. <a href="http://teenageblog.tumblr.com/"><img src="https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-moon-outline-48.png"></a></div>
  744.  
  745. </body>
  746. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement