ramfaggot

Untitled

Jul 22nd, 2014
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.65 KB | None | 0 0
  1. <!---------
  2. theme by cyrusnigga keep credit or d i e
  3. -------->
  4.  
  5. <html lang="en">
  6. <head>
  7. <title>{title}</title>
  8. <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
  9. <script type="text/javascript" src="http://static.tumblr.com/
  10. xek1qzw/zeQmtcaq1/jgnrsmsnry.js"></script>
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Post Box" content="#ffffff"/>
  13. <meta name="color:Blog Description" content="#000000"/>
  14. <meta name="color:Title" content="#000000"/>
  15. <meta name="color:Text" content="#000000"/>
  16. <meta name="color:Link" content="#000000"/>
  17. <meta name="color:Hover" content="#FFF"/>
  18. <meta name="font:Body" content="Arial"/>
  19. <meta name="image:Background" content=""/>
  20. <meta name="image:Sidebar" content=""/>
  21. <meta name="if:Scrollbar" content="1"/>
  22. <meta name="if:220px posts" content="1"/>
  23. <meta name="if:250px posts" content="0"/>
  24. <meta name="if:280px posts" content="0"/>
  25. <meta name="if:Black and white follow button" content="1"/>
  26. <meta name="if:White and black permalinks" content="1"/>
  27. <meta name="if:Sidebar top" content="1"/>
  28. <meta name="if:Less Space Between Posts" content="0"/>
  29. <meta name="if:Post shadows" content="1"/>
  30. <meta name="if:Dark images" content="1"/>
  31. <meta name="if:Black and white images" content="0"/>
  32. <meta name="text:link one" content="/" />
  33. <meta name="text:link one title" content="home" />
  34. <meta name="text:link two" content="/ask" />
  35. <meta name="text:link two title" content="message" />
  36. <meta name="text:link three" content="/links" />
  37. <meta name="text:link three title" content="links" />
  38. <meta name="text:link four" content="/" />
  39. <meta name="text:link four title" content="baby" />
  40. <meta name="text:link five" content="/" />
  41. <meta name="text:link five title" content="11" />
  42. <meta name="text:link six" content="" />
  43. <meta name="text:link six title" content="" />
  44. <meta name="text:link seven" content="" />
  45. <meta name="text:link seven title" content="" />
  46. <meta name="text:link eight" content="" />
  47. <meta name="text:link eight title" content="" />
  48. <div class="yo">
  49. <a href="http://cyrusnigga.tumblr.com/"
  50. title=credit>
  51. <font size="3"><font color="white">
  52. <small>$$</font></a></div>
  53. </small></font>
  54. </script>
  55.  
  56. <style type="text/css">
  57.  
  58. {block:ifblackandwhitefollowbutton}
  59. iframe#tumblr_controls {opacity: 0.4;-webkit-filter: invert(100%);transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  60. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1.0;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  61. {/block:ifblackandwhitefollowbutton}
  62.  
  63.  
  64. body{
  65. margin:0px;
  66. background-color: {color:Background};
  67. background-image:url({image:Background});
  68. background-attachment: fixed;
  69. background-repeat: no-repeat;
  70. background-position: bottom right;
  71. font-size: 9px;
  72. font-family:{font:Body};
  73. line-height:10px;
  74. color:{color:Text};
  75. }
  76.  
  77. a:link, a:active, a:visited{
  78. color: {color:Link};
  79. text-decoration: none;
  80. -webkit-transition: all 0.6s ease-out;
  81. moz-transition: all 0.6s ease-out;
  82. o-transition: all 0.6s ease-out;
  83. ransition: all 0.6s ease-out;
  84. }
  85.  
  86. a:hover{
  87. color:{color:Hover};
  88. text-decoration: none;
  89. -webkit-transition: all 0.55s ease-out;
  90. moz-transition: all 0.3s ease-out;
  91. o-transition: all 0.3s ease-out;
  92. ransition: all 0.6s ease-out;
  93. }
  94.  
  95. {block:ifscrollbar}
  96. ::-webkit-scrollbar {
  97. width: 3px;
  98. height: 0px;
  99. padding-right:0px;
  100. background:{color:background};
  101. }
  102.  
  103. ::-webkit-scrollbar-thumb {
  104. background-color:{color:link};
  105. }
  106. {/block:ifscrollbar}}
  107.  
  108.  
  109. div#stuff{
  110. }
  111.  
  112. div#sidebar{
  113. position:absolute !important;
  114. position:fixed !important;
  115. top:200px;
  116. left: 350px;
  117. width:180px;
  118. {block:ifnotsidebartop}
  119. top:210px;
  120. {/block:ifnotsidebartop}
  121. {block:ifsidebartop}
  122. top:120px;
  123. {/block:ifsidebartop}
  124. {block:ifpostshadows}
  125. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  126. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  127. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  128. padding:6px;
  129. {/block:ifpostshadows}
  130. }
  131.  
  132. div#sidebar a{
  133. {block:ifblackandwhiteimages}
  134. -webkit-filter: grayscale(100%);
  135. {/block:ifblackandwhiteimages}
  136. {block:ifdarkimages}
  137. -webkit-filter: grayscale(40%);
  138. {/block:ifdarkimages}
  139. }
  140.  
  141. div#content{
  142. margin:auto;
  143. top:0px;
  144. padding-top:5px;
  145. position:absolute;
  146. overflow:hidden;
  147. {block:indexpage}
  148. width:1200px;
  149. {/block:indexpage}
  150. {block:permalinkpage}
  151. width:910px;
  152. left:50px;
  153. {/block:permalinkpage}
  154. }
  155.  
  156.  
  157. div#posts{
  158. float:right;
  159. {block:ifdarkimages}
  160. -webkit-filter: grayscale(50%);
  161. {/block:ifdarkimages}
  162. {block:ifblackandwhiteimages}
  163. -webkit-filter: grayscale(100%);
  164. {/block:ifblackandwhiteimages}
  165. {block:indexpage}
  166. width:650px;
  167. {/block:indexpage}
  168. {block:permalinkpage}
  169. width:400px;
  170. {/block:permalinkpage}
  171. margin-left:68px;
  172. }
  173.  
  174. div#entry{
  175. z-index:9999;
  176. float: left;
  177. width: 250px;
  178. {block:if220pxposts}
  179. width: 220px;
  180. {/block:if220pxposts}
  181. {block:if250pxposts}
  182. width: 250px;
  183. {/block:if250pxposts}
  184. {block:if280pxposts}
  185. width: 280px;
  186. {/block:if280pxposts}
  187. text-align:left;
  188. {block:PermalinkPage}
  189. width: 400px;
  190. height: auto;
  191. {/block:PermalinkPage}
  192. line-height:8px;
  193. margin-right:70px;
  194. overflow:hidden;
  195. margin:10px;
  196. {block:iflessspacebetweenposts}
  197. margin:5px;
  198. {/block:iflessspacebetweenposts}
  199. {block:ifpostshadows}
  200. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  201. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  202. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  203. padding:6px;
  204. {/block:ifpostshadows}
  205. }
  206.  
  207. ::selection {
  208. color:{color:Text};
  209. background-color: {color:Link};
  210. }
  211.  
  212. ::-moz-selection {
  213. color:{color:Text};
  214. background-color: {color:Link};
  215. }
  216.  
  217. ::-webkit-selection {
  218. color:{color:Text};
  219. background-color:{color:Link};
  220. }
  221.  
  222.  
  223. #entry img{
  224. {block:IndexPage}
  225. max-width: 250px;
  226. height: auto;
  227. {block:if220pxposts}
  228. max-width: 220px;
  229. {/block:if220pxposts}
  230. {block:if250pxposts}
  231. max-width: 250px;
  232. {/block:if250pxposts}
  233. {block:if280pxposts}
  234. max-width: 280px;
  235. {/block:if280pxposts}
  236. {/block:IndexPage}
  237. {block:PermalinkPage}
  238. max-width: 400px;
  239. height: auto;
  240. {/block:PermalinkPage}
  241. -webkit-transition: all 0.5s ease-out;
  242. -moz-transition: all 0.5s ease-out;
  243. transition: all 0.5s ease-out;
  244. }
  245.  
  246.  
  247. .title{
  248. font-family: calibri;
  249. font-size: 12px;
  250. line-height: 12px;
  251. color: {color:Title};
  252. font-weight: normal;
  253. letter-spacing: 0px;
  254. text-transform:uppercase;
  255. letter-spacing:2px;
  256. }
  257.  
  258. blockquote{
  259. padding:0px 0px 2px 3px;
  260. margin:0px 0px 2px 1px;
  261. }
  262.  
  263. ul, ol, li{
  264. list-style:none;
  265. margin:0px;
  266. padding:0px;
  267. }
  268.  
  269. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  270. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  271. }
  272.  
  273. ::selection {
  274. color:{color:Text};
  275. background-color: {color:Link};
  276. }
  277.  
  278. ::-moz-selection {
  279. color:{color:Text};
  280. background-color: {color:Link};
  281. }
  282.  
  283. ::-webkit-selection {
  284. color:{color:Text};
  285. background-color:{color:Link};
  286. }
  287.  
  288.  
  289. #audio {
  290. width:250px;
  291. height:auto;
  292. min-height:60px;
  293. margin-top:17px;
  294. padding-bottom:5px;
  295. margin-left:40px;
  296. }
  297. .cover {
  298. position:absolute;
  299. z-index:1;
  300. width:70px;
  301. height:670px;
  302. margin-top:-4px;
  303. margin-left:-10px;
  304. }
  305. .cover img {
  306. float:left;
  307. width:70px;
  308. height:70px;
  309. }
  310. .playbox {
  311. opacity:0.6;
  312. width:27px;
  313. height:30px;
  314. overflow:hidden;
  315. position:absolute;
  316. z-index:1000;
  317. margin-left:14px;
  318. margin-top:18px;
  319. text-align:center;
  320. }
  321. .info {
  322. margin-left:73px;
  323. margin-top:4px;
  324. line-height:14px;
  325. }
  326.  
  327. #hmm{
  328. margin-top:-2px;
  329. padding:3px;
  330. text-align:center;
  331. }
  332.  
  333. #hmm a{
  334. padding:3px;
  335. }
  336.  
  337. .yo{
  338. position:fixed;
  339. text-align:center;
  340. bottom:0px;
  341. font-family:tahoma;
  342. font-size:20px;
  343. right:0px;
  344. padding-top:1px;
  345. padding-right:6px;
  346. padding-left:5px;
  347. padding-bottom:6px;
  348. width:auto;
  349. height:auto;
  350. border-top-left-radius:5px;
  351. background-color:#000;
  352. z-index:99999;
  353. color:#fff;
  354. }
  355.  
  356.  
  357. #entry:hover .perma{
  358. opacity:1;
  359. -webkit-transition: all 0.3s linear;
  360. -moz-transition: all 0.3s linear;
  361. transition: all 0.3s linear;}
  362.  
  363. .like_buttons {
  364. border-radius: 3px;
  365. list-style: none;}
  366.  
  367. .reblog_buttons{
  368. border-radius: 3px;
  369. list-style: none;}
  370.  
  371. .like_buttons li {
  372. float: left;
  373. margin-left: 7px;
  374. padding: 3px;
  375. height: 20px;
  376. background:rgba(0,0,0,.12);}
  377.  
  378. .reblog_buttons li {
  379. float: right;
  380. right: 7px;
  381. padding: 3px;
  382. height: 20px;
  383. background:rgba(0,0,0,.12);
  384. }
  385.  
  386. .descriprion_icons{
  387. position: absolute;
  388. display: block;
  389. width: 25px;
  390. height: 25px;
  391. left: 50%;
  392. top: 70%;
  393. margin-top: -12px;
  394. background: url(http://static.tumblr.com/dbek3sy/ZQDlsyx5t/icons.png) no-repeat;
  395. opacity:0;
  396. filter:alpha(opacity=0);
  397. z-index: 9999;
  398. {block:ifwhiteandblackpermalinks}
  399. -webkit-filter:invert(1);
  400. {/block:ifwhiteandblackpermalinks}
  401. }
  402.  
  403. .reblog_icon{
  404. background-position: 0px 0px;margin-left: -30px;
  405. -webkit-transition: all 0.25s ease;
  406. -moz-transition: all 0.25s ease;
  407. transition: all 0.25s ease;
  408. -o-transition: all 0.25s ease;
  409. }
  410.  
  411. .permalink_icon{
  412. background-position: -25px 0px;margin-left: 5px;
  413. -webkit-transition: all 0.45s ease;
  414. -moz-transition: all 0.45s ease;
  415. transition: all 0.45s ease;
  416. -o-transition: all 0.45s ease;
  417. }
  418.  
  419. #entry:hover .descriprion_icons{
  420. top: 50%;
  421. opacity:1;
  422. filter:alpha(opacity=100);
  423. }
  424.  
  425. </style>
  426. <link rel="shortcut icon" href="{Favicon}">
  427. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  428. <meta name="viewport" content="width=720" />
  429. </head>
  430. <body>
  431.  
  432. <div id="stuff">
  433. <div id="content">
  434. <div id="sidebar">
  435.  
  436. <div align="left" style="padding-bottom:5px;">
  437. <a href="/">
  438. <img style="" src="{image:sidebar}"width=180" /></a></div>
  439.  
  440.  
  441. <div align="center" style="line-height:12px; margin-top:3px; margin-bottom:6px; color:{color:Blog Description};">{description}</div>
  442.  
  443. <div id="hmm">
  444. {block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}
  445. {block:IfLinktwotitle}<a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}
  446. {block:IfLinkthreetitle}<a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}
  447. {block:IfLinkfourtitle}<a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}
  448. {block:IfLinkfivetitle}<a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}
  449. {block:IfLinksixtitle}<a href="{text:link six}">{text:link six title}</a> {/block:IfLinksixtitle}
  450. {block:IfLinkseventitle}<a href="{text:link seven}">{text:link seven title}</a>{/block:IfLinkseventitle}
  451. {block:IfLinkeighttitle}<a href="{text:link eight}">{text:link eight title}</a>{/block:IfLinkeighttitle}
  452. </div>
  453.  
  454.  
  455. </div>
  456.  
  457.  
  458. <div align="center">
  459.  
  460. <div id="posts">
  461.  
  462. {block:Posts}
  463.  
  464.  
  465. {block:ContentSource}
  466.  
  467. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  468.  
  469. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  470.  
  471. {/block:SourceLogo}
  472.  
  473. {block:NoSourceLogo}{noSourceLink}{/block:NoSourceLogo} —>
  474.  
  475. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  476.  
  477.  
  478. <div id="entry">
  479.  
  480.  
  481.  
  482. {block:Photo}
  483. {block:IndexPage}
  484.  
  485. <a href="{permalink}" title="permalink" class="descriprion_icons permalink_icon"></a>
  486. <a href="{reblogurl}" title="reblog" class="descriprion_icons reblog_icon"></a>
  487.  
  488.  
  489. <div id="postys">
  490. <a href="{permalink}">
  491. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=390;"></a></div>
  492.  
  493. {/block:IndexPage}
  494. {block:PermalinkPage}
  495. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px;"></center>
  496. <center>{caption}</center>
  497. {/block:PermalinkPage}
  498. {/block:Photo}
  499.  
  500. {block:Photoset}
  501.  
  502. <a href="{permalink}" title="permalink" class="descriprion_icons permalink_icon"></a>
  503. <a href="{reblogurl}" title="reblog" class="descriprion_icons reblog_icon"></a>
  504.  
  505.  
  506. <div style="padding-top:0px; padding-bottom:0px;">
  507. <a href="{permalink}">
  508. {Photoset-400}</a></div>
  509. {/block:Photoset}
  510.  
  511.  
  512.  
  513. {block:Text}<div style="padding-top:5px; padding-bottom:0px; padding-left:3px; padding-right:0px;">
  514. {block:Title}
  515. <a href="{permalink}"><span class="title">{Title}</span></a>
  516. {/block:Title}
  517. <span class="entrytext" style="line-height:12px;">{Body}</span>
  518. <a href="{Permalink}"></a></div>
  519. {block:indexpage}
  520. <div align="right" style="padding-right:5px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  521. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  522. </a></div>{/block:indexpage}
  523. {/block:Text}
  524.  
  525. {block:Link}<div style="padding-top:15px; padding-bottom:0px;>
  526. <a href="{URL}"><span class="title">{Name}</span></a></div>
  527. {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
  528. {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
  529. {block:indexpage}
  530. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  531. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  532. </a></div>{/block:indexpage}
  533. {/block:Link}
  534.  
  535. {block:Quote}
  536. <div style="padding-top:10px; padding-bottom:10px;">
  537. <span class="title" style="line-height:16px;">"{Quote}"</span><br><br>
  538. <div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source}
  539. -{Source}
  540. {/block:Source}</a></div><br>{block:indexpage}
  541. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  542. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  543. </a></div>{/block:indexpage}
  544. </div>
  545. {/block:Quote}
  546.  
  547. {block:Chat}
  548. <div style="padding-top:15px; padding-bottom:10px;">
  549. <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
  550. <ul class="chat">
  551. {block:Lines}
  552. <li class="user_{UserNumber}">
  553. {block:Label}
  554. <span class="label" style="line-height:12px;">{Label}</span>
  555. {/block:Label}
  556. {Line}
  557. </li>
  558. {/block:Lines}
  559. </ul>
  560. {block:Caption}{Caption}{/block:Caption}
  561. <br>{block:indexpage}
  562. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  563. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  564. </a></div>{/block:indexpage}
  565. </div>
  566. {/block:Chat}
  567.  
  568.  
  569.  
  570.  
  571. {block:Audio}
  572. <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 style="text-align:left"><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></div>
  573.  
  574.  
  575. <div style="padding-bottom:0px;padding-top:6px;"></div>{block:indexpage}
  576. <div style=" float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{permalink}">{FormattedPlayCount}&nbsp;Plays</a></div>
  577. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  578. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  579. </a></div>{/block:indexpage}
  580.  
  581.  
  582. {/block:Audio}
  583.  
  584.  
  585.  
  586. {block:Video}
  587.  
  588. <a href="{permalink}" title="permalink" class="descriprion_icons permalink_icon"></a>
  589. <a href="{reblogurl}" title="reblog" class="descriprion_icons reblog_icon"></a>
  590.  
  591.  
  592. {Video-400}
  593. {/block:Video}
  594.  
  595.  
  596.  
  597.  
  598.  
  599. {block:PermalinkPage}
  600. <center>
  601. {block:RebloggedFrom}<br><b>Via</b>: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}<b>Source</b>: <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}<br><Br>{block:Date}<img src="http://static.tumblr.com/twte3d7/xn4lo2lba/clock_8x8.png">&nbsp; {TimeAgo}&nbsp; <img src="http://static.tumblr.com/twte3d7/qg3lo2lcg/heart_fill_8x7.png">&nbsp; {NoteCountWithLabel}{block:hasTags}&nbsp; <img src="http://static.tumblr.com/twte3d7/zZqlo2ldq/tag_fill_8x8.png">&nbsp; {block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:Date}
  602. </center>
  603.  
  604. <br><br>
  605. <div align="left">
  606. {block:PostNotes}
  607. {PostNotes}
  608. {/block:PostNotes}</div>
  609. {/block:PermalinkPage}
  610.  
  611.  
  612. </div>
  613.  
  614.  
  615.  
  616. {/block:Posts}
  617. </div>
  618. </div>
  619. </div>
  620. </center>
  621. </div>
  622. </div>
  623.  
  624.  
  625.  
  626. {block:indexpage}
  627.  
  628.  
  629. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  630. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  631. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/TKgn8tjki/jquerymsnryv2.js"></script>
  632. <script type="text/javascript">
  633. $(window).load(function(){
  634. var $wall = $('#posts');
  635. $wall.imagesLoaded(function(){
  636. $wall.masonry({
  637. itemSelector: '#entry, #entry_photo',
  638. isAnimated : false
  639. });
  640. });
  641.  
  642. $wall.infinitescroll({
  643. navSelector : '#page-nav',
  644. nextSelector : '#page-nav a',
  645. itemSelector : '#entry, #entry_photo',
  646. bufferPx : 2000,
  647. debug : false,
  648. errorCallback: function() {
  649. $('#infscr-loading').fadeOut('normal');
  650. }},
  651. function( newElements ) {
  652. var $newElems = $( newElements );
  653. $newElems.hide();
  654. $newElems.imagesLoaded(function(){
  655. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  656. });
  657. }); $('#content').show(500);
  658. });
  659. </script>
  660. {/block:indexpage}
  661.  
  662.  
  663.  
  664. </body>
  665. </html>
Add Comment
Please, Sign In to add comment