Advertisement
sexstilinski

theme 06

Nov 29th, 2015
1,444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 17.82 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!doctype html>
  5. <html lang="en">
  6.  
  7. <!--
  8.  
  9. THEME BY SPIDERMN
  10.  
  11. FEEL FREE TO EDIT AS YOU PLEASE, BUT DO NOT STEAL
  12.  
  13. DO NOT TOUCH THE CREDIT
  14.  
  15. -->
  16.  
  17. <!-- SCRIPTS -->
  18.  
  19. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  20. <script type="text/javascript">
  21. $(function(){
  22. var stickyRibbonTop = $('.linkscont').offset().top;
  23. $(window).scroll(function(){
  24. if( $(window).scrollTop() > stickyRibbonTop ) {
  25. $('.linkscont').css({position: 'fixed', top: '0px'});
  26. } else {
  27. $('.linkscont').css({position: 'static', top: '0px'});
  28. }
  29. });
  30. });
  31. </script>
  32.  
  33. {block:ifLazyLoad}
  34. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  35.  
  36. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  37.  
  38. <script type="text/javascript" charset="utf-8">
  39. var $j = jQuery.noConflict();
  40. $j(function() {
  41. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  42. $j("img").lazyload({
  43. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  44. effect: "fadeIn",
  45. });
  46. });
  47. </script>
  48. {/block:ifLazyLoad}
  49.  
  50. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  51.  
  52. {block:ifDropDownDescription}
  53. <script type="text/javascript">
  54. $(document).ready(function(){
  55. $(".desccont").hide();
  56. $(".title").click(function(){
  57. $(this).next(".desccont").slideToggle('fast');
  58. }); }); </script>
  59. {/block:ifDropDownDescription}
  60.  
  61. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  62. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  63. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  64. <script>
  65. (function($){
  66. $(document).ready(function(){
  67. $("[title]").style_my_tooltips({
  68. tip_follows_cursor:true,
  69. tip_delay_time:200,
  70. tip_fade_speed:300
  71. });
  72. });
  73. })(jQuery);
  74. </script>
  75.  
  76.     <title>{Title}</title>
  77.     <link rel="shortcut icon" href="{Favicon}">
  78.     <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  79.     <meta name="description" content="" />
  80.     <meta http-equiv="x-dns-prefetch-control" content="off"/>
  81.    
  82.  
  83.     <meta name="color:Background" content="#FBFBFB">
  84.     <meta name="color:Heading" content="#FFFFFFF">
  85.     <meta name="color:Post Border" content="#FFFFFFF">
  86.     <meta name="color:Topbar Links" content="#888888">
  87.     <meta name="color:Topbar Links Hover" content="#4F4E4E">
  88.     <meta name="color:Text" content="#4F4E4E">
  89.     <meta name="color:Scrollbar" content="#4F4E4E">
  90.     <meta name="color:Blockquote" content="#EAEAEA">
  91.     <meta name="color:Info Border" content="#FFFFFFF">
  92.     <meta name="color:Questions Border" content="#FBFBFB">
  93.    
  94.     <meta name="image:Topbar" content=""/>
  95.    
  96.     <meta name="text:Link1 Title" content="index"/>
  97.     <meta name="text:Link1" content="/"/>
  98.     <meta name="text:Link2 Title" content="inbox"/>
  99.     <meta name="text:Link2" content="/ask"/>
  100.     <meta name="text:Link3 Title" content="link 1"/>
  101.     <meta name="text:Link3" content="/"/>
  102.     <meta name="text:Link4 Title" content="link 2"/>
  103.     <meta name="text:Link4" content="/"/>
  104.     <meta name="text:Link5 Title" content="link 3"/>
  105.     <meta name="text:Link5" content="/"/>
  106.    
  107.     <meta name="if:Lazy Load" content="1"/>
  108.     <meta name="if:Drop Down Description" content="1"/>
  109.     <meta name="if:Show 400px posts" content="0"/>
  110.     <meta name="if:Show Link1" content="1"/>
  111.     <meta name="if:Show Link2" content="1"/>
  112.     <meta name="if:Show Link3" content="1"/>
  113.     <meta name="if:Show Link4" content="1"/>
  114.     <meta name="if:Show Link5" content="1"/>
  115.  
  116. <style type="text/css">
  117.  
  118.     ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:3px;}
  119.     ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  120.     ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  121.  
  122.  
  123.     h1 {
  124.     font-weight:normal;
  125.     font-size:10px;
  126.     text-align:center;
  127.     font-style:italic;
  128.     line-height:50%;
  129.     letter-spacing:0px;
  130.     font-family:calibri;
  131.     text-transform:none;
  132.     color:{color:Text};
  133.     }
  134.    
  135.     h2 {
  136.     color:{color:Text};
  137.     font-family:sans-serif;
  138.     font-size:12px;
  139.     text-transform:uppercase;
  140.     line-height:100%;
  141.     padding-bottom:4px;
  142.     letter-spacing:1px;
  143.     }
  144.  
  145.     pre {
  146.     {block:ifNotShow400pxposts}
  147.     width:500px;
  148.     {/block:ifNotShow400pxposts}
  149.     {block:ifShow400pxposts}
  150.     width:400px;
  151.     {/block:ifShow400pxposts}
  152.     text-align:left;
  153.     word-wrap:break-word;
  154.     color:{color:Text};
  155.     }
  156.    
  157.     blockquote {
  158.     border-left:1px solid {color:Blockquote};
  159.     padding-left:6px;
  160.     margin:8px;
  161.     }
  162.    
  163.     hr {
  164.     display: block;
  165.     height: 1px;
  166.     width:90%;
  167.     border: 0;
  168.     border-top: 1px solid #EAEAEA;
  169.     text-align:center;
  170.     margin: 0 auto;
  171.     }
  172.    
  173.     body {
  174.     margin:0px;
  175.     background:{color:Background};
  176.     font-size:10px;
  177.     font-family:verdana;
  178.     color:{color:Text};
  179.     line-height: 100%;
  180.     }
  181.    
  182.     /* LINKS */
  183.    
  184.     a {
  185.     color:{color:Text};
  186.     text-decoration:none;
  187.     -moz-transition-duration: 0.5s;
  188.     -o-transition-duration: 0.5s;
  189.     -webkit-transition-duration: 0.5s;
  190.     transition-duration: 0.5s;
  191.     }
  192.  
  193.     a:hover {
  194.     color:{color:Text};
  195.     -moz-transition-duration: 0.5s;
  196.     -o-transition-duration: 0.5s;
  197.     -webkit-transition-duration: 0.5s;
  198.     transition-duration: 0.5s;
  199.     }
  200.    
  201.     /* TOPBAR */
  202.    
  203.     .topbar {
  204.     height:68px;
  205.     width:100%;
  206.     margin:0px auto;
  207.     background:{color:Heading};
  208.     text-align:center;
  209.     text-transform:lowercase;
  210.     display:absolute;
  211.     padding:4px 0px;
  212.     }
  213.    
  214.     .tbcont {
  215.     margin-top:-43px;
  216.     background:{color:Heading};
  217.     text-align:center;
  218.     }
  219.      
  220.     .title {
  221.     font-size:24px;
  222.     color:{color:Text};
  223.     font-style:italic;
  224.     text-transform:uppercase;
  225.     letter-spacing:-1px;
  226.     text-align:center;
  227.     {block:ifDropDownDescription}
  228.     cursor:help;
  229.     {/block:ifDropDownDescription}
  230.     border-bottom:1px {color:Text} solid;
  231.     display:inline;
  232.     padding-bottom:3px;
  233.     }
  234.    
  235.     .desccont {
  236.     width:280px;
  237.     margin-top:30px;
  238.     margin-bottom:-2px;
  239.     margin-left:43%;
  240.     text-align:left;
  241.     padding-bottom:14px;
  242.     }
  243.    
  244.     .desc {
  245.     /**** IF YOUR DESCRIPTION IS OFF CENTER ADJUST THIS ****/
  246.     margin-top:-41px;
  247.     /**** IF YOUR DESCRIPTION IS OFF CENTER ADJUST THIS ****/
  248.     font-size:8px;
  249.     text-transform:uppercase;
  250.     }
  251.    
  252.     .icon {
  253.     margin-left:-71px;
  254.     height:51px;
  255.     width:51px;
  256.     border-radius:100%;
  257.     }
  258.      
  259.     .linkscont {
  260.     width:100%;
  261.     padding-top:36px;
  262.     background:{color:Heading};
  263.     padding-bottom:16px;
  264.     }
  265.      
  266.     .links {
  267.     margin-left:-43px;
  268.     padding-bottom:12px;
  269.     }
  270.      
  271.     .links a {
  272.     margin-left:43px;
  273.     font-size:10px;
  274.     color:{color:Topbar Links};
  275.     text-transform:uppercase;
  276.     letter-spacing:1px;
  277.     padding:4px;
  278.     display:inline;
  279.     -webkit-transition: all 0.4s ease-in;
  280.     -moz-transition: all 0.4s ease-in;
  281.     -o-transition: all 0.4s ease-in;
  282.     }
  283.      
  284.     .links a:hover {
  285.     color:{color:Topbar Links Hover};
  286.     cursor:crosshair;
  287.     -webkit-transition: all 0.4s ease-in;
  288.     -moz-transition: all 0.4s ease-in;
  289.     -o-transition: all 0.4s ease-in;
  290.     }
  291.    
  292.     /* PAGINATION */
  293.    
  294.     .pagination {
  295.     margin-top:26px;
  296.     margin-bottom:20px;
  297.     }
  298.    
  299.     .pagination a {
  300.     margin-left:14px;
  301.     background:{color:Post Border};
  302.     font-family:arial;
  303.     text-align:center;
  304.     font-size:11px;
  305.     color:{color:Text};
  306.     text-transform:uppercase;
  307.     padding:10px 14px;
  308.     }
  309.    
  310.     .currentpage {
  311.     background:{color:Post Border};
  312.     font-family:arial;
  313.     color:{color:Text};
  314.     font-size:11px;
  315.     font-weight:900;
  316.     padding:10px 14px;
  317.     }
  318.    
  319.     /* CONTAINER */
  320.    
  321.     .container {
  322.     width:900px;
  323.     margin:auto;
  324.     margin-top:-8px;
  325.     padding-bottom:12px;
  326.     }
  327.    
  328.     /* POST CONTAINER */
  329.  
  330.     .postscontainer {
  331.     {block:ifNotShow400pxposts}
  332.     max-width:500px;
  333.     margin-left:21%;
  334.     {/block:ifNotShow400pxposts}
  335.     {block:ifShow400pxposts}
  336.     max-width:400px;
  337.     margin-left:25%;
  338.     {/block:ifShow400pxposts}
  339.     margin:auto;
  340.     margin-top:50px;
  341.     }
  342.    
  343.     /* POST BORDER */
  344.     .pb {
  345.     {block:ifNotShow400pxposts}
  346.     width:500px;
  347.     {/block:ifNotShow400pxposts}
  348.     {block:ifShow400pxposts}
  349.     width:400px;
  350.     {/block:ifShow400pxposts}
  351.     background:{color:Post Border};
  352.     padding:23px;
  353.     }
  354.    
  355.     /* POSTS */
  356.  
  357.     .posts {
  358.     {block:ifNotShow400pxposts}
  359.     width:500px;
  360.     {/block:ifNotShow400pxposts}
  361.     {block:ifShow400pxposts}
  362.     width:400px;
  363.     {/block:ifShow400pxposts}
  364.     line-height:100%;
  365.     font-size:10px;
  366.     font-family:calibri;
  367.     margin-top:50px;
  368.     text-align:justify;
  369.     }
  370.    
  371.     .posts a {
  372.     color:{color:Text};
  373.     }
  374.    
  375.     /* POST IMG */
  376.    
  377.     .posts img {
  378.     {block:ifNotShow400pxposts}
  379.     max-width:500px;
  380.     {/block:ifNotShow400pxposts}
  381.     {block:ifShow400pxposts}
  382.     max-width:400px;
  383.     {/block:ifShow400pxposts}
  384.     }
  385.    
  386.     /* MUSIC POST */
  387.    
  388.     .acont {
  389.     height:75px;
  390.     width:auto;
  391.     background:{color:Background};
  392.     }
  393.    
  394.     .playbutton {
  395.     width:20px;
  396.     height:30px;
  397.     z-index:2;
  398.     position:relative;
  399.     overflow:hidden;
  400.     }
  401.  
  402.     .playbox {
  403.     background-color:#ffffff;
  404.     opacity:0.7;
  405.     z-index:2;
  406.     position:absolute;
  407.     padding:15px 24px 15px 16px;
  408.     margin-top:7.5px;
  409.     margin-left:6px;
  410.     }
  411.    
  412.     .coverart {
  413.     width:60px;
  414.     float:left;
  415.     position:relative;
  416.     z-index:1;
  417.     margin-top:7.5px;
  418.     margin-left:6px;
  419.     }
  420.  
  421.     .audiotext {
  422.     font-family:arial;
  423.     font-size:8px;
  424.     color:#4F4E4E;
  425.     letter-spacing:1px;
  426.     text-transform:uppercase;
  427.     padding-top:23px;
  428.     margin-left:78px;
  429.     text-align:left;
  430.     margin-bottom:40px;
  431.     }
  432.    
  433.     /* QUOTE POST */
  434.    
  435.     .quote {
  436.     font-size:10px;
  437.     font-family:calibri;
  438.     letter-spacing:0px;
  439.     line-height:90%;
  440.     font-weight:normal;
  441.     text-align:center;
  442.     }
  443.    
  444.     .source {
  445.     font-family:calibri;
  446.     font-size:10px;
  447.     font-style:italic;
  448.     text-align:right;
  449.     margin-top:8px;
  450.     }
  451.    
  452.     /* CHAT POST */
  453.    
  454.     .chat ol {
  455.     font-size:10px;
  456.     font-family:calibri;
  457.     line-height:100%;
  458.     padding:0px;
  459.     list-style:none;
  460.     }
  461.    
  462.     .label {
  463.     font-size:10px;
  464.     font-family:calibri;
  465.     font-weight:bold;
  466.     color:{color:Text};
  467.     }
  468.    
  469.     .line.odd {
  470.     padding:4px;
  471.     margin-bottom:2px;
  472.     }
  473.    
  474.     .line.even {
  475.     padding:4px;
  476.     margin-bottom:2px;
  477.     }
  478.    
  479.     /* ASK POST */
  480.    
  481.     #asker {
  482.     letter-spacing:1px;
  483.     }
  484.    
  485.     #question {
  486.     background:{color:Background};
  487.     font-family:arial;
  488.     font-size:8px;
  489.     color:{color:Text};
  490.     text-transform:uppercase;
  491.     text-align:center;
  492.     line-height:10px;
  493.     padding:10px;
  494.     }
  495.    
  496.     #answer {
  497.     margin-top:-9px;
  498.     line-height:90%;
  499.     }
  500.    
  501.     /* POST INFO CONT */
  502.    
  503.     #icont {
  504.     {block:ifNotShow400pxposts}
  505.     width:505px;
  506.     {/block:ifNotShow400pxposts}
  507.     {block:ifShow400pxposts}
  508.     width:405px;
  509.     {/block:ifShow400pxposts}
  510.     margin-top:6px;
  511.     background:{color:Info Border};
  512.     color:{color:Text};
  513.     padding:20px;
  514.     }
  515.    
  516.     #icont a {
  517.     font-size:7px;
  518.     color:{color:Text};
  519.     font-weight:normal;
  520.     }
  521.    
  522.     /* POST INFO */
  523.  
  524.     #note {
  525.     float:right;
  526.     }
  527.      
  528.     #info {
  529.     font-family:arial;
  530.     padding:2px;
  531.     font-size:8px;
  532.     color:{color:Link};
  533.     text-transform:uppercase;
  534.     font-style:normal;
  535.     letter-spacing:1px;
  536.     text-align:left;
  537.     }
  538.    
  539.     /* POST TAGS */
  540.  
  541.     .tags {
  542.     font-family:arial;
  543.     font-style:normal;
  544.     text-transform:uppercase;
  545.     font-style:italic;
  546.     color:{color:Tags};
  547.     margin-top:11px;
  548.     line-height:120%;
  549.     text-align:left;
  550.     }
  551.    
  552.     .tags a {
  553.     color:{color:Link};
  554.     letter-spacing:1px;
  555.     padding:1px;
  556.     }
  557.    
  558.     .tags a:hover {
  559.     color:{color:Hover};
  560.     }
  561.    
  562.     /* POST NOTES */
  563.    
  564.     ol.notes {
  565.     {block:ifNotShow400pxposts}
  566.     width:504px;
  567.     {/block:ifNotShow400pxposts}
  568.     {block:ifShow400pxposts}
  569.     width:404px;
  570.     {/block:ifShow400pxposts}
  571.     max-height:250px;
  572.     margin-top:6px;
  573.     margin-left:1px;
  574.     background:{color:Post Border};
  575.     font-family:arial;
  576.     font-size:8px;
  577.     text-align:left;
  578.     letter-spacing:1px;
  579.     text-transform:uppercase;
  580.     list-style-type:none;
  581.     overflow-y:auto;
  582.     padding:20px;
  583.     }
  584.    
  585.     ol.notes li.note {
  586.     margin:6px 0px;
  587.     }
  588.    
  589.     ol.notes a {
  590.     font-size:8px;
  591.     color:{color:Text};
  592.     font-weight:bold;
  593.     text-decoration:none;
  594.     }
  595.    
  596.     .notes img {
  597.     width:0px;
  598.     display:none;
  599.     }
  600.    
  601.     /* TOOLTIP*/
  602.  
  603.     #s-m-t-tooltip {
  604.     max-width:300px;
  605.     margin:15px;
  606.     background:#ffffff;
  607.     font-family:arial;
  608.     font-size:6.5px;
  609.     color:#000000;
  610.     font-style:none;
  611.     text-transform:uppercase;
  612.     letter-spacing:2px;
  613.     z-index:999999;
  614.     border:1px solid #fbfbfb;
  615.     box-shadow:1px 1px 3px rgba(0,0,0,.0);
  616.     padding:4px;
  617.     }
  618.    
  619.     /* CREDIT */
  620.    
  621.     .credit {
  622.     right:18px;
  623.     bottom:18px;
  624.     background:{color:Post Border};
  625.     font-size:11px;
  626.     font-family:sans-serif;
  627.     color:{color:Text};
  628.     text-align:center;
  629.     position:fixed;
  630.     border:1px solid #f7f7f7;
  631.     padding:9px 11px;
  632.     }
  633.    
  634.     .credit a {
  635.     color:{color:Link Hover};
  636.     text-transform:lowercase;
  637.     letter-spacing:1px;
  638.     }
  639.  
  640. </style>  
  641. </head>
  642.  
  643. <body>
  644.  
  645. <div class="topbar"></div>
  646. <div class="tbcont">
  647. <div class="links_list">
  648. <p class="title">{title}</p>
  649. <div class="desccont">
  650. <div id="icon"><img class="icon" src="{image:Topbar}"></div>
  651. <div class="desc">{description}</div>
  652. </div>
  653. </div>
  654. <div class="linkscont">
  655. <div class="links">{block:ifShowLink1} <a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifShowLink1}{block:ifShowLink2} <a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifShowLink2}{block:ifShowLink3} <a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifShowLink3}{block:ifShowLink4} <a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifShowLink4}{block:ifShowLink5} <a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifShowLink5}</div>
  656. </div>
  657. </div>
  658.  
  659.  
  660. <div class="container">
  661.  
  662. <div class="postscontainer">
  663. {block:Posts}
  664. <div class="posts">
  665. <div class="pb">
  666.  
  667. {block:Text}
  668. {block:Title}<h2><b>{Title}</b></h2>{/block:Title}
  669. {Body}
  670. {/block:Text}
  671.  
  672. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  673.  
  674. {block:Link}
  675. <h2><a href="{URL}">{Name}</a></h2>
  676. {block:Description}{Description}{/block:Description}    
  677. {/block:Link}
  678.  
  679. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  680. </ol></div>{/block:Chat}
  681.  
  682. {block:Answer}<div id="question"><div id="asker"><b>{Asker}</b> asked:</div></br>{Question}</div><br><div id="answer">{Answer}</div>{/block:Answer}
  683.  
  684. {block:Photo}
  685. {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
  686. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}</br>{Caption}{/block:Caption}
  687. {/block:Photo}
  688.  
  689. {block:Photoset}
  690. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  691. {block:Caption}{Caption}{/block:Caption}
  692. {/block:Photoset}
  693.  
  694. {block:Audio}
  695. <div class="acont"><div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  696. {block:AlbumArt}
  697. <img src="{AlbumArtURL}" class="coverart">
  698. {/block:AlbumArt}
  699. <div class="audiotext">
  700. <b>track:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
  701. <b>artist:</b>{block:Artist} {Artist}{/block:Artist}<br>
  702. <b>plays:</b> {FormattedPlayCount}
  703. </div></div>
  704. {block:Caption}
  705. <div class="caption">{Caption}</div>
  706. {/block:Caption}
  707. {/block:Audio}
  708.  
  709. {block:Video}
  710. {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  711. {block:Caption}{Caption}{/block:Caption}
  712. {/block:Video}
  713. </div>
  714.  
  715.  
  716. <div id="icont">
  717. <div id="info">{block:Date}<a href="{Permalink}">{12HourWithZero}:{Minutes} {AmPm}</a> {/block:Date}{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}<a href="{ReblogURL}">reblog</a><div id="note">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>  <a href="{ReblogRootURL}" title="{ReblogRootName}">src</a></a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"></a>{/block:ContentSource}</div></div>
  718.  
  719. {block:HasTags}
  720. <div class="tags">
  721. {block:Tags}<a href="{TagURL}">#{Tag},</a> {/block:Tags}</div>
  722. {/block:HasTags}
  723. </div>
  724.  
  725. <div class="notes">
  726. {block:PostNotes}{PostNotes}{/block:PostNotes}
  727. </div>
  728. {/block:Posts}
  729.  
  730. <div class="pagination">
  731. {block:Pagination}
  732. {block:JumpPagination length="3"}
  733. {block:CurrentPage}<span class="currentpage">{PageNumber}</span>{/block:CurrentPage}
  734. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  735. {block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}{/block:Pagination}
  736. </div>
  737. </div>
  738. </div>
  739. </div>
  740.  
  741. <div class="credit"><a href="http://spidermn.tumblr.com/">c</a></div>
  742. </div>
  743. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement