Advertisement
ammetrine

Soft Theme by Moondhrop

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