ramfaggot

Untitled

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