ramfaggot

Untitled

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