Advertisement
ramisaaaaa

Untitled

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