Advertisement
ammetrine

Nestle Theme by Moondhrop

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