Advertisement
sexstilinski

theme 01

Jul 31st, 2014
1,118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 18.02 KB | None | 0 0
  1. {block:ifLazyLoad}
  2. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  3.  
  4. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  5.  
  6. <script type="text/javascript" charset="utf-8">
  7. var $j = jQuery.noConflict();
  8. $j(function() {
  9. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  10. $j("img").lazyload({
  11. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  12. effect: "fadeIn",
  13. });
  14. });
  15. </script>
  16. {/block:ifLazyLoad}
  17.  
  18. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:700italic,400,700' rel='stylesheet' type='text/css'>
  21.  
  22. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  23.  
  24. <script type="text/javascript">
  25. $(document).ready(function(){
  26. $(".links_body").hide();
  27. $(".links_head").click(function(){
  28. $(this).next(".links_body").slideToggle('fast');
  29. }); }); </script>
  30.  
  31. <!doctype html>
  32. <html lang="en">
  33.  
  34. <!--
  35.  
  36. THEME BY SPIDERMN
  37.  
  38. FEEL FREE TO EDIT AS YOU PLEASE, BUT DO NOT STEAL
  39.  
  40. DO NOT TOUCH THE CREDIT
  41.  
  42.  
  43. ** MORE CUSTOM LINKS INSTRUCTIONS **
  44.  
  45. due to the fact that the theme options menu was already crowded enough as it was so instead of crowding it with more options i'm making you enter the more links option manually, sorry!!!
  46.  
  47. step 1.) press 'ctrl' + 'f' on your keyboard
  48. step 2.) input "<div class="more links">" in the tab & press the down arrow
  49. step 3.) where it says "<a href="/LINK HERE">LINK NAME</a></br>" is your link is so you just edit the information (ex. <a href="/ask">ask box</a></br> will take you to your ask box or <a href="/tagged/supernatural">supernatural</a></br> will say you to all your posts tagged as supernatural and ect.)
  50.  
  51. base code by http://britishrobert.tumblr.com/ (prev. spunkhandsome)
  52.  
  53. -->
  54.  
  55. <html>
  56. <head>
  57.  
  58.     <title>{Title}</title>
  59.     <link rel="shortcut icon" href="{Favicon}">
  60.     <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  61.     <meta name="description" content="" />
  62.     <meta http-equiv="x-dns-prefetch-control" content="off"/>
  63.    
  64.     <meta name="image:Sidebar" content=""/>
  65.  
  66.     <meta name="color:Background" content="#FFFFFF">
  67.     <meta name="color:Text" content="#4F4E4E">
  68.     <meta name="color:Title" content="#4F4E4E">
  69.     <meta name="color:Side" content="#000000">
  70.     <meta name="color:Side Text" content="#FFFFFF">
  71.     <meta name="color:Side Links" content="#FFFFFF">
  72.     <meta name="color:Side Links Border" content="#59BFFE">
  73.     <meta name="color:Link" content="#5D5C5C">
  74.     <meta name="color:Link Hover" content="#9D9D9D">
  75.     <meta name="color:Blockquote" content="#F5F5F5">
  76.     <meta name="color:Info Border" content="#F5F5F5">
  77.     <meta name="color:Tags and Info" content="#838282">
  78.     <meta name="color:Scrollbar" content="#000000">
  79.    
  80.     <meta name="select:Title Size" content="11px" title="small">
  81.     <meta name="select:Title Size" content="14px" title="medium">
  82.     <meta name="select:Title Size" content="18px" title="large">
  83.    
  84.     <meta name="if:150px Sidebar Img" content="0"/>
  85.     <meta name="if:400px Posts" content="0"/>
  86.     <meta name="if:More Links" content="1"/>
  87.     <meta name="if:Lazy Load" content="1"/>
  88.    
  89.     <meta name="text:Link Name 1" content="link 1">
  90.     <meta name="text:Link 1" content="/link">
  91.     <meta name="text:Link Name 2" content="link 2">
  92.     <meta name="text:Link 2" content="/link">
  93.     <meta name="text:Link Name 3" content="link 3">
  94.     <meta name="text:Link 3" content="/link">
  95.    
  96. <style type="text/css">
  97.    
  98.     /* SCROLL BAR */
  99.  
  100.     ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  101.     ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  102.     ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  103.    
  104.  
  105.     h1 {
  106.     font-weight:normal;
  107.     font-size:10px;
  108.     text-align:center;
  109.     font-style:italic;
  110.     line-height:50%;
  111.     letter-spacing:0px;
  112.     font-family:calibri;
  113.     text-transform:none;
  114.     color:{color:Text};
  115.     }
  116.    
  117.     h2 {
  118.     font-size:10px;
  119.     font-family:calibri;
  120.     letter-spacing:0px;
  121.     margin-bottom:12px;
  122.     padding-bottom:10px;
  123.     font-weight:normal;
  124.     line-height:90%;
  125.     text-transform:lowercase;
  126.     color:{color:Text};
  127.     margin: 0px;
  128.     }
  129.  
  130.     pre {
  131.     {block:ifNot400pxPosts}
  132.     width:500px;
  133.     {/block:ifNot400pxPosts}
  134.     {block:if400pxPosts}
  135.     width:400px;
  136.     {/block:if400pxPosts}
  137.     text-align: left;
  138.     word-wrap: break-word;
  139.     color:{color:Text};
  140.     }
  141.    
  142.     /* BLOCKQUOTE */
  143.    
  144.     blockquote {
  145.     border-left:2px solid {color:Blockquote};
  146.     padding-left:6px;
  147.     margin:8px;
  148.     }
  149.    
  150.     /* BODY */
  151.    
  152.     body {
  153.     color: {color:Text};
  154.     background-color:{color:Background};
  155.     }
  156.    
  157.     /* LINK STYLES */
  158.    
  159.     a {
  160.     color: {color:Link};
  161.     text-decoration: none;
  162.     -moz-transition-duration: 0.5s;
  163.     -o-transition-duration: 0.5s;
  164.     -webkit-transition-duration: 0.5s;
  165.     transition-duration: 0.5s;
  166.     }
  167.  
  168.     a:hover {
  169.     color: {color:Link Hover};
  170.     -moz-transition-duration: 0.5s;
  171.     -o-transition-duration: 0.5s;
  172.     -webkit-transition-duration: 0.5s;
  173.     transition-duration: 0.5s;
  174.     }
  175.    
  176.     /* TOOL TIP */
  177.    
  178.     div#qTip {
  179.     background-color:#000;
  180.     color:#fff;
  181.     font-size:8px;
  182.     font-family:calibri, arial;
  183.     text-align:center;
  184.     letter-spacing:1px;
  185.     text-transform:uppercase;
  186.     border:solid 1px #fff;
  187.     padding:4px;
  188.     display:none;
  189.     position:absolute;
  190.     margin-top:15px;
  191.     margin-left:10px;
  192.     z-index:999000;
  193.     }
  194.  
  195.     /* SIDE */
  196.    
  197.     .side {
  198.     float:left;
  199.     top:0px;
  200.     left:0px;
  201.     position:fixed;
  202.     width:295px;
  203.     height:100%;
  204.     background-color:{color:Side};
  205.     }
  206.    
  207.     /* TITLE */
  208.    
  209.     .title {
  210.     color:{color:Side Text};
  211.     font-family:sans-serif;
  212.     font-size:{select:Title Size};
  213.     font-style:italic;
  214.     text-transform:uppercase;
  215.     text-align:right;
  216.     {block:if150pxSidebarImg}
  217.     width:150px;
  218.     margin-left:50px;
  219.     {/block:if150pxSidebarImg}
  220.     {block:ifNot150pxSidebarImg}
  221.     width:245px;
  222.     margin-left:0px;
  223.     {/block:ifNot150pxSidebarImg}
  224.     line-height: 100%;
  225.     padding-bottom:3px;
  226.     }
  227.    
  228.     /* SIDEBAR */
  229.    
  230.     .sidebar {
  231.     {block:if150pxSidebarImg}
  232.     width:150px;
  233.     {/block:if150pxSidebarImg}
  234.     {block:ifNot150pxSidebarImg}
  235.     width:245px;
  236.     {/block:ifNot150pxSidebarImg}
  237.     position: fixed;
  238.     margin-top:90px;
  239.     margin-left:25px;
  240.     }
  241.    
  242.     /* SIDEBAR IMG */
  243.    
  244.     .sidebarimage {
  245.     {block:if150pxSidebarImg}
  246.     width:150px;
  247.     margin-left:50px;
  248.     {/block:if150pxSidebarImg}
  249.     {block:ifNot150pxSidebarImg}
  250.     width:245px;
  251.     margin-left:0px;
  252.     {/block:ifNot150pxSidebarImg}
  253.     margin-bottom:4px;
  254.     }
  255.    
  256.     /* SIDEBAR LINKS */
  257.    
  258.     .sidebarlinks {
  259.     width:245px;
  260.     margin-bottom:3px;
  261.     font-size:10px;
  262.     font-family:arial;
  263.     text-transform:lowercase;
  264.     text-align:center;
  265.     }
  266.    
  267.     .sidebarlinks a {
  268.     color:{color:Side Links};
  269.     padding-right:2px;
  270.     padding-left:2px;
  271.     border-bottom:solid 1px {color:Side Links Border};
  272.     }
  273.  
  274.     .sidebarlinks a:hover {
  275.     border:1px color:{color:Side};
  276.     color:{color:Side Links};
  277.     background:{color:Side Links Border};
  278.     -moz-transition-duration: 0.3s;
  279.     -o-transition-duration: 0.3s;
  280.     -webkit-transition-duration: 0.3s;
  281.     transition-duration: 0.3s;
  282.     }
  283.    
  284.     /* DESCRIPTION */
  285.    
  286.     .description {
  287.     color:{color:Side Text};
  288.     font-family:arial;
  289.     font-size:10px;
  290.     text-align:center;
  291.     width:245px;
  292.     padding:2px;
  293.     }
  294.    
  295.     .description a {
  296.     color:{color:Side Links};
  297.     }
  298.    
  299.     /* MORE LINKS DROP DOWN */
  300.    
  301.     {block:ifMoreLinks}
  302.     .links_list {
  303.     margin-left:auto;
  304.     margin-right:auto;
  305.     width:180px;
  306.     }
  307.    
  308.     .links_head {
  309.     color:#fff;
  310.     font-size:13px;
  311.     font-family:arial;
  312.     text-align:center;
  313.     cursor:pointer;
  314.     position:relative;
  315.     margin:1px;
  316.     padding-top:5px;
  317.     padding-bottom:3px;
  318.     }
  319.    
  320.     .links_body {
  321.     font-size:10px;
  322.     font-family:arial;
  323.     text-align:center;
  324.     display:none;
  325.     }
  326.  
  327.     .links_body a {
  328.     color:{color:Side Links};
  329.     padding:.5px 1px;
  330.     }
  331.    
  332.     .links_body a:hover {
  333.     background:{color:Side Links Border};
  334.     }
  335.     {/block:ifMoreLinks}
  336.    
  337.     /* PAGINATION */
  338.    
  339.     .pagination {
  340.     background-color:{color:Side};
  341.     text-align:center;
  342.     font-size:10px;
  343.     font-family:arial;
  344.     float:left;
  345.     bottom:0px;
  346.     left:0px;
  347.     padding:4px 0px 5px 0px;
  348.     position:fixed;
  349.     width:100%;
  350.     height:12px;
  351.     }
  352.    
  353.     .pagination a {
  354.     color:{color:Side Links};
  355.     }
  356.    
  357.     /* POST CONTAINER */
  358.    
  359.     .container {
  360.     width:900px;
  361.     margin:auto;
  362.     padding-bottom:10px;
  363.     margin-top:-8px;
  364.     }
  365.  
  366.     .postscontainer {
  367.     margin: auto;
  368.     margin-top:40px;
  369.     margin-left:212px;
  370.     {block:ifNot400pxPosts}
  371.     max-width:500px;
  372.     {/block:ifNot400pxPosts}
  373.     {block:if400pxPosts}
  374.     max-width:400px;
  375.     {/block:if400pxPosts}
  376.     }
  377.    
  378.     /* POSTS */
  379.  
  380.     .posts {
  381.     font-size:10px;
  382.     font-family:calibri;
  383.     text-align:justify;
  384.     margin-top:65px;
  385.     line-height:100%;
  386.     {block:ifNot400pxPosts}
  387.     width:500px;
  388.     {/block:ifNot400pxPosts}
  389.     {block:if400pxPosts}
  390.     width:400px;
  391.     {/block:if400pxPosts}
  392.     }
  393.    
  394.     .posts img {
  395.     {block:ifNot400pxPosts}
  396.     max-width:500px;
  397.     {/block:ifNot400pxPosts}
  398.     {block:if400pxPosts}
  399.     max-width:400px;
  400.     {/block:if400pxPosts}
  401.     }
  402.    
  403.     /* POST INFO */
  404.  
  405.     .info {
  406.     margin-top:4px;
  407.     margin-bottom:1px;
  408.     padding-top:2px;
  409.     text-align:left;
  410.     font-size:10px;
  411.     font-family:calibri;
  412.     color:{color:Text};
  413.     border-top:2px solid {color:Info Border};
  414.     }
  415.    
  416.     .info2 {
  417.     float:right;
  418.     }
  419.  
  420.     .info a {
  421.     color:{color:Tags and Info};
  422.     }
  423.    
  424.     .info a:hover {
  425.     color:{color:Link Hover};
  426.     }
  427.    
  428.     /* POST TAGS */
  429.  
  430.     .tags {
  431.     font-size:10px;
  432.     font-family:calibri;
  433.     text-align:left;
  434.     margin-top:1px;
  435.     position:absolute;
  436.     line-height:100%;
  437.     {block:ifNot400pxPosts}
  438.     width:500px;
  439.     {/block:ifNot400pxPosts}
  440.     {block:if400pxPosts}
  441.     width:400px;
  442.     {/block:if400pxPosts}
  443.     }
  444.    
  445.     .tags a {
  446.     color:{color:Tags and Info};
  447.     }
  448.    
  449.     .tags a:hover {
  450.     color:{color:Link Hover};
  451.     }
  452.    
  453.     .postnote {
  454.     font-size:10px;
  455.     font-family:calibri;
  456.     text-align:left;
  457.     text-transform:lowercase;
  458.     margin-top:40px;
  459.     line-height:90%;
  460.     {block:ifNot400pxPosts}
  461.     width:500px;
  462.     {/block:ifNot400pxPosts}
  463.     {block:if400pxPosts}
  464.     width:400px;
  465.     {/block:if400pxPosts}
  466.     }
  467.    
  468.     .postnote li {
  469.     list-style-type:none;
  470.     padding:6px 0px 3px 0px;
  471.     text-align:left;
  472.     margin-left:-42px;
  473.     -moz-transition-duration:0.5s;
  474.     -webkit-transition-duration:0.5s;
  475.     -o-transition-duration:0.5s;
  476.     }
  477.    
  478.     .postnote img {
  479.     width:20px;
  480.     padding: 3px;
  481.     margin:2px 7px -3px 6px;
  482.     text-align:left;
  483.     }
  484.    
  485.     /* MUSIC POST */
  486.    
  487.     .music {
  488.     width:500px;
  489.     {block:if400pxPosts}
  490.     width:400px;
  491.     {/block:if400pxPosts}
  492.     padding-bottom:10px;
  493.     }
  494.    
  495.     .albumart {
  496.     float:left;
  497.     padding:10px 10px 10px 0px;
  498.     }
  499.    
  500.     .albumart img {
  501.     width:40px;
  502.     padding: 3px;
  503.     margin:-3px 4px -3px 6px;
  504.     }
  505.    
  506.     .playercontainer {
  507.     text-align:left;
  508.     padding:5px 5px -5px;
  509.     width:480px;
  510.     }
  511.    
  512.     .musicinfo {
  513.     padding:10px;
  514.     margin-top:9px;
  515.     color:{color:Text};
  516.     }
  517.    
  518.     /* QUOTE POST */
  519.    
  520.     .quote {
  521.     font-size:14px;
  522.     font-family:calibri;
  523.     text-align:center;
  524.     font-weight:normal;
  525.     letter-spacing:0px;
  526.     line-height:90%;
  527.     }
  528.    
  529.     .source {
  530.     font-size:10px;
  531.     font-family:calibri;
  532.     text-align:right;
  533.     font-style:normal;
  534.     line-height:17px;
  535.     }
  536.    
  537.     /* CHAT POST */
  538.    
  539.     .chat ol {
  540.     font-size:10px;
  541.     font-family:calibri;
  542.     padding:0px;
  543.     line-height:100%;
  544.     list-style:none;
  545.     }
  546.    
  547.     .label {
  548.     color:{color:Text};
  549.     font-size:10px;
  550.     font-family:calibri;
  551.     font-weight:bold;
  552.     }
  553.    
  554.     .line.odd {
  555.     padding:4px;
  556.     margin-bottom:2px;
  557.     }
  558.    
  559.     .line.even {
  560.     padding:4px;
  561.     margin-bottom:2px;
  562.     }
  563.    
  564.     /* ASK POSTS */
  565.    
  566.     .ask {
  567.     color:{color:Side Links Border};
  568.     font-size:20px;
  569.     font-family: 'Roboto Condensed', sans-serif;
  570.     font-weight:bold;
  571.     text-align:left;
  572.     padding-top:4px;
  573.     }
  574.    
  575.     .ask a {
  576.     color:{color:Side Links Border};
  577.     }
  578.    
  579.     .question {
  580.     color:{color:Side Text};
  581.     font-size:10px;
  582.     font-family:calibri;
  583.     letter-spacing:0px;
  584.     text-align:justify;
  585.     {block:ifNot400pxPosts}
  586.     width:500px;
  587.     {/block:ifNot400pxPosts}
  588.     {block:if400pxPosts}
  589.     width:400px;
  590.     {/block:if400pxPosts}
  591.     }
  592.    
  593.     .answer {
  594.     color:{color:Text};
  595.     font-size:10px;
  596.     font-family:calibri;
  597.     text-align:justify;
  598.     letter-spacing:0px;
  599.     {block:ifNot400pxPosts}
  600.     width:500px;
  601.     {/block:ifNot400pxPosts}
  602.     {block:if400pxPosts}
  603.     width:400px;
  604.     {/block:if400pxPosts}
  605.     margin-bottom:1px;
  606.     }
  607.    
  608.     .askcontainer {
  609.     background:{color:Side};
  610.     margin-top:-3.5px;
  611.     padding:6px 6px;
  612.     {block:ifNot400pxPosts}
  613.     width:500px;
  614.     {/block:ifNot400pxPosts}
  615.     {block:if400pxPosts}
  616.     width:400px;
  617.     {/block:if400pxPosts}
  618.     }
  619.    
  620.     /* CREDIT - DON'T TOUCH */
  621.    
  622.     .credit a {
  623.     color:#fff;
  624.     font-size:11px;
  625.     position:fixed;
  626.     bottom:4px;
  627.     right:6px;
  628.     }
  629.  
  630. </style>  
  631. </head>
  632.  
  633. <body>
  634. <div class="container">
  635. <div class="side">
  636. <div class="sidebar">
  637. <div class="title">{title};</div>
  638. <center><a href="/"><img src="{image:sidebar}" class="sidebarimage"></a></center>
  639.  
  640. <div class="sidebarlinks">
  641. <a href="/">home</a>
  642. <a href="/ask">ask</a>
  643. <a href="{text:Link 1}">{text:Link Name 1}</a>
  644. <a href="{text:Link 2}">{text:Link Name 2}</a>
  645. <a href="{text:Link 3}">{text:Link Name 3}</a>
  646. </div>
  647.  
  648. <div class="description">{Description}</div>
  649.  
  650. {block:ifMoreLinks}
  651. <div class="more links">
  652. <div class="links_list">
  653. <p class="links_head">#drop the bass</p>
  654. <div class="links_body">
  655. <a href="/LINK HERE">LINK NAME</a></br>
  656. <a href="/LINK HERE">LINK NAME</a></br>
  657. <a href="/LINK HERE">LINK NAME</a></br>
  658. <a href="/LINK HERE">LINK NAME</a></br>
  659. </div></div>
  660. {/block:ifMoreLinks}
  661. </div>
  662.  
  663. </div>
  664. </div>
  665.  
  666. <div class="postscontainer">
  667. {block:Posts}
  668.  
  669. <div class="posts">
  670.  
  671. {block:Text}
  672. {block:Title}<h2>{Title}</h2>{/block:Title}
  673. {Body}
  674. {/block:Text}
  675.  
  676. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">{block:Source}&mdash; {Source}{/block:Source}</div></center><br>{/block:Quote}
  677.  
  678. {/block:Quote}
  679.  
  680. {block:Link}
  681. <h2><a href="{URL}">{Name}</a></h2>
  682. {block:Description}{Description}{/block:Description}    
  683. {/block:Link}
  684.  
  685. {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}
  686. </ol></div>{/block:Chat}
  687.  
  688. {block:Answer}<div class="ask"><span style="text-transform:lowercase;">{Asker} asked:</b></span></div></br>
  689. <div class="askcontainer"><div class="question">{Question}</div></div><div class="answer">{Answer}</div>{/block:answer}
  690.  
  691. {block:Photo}
  692. {LinkOpenTag}{block:ifNot400pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNot400pxPosts}
  693. {block:if400pxPosts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:if400pxPosts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  694. {/block:Photo}
  695.  
  696. {block:Photoset}
  697. {block:ifNot400pxPosts}{Photoset-500}{/block:ifNot400pxPosts}{block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}
  698. {block:Caption}{Caption}{/block:Caption}
  699. {/block:Photoset}
  700.  
  701. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  702. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}{block:Album}<b>Album:</b> {Album}</br>{/block:Album}
  703. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</br>{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}</div>
  704. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  705. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  706.  
  707. {block:Video}
  708. {block:ifNot400pxPosts}{Video-500}{/block:ifNot400pxPosts}{block:if400pxPosts}{Video-400}{/block:if400pxPosts}
  709. {block:Caption}{Caption}{/block:Caption}
  710. {/block:Video}
  711.  
  712. {block:Date}<div class="info">posted <a href="{Permalink}">{TimeAgo} {block:NoteCount}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <div class="info2">{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} (source: <a href="{SourceURL}"></a><a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:ContentSource} <a href="{ReblogURL}" title="reblog"></a>{/block:RebloggedFrom}</div></div>{/block:Date}
  713.  
  714. {block:HasTags}
  715. <div class="tags">
  716. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  717. </div>
  718. {/block:HasTags}
  719.  
  720. <div class="postnote">
  721. {block:PostNotes}{PostNotes}{/block:PostNotes}
  722. </div>
  723. {/block:Posts}
  724.  
  725. {block:Pagination}
  726. <div class="pagination">
  727. {block:PreviousPage}
  728. <a href="{PreviousPage}"></a>
  729. {/block:PreviousPage}
  730. <a href="/page/1">1</a> <a href="/page/2">2</a> <a href="/page/3">3</a> <a href="/page/4">4</a> <a href="/page/5">5</a>
  731. {block:NextPage}
  732. <a href="{NextPage}"></a>
  733. {/block:NextPage}
  734. </div>
  735. {/block:Pagination}
  736.  
  737. <div class="credit"><a href="http://spidermn.tumblr.com/">cr.</a></div>
  738.  
  739. </div>
  740. </div>
  741. </div>
  742. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement