ramfaggot

Untitled

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