ramfaggot

Untitled

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