Advertisement
Guest User

theme

a guest
Sep 23rd, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 19.53 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5. <!--------
  6.  
  7. theme 06 by jenny / http://midthemes.tumblr.com
  8.  
  9.  
  10.    DO NOT STEAL
  11.    DO NOT CLAIM AS YOUR OWN
  12.    DO NOT REMOVE THE CREDIT
  13.  
  14.  
  15. ------>
  16.  
  17.  
  18.  
  19. <title>{title}</title>
  20. <link rel="shortcut icon" href="{Favicon}"/>
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.    
  24.      <meta name="image:sidebar" content="">
  25.     <meta name="if:Posts 400" content="0">
  26.     <meta name="if:Posts 500" content="1">
  27.     <meta name="color:text" content="#474747">
  28.     <meta name="color:links" content="#da6468">
  29.     <meta name="color:links hover" content="#000000">
  30.     <meta name="color:accent1" content="#8db9e2">
  31.     <meta name="color:accent2" content="#da6468">
  32.    
  33.     <meta name="text:link 1" content="/">
  34.     <meta name="text:link 1 title" content="">
  35.     <meta name="text:link 2" content="/">
  36.     <meta name="text:link 2 title" content="">
  37.     <meta name="text:link 3" content="/">
  38.     <meta name="text:link 3 title" content="">
  39.     <meta name="text:link 4" content="/">
  40.     <meta name="text:link 4 title" content="">
  41.     <meta name="text:link 5" content="/">
  42.     <meta name="text:link 5 title" content="">
  43.     <meta name="text:link 6" content="/">
  44.     <meta name="text:link 6 title" content="">
  45.    
  46.     <meta name="text:link 1" content="/">
  47.     <meta name="text:link 1 title" content="">
  48.     <meta name="text:link 2" content="/">
  49.     <meta name="text:link 2 title" content="">
  50.     <meta name="text:link 3" content="/">
  51.     <meta name="text:link 3 title" content="">
  52.     <meta name="text:link 4" content="/">
  53.     <meta name="text:link 4 title" content="">
  54.     <meta name="text:link 5" content="/">
  55.     <meta name="text:link 5 title" content="">
  56.     <meta name="text:link 6" content="/">
  57.     <meta name="text:link 6 title" content="">
  58.    
  59.    
  60.         <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
  61.     {block:indexpage}
  62. <script type="text/javascript">
  63. jQuery(document).ready(function() {
  64. jQuery(".tags").hide();
  65. //toggle the componenet with class msg_body
  66. jQuery(".up").click(function()
  67. {
  68. jQuery(this).next(".tags").slideToggle("600");
  69. });});
  70. </script>
  71. {/block:indexpage}
  72.  
  73.     <style type="text/css">
  74.    
  75.       /*    credit to http://kwontae.tumblr.com/    */
  76.     @import url('http://weloveiconfonts.com/api/?family=fontawesome');
  77.  
  78. /* fontawesome */
  79. [class*="fontawesome-"]:before {
  80.   font-family: 'FontAwesome', sans-serif;
  81. }
  82. /*  end of credit   */
  83.    
  84.     ::-webkit-scrollbar-thumb:vertical {
  85.         background: -webkit-linear-gradient({color:accent1}, {color:accent2});
  86.         background: -o-linear-gradient({color:accent1}, {color:accent2});
  87.         background: -moz-linear-gradient({color:accent1}, {color:accent2});
  88.         background: linear-gradient({color:accent1}, {color:accent2});
  89.         height: auto;
  90.     }
  91.    
  92.     ::-webkit-scrollbar-thumb:horizontal {
  93.         background: -webkit-linear-gradient({color:accent1}, {color:accent2});
  94.         background: -o-linear-gradient({color:accent1}, {color:accent2});
  95.         background: -moz-linear-gradient({color:accent1}, {color:accent2});
  96.         background: linear-gradient({color:accent1}, {color:accent2});
  97.         height: 7px !important;
  98.     }
  99.    
  100.     ::-webkit-scrollbar {
  101.         height: 7px;
  102.         width: 6px;
  103.         background-color: #fff;
  104.     }
  105.    
  106.     body {
  107.         font-family: calibri;
  108.         font-size: 10px;
  109.         color: {color:text};
  110.         text-transform: normal;
  111.         background-color: #fff;
  112.     }
  113.    
  114.     a:link, a:active, a:visited {
  115.         color: {color:links};
  116.         text-decoration: none;
  117.         -webkit-transition: all 0.2s ease-in-out;
  118.         -moz-transition: all 0.2s ease-in-out;
  119.         -o-transition: all 0.2s ease-in-out;
  120.         transition: all 0.2s ease-in-out;
  121.     }
  122.    
  123.     a:hover {
  124.         color: {color:links hover};
  125.         -webkit-transition: all 0.2s ease-in-out;
  126.         -moz-transition: all 0.2s ease-in-out;
  127.         -o-transition: all 0.2s ease-in-out;
  128.         transition: all 0.2s ease-in-out;
  129.     }
  130.    
  131.     h1 {
  132.         margin: 0px;
  133.         color: #444;
  134.         font-size: 16px;
  135.         font-weight: none;
  136.     }
  137.    
  138.     #content {
  139.         {block:ifPosts500}width: 500px;{/block:ifPosts500}
  140.         {block:ifPosts400}width: 400px;{/block:ifPosts400}
  141.         margin: 90px 450px;
  142.         text-align: justify;
  143.     }
  144.    
  145.     #posts {
  146.         {block:ifPosts500}width: 500px;{/block:ifPosts500}
  147.         {block:ifPosts400}width: 400px;{/block:ifPosts400}
  148.         margin-top: 40px;
  149.         background-color: #fff;
  150.         padding: 20px;
  151.     word-wrap: break-word;
  152.     }
  153.    
  154.     #header {
  155.         width: 100%;
  156.         height: 40px;
  157.         top: 0;
  158.         left: 0;
  159.         background: #222;
  160.         position: fixed;
  161.         z-index: 99999999;
  162.     }
  163.    
  164.     #nav {
  165.         {block:ifPosts500}width: 540px;{/block:ifPosts500}
  166.         {block:ifPosts400}width: 440px;{/block:ifPosts400}
  167.         margin: 15px 460px;
  168.         text-align: center;
  169.     }
  170.    
  171.     #nav a {
  172.         margin-top: 20px;
  173.         margin-left: 5px;
  174.         color: #fff;
  175.         padding: 3px 8px;
  176.         -webkit-transition: all 0.2s ease-in-out;
  177.         -moz-transition: all 0.2s ease-in-out;
  178.         -o-transition: all 0.2s ease-in-out;
  179.         transition: all 0.2s ease-in-out;
  180.     }
  181.    
  182.     #nav a:hover:nth-of-type(odd) {
  183.         color: {color:accent1};
  184.         text-decoration: none;
  185.         -webkit-transition: all 0.2s ease-in-out;
  186.         -moz-transition: all 0.2s ease-in-out;
  187.         -o-transition: all 0.2s ease-in-out;
  188.         transition: all 0.2s ease-in-out;
  189.     }
  190.    
  191.     #nav a:hover:nth-of-type(even) {
  192.         color: {color:accent2};
  193.         text-decoration: none;
  194.         -webkit-transition: all 0.2s ease-in-out;
  195.         -moz-transition: all 0.2s ease-in-out;
  196.         -o-transition: all 0.2s ease-in-out;
  197.         transition: all 0.2s ease-in-out;
  198.     }
  199.    
  200.     #sidebar {
  201.         margin: 140px 180px;
  202.         width: 150px;
  203.         padding: 15px;
  204.         position: fixed;
  205.         background: #fff;
  206.     }
  207.    
  208.     #sidebar img {
  209.         width: 150px;
  210.     }
  211.    
  212.     #desc {
  213.         width: 130px;
  214.         padding: 10px;
  215.         margin: 5px 0px 0px 0px;
  216.         background: #fbfbfb;
  217.         text-align: justify;
  218.     }
  219.    
  220.     #info {
  221.         position: absolute;
  222.         {block:ifPosts500}margin: -10px 525px;{/block:ifPosts500}
  223.         {block:ifPosts400}margin: -10px 425px;{/block:ifPosts400}
  224.         width: 100px;
  225.         padding: 3px;
  226.         color: #666666;
  227.         {block:IndexPage}border-left: 1px solid #ddd;{/block:IndexPage}
  228.         {block:IndexPage}opacity: 0;{/block:IndexPage}
  229.         {block:PermalinkPage}opacity: 1;{/block:PermalinkPage}
  230.         -webkit-transition: all 0.3s ease-in-out;
  231.         -moz-transition: all 0.3s ease-in-out;
  232.         -o-transition: all 0.3s ease-in-out;
  233.         transition: all 0.3s ease-in-out;
  234.     }
  235.    
  236.     #info a {
  237.         color: #666666;
  238.     }
  239.    
  240.     #info a:hover {
  241.         color: #000000;
  242.     }
  243.    
  244.     #posts:hover #info {
  245.         opacity: 1;
  246.     }
  247.    
  248.     #mg {
  249.         position: fixed;
  250.         right: 7px;
  251.         bottom: 10px;
  252.         padding: 5px 7px;
  253.         font-size: 9px;
  254.         line-height: 8px;
  255.         text-align: center;
  256.         text-transform: uppercase;
  257.         background-color: #fff;
  258.         border: 1px solid #ccc;
  259.         -webkit-transition: all 0.2s ease-in;
  260.         -moz-transition: all 0.2s ease-in;
  261.         -o-transition: all 0.2s ease-in;
  262.         transition: all 0.2s ease-in;
  263.     }
  264.    
  265.     #mg:hover a {
  266.         color: #ffffff;
  267.     }
  268.    
  269.     #mg:hover {
  270.         background-color: #222;
  271.         border: 1px solid #222;
  272.         -webkit-transition: all 0.2s ease-in;
  273.         -moz-transition: all 0.2s ease-in;
  274.         -o-transition: all 0.2s ease-in;
  275.         transition: all 0.2s ease-in;
  276.     }
  277.    
  278.     #tags {
  279.         padding-top: 3px;
  280.         color: #aaa;
  281.         text-align: right;
  282.         border-top: 1px solid #f8f8f8;
  283.     }
  284.    
  285.     #tags a {
  286.         padding: 0px 2px;
  287.         color: #aaa;
  288.     }
  289.    
  290.       /*     credit to http://farahmir.tumblr.com/   */
  291.    #posts-info{
  292. padding:3px;
  293. text-align:center;
  294. text-transform:lowercase;
  295. background-color:#fafafa;
  296. margin-top:05px;
  297. font:08px calibri;
  298. text-transform:uppercase;
  299. letter-spacing:1px;}
  300.  
  301. .up {cursor:pointer;}
  302.  .tags {
  303.      font-size:9px;
  304.     text-transform:lowercase;
  305. word-break:break-all;
  306. margin-top:2px;
  307. {block:IndexPage}
  308. display:none;
  309. {/block:IndexPage}
  310. }
  311.  
  312. .tags a {
  313.     text-decoration:none;
  314.     color:{color:text};
  315. }
  316.  
  317.  
  318. span.tag2 {
  319.     display:none;
  320. }
  321.  
  322. a.tag + span.tag2 {
  323.     display:inline;
  324. }
  325. /*      end of credit         */
  326.  
  327. .tagss {
  328.     font-size:9px;
  329.     text-transform:lowercase;
  330. word-break:break-all;
  331. margin-top:2px;
  332. }
  333.  
  334. .tagss a {
  335.     text-decoration:none;
  336.     color:{color:text};
  337. }
  338.  
  339.    
  340.    .question {
  341.     font-size:10px;
  342.     letter-spacing:0px;
  343.     padding:10px;
  344.     text-align:right;
  345.     color:{color:text};
  346.     background-color:#fafafa;
  347.     }
  348.    
  349.     ul.chat {
  350.         margin: 0px;
  351.         padding: 7px;
  352.     }
  353.    
  354.     ul.chat:nth-of-type(odd) {
  355.         background: #fbfbfb;
  356.     }
  357.    
  358.     ul.chat:nth-of-type(even) {
  359.         background: #fff;
  360.     }
  361.    
  362.     .aart {
  363.         position: absolute;
  364.         z-index: 999;
  365.     }
  366.    
  367.     .dart {
  368.         position: relative;
  369.     }
  370.    
  371.     .aplayer {
  372.         display: block;
  373.         position: absolute;
  374.         z-index: 9999999;
  375.     }
  376.    
  377.     .player {
  378.         overflow: hidden;
  379.         opacity: 0.9;
  380.         width: 27px;
  381.         height: 28px;
  382.         margin-top: 26px;
  383.         margin-left: 26px;
  384.         z-index: 999999;
  385.     }
  386.    
  387.     .audio {
  388.         {block:ifPosts500}width: 407px;{/block:ifPosts500}
  389.         {block:ifPosts400}width: 307px;{/block:ifPosts400}
  390.         margin: 0px 80px;
  391.     }
  392.    
  393.     li.audio {
  394.         margin: 0px;
  395.         padding: 5px 5px 5px 8px;
  396.         list-style-type: none;
  397.     }
  398.    
  399.     li.audio:nth-of-type(odd) {
  400.         background: #fbfbfb;
  401.     }
  402.    
  403.     li.audio:nth-of-type(even) {
  404.         background: #fff;
  405.     }
  406.    
  407.     blockquote {
  408.         border-left: 1px solid #f2f5f5;
  409.         padding-left: 10px;
  410.         margin-left: 10px;
  411.     }
  412.    
  413.     blockquote img {
  414.         {block:ifPosts500}max-width: 480px;{/block:ifPosts500}
  415.         {block:ifPosts400}max-width: 380px;{/block:ifPosts400}
  416.     }
  417.    
  418.     ul, ol, li {list-style: square;}
  419.    
  420.     .notes {
  421.         {block:ifPosts500}width: 500px;{/block:ifPosts500}
  422.         {block:ifPosts400}width: 400px;{/block:ifPosts400}
  423.         padding: 10px;
  424.         line-height: 10px;
  425.         margin-top: 5px;
  426.     }
  427.    
  428.     ol.notes, .notes li {
  429.         {block:ifPosts500}width: 500px;{/block:ifPosts500}
  430.         {block:ifPosts400}width: 400px;{/block:ifPosts400}
  431.         list-style: none;
  432.         padding-bottom: 5px;
  433.     }
  434.  
  435.     .notes img {
  436.         width: 10px;
  437.         padding-right: 5px;
  438.     }
  439.    
  440.     #s-m-t-tooltip {
  441.         max-width: 300px;
  442.         background-color: #fff;
  443.         font-family: calibri;
  444.         font-size: 8px;
  445.         text-transform: uppercase;
  446.         padding: 5px;
  447.         margin: 10px 0px 0px 20px;
  448.         border: 1px solid #ddd;
  449.         z-index: 9999999999999;
  450.     }
  451.    
  452.      /*    credit to http://kwontae.tumblr.com/    */
  453.    
  454.     #box{
  455. position:absolute;
  456. margin-left:500px;
  457. opacity:0;
  458. -webkit-transition:all 0.6s ease-in-out 0.1s;/*chrome-safari*/
  459. -o-transition:all 0.6s ease-in-out 0.1s;/*opera*/
  460. -moz-transition:all 0.6s ease-in-out 0.1s;/*mozilla firefox*/
  461. -ms-transition:all 0.6s ease-in-out 0.1s;/*ie*/
  462. transition:all 0.6s ease-in-out 0.1s;/*w3c*/}
  463.  
  464. #box a{
  465. padding:5px;
  466. background-color:{color:accent2};
  467. color:white;
  468. font-size:13px;
  469. display:block;
  470. margin-bottom:3px;}
  471.  
  472. #box i{
  473. font-style:normal;}
  474.  
  475. .hres {
  476. margin-top:0px;
  477. position:relative;
  478. z-index:9;
  479. -webkit-transition:all 0.6s ease-in-out 0.4s;/*chrome-safari*/
  480. -o-transition:all 0.6s ease-in-out 0.4s;/*opera*/
  481. -moz-transition:all 0.6s ease-in-out 0,4s;/*mozilla firefox*/
  482. -ms-transition:all 0.6s ease-in-out 0.4s;/*ie*/
  483. transition:all 0.6s ease-in-out 0.4s;/*w3c*/}
  484.  
  485. .reblog{
  486. position:relative;
  487. z-index:99;}
  488.  
  489. #posts:hover .hres{
  490. margin-top:0px;}
  491.  
  492. #posts:hover #box{
  493. opacity:1;
  494. margin-left:510px;}
  495.  
  496.  
  497. .my-like {
  498.     cursor:pointer;
  499.     display:inline-block;
  500.     vertical-align:top;
  501. }
  502. .my-liked, .my-like:hover {
  503.     color: red;
  504.     cursor:pointer;
  505.     display:inline-block;
  506.     vertical-align:top;
  507. }
  508.  
  509. /*     end of credit    */
  510.    
  511.     </style>
  512.    
  513.        <script>
  514. window.onload = function () {
  515. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  516. document.addEventListener( 'click', function ( event ) {
  517.     var myLike = event.target;
  518.     if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  519.         var frame = document.getElementById( 'my-like-frame' ),
  520.             liked = ( myLike.className == 'my-liked' ),
  521.             command = liked ? 'unlike' : 'like',
  522.             reblog = myLike.getAttribute( 'data-reblog' ),
  523.             id = myLike.getAttribute( 'data-id' ),
  524.             oauth = reblog.slice( -8 );
  525.         frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  526.         liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  527.     };
  528. }, false );
  529. };
  530. </script>
  531.    
  532. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  533. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  534. <script type="text/javascript" charset="utf-8">
  535. var $j = jQuery.noConflict();
  536. $j(function() {
  537. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  538. $j("img").lazyload({
  539. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  540. effect: "fadeIn",
  541. });
  542. });
  543. </script>
  544.  
  545.  
  546. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  547. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  548. <script>
  549. (function($){
  550. $(document).ready(function(){
  551. $("a[title]").style_my_tooltips({
  552. tip_follows_cursor:true,
  553. tip_delay_time:90,
  554. tip_fade_speed:600,
  555. attribute:"title"
  556. });
  557. });
  558. })(jQuery);
  559. </script>
  560.    
  561. </head>
  562. <body>
  563.  
  564. <div id="header">
  565.     <div id="nav">
  566.     {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  567. {block:iflink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:iflink1}
  568. {block:iflink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:iflink2}
  569. {block:iflink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:iflink3}
  570. {block:iflink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:iflink4}
  571. {block:iflink5}<a href="{text:link 5}">{text:link 5 title}</a>{/block:iflink5}
  572. {block:iflink6}<a href="{text:link 6}">{text:link 6 title}</a>{/block:iflink6}
  573.     {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  574.     </div>
  575. </div>
  576.  
  577. <div id="sidebar">
  578.     <script language="JavaScript">
  579. <!--
  580.  
  581. /*
  582. Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
  583. Over 400+ free JavaScripts here!
  584. Keep this notice intact please
  585. */
  586.  
  587. function random_imglink(){
  588. var myimages=new Array()
  589. //specify random images below. You can have as many as you wish
  590. myimages[1]="http://static.tumblr.com/osetqbs/PNNn85h3w/14.gif"
  591. myimages[2]="http://static.tumblr.com/osetqbs/THfn85hfm/14.gif"
  592. myimages[3]="http://static.tumblr.com/osetqbs/N4un85hug/13.gif"
  593. myimages[4]="http://static.tumblr.com/osetqbs/LdFn85i2d/12.gif"
  594. myimages[5]="http://static.tumblr.com/osetqbs/QYqn85ii7/11.gif"
  595. myimages[6]="http://static.tumblr.com/osetqbs/fkOn85iw0/10.gif"
  596.  
  597. var ry=Math.floor(Math.random()*myimages.length)
  598. if (ry==0)
  599. ry=1
  600. document.write('<img src="'+myimages[ry]+'" border=0>')
  601. }
  602. random_imglink()
  603. //-->
  604. </script>
  605.         <div id="desc">{Description}</div>
  606. </div>
  607.  
  608. <div id="mg"><a href="http://midthemes.tumblr.com/" target="_blank" title="theme credit">T</a></div>
  609.  
  610. <div id="content">
  611. {block:Posts}
  612. <div id="posts">
  613. <!--    credit to http://kwontae.tumblr.com/    -->
  614. <div id="box"><a href="{ReblogURL}" class="reblog"><i class="fontawesome-retweet"></i></a> {block:HighRes} <a href="{PhotoURL-HighRes}" class="hres"><i class="fontawesome-search"></i></a>{/block:HighRes}
  615. </div>
  616.  <!--   end of credit   -->
  617.  
  618. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  619.    
  620. {block:Photo}
  621. {LinkOpenTag}
  622. {block:ifPosts500}<img src="{PhotoURL-500}" width="500px" alt="{PhotoAlt}"/>{/block:ifPosts500}
  623. {block:ifPosts400}<img src="{PhotoURL-500}" width="400px" alt="{PhotoAlt}"/>{/block:ifPosts400}
  624. {LinkCloseTag}
  625. {block:Caption}{Caption}{/block:Caption}
  626. {/block:Photo}
  627.    
  628. {block:Photoset}
  629. {block:ifPosts500}{Photoset-500}{/block:ifPosts500}
  630. {block:ifPosts400}{Photoset-400}{/block:ifPosts400}
  631. {block:Caption}{Caption}{/block:Caption}
  632. {/block:Photoset}
  633.    
  634. {block:Quote}
  635. <div class="quote">&rdquo;{Quote}</div>
  636. {block:Source}<div style="text-align:right">- {Source}</div>{/block:Source}
  637. {/block:Quote}
  638.    
  639. {block:Link}
  640. <a href="{URL}" target="_blank" /><h1>{Name}</h1></a>
  641. {block:Description}{Description}{/block:Description}
  642. {/block:Link}
  643.    
  644. {block:Chat}
  645.     {block:Lines}
  646.         <ul class="chat">
  647.            <il>{block:Label}{Label}{/block:Label}</il>
  648.            <il>{Line}</il>
  649.         </ul>
  650.     {/block:Lines}
  651. {/block:Chat}
  652.  
  653. {block:Audio}
  654. {block:AlbumArt}<div class="aart"><img src="{AlbumArtURL}" align="left" width="80"></div>{/block:AlbumArt}
  655. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" class="dart" width="80px" align="left">
  656. <div class="aplayer"><div class="player">{AudioPlayerWhite}</div></div>
  657. <div class="audio">
  658. {block:TrackName}<li class="audio">{TrackName}</li>{/block:TrackName}
  659. {block:Artist}<li class="audio">{Artist}</li>{/block:Artist}
  660. {block:Album}<li class="audio">{Album}</li>{/block:Album}
  661. <li class="audio">{PlayCountWithLabel}</li>
  662. </div>{block:Caption}{Caption}{/block:Caption}<br clear="all">
  663. {/block:Audio}
  664.    
  665. {block:Video}
  666. {block:ifPosts500}{Video-500}{/block:ifPosts500}
  667. {block:ifPosts400}{Video-400}{/block:ifPosts400}
  668. {block:Caption}{Caption}{/block:Caption}
  669. {/block:Video}
  670.    
  671. {block:Answer}
  672. <div class="question">{Asker} said:&nbsp;&nbsp;&nbsp; <em>{Question}</em></div>
  673. {Answer}
  674. {/block:Answer}
  675.  
  676. {block:Date}
  677. <!--  credit to http://farahmir.tumblr.com/  -->
  678. <div id="posts-info">
  679. posted <a href="{Permalink}"title="{DayofMonthwithzero} {month} / {24hour}:{Minutes}">{TimeAgo}</a>{block:PermalinkPage} by <a href="{PostAuthorURL}">{PostAuthorName}<br>{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}"> org</a>{/block:ContentSource}</a>{/block:PermalinkPage}
  680. {block:NoteCount} ― <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} ― <div class="my-like"  title="Like" data-reblog="{ReblogURL}" data-id="{PostID}"></div>{block:IndexPage}{block:HasTags} ― <a class="up">Tags</a>
  681. <div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}{/block:IndexPage}
  682. <!-- end of credit -->
  683.  
  684. {block:PermalinkPage}</br><div class="tagss">{block:Tags}<a href="{TagUrl}">#{Tag}</a>&nbsp;&nbsp;&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
  685. </div>
  686. {/block:Date}
  687.  
  688. {block:PermalinkPage}{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:PermalinkPage}
  689.  
  690. </div>
  691. {/block:Posts}
  692. </div>
  693.  
  694. </body>
  695. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement