Advertisement
ammetrine

Water Theme by Chytha

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