ramfaggot

Untitled

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