ramfaggot

Untitled

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