ramfaggot

Untitled

Jul 22nd, 2014
819
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.51 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="1"/>
  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(100%);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: 389px;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:518px;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;padding:13px;
  223. }
  224.  
  225.  
  226. div#content{
  227. margin:auto;
  228. top:-5px;
  229. position:absolute;
  230. overflow:hidden;
  231. {block:indexpage}
  232. width:1035px;top:70px;
  233. {/block:indexpage}
  234. {block:permalinkpage}
  235. width:855px;
  236. left:50px;top:70px;
  237. {/block:permalinkpage}
  238. }
  239.  
  240.  
  241. div#posts{
  242. float:right;
  243. {block:ifdarkimages}
  244. -webkit-filter: grayscale(50%);
  245. {/block:ifdarkimages}
  246. {block:ifblackandwhiteimages}
  247. -webkit-filter: grayscale(100%);
  248. {/block:ifblackandwhiteimages}
  249. {block:indexpage}
  250. width:680px;
  251. {/block:indexpage}
  252. {block:permalinkpage}
  253. width:500px;
  254. {/block:permalinkpage}
  255. margin-left:68px;
  256. }
  257.  
  258. div#entry{
  259. float: left;
  260. width: 200px;
  261. text-align:left;
  262. {block:PermalinkPage}
  263. width: 400px;
  264. height: auto;
  265. {/block:PermalinkPage}
  266. line-height:8px;
  267. margin-right:70px;border:1px dotted #999;
  268. overflow:hidden;
  269. margin:37px;font-style:italic;
  270. {block:iflessspacebetweenposts}
  271. margin:5px;
  272. {/block:iflessspacebetweenposts}
  273. padding:15px;
  274. padding-bottom:18px;
  275. }
  276.  
  277. ::selection {
  278. color:{color:Text};
  279. background-color: {color:Link};
  280. }
  281.  
  282. ::-moz-selection {
  283. color:{color:Text};
  284. background-color: {color:Link};
  285. }
  286.  
  287. ::-webkit-selection {
  288. color:{color:Text};
  289. background-color:{color:Link};
  290. }
  291.  
  292.  
  293. #entry img{
  294. {block:IndexPage}
  295. max-width: 200px;
  296. height: auto;
  297. {/block:IndexPage}
  298. {block:PermalinkPage}
  299. max-width: 400px;
  300. height: auto;
  301. {/block:PermalinkPage}
  302. -webkit-transition: all 0.5s ease-out;
  303. -moz-transition: all 0.5s ease-out;
  304. transition: all 0.5s ease-out;
  305. }
  306.  
  307.  
  308.  
  309. .fuzzy{
  310. width:201px;
  311. height: 20px;
  312. font-family: consolas;
  313. font-size: 9px;
  314. text-transform:none;
  315. position: absolute;
  316. line-height: 10px;
  317. text-align: center;
  318. overflow:hidden;
  319. text-transform:uppercase;
  320. letter-spacing:1px;
  321. padding:8px 3px 8px 4px;
  322. padding-right: 10px;
  323. margin-left: -8px;
  324. bottom:-14px;
  325. opacity: 1;color:#000;
  326. text-align:right;
  327. -webkit-transition: opacity 0.6s ease-out;
  328. -webkit-transition: all 0.6s ease-out;
  329. -moz-transition: all 0.6s ease-out;
  330. transition: all 0.6s ease-out;
  331. }
  332.  
  333. .fuzzy a{
  334. color:#000;
  335. }
  336.  
  337. #entry:hover .fuzzy {
  338. -webkit-transition: opacity 0.6s ease-out;
  339. -webkit-transition: all 0.6s ease-out;
  340. -moz-transition: all 0.6s ease-out;
  341. transition: all 0.6s ease-out;
  342. opacity: 1.0;
  343. }
  344.  
  345. .fuzzy a:hover{
  346. color:{color:hover};
  347. padding:1px 0px 0px 0px;
  348. -webkit-transition: opacity 0.3s ease-out;
  349. -webkit-transition: all 0.3s ease-out;
  350. -moz-transition: all 0.3s ease-out;
  351. transition: all 0.3s ease-out;}
  352.  
  353.  
  354.  
  355. .titulo{
  356. font-size:20px;
  357. text-align: center;
  358. line-height:16px;
  359. width:auto;
  360. margin-left:2px;
  361. z-index:999999999999999999999999999;
  362. font-family: Times;
  363. color:#fff;
  364. margin-bottom:7px;
  365. font-style:italic;
  366. text-transform:none;
  367. text-shadow:0px 0px 0px #ddd;
  368. -webkit-transition: all 0.2s linear;
  369. -webkit-transition: all 0.2s linear;
  370. -moz-transition: all 0.2s linear;
  371. transition: all 0.2s linear;
  372. }
  373.  
  374.  
  375. .titulo a{
  376.  
  377. }
  378.  
  379.  
  380. .titulo a:hover{
  381. color:#fff;
  382. }
  383.  
  384.  
  385. .titulo:hover{
  386. text-shadow:6px 0px #ddd, -6px 0px #ccc;
  387. -webkit-transition: all 0.2s linear;
  388. -webkit-transition: all 0.2s linear;
  389. -moz-transition: all 0.2s linear;
  390. transition: all 0.2s linear;
  391. }
  392.  
  393.  
  394. .title{
  395. font-family: calibri;
  396. font-size: 12px;
  397. line-height: 12px;
  398. color: {color:Title};
  399. font-weight: normal;
  400. letter-spacing: 0px;
  401. text-transform:uppercase;
  402. letter-spacing:2px;
  403. }
  404.  
  405. blockquote{
  406. padding:0px 0px 2px 3px;
  407. margin:0px 0px 2px 1px;
  408. }
  409.  
  410. ul, ol, li{
  411. list-style:none;
  412. margin:0px;
  413. padding:0px;
  414. }
  415.  
  416. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  417. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  418. }
  419.  
  420. ::selection {
  421. color:{color:Text};
  422. background-color: {color:Link};
  423. }
  424.  
  425. ::-moz-selection {
  426. color:{color:Text};
  427. background-color: {color:Link};
  428. }
  429.  
  430. ::-webkit-selection {
  431. color:{color:Text};
  432. background-color:{color:Link};
  433. }
  434.  
  435.  
  436. #audio {
  437. width:250px;
  438. height:auto;
  439. min-height:60px;
  440. margin-top:17px;
  441. padding-bottom:5px;
  442. margin-left:40px;
  443. }
  444. .cover {
  445. position:absolute;
  446. z-index:1;
  447. width:70px;
  448. height:670px;
  449. margin-top:-4px;
  450. margin-left:-10px;
  451. }
  452. .cover img {
  453. float:left;
  454. width:70px;
  455. height:70px;
  456. }
  457. .playbox {
  458. opacity:0.6;
  459. width:27px;
  460. height:30px;
  461. overflow:hidden;
  462. position:absolute;
  463. z-index:1000;
  464. margin-left:14px;
  465. margin-top:18px;
  466. text-align:center;
  467. }
  468. .info {
  469. margin-left:73px;
  470. margin-top:4px;
  471. line-height:14px;
  472. }
  473.  
  474. #hmm{
  475. margin-top:-2px;
  476. padding:3px;
  477. text-align:center;text-transform:uppercase;letter-spacing:1px;font-size:9px;color:#000;
  478. }
  479.  
  480. #hmm a{
  481. padding:3px;
  482. padding-top:2px;
  483. padding-bottom:2px;
  484. -webkit-transition: all 0.55s ease-out;
  485. moz-transition: all 0.3s ease-out;
  486. o-transition: all 0.3s ease-out;
  487. ransition: all 0.6s ease-out;
  488. background-color:#fff;
  489. color:#000;
  490. }
  491.  
  492. #hmm a:hover{
  493. -webkit-transition: all 0.55s ease-out;
  494. moz-transition: all 0.3s ease-out;
  495. o-transition: all 0.3s ease-out;
  496. ransition: all 0.6s ease-out;
  497. background-color:#000;
  498. color:#fff;
  499. }
  500.  
  501. .yo{
  502. position:fixed;
  503. text-align:center;
  504. bottom:0px;
  505. font-family:tahoma;
  506. font-size:20px;
  507. right:0px;
  508. padding-top:1px;
  509. padding-right:6px;
  510. padding-left:5px;
  511. padding-bottom:7px;
  512. width:auto;
  513. height:auto;
  514. border-top-left-radius:5px;
  515. background-color:#000;
  516. z-index:99999;
  517. color:#fff;
  518. }
  519.  
  520.  
  521. </style>
  522. <link rel="shortcut icon" href="{Favicon}">
  523. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  524. <meta name="viewport" content="width=720" />
  525. </head>
  526. <body>
  527.  
  528. <div id="stuff">
  529. <div id="content">
  530.  
  531. <div id="sidebar">
  532.  
  533.  
  534. <a href="/"><div class="titulo">{title}</div></a>
  535.  
  536. <div align="center" style="line-height:12px; margin-top:10px; margin-bottom:6px; color:{color:Blog Description};">{description}</div>
  537.  
  538. <div id="hmm">
  539. {block:IfLinkonetitle}<a href="{text:link one}">{text:link one title}</a> {/block:IfLinkonetitle}
  540. {block:IfLinktwotitle}<a href="{text:link two}">{text:link two title}</a> {/block:IfLinktwotitle}
  541. {block:IfLinkthreetitle}<a href="{text:link three}">{text:link three title}</a>{/block:IfLinkthreetitle}
  542. {block:IfLinkfourtitle}<a href="{text:link four}">{text:link four title}</a>{/block:IfLinkfourtitle}
  543. {block:IfLinkfivetitle}<a href="{text:link five}">{text:link five title}</a>{/block:IfLinkfivetitle}
  544. {block:IfLinksixtitle}<a href="{text:link six}">{text:link six title}</a> {/block:IfLinksixtitle}
  545. {block:IfLinkseventitle}<a href="{text:link seven}">{text:link seven title}</a>{/block:IfLinkseventitle}
  546. {block:IfLinkeighttitle}<a href="{text:link eight}">{text:link eight title}</a>{/block:IfLinkeighttitle}
  547. </div>
  548.  
  549.  
  550. </div>
  551.  
  552.  
  553. <div align="center">
  554.  
  555. <div id="posts">
  556.  
  557. {block:Posts}
  558.  
  559.  
  560. {block:ContentSource}
  561.  
  562. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  563.  
  564. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  565.  
  566. {/block:SourceLogo}
  567.  
  568. {block:NoSourceLogo}{noSourceLink}{/block:NoSourceLogo} —>
  569.  
  570. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  571.  
  572.  
  573. <div id="entry">
  574.  
  575.  
  576.  
  577. {block:Photo}
  578. {block:IndexPage}
  579.  
  580.  
  581. <div class="fuzzy">
  582. <a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div>
  583.  
  584. <div id="postys">
  585. <a href="{permalink}">
  586. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=390;"></a></div>
  587.  
  588. {/block:IndexPage}
  589. {block:PermalinkPage}
  590. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px;"></center>
  591. <center>{caption}</center>
  592. {/block:PermalinkPage}
  593. {/block:Photo}
  594.  
  595. {block:Photoset}
  596.  
  597.  
  598. <div class="fuzzy">
  599. <a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div>
  600.  
  601.  
  602. {Photoset-250}
  603.  
  604. {block:PermalinkPage}
  605. {Photoset-400}
  606. {/block:PermalinkPage}
  607. {/block:Photoset}
  608.  
  609.  
  610.  
  611. {block:Text}<div style="padding-top:5px; padding-bottom:0px; padding-left:3px; padding-right:0px;">
  612. {block:Title}
  613. <a href="{permalink}"><span class="title">{Title}</span></a>
  614. {/block:Title}
  615. <span class="entrytext" style="line-height:12px;">{Body}</span>
  616. <a href="{Permalink}"></a></div>
  617. {block:indexpage}
  618. <div align="right" style="padding-right:5px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  619. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  620. </a></div>{/block:indexpage}
  621. {/block:Text}
  622.  
  623. {block:Link}<div style="padding-top:15px; padding-bottom:0px;>
  624. <a href="{URL}"><span class="title">{Name}</span></a></div>
  625. {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
  626. {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
  627. {block:indexpage}
  628. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  629. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  630. </a></div>{/block:indexpage}
  631. {/block:Link}
  632.  
  633. {block:Quote}
  634. <div style="padding-top:10px; padding-bottom:10px;">
  635. <span class="title" style="line-height:16px;">"{Quote}"</span><br><br>
  636. <div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source}
  637. -{Source}
  638. {/block:Source}</a></div><br>{block:indexpage}
  639. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  640. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  641. </a></div>{/block:indexpage}
  642. </div>
  643. {/block:Quote}
  644.  
  645. {block:Chat}
  646. <div style="padding-top:15px; padding-bottom:10px;">
  647. <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
  648. <ul class="chat">
  649. {block:Lines}
  650. <li class="user_{UserNumber}">
  651. {block:Label}
  652. <span class="label" style="line-height:12px;">{Label}</span>
  653. {/block:Label}
  654. {Line}
  655. </li>
  656. {/block:Lines}
  657. </ul>
  658. {block:Caption}{Caption}{/block:Caption}
  659. <br>{block:indexpage}
  660. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  661. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  662. </a></div>{/block:indexpage}
  663. </div>
  664. {/block:Chat}
  665.  
  666.  
  667.  
  668.  
  669. {block:Audio}
  670. <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>
  671.  
  672.  
  673. <div style="padding-bottom:0px;padding-top:6px;"></div>{block:indexpage}
  674. <div style=" float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{permalink}">{FormattedPlayCount}&nbsp;Plays</a></div>
  675. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  676. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  677. </a></div>{/block:indexpage}
  678.  
  679.  
  680. {/block:Audio}
  681.  
  682.  
  683.  
  684. {block:Video}
  685.  
  686.  
  687. <div class="fuzzy">
  688. <a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div>
  689.  
  690. {Video-250}
  691.  
  692. {block:PermalinkPage}
  693. {Video-400}
  694. {/block:PermalinkPage}
  695. {/block:Video}
  696.  
  697.  
  698.  
  699.  
  700.  
  701. {block:PermalinkPage}
  702. <center>
  703. {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}
  704. </center>
  705.  
  706. <br><br>
  707. <div align="left">
  708. {block:PostNotes}
  709. {PostNotes}
  710. {/block:PostNotes}</div>
  711. {/block:PermalinkPage}
  712.  
  713.  
  714. </div>
  715.  
  716.  
  717.  
  718. {/block:Posts}
  719. </div>
  720. </div>
  721. </div>
  722. </center>
  723. </div>
  724. </div>
  725.  
  726.  
  727.  
  728. {block:indexpage}
  729.  
  730.  
  731. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  732. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  733. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/I3on37z8g/jquery.js"></script>
  734. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/Vzan8xy5r/jquerymsnryv3.js"></script>
  735. <script type="text/javascript">
  736. $(window).load(function(){
  737. var $wall = $('#posts');
  738. $wall.imagesLoaded(function(){
  739. $wall.masonry({
  740. itemSelector: '#entry, #entry_photo',
  741. isAnimated : false
  742. });
  743. });
  744.  
  745. $wall.infinitescroll({
  746. navSelector : '#page-nav',
  747. nextSelector : '#page-nav a',
  748. itemSelector : '#entry, #entry_photo',
  749. bufferPx : 2000,
  750. debug : false,
  751. errorCallback: function() {
  752. $('#infscr-loading').fadeOut('normal');
  753. }},
  754. function( newElements ) {
  755. var $newElems = $( newElements );
  756. $newElems.hide();
  757. $newElems.imagesLoaded(function(){
  758. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  759. });
  760. }); $('#content').show(500);
  761. });
  762. </script>
  763. {/block:indexpage}
  764.  
  765.  
  766.  
  767. </body>
  768. </html>
Add Comment
Please, Sign In to add comment