Advertisement
ammetrine

Luminous Theme by Moondhrop

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