Advertisement
ravenbestler

Theme 4

Jan 11th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.60 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3.  
  4. <!--Make sure that you change the posts to 15 posts per page or infinite scroll will not work-->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8. <head>
  9.  
  10. <meta name="color:Body font" content="#000000"/>
  11. <meta name="color:Links" content="#20b2aa"/>
  12. <meta name="color:Link hover" content="#f88379"/>
  13. <meta name="color:Background" content="#ffc1cc"/>
  14. <meta name="image:Background image" content=""/>
  15. <meta name="image:Banner" content=" "/>
  16. <meta name="if:Show blog title" content="1"/>
  17. <meta name="if:Show banner" content="0"/>
  18. <meta name="if:Show links" content="1"/>
  19. <meta name="if:Cute font" content="0"/>
  20. <meta name="font:Font" content="Cambria" />
  21.  
  22. <meta name="text:Link 1 URL" content="" />
  23. <meta name="text:Link 1 title" content="Link 1" />
  24. <meta name="text:Link 2 URL" content="" />
  25. <meta name="text:Link 2 title" content="Link 2" />
  26. <meta name="text:Link 3 URL" content="" />
  27. <meta name="text:Link 3 title" content="Link 3" />
  28. <meta name="text:Link 4 URL" content="" />
  29. <meta name="text:Link 4 title" content="Link 4" />
  30. <meta name="text:Link 5 URL" content="" />
  31. <meta name="text:Link 5 title" content="Link 5" />
  32.  
  33.  
  34. <title>{title}</title>
  35. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  36. <script type="text/javascript">
  37. $(document).ready(function () {
  38. $('li.drawer div:nth-child(2)').hide();
  39. $('li.drawer h4').click(function () {
  40. if ($(this).hasClass('open')) {
  41. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  42. else {
  43. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  44. $(this).next().slideDown();
  45. $(this).addClass('open');}
  46. });
  47. });
  48. </script>
  49. <link rel="stylesheet" href="http://static.tumblr.com/tak5d5w/raDlsuinn/quicksandfonts.css" type="text/css" charset="utf-8">
  50.  
  51.  
  52. <link rel="shortcut icon" href="{Favicon}">
  53.  
  54. <meta name="description" content="{MetaDescription}"/>
  55. {/block:Description}
  56.  
  57. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
  58.  
  59. <link rel="stylesheet" type="text/css"href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  60.  
  61. <style type="text/css">
  62.  
  63. body {
  64. color: {color:Body font};
  65. background-color:{color:Background};
  66. background-image:url('{image:Background image}');
  67. background-attachment: fixed;
  68. background-repeat: repeat;
  69. line-height: 120%;
  70. font-family: {block:ifCutefont}'short'; font-size: 10px;{/block:ifCutefont}{block:ifnotCutefont}{font:Font}; font-size: 11px;{/block:ifnotCutefont};
  71. }
  72.  
  73. ::-webkit-scrollbar-thumb:vertical {
  74. background-color:#7d7d7d;
  75. height:auto;-webkit-border-radius:6px;
  76. }
  77. #tumblr_controls{
  78. position:fixed !important;
  79. z-index:99999999999;
  80. }
  81.  
  82. ::-webkit-scrollbar-thumb:horizontal {
  83. background-color:#7d7d7d;
  84. height:6px !important;-webkit-border-radius:6px;
  85. }
  86.  
  87. ::-webkit-scrollbar {
  88. height:6px;
  89. width:6px;
  90. background-color:#cdcdcd;
  91. -webkit-border-radius:6px;
  92. }
  93.  
  94. @font-face{
  95. font-family:"short";
  96. src: url('http://static.tumblr.com/9nfl7hr/XQom5w68s/shortstack-regular.ttf');
  97. }
  98.  
  99. @font-face{font-family:'titlez';src:url('http://static.tumblr.com/7qdgtio/2F5m739il/beautifuleverytime.ttf');}
  100.  
  101.  
  102. @font-face { font-family: "small font"; src: url('http://static.tumblr.com/9nfl7hr/NuEm61n3e/slkscr.ttf'); }
  103.  
  104.  
  105. a { -webkit-transition: color 0.3s ease-out; -moz-transition: color 0.3s ease-out; transition: color 0.3s ease-out; color:{color:Links}; text-decoration: none;}
  106.  
  107. a:link, a:active, a:visited{
  108. color:{color:Links};
  109. text-decoration: none; -webkit-transition: color 0.3s ease-out; -moz-transition: color 0.3s ease-out; transition: color 0.3s ease-out;
  110. }
  111.  
  112. a:hover {
  113. -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
  114. color:{color:Link hover};
  115. text-decoration: none;
  116. }
  117.  
  118. .asss {align:right; background: #d5d0d0; margin:6px 0px 5px 66px;padding:10px; position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  119.  
  120. .asss p {margin:1px 0px;}
  121.  
  122. .asss span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #d5d0d0;}
  123.  
  124. .asssborder {float: left; margin: 1px 4px 0 0; padding: 2px; background: #f7f7f7;}
  125.  
  126. #tumblr_controls{
  127. position:fixed;
  128. z-index:9999999999;
  129. }
  130.  
  131. #content {
  132. width: 1050px;
  133. float: left;
  134. margin-top:20px;
  135. }
  136.  
  137.  
  138. select { width:150px;
  139. -webkit-border-radius: 2px;
  140. -webkit-box-shadow: 0px 1px 3px #000;
  141. -webkit-padding-end: 2px;
  142. -webkit-padding-start: 2px;
  143. -webkit-user-select: none;
  144.  
  145. border: 1px solid #888;
  146. color: #555;
  147. font-family:{font:Font};
  148.  
  149. overflow: hidden;
  150. padding-top: 2px;
  151. padding-bottom: 2px;
  152.  
  153. }
  154.  
  155. .selecct {font-family:{font:Font};}
  156. #contain {
  157. width: 1030px;
  158. margin: 0px auto;
  159. }
  160. ul#drawers {width: 100px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;}
  161.  
  162. ul#drawers a {text-decoration: none; color: #000;}
  163.  
  164. ul#drawers li h4 {margin: 0; padding: 0px; text-transform: Camelcase; font-size: 10px; text-align: center; background-color: #363835; background: rgba(255, 255, 255, 0.0); -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;
  165. transition: background-color 0.2s ease-out;}
  166.  
  167. h4.small {display: table-cell; width: 100px; margin: 0px; height: 100%;}
  168.  
  169. li.drawer h4.open {background-color: ; border-top: 0px;}
  170.  
  171. li.drawer div {padding: 0px; margin: 0px; line-height: 10px; background-color: #363835; background: rgba(255, 255, 255, 0.0);}
  172.  
  173. li.drawer div li {list-style-type: disc;}
  174.  
  175. li.drawer div ul {-webkit-padding-start: 12px;}
  176. #head {
  177. background-color: transparent;
  178. width: 1030px;
  179. margin-top:40px;
  180. text-align: center;
  181. height:auto;
  182. opacity:1;
  183. padding:5px;
  184. -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; transition: all 0.8s ease-out;
  185. }
  186.  
  187. #links { }
  188.  
  189. #links a {
  190. }
  191.  
  192.  
  193.  
  194. #desc {margin-left:90px; margin-right:90px; margin-top: 6px; z-index:9999999;}
  195.  
  196. h3 {font-family:
  197. font-family: QuicksandLight; font-size: 20px; line-height: 100%;}
  198.  
  199. .title {font-family:
  200. font-family: QuicksandLight; font-size: 20px; line-height: 100%; }
  201.  
  202. .title a {color:{color:Body font};
  203. }
  204.  
  205. ol.notes img {
  206. width: 16px;
  207. display: inline;
  208. position: relative;
  209. top: 3px;
  210. }
  211.  
  212.  
  213. .entry {
  214. overflow: hidden;
  215. float: left;
  216. {block:indexpage}
  217. width: 250px;
  218. margin-bottom: 10px;
  219. margin-right:10px;
  220. {/block:indexpage}
  221. {block:PermalinkPage}
  222. width: 700px;
  223. margin-left:300px;
  224. {/block:PermalinkPage}
  225. display: block;
  226. padding: 0px;
  227. }
  228.  
  229. .entry img {
  230. display: block;
  231. }
  232.  
  233. .entry:hover img {
  234. }
  235.  
  236.  
  237. #pagination{
  238. display:none;
  239. }
  240.  
  241.  
  242. .clear {
  243. clear: both;
  244. }
  245.  
  246. .drawer {
  247. list-style: none;}
  248.  
  249. #topmenu {
  250. margin: 5px;
  251. }
  252.  
  253. blockquote, q {
  254. quotes: "«" "»" "'" "'";
  255. padding: 3px;
  256. margin: 0px 5px;
  257. border-left: solid #7d7d7d 2px;
  258. }
  259.  
  260. li.drawer a {
  261. margin: 0px 5px;}
  262.  
  263. .text {
  264. padding: 5px;
  265. }
  266.  
  267. .blogtitle a {color:{color:Body font};}
  268. .blogtitle a:hover {color:{color:Link hover};}
  269.  
  270. .blogtitle{
  271. margin-bottom:40px;
  272. letter-spacing:4px;
  273. font-family: Quicksandbook;
  274. font-size: 50px;
  275. text-transform: uppercase;
  276. line-height: 44px;
  277. color: #3d3d3d;
  278. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  279. }
  280.  
  281.  
  282. .perma2 {
  283. height:15px;
  284. overflow:hidden;
  285. padding-top:5px;
  286. padding-left:6px;
  287. margin-top:3px;
  288. text-transform: lowercase;
  289. font-size: 10px;
  290. letter-spacing:0px;
  291. line-height:15px;
  292. margin-bottom:5px;
  293. text-align:right;
  294. opacity:1;
  295. }
  296.  
  297.  
  298.  
  299. .perma
  300. {
  301. opacity: 0.0;
  302. filter: alpha(opacity = 0);
  303. margin-top: 5px;
  304. left:5px;
  305. position:absolute;
  306. text-align: center;
  307. z-index:9999999;
  308. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  309. }
  310.  
  311.  
  312. .perma img {border-radius:30px; margin-bottoM:5px;}
  313.  
  314. .entry:hover .perma { opacity:1;
  315. }
  316.  
  317.  
  318. .clearfix {
  319. clear: both;
  320. }
  321.  
  322. .b {display : block; font-size: 8px;text-align: left;line-height: 15px; text-indent : 0px; vertical-align : middle; padding : 2px;
  323. padding-bottom : 0px;}
  324.  
  325.  
  326.  
  327. .box {padding:3px;}
  328.  
  329. #updates {
  330. text-align: center;
  331. font-size: 11px;
  332. position:fixed;
  333. left:5px;
  334. top:-111px;
  335. -webkit-transition: all .5s ease-in-out;
  336. -moz-transition: all .5s ease-in-out;
  337. -o-transition: all .5s ease-in-out;
  338. z-index:999;
  339. }
  340.  
  341. #updates:hover {top:0px;}
  342.  
  343. #update {
  344. border-right-style:dashed;
  345. border-bottom-style:dashed;
  346. border-left-style:dashed;
  347. border-width:1px;
  348. border-color:#000;
  349. padding: 5px 0 5px 0;
  350. background: #fff;
  351. width:200px;
  352. height:100px;
  353. border-bottom-right-radius: 5px;
  354. -moz-border-radius-bottomright: 5px;
  355. -webkit-border-bottom-right-radius: 5px;
  356. z-index: 9999;
  357. }
  358.  
  359. #updatestab {
  360. border-top-style:none;
  361. border-right-style:dashed;
  362. border-bottom-style:dashed;
  363. border-left-style:dashed;
  364. border-width:1px;
  365. border-color:#000;
  366. text-align: center;
  367. height:10px;
  368. padding: 2px 0 8px 0;
  369. background:#fff;
  370. border-bottom-left-radius: 5px;
  371. -moz-border-radius-bottomleft: 5px;
  372. -webkit-border-bottom-left-radius: 5px;
  373. border-bottom-right-radius: 5px;
  374. -moz-border-radius-bottomright: 5px;
  375. -webkit-border-bottom-right-radius: 5px;
  376. width: 200px;
  377. }
  378.  
  379.  
  380.  
  381. </style>
  382.  
  383. </head>
  384. <script language=”javascript” type=”text/javascript” src=”http://www.onlineleaf.com/savetheenvironment.js”></script>
  385.  
  386. <script>jQuery.noConflict();</script>
  387.  
  388. <body>
  389.  
  390. <div id="updates">
  391. <div id="update"> <center><b>
  392.  
  393. whatever you <br> want here
  394. like <br> updates announcments stats etc<br>
  395. Whatever you like
  396.  
  397. </center></div>
  398. <div id="updatestab">title here</div>
  399. </div>
  400.  
  401.  
  402. <div id="contain">
  403.  
  404.  
  405. <div id="head">
  406.  
  407. <ul >
  408. <li class="drawer" >
  409. <h4>
  410.  
  411. {block:ifShowblogtitle}
  412. <div class="blogtitle">
  413. <a title="click for links">{Title}</a>
  414. </div>{/block:IfShowblogtitle}
  415.  
  416. {block:ifShowbanner}
  417. <a title="click for links"><img src="{image:Banner}" style="max-width:900px;"/></a>
  418. {/block:ifShowbanner}
  419. </h4>
  420. <div align="center">
  421.  
  422.  
  423. <p>
  424.  
  425. {block:ifShowlinks}
  426. <br><br>
  427. <form action="../">
  428. <select style="font-family:{font:Font};" onchange="window.open
  429. (this.options[this.selectedIndex].value,'_top')" style="font-size: 11px; text-align:left; font-family: arial;">
  430. <option value="" class="selecct">Links</option>
  431. {block:AskEnabled}<option value="/ask">Ask</option> {/block:AskEnabled}
  432. {block:SubmissionsEnabled}<option value="/submit">Submit</option> {/block:SubmissionsEnabled}
  433. {block:HasPages}{block:Pages}<option value="{URL}">{Label}</option>{/block:Pages}{/block:HasPages}
  434.  
  435. {block:ifLink1URL}<option value="{text:Link 1 URL}">{text:Link 1 title}</option>{/block:ifLink1URL}
  436.  
  437.  
  438. {block:ifLink2URL}<option value="{text:Link 2 URL}">{text:Link 2 title}</option>{/block:ifLink2URL}
  439.  
  440. {block:ifLink3URL}<option value="{text:Link 3 URL}">{text:Link 3 title}</option>{/block:ifLink3URL}
  441.  
  442. {block:ifLink4URL}<option value="{text:Link 4 URL}">{text:Link 4 title}</option>{/block:ifLink4URL}
  443.  
  444. {block:ifLink5URL}<option value="{text:Link 5 URL}">{text:Link 5 title}</option>{/block:ifLink5URL}
  445.  
  446.  
  447. <option value="http://ravenbestler.tumblr.com/">Theme</option>
  448.  
  449.  
  450. </select></form>
  451. <br>
  452.  
  453. {/block:ifShowlinks}
  454.  
  455.  
  456. <p>
  457. <div id="desc">
  458.  
  459.  
  460.  
  461. {Description}
  462.  
  463.  
  464.  
  465. </div>
  466. </p>
  467.  
  468. </div>
  469. </li>
  470. </ul>
  471.  
  472.  
  473.  
  474.  
  475. </div>
  476. <div id="content">
  477.  
  478.  
  479. {block:Posts}
  480.  
  481. <div class="entry">
  482.  
  483. {block:Text}
  484.  
  485.  
  486. <div class="text">
  487. {block:Title}
  488. <div class="title"> <a href="{Permalink}">{Title}</a></div>
  489. {/block:Title}
  490. {Body}
  491.  
  492. </div>
  493. {block:IndexPage}
  494. <div class="perma2"><a href="{reblogurl}" target="_blank">reblog</a> | <a href="{permalink}">{notecount}</a>
  495. </div>
  496. {/block:IndexPage}
  497. {/block:Text}
  498.  
  499.  
  500.  
  501. {block:Photo}
  502.  
  503. {block:IndexPage}
  504. <div class="perma"> <a href="{reblogurl}" title="reblog" align="left" target="_blank"><img src="http://static.tumblr.com/bqzv1e4/gommdck3q/reblog__1_.png" /></a> <a href="{permalink}" title="permalink page" target="_blank"><img src="http://static.tumblr.com/bqzv1e4/c5Wmdck4h/like1.png" align="left" /></a>
  505.  
  506. </div>
  507. {/block:IndexPage}
  508.  
  509. {block:indexpage}<a href="{permalink}">
  510. <img src="{PhotoURL-HighRes}" width="100%"/></a>
  511. {/block:Indexpage}
  512. {block:Permalinkpage}
  513. <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" width="100%" style="-webkit-box-shadow: 3px 14px 5px rgba(0,0,0,0.3);
  514. -moz-box-shadow: 3px 14px 5px rgba(0,0,0,0.3);
  515. box-shadow: 1px 2px 3px rgba(0,0,0,0.3);"/></a>
  516. {/block:Permalinkpage}
  517. {/block:Photo}
  518.  
  519.  
  520.  
  521. {block:Photoset}
  522. {block:IndexPage}
  523. <div class="perma"> <a href="{reblogurl}" title="reblog" align="left" target="_blank"><img src="http://static.tumblr.com/bqzv1e4/gommdck3q/reblog__1_.png" /></a> <a href="{permalink}" title="permalink page" target="_blank"><img src="http://static.tumblr.com/bqzv1e4/c5Wmdck4h/like1.png" align="left" /></a>
  524.  
  525. </div>
  526. {/block:IndexPage}
  527.  
  528. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  529. {block:permalinkpage}
  530. {Photoset-500}
  531. {/block:permalinkpage}
  532. {/block:Photoset}
  533.  
  534.  
  535.  
  536.  
  537. {block:Quote}
  538. <div class="text">
  539. <div class="title"> "{Quote}" </div>
  540. {block:Source}
  541. <div style="text-align:right">- {Source}</div>
  542. {/block:Source}
  543. </div>
  544. {block:IndexPage}
  545. <div class="perma2"><a href="{reblogurl}" target="_blank">reblog</a> | <a href="{permalink}">{notecount}</a>
  546. </div>
  547. {/block:IndexPage}{/block:Quote}
  548.  
  549.  
  550.  
  551.  
  552. {block:Link}
  553.  
  554. <div class="text">
  555. <div class="title"><a href="{URL}" class="link" {Target}>{Name}&nbsp;&nbsp;»</a> </div>
  556. {block:Description}
  557. <div class="description">{Description}</div>
  558. {/block:Description}
  559. <p>
  560. </div>
  561. {block:IndexPage}
  562. <div class="perma2"><a href="{reblogurl}" target="_blank">reblog</a> | <a href="{permalink}">{notecount}</a>
  563. </div>
  564. {/block:IndexPage}{/block:Link}
  565.  
  566.  
  567.  
  568.  
  569. {block:Chat}
  570.  
  571. <div class="text">
  572. {block:Title}
  573. <div class="title"><a href="{Permalink}">{Title}</a></div>
  574. {/block:Title}
  575. {block:Lines}
  576. <ul><b>{block:Label}{Label}</b>{/block:Label}
  577. {Line} </ul>
  578. {/block:Lines}
  579. </div>
  580. {block:IndexPage}
  581. <div class="perma2"><a href="{reblogurl}" target="_blank">reblog</a> | <a href="{permalink}">{notecount}</a>
  582. </div>
  583. {/block:IndexPage}{/block:Chat}
  584.  
  585.  
  586.  
  587.  
  588. {block:Video}
  589. {block:IndexPage}
  590. <div class="perma"> <a href="{reblogurl}" title="reblog" align="left" target="_blank"><img src="http://static.tumblr.com/bqzv1e4/gommdck3q/reblog__1_.png" /></a> <a href="{permalink}" title="permalink page" target="_blank"><img src="http://static.tumblr.com/bqzv1e4/c5Wmdck4h/like1.png" align="left" /></a>
  591. </div>
  592. {/block:IndexPage}
  593.  
  594.  
  595. {block:IndexPage}{Video-250}{/block:IndexPage}
  596. {block:permalinkpage}
  597. {Video-500}
  598. {/block:permalinkpage}
  599. {/block:Video}
  600.  
  601.  
  602.  
  603.  
  604. {block:Audio}
  605.  
  606.  
  607. <div class="text">
  608. {AudioPlayerGrey}
  609. {block:Caption}
  610. {Caption}
  611. {/block:Caption}
  612. </div>
  613. {block:IndexPage}
  614. <div class="perma2"><a href="{reblogurl}" target="_blank">reblog</a> | <a href="{permalink}">{notecount}</a>
  615. </div>
  616. {/block:IndexPage}{/block:Audio}
  617.  
  618.  
  619.  
  620.  
  621. {block:Answer}
  622.  
  623.  
  624. <img src="{AskerPortraitURL-48}" align="left" class="asssborder"><div class="asss"><span></span>{Asker}: {Question}&nbsp;</div>{Answer}
  625.  
  626. {block:IndexPage}
  627. <div class="perma2"><a href="{reblogurl}" target="_blank">reblog</a> | <a href="{permalink}">{notecount}</a>
  628. </div>
  629. {/block:IndexPage} {/block:Answer}
  630.  
  631.  
  632.  
  633. {block:PermalinkPage}<br>
  634. {block:Date}
  635. {block:Caption}{Caption}{/block:Caption}<br><hr>
  636. <center>
  637. Posted {TimeAgo} at {12HourWithZero}:{Minutes}{AmPm} {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} & tagged as:
  638.  
  639. {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  640. {/block:Date}</div><br>{block:PostNotes}<div style="background-color:{color:Content}; display:block; width:500px; overflow:hidden; ">{PostNotes}</div>
  641.  
  642. {/block:PostNotes}
  643. {/block:PermalinkPage}
  644.  
  645.  
  646. </div>
  647.  
  648. {/block:Posts}
  649.  
  650.  
  651. </div>
  652.  
  653. <div class="clear"></div>
  654. </div>
  655.  
  656. {block:Pagination}
  657. <ul id="pagination">
  658. {block:PreviousPage}
  659. <li><a href="{PreviousPage}"></a></li>
  660. {/block:PreviousPage}
  661. {block:JumpPagination length="5"}
  662. {block:CurrentPage}
  663. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  664. {/block:CurrentPage}
  665. {block:JumpPage}
  666. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  667. {/block:JumpPage}
  668. {/block:JumpPagination}
  669. {block:NextPage}
  670. <li><a id="nextPage" href="{NextPage}"></a></li>
  671. {/block:NextPage}
  672. </ul>
  673. {/block:Pagination}
  674. {block:IndexPage}
  675.  
  676. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  677.  
  678. {block:IndexPage}
  679. <script type="text/javascript">
  680. $(window).load(function () {
  681. $('#content').masonry(),
  682. $('.masonryWrap').infinitescroll({
  683. navSelector : '#pagination',
  684. nextSelector : '#pagination a#nextPage',
  685. itemSelector : ".entry, .clear",
  686. bufferPx : 200,
  687. loadingText : "<em></em>",
  688. },
  689. function() { $('#content').masonry({ appendedContent: $(this) }); }
  690. );
  691. });
  692. </script>
  693. {/block:IndexPage}
  694.  
  695. </body>
  696.  
  697. </div>
  698. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement