Advertisement
ammetrine

Coffee Theme by Mooondhrop

Apr 2nd, 2017
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.04 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  4. <script src=“http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  5. <script>
  6. (function($){
  7. $(document).ready(function(){
  8. $(“[title],a[title],img[title]”).style_my_tooltips({
  9. tip_follows_cursor:true,
  10. tip_delay_time:90,
  11. tip_fade_speed:600,
  12. attribute:“title”
  13. });
  14. });
  15. })(jQuery);
  16. </script>
  17. <link href="https://fonts.googleapis.com/css?family=Lato:300" rel="stylesheet">
  18. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  19. <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22. <script>
  23. $(document).ready(function() {
  24. //
  25. $('a.poplight[href^=#]').click(function() {
  26. var popID = $(this).attr('rel'); //Get Popup Name
  27. var popURL = $(this).attr('href'); //Get Popup href to define size
  28. var query= popURL.split('?');
  29. var dim= query[1].split('&');
  30. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  31. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  32. var popMargTop = ($('#' + popID).height() + 80) / 2;
  33. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  34. //Apply Margin to Popup
  35. $('#' + popID).css({
  36. 'margin-top' : -popMargTop,
  37. 'margin-left' : -popMargLeft
  38. });
  39. $('body').append('<div id="fade"></div>');
  40. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  41. return false;
  42. });
  43. $('a.close, #fade').live('click', function() {
  44. $('#fade , .popup_block').fadeOut(function() {
  45. $('#fade, a.close').remove(); //fade them both out
  46. });
  47. return false;
  48. });
  49. });
  50. </script>
  51.  
  52.  
  53.  
  54.  
  55. <title>{Title}</title>
  56.  
  57. <link rel="shortcut icon" href="{Favicon}">
  58. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  59. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  60.  
  61.  
  62. <meta name="image:Background" content=""/>
  63. <meta name="color:Background" content="#ffffff"/>
  64. <meta name="color:Blog Title" content="#000000"/>
  65. <meta name="color:Blog Title Border" content="#000000"/>
  66. <meta name="color:Description" content="#000000" />
  67. <meta name="color:Text" content="#000000"/>
  68. <meta name="color:Link" content="#FFFAF4"/>
  69. <meta name="color:Link Hover" content="#000000"/>
  70. <meta name="color:Navlink" content="#000000"/>
  71. <meta name="color:Navlink Hover" content="#FFFAF4"/>
  72. <meta name="color:Navlink Background" content="#FFFAF4"/>
  73. <meta name="color:Perma" content="#000000"/>
  74. <meta name="color:Perma Hover" content="#FFFAF4"/>
  75. <meta name="color:Perma Background" content="#FFFAF4"/>
  76. <meta name="color:Scrollbar" content="#FFFAF4"/>
  77. <meta name="color:Question Border" content="#FFFAF4"/>
  78. <meta name="color:Blog Border" content="#FFFAF4"/>
  79. <meta name="color:Credit BG" content="#ffffff"/>
  80.  
  81.  
  82. <meta name="if:Show Custom Link 1" content="1"/>
  83. <meta name="if:Show Custom Link 2" content="1"/>
  84. <meta name="if:Show Custom Link 3" content="1"/>
  85.  
  86.  
  87. <meta name="text:Link 1 URL" content="" />
  88. <meta name="text:Link 1 Title" content="" />
  89. <meta name="text:Link 1 Tooltip" content="" />
  90. <meta name="text:Link 2 URL" content="" />
  91. <meta name="text:Link 2 Title" content="" />
  92. <meta name="text:Link 2 Tooltip" content="" />
  93. <meta name="text:Link 3 URL" content="" />
  94. <meta name="text:Link 3 Title" content="" />
  95. <meta name="text:Link 3 Tooltip" content="" />
  96.  
  97.  
  98. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  99.  
  100.  
  101. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  102. <script>
  103. (function($){
  104. $(document).ready(function(){
  105. $("[title]").style_my_tooltips({
  106. tip_follows_cursor:true,
  107. tip_delay_time:0,
  108. tip_fade_speed:0
  109. }
  110. );
  111. });
  112. })(jQuery);
  113. </script>
  114.  
  115.  
  116. <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  117.  
  118.  
  119. <style type="text/css">
  120. /* Blog border from Themes by Florels */
  121. #top {
  122. height:60px;
  123. width:100%;
  124. top:0;
  125. background-color:{color:Blog Border};
  126. z-index:9;
  127. position:fixed;}
  128.  
  129. #left {
  130. width:60px;
  131. height:100%;
  132. background-color:{color:Blog Border};
  133. z-index:999;
  134. left:0;
  135. position:fixed;}
  136.  
  137. #bottom {
  138. height:60px;
  139. width:100%;
  140. bottom:0;
  141. background-color:{color:Blog Border};
  142. z-index:999;
  143. position:fixed;}
  144.  
  145. #right {
  146. width:60px;
  147. height:100%;
  148. right:0;
  149. background-color:{color:Blog Border};
  150. z-index:999;
  151. position:fixed;}
  152.  
  153. /** basic tooltip from tutorial-baby**/
  154. .tooltip{
  155. display:inline;
  156. position:relative;
  157. }
  158. #s-m-t-tooltip{
  159. max-width:auto; /*how big the tooltip can be at most*/
  160. border-radius: 0px; /*change your border radius*/
  161. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  162. margin:20px 7px -2px 20px; /*distance from word*/
  163. background-color:{color:Background};/*background color*/
  164. font-size:9px; /*tooltip font size*/
  165. letter-spacing:2px; /*tooltip letter spacing*/
  166. text-transform:normal; /*makes the tooltip title uppercase*/
  167. color:{Text}; /*tooltip font color*/
  168. z-index:99999999999999999999;
  169. }
  170.  
  171.  
  172. ::-webkit-scrollbar-thumb{
  173. background-color:{color:Scrollbar};
  174. border:1px solid {color:Background};
  175. height:6px;
  176. }
  177.  
  178. ::-webkit-scrollbar {
  179. height:6px;
  180. width:4px;
  181. background-color:{color:Background};
  182. }
  183.  
  184.  
  185.  
  186. body {
  187. background:{color:Background};
  188. color:{color:Text};
  189. font-family: 'Lato', sans-serif;
  190. font-size:11px;
  191. text-align:left;
  192. margin:0;
  193. line-height:16px;
  194.  
  195.  
  196. background-color:{color:Background};
  197. background-image:url('{image:background}');
  198. background-attachment:fixed;
  199.  
  200. }
  201.  
  202.  
  203. a {
  204. color:{color:Link};
  205. text-decoration:none;
  206. -webkit-transition: all 0.2s ease-in-out;
  207. -moz-transition: all 0.2s ease-in-out;
  208. -o-transition: all 0.2s ease-in-out;
  209. }
  210.  
  211. a:hover {
  212. color:{color:Link Hover};
  213. }
  214.  
  215.  
  216. #header {
  217. text-align:left;
  218. position:fixed;
  219. left:80px;
  220. top:60px;
  221. width:200px;
  222. padding:5px;
  223. background:#fff;
  224. z-index:99;
  225. }
  226.  
  227.  
  228. #blogt {
  229. padding-top:15px;
  230. padding-bottom:0px;
  231. font-size:18px;
  232. font-family: 'Lato', sans-serif;
  233. text-transform:normal;
  234. color:{color:Blog Title};
  235. }
  236.  
  237.  
  238. .navlinks {
  239. width:100%;
  240. top:690px;
  241. left:0px;
  242. opacity:0.5;
  243. background:{color:Navlink Background};
  244. font-size:11px;
  245. line-height:25px;
  246. text-transform:lowercase;
  247. position:fixed;
  248. font-family: 'Lato', sans-serif;
  249. z-index:99999;
  250. text-align:center;
  251. }
  252.  
  253.  
  254. .navlinks a {
  255. margin-right:5px;
  256. margin-bottom:5px;
  257. display:inline-block;
  258. color:{color:Navlink};
  259. }
  260.  
  261.  
  262. .navlinks a:hover {
  263. color:{color:Navlink Hover};
  264. }
  265.  
  266.  
  267. #description {
  268. margin-top:15px;
  269. margin-bottom:7px;
  270. font-size:11px;
  271. color:{color:Description};
  272. font-family: 'Lato', sans-serif;
  273. }
  274.  
  275.  
  276. #con {
  277. left:50%;
  278. margin-left:-250px;
  279. position:absolute;
  280. }
  281.  
  282.  
  283. #entries {
  284. width:650px;
  285. margin-top:80px;
  286. margin-left:20px;
  287.  
  288. {block:PermalinkPage}
  289. width:500px;
  290. {/block:PermalinkPage}
  291. }
  292.  
  293.  
  294. .posts {
  295. width:220px;
  296. float:left;
  297. margin-right:40px;
  298. background:transparent;
  299. {block:IndexPage}
  300. margin-bottom:40px;
  301. {/block:IndexPage}
  302.  
  303.  
  304. {block:PermalinkPage}
  305. width:500px;
  306. margin-bottom:30px;
  307. position:relative;
  308. float:left;
  309. {/block:PermalinkPage}
  310. }
  311.  
  312.  
  313. .posts img {
  314. max-width:250px;
  315. }
  316.  
  317. .posts img, .posts li, .posts blockquote {max-width: 100%;}
  318. .caption {width:100%;
  319. margin-top:10px;
  320.  
  321. }
  322.  
  323. #title {
  324. font-size:11px;
  325. line-height:18px;
  326. font-weight:bold;
  327. margin-bottom:10px;
  328. text-transform:uppercase;
  329. text-align:left;
  330. }
  331.  
  332.  
  333. .text {
  334. font-size:10px;
  335. font-family: 'Lato', sans-serif;
  336. }
  337.  
  338.  
  339. .text a:hover {
  340. text-decoration:underline;
  341. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  342. -webkit-transition:all 0.3s ease-in-out;
  343. -moz-transition:all 0.3s ease-in-out;
  344. transition:all 0.3s ease-in-out;
  345. }
  346.  
  347.  
  348. #quote{
  349. text-align:left;
  350. font-size:11px;
  351. line-height:18px;
  352. font-weight:bold;
  353. }
  354.  
  355.  
  356. #quote a:hover {
  357. text-decoration:underline;
  358. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  359. -webkit-transition:all 0.3s ease-in-out;
  360. -moz-transition:all 0.3s ease-in-out;
  361. transition:all 0.3s ease-in-out;
  362. }
  363.  
  364.  
  365. #quotesource {
  366. margin-top:15px;
  367. margin-left:15px;
  368.  
  369. }
  370.  
  371.  
  372. .player {
  373. width:25px;
  374. height:25px;
  375. overflow:hidden;
  376. position:absolute;
  377. margin-left:12px;
  378. margin-top:12px;
  379. background:white;
  380. }
  381.  
  382.  
  383. .audioinfo {
  384. margin-left:70px;
  385. }
  386.  
  387.  
  388. .albumart {
  389. position:absolute;
  390. {block:IndexPage}
  391. width:60px;
  392. height:60px;
  393. {/block:IndexPage}
  394. {block:PermalinkPage}
  395. width:60px;
  396. height:60px;
  397. {/block:PermalinkPage}
  398. }
  399.  
  400.  
  401. .albumart img {
  402. float:left;
  403. {block:IndexPage}
  404. width:60px;
  405. height:60px;
  406. {/block:IndexPage}
  407. {block:PermalinkPage}
  408. width:60px;
  409. height:60px;
  410. {/block:PermalinkPage}
  411. }
  412.  
  413.  
  414. .question {
  415. margin-bottom:10px;
  416. border-bottom:solid 1px {color:Question Border};
  417. }
  418.  
  419. .asker {
  420. font-weight:bold;
  421. }
  422.  
  423.  
  424. .answer {
  425. margin-top:0px;
  426. }
  427.  
  428.  
  429. .chat ol {
  430. padding:0;
  431. list-style:none;
  432. }
  433.  
  434.  
  435. .line {
  436. padding:5px 0;
  437. }
  438.  
  439.  
  440. .label {
  441. font-weight:bold;
  442. }
  443.  
  444.  
  445. #permalink {
  446. margin-top:-3px;
  447. font-size:10px;
  448. text-align:center;
  449. opacity:0;
  450. padding:3px;
  451. background:{color:Perma Background};
  452. border-radius:0px;
  453. z-index:999999;
  454. }
  455.  
  456. .posts:hover #permalink {
  457. opacity:0.5;
  458. }
  459.  
  460.  
  461. #permalink a {
  462. padding:3px;
  463. color:{color:Perma};
  464. }
  465.  
  466.  
  467. #permalink a:hover {
  468. color:{color:Perma Hover};
  469. -webkit-transition:opacity 0.3s ease-in-out; opacity: 0.5;
  470. -webkit-transition:all 0.3s ease-in-out;
  471. -moz-transition:all 0.3s ease-in-out;
  472. transition:all 0.3s ease-in-out;
  473. }
  474.  
  475.  
  476. .pagination {
  477. display:none;
  478. }
  479.  
  480.  
  481. .popup_block{
  482. display:none;
  483. background:#fff;
  484. padding:20px;
  485. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  486. float:left;
  487. position:fixed;
  488. top:50%;left:50%;
  489. z-index: 99999;
  490. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  491. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  492. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  493. }
  494.  
  495. *html #fade {position: absolute;}
  496. *html .popup_block {position: absolute;}
  497. #fade {
  498. display:none;
  499. position:fixed;
  500. left:0px;
  501. top:0px;
  502. width:100%;
  503. height:100%;
  504. z-index:9999;
  505. background:#000; /* change to #fff for solid white */
  506. opacity:0.5; /* change to opacity:1; */
  507. }
  508.  
  509.  
  510. .{NoteCount} {
  511. padding-left:20px;
  512. font-size:11px;
  513. }
  514.  
  515. .pagination {
  516. display: none;
  517. }
  518.  
  519. #credit {
  520. position:fixed;
  521. right:5px;
  522. bottom:5px;
  523. background:transparent;
  524. padding-top:5px;
  525. padding-right:5px;
  526. padding-left:5px;
  527. padding-bottom:2px;
  528. font-size:12px;
  529. font-family: 'Lato', sans-serif;
  530. z-index:9999;
  531. }
  532.  
  533. #credit a{
  534. color:{color:Link};
  535. }
  536.  
  537. .tmblr-iframe{
  538. right:5px !important;
  539. top:5px !important;
  540. position:fixed !important;
  541. z-index:99999999999999999 !important;
  542. }
  543.  
  544. {CustomCSS}
  545. </style>
  546. </style>
  547. <script src="jquery.js"></script>
  548. <script>
  549. $(document).ready(function(){
  550. $(".title1").click(function(){
  551. $(".table1").slideToggle("fast");});});
  552. $(document).ready(function(){
  553. $(".title2").click(function(){
  554. $(".table2").slideToggle("fast");});});
  555. $(document).ready(function(){
  556. $(".title3").click(function(){
  557. $(".table3").slideToggle("fast");});});
  558. </script>
  559.  
  560. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  561.  
  562. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  563.  
  564. <script>
  565. $(function(){
  566. var $container = $('#entries');
  567. $container.imagesLoaded(function(){
  568. $container.masonry({
  569. itemSelector: '.posts',
  570. });
  571. });
  572. $container.infinitescroll({
  573. itemSelector : ".posts",
  574. navSelector : "div.pagination",
  575. nextSelector : ".pagination a#next",
  576. loadingImg : "",
  577. loadingText : "<em></em>",
  578. bufferPx : 10000,
  579. extraScrollPx: 12000,
  580. },
  581. // trigger Masonry as a callback
  582. function( newElements ) {
  583. var $newElems = $( newElements ).css({ opacity: 0 });
  584. // ensure that images load before adding to masonry layout
  585. $newElems.imagesLoaded(function(){
  586. $newElems.animate({ opacity: 1 });
  587. $container.masonry( 'appended', $newElems, true );
  588. });
  589. }
  590. );
  591. });
  592. </script>
  593.  
  594.  
  595. </head>
  596.  
  597. <body>
  598. <div id="top"></div>
  599. <div id="right"></div>
  600. <div id="bottom"></div>
  601. <div id="left"></div>
  602.  
  603. <div id="con">
  604.  
  605. <div id="credit"><a href="http://moondhrop.tumblr.com/">☾</a></div>
  606.  
  607. <div id="header">
  608. <div id="blogt">{Title}</div>
  609. <div id="description">{Description}</div>
  610. </div>
  611.  
  612. <div class="navlinks">
  613. <a href="/" title=home>refresh</a>
  614. <a href="#?w=400" rel="box1" class="poplight" title=mail>ask</a>
  615. {block:ifShowCustomlink1}<a href="{text:Link 1 URL}" title={text:Link 1 Tooltip}>{text:Link 1 Title}</a>
  616. {/block:ifShowCustomLink1}
  617. {block:ifShowCustomlink2}<a href="{text:Link 2 URL}" {text:Link 2 Tooltip} >{text:Link 2 Title}</a>{/block:ifShowCustomLink2}
  618. {block:ifShowCustomlink3}<a href="{text:Link 3 URL}" {text:Link 3 Tooltip}>{text:Link 3 Title}</a>{/block:ifShowCustomLink3}
  619. <a href="http://moondhropthemes.tumblr.com" title=theme>credit</a>
  620. </div>
  621.  
  622. <div id="entries">
  623.  
  624. {block:Posts}
  625.  
  626. <div class="posts">
  627.  
  628. {block:Quote}
  629. <div class="quote">
  630. '<strong><i>{Quote}</i></strong>'
  631. </div>
  632. {block:Source}
  633. <br><div class="quotesource">— {Source}</div>
  634. {/block:Source}
  635.  
  636. {block:IndexPage}
  637. <div id="{NoteCount}link">
  638. <a href="{Permalink}" title="posted {TimeAgo} with {NotecountWithLabel}">{NoteCount}</a>
  639. <a href="{ReblogURL}">rblg</a><br>
  640. </div>
  641. {/block:IndexPage}
  642. {/block:Quote}
  643.  
  644.  
  645. {block:Text}
  646. {block:Title}
  647. <div id="title">{Title}</div>
  648. {/block:Title}
  649. <div class="text">
  650. {Body}
  651. </div>
  652.  
  653. {block:IndexPage}
  654. <div id="permalink">
  655. <a href="{Permalink}" title="posted {TimeAgo} with {NotecountWithLabel}">{NoteCount}</a>
  656. <a href="{ReblogURL}">rblg</a><br>
  657. </div>
  658. {/block:IndexPage}
  659. {/block:Text}
  660.  
  661.  
  662. {block:Link}
  663. <div id="title">
  664. <a href="{URL}">{Name}</a>
  665. </div>
  666. {block:Description}{Description}{/block:Description}
  667.  
  668. {block:IndexPage}
  669. <div id="permalink">
  670. <a href="{Permalink}" title="posted {TimeAgo} with {NotecountWithLabel}">{NoteCount}</a>
  671. <a href="{ReblogURL}">rblg</a><br>
  672. </div>
  673. {/block:IndexPage}
  674. {/block:Link}
  675.  
  676.  
  677. {block:Chat}
  678. {block:Title}
  679. <h1>{Title}</h1>
  680. {/block:Title}
  681. <div class="chat">
  682. <ol>{block:Lines}
  683. <li class="line {Alt}">
  684. {block:Label}
  685. <span class="label">
  686. {Label}</span>
  687. {/block:Label}{Line}</li>
  688. {/block:Lines}
  689. </ol>
  690. </div>
  691.  
  692. {block:IndexPage}
  693. <div id="permalink">
  694. <a href="{Permalink}" title="posted {TimeAgo} with {NotecountWithLabel}">{NoteCount}</a>
  695. <a href="{ReblogURL}">rblg</a><br>
  696. </div>
  697. {/block:IndexPage}
  698. {/block:Chat}
  699.  
  700.  
  701. {block:Photo}
  702. {block:IndexPage}
  703. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  704.  
  705. <div id="permalink">
  706. <a href="{Permalink}" title="posted {TimeAgo} with {NotecountWithLabel}">{NoteCount}</a>
  707. <a href="{ReblogURL}">rblg</a><br>
  708. </div>
  709. {/block:IndexPage}
  710.  
  711. {block:PermalinkPage}
  712. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  713. <br>
  714. {/block:PermalinkPage}
  715. {/block:Photo}
  716.  
  717.  
  718. {block:Photoset}
  719. <center>
  720. {block:Photos}
  721. {block:indexpage}
  722. <a href="{permalink}"><img src="{PhotoURL-500}" width="468px"/></a>
  723. {/block:indexpage}
  724. {block:permalinkpage}
  725. <img src="{PhotoURL-500}"/>
  726. {/block:permalinkpage}
  727. {/block:Photos}
  728. </center>
  729. <div id="permalink">
  730. <a href="{Permalink}" title={TimeAgo}>{NoteCount}</a>
  731. <a href="{ReblogURL}" title=reblog>reblog</a>
  732. </div>
  733. {/block:Photoset}
  734.  
  735. {block:Photoset}
  736. <center>
  737. {block:Photos}
  738. {block:indexpage}
  739. <a href="{permalink}"><img src="{PhotoURL-500}" width="468px"/></a>
  740. {/block:indexpage}
  741. {block:permalinkpage}
  742. <img src="{PhotoURL-500}"/>
  743. {/block:permalinkpage}
  744. {/block:Photos}
  745. </center>
  746. <div id="permalink">
  747. <a href="{Permalink}" title={TimeAgo}>{NoteCount}</a>
  748. <a href="{ReblogURL}" title=reblog>reblog</a>
  749. </div>
  750. {/block:Photoset}
  751.  
  752.  
  753. {block:Video}
  754. {Video-250}
  755.  
  756. {block:IndexPage}
  757. <div id="permalink">
  758. <a href="{Permalink}" title="posted {TimeAgo} with {NotecountWithLabel}">{NoteCount}</a>
  759. <a href="{ReblogURL}">rblg</a><br>
  760. </div>
  761. {/block:IndexPage}
  762. {/block:Video}
  763.  
  764.  
  765. {block:Audio}
  766. {block:AlbumArt}
  767. <div class="albumart">
  768. <img src="{AlbumArtURL}">
  769. </div>
  770. {/block:AlbumArt}
  771. <div class="player">{AudioPlayerWhite}</div>
  772.  
  773. <div class="audioinfo">
  774. Title: {block:TrackName}{TrackName}{/block:TrackName}<br>
  775.  
  776. Artist: {block:Artist}{Artist}{/block:Artist}<br>
  777.  
  778. Plays: {block:PlayCount}{FormattedPlayCount}{/block:PlayCount}
  779.  
  780. {block:IndexPage}
  781. <div id="permalink">
  782. <a href="{Permalink}" title="posted {TimeAgo} with {NotecountWithLabel}">{NoteCount}</a>
  783. <a href="{ReblogURL}">rblg</a><br>
  784. </div>
  785. {/block:IndexPage}
  786. </div>
  787. {/block:Audio}
  788.  
  789.  
  790. {block:Answer}
  791. <div class="question">
  792. <div class="asker">{Asker} asked -</div>
  793. "{Question}"</div>
  794. <div class="answer"> {Answer}</div>
  795.  
  796. {block:IndexPage}
  797. <div id="permalink">
  798. <a href="{Permalink}" title="posted {TimeAgo} with {NotecountWithLabel}">{NoteCount}</a>
  799. <a href="{ReblogURL}">rblg</a><br>
  800. </div>
  801. {/block:IndexPage}
  802. {/block:Answer}
  803.  
  804.  
  805.  
  806. {block:PermalinkPage}
  807. <div class="{NoteCount}">
  808. {block:Date}{Caption} posted {TimeAgo}{/block:Date}
  809. {block:NoteCount} with {NoteCount} {NoteCount} {/block:NoteCount}
  810. {block:RebloggedFrom}
  811. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  812. {/block:RebloggedFrom}
  813. {block:ContentSource}originally from <a href="{SourceURL}">{SourceTitle} </a>{/block:ContentSource}
  814. <br>{block:hastags}{block:tags}#<a href="/tagged/{Tag}">{Tag}</a> &nbsp;&nbsp; {/block:tags}{/block:hastags}
  815. <br>{Post{NoteCount}}
  816. </div>
  817. {/block:PermalinkPage}
  818.  
  819. </div>
  820. {/block:Posts}
  821.  
  822. <div class="pagination">
  823. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  824. </div>
  825.  
  826.  
  827.  
  828. </div>
  829.  
  830. </div>
  831.  
  832. </body>
  833.  
  834. <div id="box1" class="popup_block">
  835. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  836. </div>
  837.  
  838. </div>
  839.  
  840.  
  841. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement