ramfaggot

Untitled

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