Advertisement
tasty2punch

to infinity & beyond (2015.07.21)

Jul 20th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 17.08 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><title>{Title}</title>
  3.  <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lm6prnRzP61qfoi4t.gif">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7.  
  8. <!-----------base code by mrsthemes@tumblr
  9. you don't have to leave credit but if you want, that's always nice :> ------------>
  10.  
  11.  
  12. <!--------default variables-------->
  13. <meta name="color:background" content="#ffffff"/>
  14. <meta name="color:text" content="#333333"/>
  15. <meta name="color:links" content="#5b5b5b"/>
  16. <meta name="color:links hover" content="#c9c9c9"/>
  17. <meta name="color:scrollbar bg" content="#ffffff"/>
  18. <meta name="color:scrollbar" content="#eeeeee">
  19. <meta name="color:accent" content="#dddddd"/>
  20. <meta name="color:entries" content="#ffffff"/>
  21. <meta name="image:popup" content=""/>
  22. <meta name="image:sidebar image" content=""/>
  23. <meta name="image:background image" content=""/>
  24. <meta name="image:accent image" content=""/>
  25. <meta name="text:hovers" content=""/>
  26. <meta name="text:accent opacity" content=""/>
  27. <meta name="text:link 1 title" content="link"/>
  28. <meta name="text:link 1 url" content=" "/>
  29. <meta name="text:link 2 title" content="link"/>
  30. <meta name="text:link 2 url" content=" "/>
  31. <meta name="text:link 3 title" content="link"/>
  32. <meta name="text:link 3 url" content=" "/>
  33. <meta name="text:link 4 title" content="link"/>
  34. <meta name="text:link 4 url" content=" "/>
  35. <meta name="text:link 5 title" content="link"/>
  36. <meta name="text:link 5 url" content=" "/>
  37. <meta name="text:link 6 title" content="link"/>
  38. <meta name="text:link 6 url" content=" "/>
  39. <meta name="text:blurb" content=""/>
  40. <meta name="if:show link 1" content="1" />
  41. <meta name="if:show link 2" content="1" />
  42. <meta name="if:show sidebar image" content="1" />
  43. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic|Source+Code+Pro:200,300,400,500,600,700,900|Muli:300,400,300italic,400italic' rel='stylesheet' type='text/css'>
  44.  
  45. <!------------------------TOOLTIPS SCRIPT--------------------->
  46.  
  47. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  48. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  49. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  50. <script>
  51. (function($){
  52. $(document).ready(function(){
  53. $("[title]").style_my_tooltips({
  54. tip_follows_cursor:true,
  55. tip_delay_time:200,
  56. tip_fade_speed:300
  57. });
  58. });
  59. })(jQuery);
  60. </script>
  61.  
  62.  
  63. <!-------------------------------------------------------------------->
  64. <!--- poplight -->
  65. <script>
  66.    (function($){
  67.        $(document).ready(function(){
  68.            $(".poplight[href^=#]").click(function(){
  69.              
  70. var popID = $(this).attr('rel'); //Get Popup Name
  71. var popURL = $(this).attr('href'); //Get Popup href to define size
  72. var query= popURL.split('?');
  73. var dim= query[1].split('&');
  74. var popWidth = dim[0].split('=')[1];
  75.  
  76.   //Fade in the Popup and add close button
  77.  
  78.     $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close">×</a>');
  79.  
  80. var popMargTop = ($('#' + popID).height() + 80) / 2;
  81. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  82. //Apply Margin to Popup
  83. $('#' + popID).css({
  84. 'margin-top' : -popMargTop,
  85. 'margin-left' : -popMargLeft
  86. });
  87.          
  88.            
  89.            $('body').append('<div id="fade"></div>');
  90. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  91. return false;
  92. });
  93. $('a.close, #fade').live('click', function() {
  94. $('#fade , .popup_block').fadeOut(function() {
  95. $('#fade, a.close').remove(); //fade them both out
  96. });
  97. return false;
  98. });
  99.        });
  100.    })(jQuery);
  101. </script>
  102. <!--/end poplight-->
  103. <style type="text/css">
  104.  
  105. /*----------tooltips---------*/
  106.  
  107. #s-m-t-tooltip {
  108.     font-family: 'Source Code Pro';
  109.     font-style: italic;
  110.     color: #777;
  111. max-width:200px;
  112. margin:15px;
  113. padding:2px;
  114.  
  115. background:#ffffff;
  116. color:{color:text};
  117. z-index:999999;
  118. font-size: 8px;
  119.  
  120.  
  121. }
  122.  
  123.  
  124. /*----------scrollbar---------*/
  125.  
  126. ::-webkit-scrollbar {
  127. background-color: {color:scrollbar bg};
  128. height:8px;
  129. width:5px
  130. }
  131.  
  132. ::-webkit-scrollbar-thumb:vertical {
  133. background-color:{color:scrollbar};
  134. height:50px
  135. }
  136.  
  137. ::-webkit-scrollbar-thumb:horizontal {
  138. background-color:{color:scrollbar bg};
  139. height:8px!important
  140. }
  141.  
  142.  
  143. /*----------basics---------*/
  144.  
  145. body {
  146. background:{color:background} url({image:background image}) repeat right top fixed;
  147. color:{color:text};
  148. font-family: 'Muli', Helvetica, Arial, sans-serif;
  149. line-height:15px;
  150. font-size:10px;
  151. margin:0;
  152. text-align:left;
  153. }
  154.  
  155. blockquote {
  156. padding-left:10px;
  157. border-left:1px solid;
  158. border-color:#eeeeee;
  159. margin:10px;
  160. }
  161.  
  162. a {
  163. color:{color:links};
  164. text-decoration:none;
  165. }
  166.  
  167. a:hover {
  168. text-decoration:none;
  169. color: {color:links hover};
  170. -webkit-transition:all 0.5s;
  171. -moz-transition:all 0.5s;
  172. -ms-transition:all 0.5s;
  173. -o-transition:all 0.5s;
  174. transition:all 0.5s;
  175. }
  176.  
  177. img {
  178. opacity:1;
  179. text-decoration:none;
  180. }
  181.  
  182. h1 {
  183. font-size:11px;
  184. font-weight:bold;
  185. }
  186.  
  187.  
  188. /*----------posts---------*/
  189.  
  190. main {
  191. width:800px;
  192. margin: auto;
  193. }
  194. small, big, sub, sup
  195. {
  196.     font-size: 11px;
  197.     vertical-align: baseline;
  198.    
  199. }
  200.  
  201. pre {
  202.  white-space: pre-wrap;       /* css-3 */
  203.  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  204.  white-space: -pre-wrap;      /* Opera 4-6 */
  205.  white-space: -o-pre-wrap;    /* Opera 7 */
  206.  word-wrap: break-word;       /* Internet Explorer 5.5+ */
  207. }
  208.  
  209. pre, code
  210. {
  211.     font-family: 'Source Code Pro', times, serif;
  212.     font-size: 10px;
  213.       font-weight: normal;
  214. }
  215. .posts {
  216. font-size:11px;
  217. text-align: justify;
  218. font-weight: 300;
  219. line-height:20px;
  220. {block:IndexPage}
  221. margin-bottom:80px;
  222. {/block:IndexPage}
  223. {block:PermalinkPage}
  224. margin-bottom:40px;
  225. {/block:PermalinkPage}
  226. width:440px;
  227.  
  228. }
  229.  
  230. .postcontent
  231. {
  232.    
  233.     background: {color:entries};
  234. padding: 20px;
  235. border-bottom: 1px solid #ddd;
  236. border-right: 1px solid #eee;
  237. }
  238.  
  239. .postcontent h1 span, .postcontent h1 a
  240. {
  241.     font-family: 'Source Code Pro', times, serif;
  242.     font-size: 11px;
  243.     font-weight: normal;
  244.    
  245. }
  246. section {
  247.    
  248. position: relative;
  249. top: 140px;
  250. width:400px;
  251. margin: 50px;
  252. z-index: 2;
  253. }
  254.  
  255. .accent
  256. {
  257.     height: 250px;
  258.     opacity: {text:accent opacity};
  259.     width: 100%;
  260.     position: fixed;
  261.     top: 0;
  262.     left: 0;
  263.     z-index: -1;
  264.     background: {color:accent} url({image:accent image}) repeat right top fixed;
  265.    
  266. }
  267.  
  268. .posts img, .posts li, .posts blockquote {
  269. max-width: 100%;
  270. }
  271.  
  272. .posts li {
  273. list-style: square;
  274. }
  275.  
  276. blockquote img {
  277. max-width:320px!important;
  278. }
  279.  
  280.  
  281. /*----------post info---------*/
  282.  
  283. .info {
  284.  
  285. margin-top:5px;
  286. text-align:center;
  287. font-size:10px;
  288. text-transform:lowercase;
  289. float:left;
  290. }
  291.  
  292. .info a
  293. {
  294.  
  295.  
  296. margin-right:3px;
  297. padding:2px;
  298.  
  299.  
  300.  
  301.  
  302. }
  303. .tags {
  304. margin-top:3px;
  305. font-size:8px;
  306. letter-spacing:1px;
  307.  
  308. text-align:center;
  309. float:right;
  310. }
  311.  
  312. .tags a {
  313.  
  314. margin-right:3px;
  315. padding:2px;
  316. background: #fff;
  317. border-bottom:1px solid #ddd;
  318. border-right:1px solid #eee;
  319. }
  320.  
  321.  
  322. /*----------post notes---------*/
  323.  
  324. ol.notes {
  325. padding:0px;
  326. margin:25px 0px 0px -10px;
  327. list-style-type:none;
  328. }
  329.  
  330. ol.notes li.note {
  331. padding:10px;
  332. }
  333.  
  334. ol.notes li.note img.avatar {
  335. vertical-align:-4px;
  336. margin-right:10px;
  337. width:16px;
  338. height:16px;
  339. }
  340.  
  341. ol.notes li.note span.action {
  342. font-weight:none;
  343. }
  344.  
  345. ol.notes li.note .answer_content {
  346. font-weight:normal;
  347. }
  348.  
  349. ol.notes li.note blockquote {
  350. padding:4px 10px;
  351. margin:10px 0px 0px 25px;
  352. }
  353.  
  354. ol.notes li.note blockquote a {
  355. text-decoration:none;
  356. }
  357.  
  358. /*----------sidebar---------*/
  359.  
  360. aside {
  361. float: right;
  362. width:250px;
  363.  
  364.  
  365. }
  366.  
  367. div.fixed
  368. {
  369.     position: fixed;
  370.     top:220px;
  371.     width:inherit;
  372. }
  373. div.sideinfo
  374. {
  375.    
  376.     top:250px;
  377.     width:200px;
  378.     z-index:-999;
  379.     position:fixed;
  380.     padding-top:10px;
  381.     padding-bottom:20px;
  382.     padding-left:10px;
  383.     padding-right:10px;
  384.  
  385. }
  386. .sidebarimage {
  387. width:60px;
  388. float:right;
  389. padding-left:0px;
  390. padding-right:10px;
  391.  
  392. }
  393.  
  394. .sidebarimage img {
  395. width:60px;
  396. border:3px #fff solid;
  397. margin:auto;
  398.  
  399.  
  400. border-radius: 50%;
  401. }
  402.  
  403. .sidetitle {
  404. font-family: 'Source Code Pro', times, serif;
  405.  
  406. font-size:11px;
  407. color: #777;
  408. vertical-align:bottom;
  409. width:220px;
  410. position:relative;
  411. height: auto;
  412. top:20px;
  413.  
  414. left:10px;
  415. }
  416.  
  417. .sidetitle span
  418. {
  419.     padding:2px;
  420.     font-style: italic;
  421.      background: #000;
  422.     color:#fff;
  423.     border-bottom: 2px solid #ddd;
  424.  
  425. }
  426. .description
  427. {
  428.     margin-top: 20px;
  429. }
  430. .description, .hovers {
  431. width:inherit;
  432. text-align:center;
  433.  
  434. line-height:20px;
  435. }
  436.  
  437. .hovers a
  438. {
  439.     font-size: 10px;
  440.     margin: 3px;
  441. }
  442. .description span
  443. {
  444.     background: #fff;
  445.     color: #777;
  446.     padding: 2px;
  447.    
  448.     font-size: 9px;
  449.     border-bottom:1px solid #ddd;
  450.     border-right:1px solid #eee;
  451. }
  452. .links {
  453. width:inherit;
  454. text-align:center;
  455. margin-top:10px;
  456. word-spacing:3px;
  457. color:{color:links};
  458. }
  459.  
  460. .links a {
  461. text-transform: lowercase;
  462.     font-family: 'Source Code Pro', times, serif;
  463.     font-size: 9px;
  464.     font-weight: bold;
  465.     background: {color:accent};
  466.     padding: 2px;
  467.      border-right:1px solid #ccc;
  468.     border-bottom:1px solid #bbb;
  469.  
  470.  
  471. }
  472.  
  473. .links a.more-lnk{
  474.     font-weight: 900;
  475.     font-size:9px;
  476. }
  477.  
  478. .pagination {
  479. width:inherit;
  480.  margin-top: 10px;
  481. text-align:center;
  482.  
  483.  
  484. }
  485. .pagination a {
  486.     text-transform: lowercase;
  487.     font-family: 'Muli', Helvetica, Arial, sans-serif;
  488.  
  489.     padding:5px;
  490.     font-weight: bold;
  491.  
  492.     font-size:16px;
  493.  
  494.    
  495. }
  496.  
  497.  
  498.  
  499. /*----------quotes---------*/
  500.  
  501. .quote {
  502. font-family: 'Source Code Pro', times, serif;
  503. font-style: italic;
  504. font-size:12px;
  505. font-weight:lighter;
  506. text-align:center;
  507. }
  508.  
  509. .quotesource {
  510. text-align:center;
  511. margin-top:10px;
  512. background: {color:accent};
  513. border-bottom: 1px #ccc solid;
  514. border-bottom: 1px #bbb solid;
  515. }
  516.  
  517.  
  518. /*----------chat---------*/
  519.  
  520. .chat {
  521. line-height:20px;
  522. list-style:none;
  523. }
  524.  
  525. .line.odd {
  526. background:#fafafa;
  527. margin-bottom:2px;
  528. padding:5px;
  529. list-style:none;
  530. font-size:10px;
  531. }
  532.  
  533. .line.even {
  534. background:#ffffff;
  535. margin-bottom:2px;
  536. padding:5px;
  537. list-style:none;
  538. font-size:10px;
  539. }
  540.  
  541. .label {
  542. padding-right:1px;
  543. text-transform:uppercase;
  544. font-weight:bold;
  545. color:{color:links};
  546. }
  547.  
  548.  
  549. /*----------questions---------*/
  550.  
  551. .question {
  552. background:#fafafa;
  553. padding:10px;
  554. }
  555.  
  556. .asker {
  557. text-transform:uppercase;
  558. }
  559.  
  560. .answer {
  561. padding:10px;
  562. margin-top:-15px;
  563. }
  564.  
  565. /*----------audio---------*/
  566.  
  567. .playerbutton {
  568. position:relative;
  569. width:30px;
  570. height:35px;
  571. overflow:hidden;
  572. }
  573.            
  574. .playerbuttonhug {
  575. position: absolute;
  576. top:-7px;
  577. left:2px;
  578. }
  579.  
  580. .tumblr_audio_player {
  581. height:50px;
  582. width:400px;
  583. }
  584.  
  585. .playerbuttonbg {
  586. position:absolute;
  587. width:35px;
  588. height:35px;
  589. background-color:#e4e4e4;
  590. padding:10px;
  591. }
  592.            
  593. .trackdetails {
  594. width:auto;
  595. display:inline-block;
  596. margin-left:70px;
  597. font-size:10px;
  598. letter-spacing:1px;
  599. text-transform:lowercase;
  600. padding:5px;
  601. line-height:15px;
  602. }
  603.            
  604. .audiowrapper {
  605. position:relative;
  606. display:inline-block;
  607. }
  608.  
  609. /*----------credit---------*/
  610.  
  611. .credit {
  612. font-size:8px;
  613. position:fixed;
  614. font-weight:bold;
  615. bottom:5px;
  616. right:15px;
  617. z-index:10;
  618. text-align:right;
  619. letter-spacing:1px;
  620. padding:2px;
  621. }
  622.  
  623. .credit a {
  624. color:{color:links};
  625. text-decoration:none;
  626. }
  627.  
  628. .credit a:hover {
  629. color:{color:links hover};
  630. text-decoration:none;
  631. }
  632. /* poplight */
  633. #fade {
  634.     display:none;
  635.     background: {color:accent};
  636.     position:fixed;
  637.     left:0; top:0;
  638.     width:100%; height:100%;
  639.     opacity:.80;
  640.     z-index:999; }
  641.  
  642. a.close
  643. {
  644.     margin: 5px;
  645.     padding: 3px;
  646.     font-size: 14px;
  647.     text-transform: uppercase;
  648.     background: {color:accent};
  649.     color: {color: link};
  650.     border-right:1px solid #ccc;
  651.     border-bottom:1px solid #bbb;
  652.     float:right;
  653. }
  654. .popup_block {
  655.     display:none;
  656. background-color: #fff;
  657.     padding:0px;
  658.     border: 0px dotted #eeeeee;
  659.     border-bottom: 0px solid #f3f3f3;
  660.     float:left;
  661.     font-size:10px;
  662.    
  663.     position:fixed;
  664.     text-align: center;
  665.     top:50%; left:50%;
  666.     z-index:99999;
  667.     opacity: 1;
  668.           border-bottom: 1px #ddd solid;
  669.       border-right: 1px #eee solid;
  670.   }
  671.   .popup_block p
  672.   {
  673.      
  674.     padding:20px;
  675.      
  676.   }
  677.  
  678.  
  679. .popuplinks a
  680. {
  681.     background: {color:accent};
  682.     padding:2px;
  683.     font-size: 10px;
  684.  
  685.     text-transform:lowercase;
  686.    
  687.     border-right:1px solid #ccc;
  688.     border-bottom:1px solid #bbb;
  689.       margin-left:10px;
  690.       margin-right:10px;
  691.       font-family: 'Source Code Pro', times, serif;
  692. }
  693. img.btn_close {
  694.     float:right;
  695.     margin:-5px -5px 0 0;
  696.     font-style: none;}
  697.    
  698. .fulldesc-img img {
  699.     width:450px;
  700.     margin: auto;
  701. }
  702. *html #fade { position:absolute; }
  703. *html .popup_block { position:absolute; }
  704. /* end poplight */
  705.  
  706. </style>  
  707. </head>
  708.  
  709. <body>
  710. <div class="accent"></div>
  711. <main>
  712.  
  713. <div class="credit">
  714. <a title="theme by typist; base by mrsthemes" href="http://sanqwoo.tumblr.com/" target="_blank">&copy;</a></div>
  715.  
  716.  
  717. <aside>
  718. <div class="fixed">
  719.  
  720. {block:IfShowSidebarImage}
  721. <div class="sidebarimage">
  722. <a href="/"><img src="{image:sidebar image}">
  723. </a></div>
  724. {/block:IfShowSidebarImage}
  725. <div class="sidetitle"><span>{Title}</span></div>
  726. <div class="sideinfo">
  727.  
  728.  
  729.  
  730.  
  731. <div class="description"><span>{text:blurb}</span></div>
  732. <div class="hovers">{text:hovers}</div>
  733.  
  734. <div class="links">
  735. <a href="/">home</a>
  736. <a href="/ask">inbox</a>
  737. {block:IfShowLink1}
  738. <a href="{text:link 1 url}">{text:link 1 title}</a>
  739. {/block:IfShowLink1}
  740.  
  741. {block:IfShowLink2}
  742. <a href="{text:link 2 url}">{text:link 2 title}</a>
  743. {/block:IfShowLink2}
  744.  
  745.  
  746. <a class="poplight more-lnk" href="#?w=450" rel="fulldesc" title="more"></a>
  747.  
  748. </div>
  749. <div class="pagination">
  750. {block:Pagination}
  751. {block:PreviousPage}
  752. <a href="{PreviousPage}">-</a>{/block:PreviousPage}&nbsp;
  753.  
  754. {block:NextPage}
  755. <a href="{NextPage}">+</a>
  756. {/block:NextPage}
  757. {/block:Pagination}
  758. </div>
  759.  
  760.  
  761. </div>
  762. </div>
  763. </aside>
  764.  
  765.  
  766. <section>
  767. {block:Posts}
  768. <div class="posts">
  769. <div class="postcontent">
  770. {block:Text}
  771. <h1><span>{block:Title}{Title}{/block:Title}</span></h1>
  772. {Body}{/block:Text}
  773.  
  774.  
  775. {block:Photo}
  776. {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  777. {block:Caption}{Caption}{/block:Caption}
  778. {/block:Photo}
  779.  
  780.  
  781. {block:Photoset}
  782. {Photoset-400}
  783. {block:Caption}{Caption}{/block:Caption}
  784. {/block:Photoset}
  785.  
  786.  
  787. {block:Quote}
  788. <div class="quote">"{Quote}"</div>
  789. {block:Source}<div class="quotesource"> — {Source}</div>
  790. {/block:Source}{/block:Quote}
  791.  
  792.  
  793. {block:Link}
  794. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  795. {block:Description}{Description}{/block:Description}
  796. {/block:Link}
  797.  
  798.  
  799. {block:Chat}
  800. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  801. {/block:Chat}
  802.  
  803.  
  804. {block:Audio}
  805. {block:AudioPlayer}
  806. <div class="audiowrapper">
  807. <div class="playerbuttonbg">
  808. <div class="playerbutton">
  809. <div class="playerbuttonhug">
  810. {AudioPlayerGrey}
  811. </div></div></div>
  812.  
  813. <div class="trackdetails">
  814. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  815.  
  816. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  817.  
  818. <b>PLAYS:</b> {FormattedPlayCount}</div></div>
  819. {/block:AudioPlayer}
  820.  
  821. {block:Caption}
  822. <div class="caption">{Caption}</div>
  823. {/block:Caption}
  824. {/block:Audio}
  825.  
  826.  
  827. {block:Video}
  828. {Video-400}
  829. {block:Caption}{Caption}{/block:Caption}
  830. {/block:Video}
  831.  
  832.  
  833. {block:Answer}
  834. <div class="question">
  835. <div class="asker"><b>{Asker} said:</b></div>
  836. {Question}</div><br>
  837. <div class="answer">
  838. {Answer}</div>
  839. {/block:Answer}
  840. </div>
  841.  
  842. <div class="info">
  843. {block:Date}
  844. <b><a href="{Permalink}">{DayOfMonthWithZero}.{ShortMonth}.{ShortYear}</b></a>
  845. {/block:Date}
  846.  
  847. &nbsp;&nbsp;
  848. <a href="{Permalink}">{NoteCountWithLabel}</a>
  849. &nbsp;&nbsp;
  850.  
  851. {block:RebloggedFrom}
  852. <a href="{ReblogParentURL}" title="{ReblogParenttitle}">via </a>
  853. {block:ContentSource}
  854. <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}"> src</a>
  855. {/block:ContentSource}
  856. {/block:RebloggedFrom}
  857.  
  858. <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  859. </div>
  860.  
  861.  
  862. {block:HasTags}
  863. <div class="tags">
  864. {block:Tags}
  865. <a href="{TagURL}">#{Tag}</a>
  866. {/block:Tags}
  867. </div>
  868. {/block:HasTags}
  869.  
  870. </div>
  871.  
  872.  
  873. {block:PostNotes}
  874. {PostNotes}
  875. {/block:PostNotes}
  876.  
  877. {/block:Posts}
  878.  
  879. {block:ContentSource}
  880. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  881. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  882. {/block:SourceLogo}
  883. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  884.  {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  885.  
  886.  
  887.  
  888. </section></main>
  889. <div id="fulldesc" class="popup_block">
  890. <div class="fulldesc-img"><img src="{image:popup}"/></div>
  891. <p>{Description}</p>
  892. <p class="popuplinks"><a href="{text:link 3 url}">{text:link 3 title}</a> <a href="{text:link 4 url}">{text:link 4 title}</a> <a href="{text:link 5 url}">{text:link 5 title}</a> <a href="{text:link 6 url}">{text:link 6 title}</a></p>
  893.  
  894. </div>
  895. </body>
  896. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement