Advertisement
ramisaaaaa

Untitled

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