ramfaggot

Untitled

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