tatianaception

Theme 13

Jul 21st, 2016
1,775
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 20.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <!--THEME BY TATIANACEPTION THEMES-->
  5. <!--DO NOT COPY, REDISTRIBUTE, OR USE AS A BASE-->
  6.    
  7. <head>
  8.  
  9. <!--IMPORTANT SHIT-->
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}
  14.     <meta name="description" content="{MetaDescription}"/>
  15. {/block:Description}
  16.  
  17. <!--FONTS-->
  18. <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
  19. <link href='https://fonts.googleapis.com/css?family=Francois+One' rel='stylesheet' type='text/css'>
  20. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  21.  
  22. <!--CUSTOMIZABLES-->
  23.  
  24. <meta name="image:Sidebar Background Image" content=""/>
  25. <meta name="image:Small Sidebar Image" content=""/>
  26.  
  27.  
  28. <meta name="color:Background Color" content="#fff"/>
  29. <meta name="color:Main Font Color" content="#555"/>
  30. <meta name="color:Link Color" content="#000"/>
  31. <meta name="color:Border Color" content="#ccc"/>
  32. <meta name="color:Sidebar Font Color" content="#000"/>
  33. <meta name="color:Title Color" content="#000"/>
  34. <meta name="color:Title Underline Color" content="#fff"/>
  35. <meta name="color:Nav Link Background Color" content="#fff"/>
  36. <meta name="color:Nav Link Border Color" content="#fff"/>
  37. <meta name="color:Nav Button Font Color" content="#000"/>
  38. <meta name="color:Nav Font Color" content="#000"/>
  39. <meta name="color:Link Background Color Hover" content="#eee"/>
  40.  
  41. <meta name="select:Sidebar Opacity" content="1" title="100%"/>
  42. <meta name="select:Sidebar Opacity" content="0.9" title="90%"/>
  43. <meta name="select:Sidebar Opacity" content="0.8" title="80%"/>
  44. <meta name="select:Sidebar Opacity" content="0.7" title="70%"/>
  45. <meta name="select:Sidebar Opacity" content="0.6" title="60%"/>
  46. <meta name="select:Sidebar Opacity" content="0.5" title="50%"/>
  47. <meta name="select:Sidebar Opacity" content="0.4" title="40%"/>
  48. <meta name="select:Sidebar Opacity" content="0.3" title="30%"/>
  49. <meta name="select:Sidebar Opacity" content="0.2" title="20%"/>
  50. <meta name="select:Sidebar Opacity" content="0.1" title="10%"/>
  51.  
  52. <meta name="if:Show Link 1" content="1"/>
  53. <meta name="text:Link 1 Title" content="link 1"/>
  54. <meta name="text:Link 1 URL" content=""/>
  55. <meta name="if:Show Link 2" content="1"/>
  56. <meta name="text:Link 2 Title" content="link 2"/>
  57. <meta name="text:Link 2 URL" content=""/>
  58. <meta name="if:Show Link 3" content="1"/>
  59. <meta name="text:Link 3 Title" content="link 3"/>
  60. <meta name="text:Link 3 URL" content=""/>
  61. <meta name="if:Show Link 4" content="1"/>
  62. <meta name="text:Link 4 Title" content="link 4"/>
  63. <meta name="text:Link 4 URL" content=""/>
  64. <meta name="if:Show Link 5" content="1"/>
  65. <meta name="text:Link 5 Title" content="link 5"/>
  66. <meta name="text:Link 5 URL" content=""/>
  67. <meta name="if:Show Link 6" content="1"/>
  68. <meta name="text:Link 6 Title" content="link 6"/>
  69. <meta name="text:Link 6 URL" content=""/>
  70.  
  71. <!--STYLES-->
  72. <style>
  73.  
  74.     /*GENERAL*/
  75.  
  76.     body {
  77.         font-family: 'Open Sans', Helvetica, sans-serif;
  78.         font-size: 10.5px;
  79.         color: {color:Main Font Color};
  80.         background-color: {color:Background Color};
  81.     }
  82.    
  83.     a {
  84.         text-decoration: none;
  85.         color: {color:Link Color};
  86.     }
  87.    
  88.     blockquote {
  89.         border-left: 1px solid {color:Border Color};
  90.         padding-left: 7px;
  91.         margin-left: 7px;
  92.     }
  93.    
  94.     blockquote blockquote {
  95.         padding: 0 0 0 7px;
  96.         margin: 0 0 0 12px;
  97.     }
  98.    
  99.     .posts img {
  100.         display: block;
  101.     }
  102.    
  103.     .posts blockquote img, .posts p img {
  104.         max-width: 100%;
  105.     }
  106.    
  107.     ::-webkit-scrollbar {
  108.         width: 3px;
  109.         height: 8px;
  110.         background-color: {color:Background Color};
  111.     }
  112.    
  113.     ::-webkit-scrollbar-thumb {
  114.         background-color: {color:Link Color};
  115.     }
  116.    
  117.     /*SIDEBAR*/
  118.    
  119.     .sidebar-image > img {
  120.         overflow: hidden;
  121.         float: left;
  122.         width: 350px;
  123.         opacity: {select:Sidebar Opacity};
  124.         position: fixed;
  125.         margin-top: -100px;
  126.         margin-left: -10px;
  127.         height: 120%;
  128.         z-index: -2;
  129.     }
  130.    
  131.     .sidebar {
  132.         position: fixed;
  133.         z-index: 1;
  134.         height: 110%;
  135.         width: 350px;
  136.         float: left;
  137.     }
  138.    
  139.     .sidebar a {
  140.         color: {color:Nav Font Color};
  141.     }
  142.    
  143.     .sidebar-contents {
  144.         color: {color:Sidebar Font Color};
  145.         width: 225px;
  146.         margin-left: 50px;
  147.         margin-top: 50%;
  148.         position: relative;
  149.         text-align: center;
  150.     }
  151.    
  152.     .sidebar-image-small img {
  153.         width: 75px;
  154.         height: 75px;
  155.         border-radius: 100%;
  156.         margin-bottom: 10px;
  157.     }
  158.    
  159.     .sidebar-title {
  160.         font-family: 'Francois One', Arial, sans-serif;
  161.         font-size: 18px;
  162.         text-transform: uppercase;
  163.         letter-spacing: 0.5px;
  164.         border-bottom: 1px solid {color:Title Underline Color};
  165.         padding-bottom: 7px;
  166.         margin-bottom: 7px;
  167.         line-height: 100%;
  168.     }
  169.    
  170.     .sidebar-title a {
  171.         color: {color:Title Color};
  172.     }
  173.    
  174.     .sidebar-description {
  175.         font-size: 10px;
  176.     }
  177.    
  178.     .sidebar-menu-button {
  179.         margin-top: 10px;
  180.         text-transform: uppercase;
  181.         font-family: 'Francois One', Arial, sans-serif;
  182.         font-size: 11px;
  183.         color: {color:Nav Button Font Color};
  184.         letter-spacing: 0.5px;
  185.         cursor: pointer;
  186.         cursor: hand;
  187.     }
  188.    
  189.     .sidebar-menu-button img {
  190.         width: 7.5px;
  191.         height: 7.5px;
  192.         position: absolute;
  193.         margin-top: 4px;
  194.         margin-left: -5px;
  195.     }
  196.    
  197.     /*NAVBAR*/
  198.    
  199.     .navbar {
  200.         position: fixed;
  201.         margin-top: 10%;
  202.         margin-left: 50px;
  203.         width: 225px;
  204.         display: none;
  205.     }
  206.    
  207.     .navbar-title {
  208.         font-family: 'Francois One', Arial, sans-serif;
  209.         font-size: 18px;
  210.         text-align: center;
  211.         text-transform: uppercase;
  212.         color: {color:Title Color};
  213.         border-bottom: 1px solid {color:Title Underline Color};
  214.         padding-bottom: 7px;
  215.         margin-bottom: 7px;
  216.     }
  217.    
  218.     .navbar ul {
  219.         list-style: none;
  220.     }
  221.    
  222.     .navbar li {
  223.         border-bottom: 1px solid {color:Nav Link Border Color};
  224.         margin-left: -40px;
  225.         padding: 5px;
  226.         padding-top: 7px;
  227.         padding-bottom: 7px;
  228.         text-align: center;
  229.         text-transform: uppercase;
  230.         font-family: 'Open Sans';
  231.         font-size: 10px;
  232.         letter-spacing: 2px;
  233.         transition: 0.3s;
  234.         background-color: rgba({RGBcolor:Nav Link Background Color},0.3);
  235.     }
  236.    
  237.     .navbar li:last-child {
  238.         border-bottom: 0px;
  239.     }
  240.    
  241.     .navbar li:hover {
  242.         background-color: rgba({RGBcolor:Nav Link Background Color},1);
  243.         letter-spacing: 5px;
  244.     }
  245.    
  246.     .navbar-close {
  247.         text-align: center;
  248.         font-family: 'Francois One', Arial, sans-serif;
  249.         text-transform: uppercase;
  250.         font-size: 13px;
  251.         cursor: pointer;
  252.         cursor: hand;
  253.         color: #000;
  254.     }
  255.    
  256.     /*POSTS*/
  257.    
  258.     .entries {
  259.         margin-left: 450px;
  260.     }
  261.    
  262.     .posts {
  263.         width: 500px;
  264.         padding: 20px;
  265.         margin-bottom: 30px;
  266.     }
  267.    
  268.         /*TEXT POSTS*/
  269.        
  270.         .text-title {
  271.             font-family: 'Francois One', Arial, sans-serif;
  272.             font-size: 18px;
  273.             text-align: center;
  274.             text-transform: uppercase;
  275.             letter-spacing: 1.5px;
  276.             font-weight: bold;
  277.         }
  278.        
  279.         /*LINKS*/
  280.        
  281.         .link-title {
  282.             font-family: 'Francois One', Arial, sans-serif;
  283.             font-size: 16px;
  284.             text-align: center;
  285.             text-transform: uppercase;
  286.             letter-spacing: 1px;
  287.             border: 1px solid {color:Border Color};
  288.             padding: 10px;
  289.             transition: 0.5s;
  290.         }
  291.        
  292.         .link-title:hover {
  293.             background-color: {color:Link Background Color Hover};
  294.         }
  295.        
  296.         /*QUOTES*/
  297.        
  298.         .quote-mark img {
  299.             width: 30px;
  300.             height: 30px;
  301.             border: 1px solid {color:Border Color};
  302.             padding: 5px;
  303.             opacity: 0.5;
  304.             float: left;
  305.             margin-right: 10px;
  306.             margin-top: 5px;
  307.         }
  308.        
  309.         .quote-text {
  310.             font-size: 18px;
  311.         }
  312.        
  313.         .quote-source {
  314.             margin-top: 10px;
  315.             text-align: right;
  316.             font-size: 10px;
  317.         }
  318.        
  319.         /*CHATS*/
  320.        
  321.         .chat-inner ul {
  322.             list-style: none;
  323.         }
  324.        
  325.         .chat-inner li {
  326.             margin-left: -30px;
  327.             border-bottom: 1px dashed {color:Border Color};
  328.         }
  329.        
  330.         .chat-inner li:last-child {
  331.             border-bottom: 0px;
  332.         }
  333.        
  334.         .chat-label {
  335.             color: {color:Link Color};
  336.             font-family: 'Montserrat', Arial, sans-serif;
  337.         }
  338.        
  339.         .chat-title {
  340.             font-family: 'Francois One', Arial, sans-serif;
  341.             font-size: 18px;
  342.             text-align: center;
  343.             text-transform: uppercase;
  344.             letter-spacing: 1.5px;
  345.             font-weight: bold;
  346.         }
  347.        
  348.         /*AUDIO*/
  349.        
  350.         .audio-container {
  351.             padding: 15px;
  352.             border: 1px solid {color:Border Color};
  353.         }
  354.        
  355.         .audio-container img {
  356.             width: 100px;
  357.             height: 100px;
  358.         }
  359.        
  360.         .albumart {
  361.             width: 100px;
  362.         }
  363.            
  364.         .audio-info {
  365.             padding-left: 10px;
  366.             vertical-align: middle;
  367.             letter-spacing: 0.5px;
  368.             text-transform: uppercase;
  369.             font-size: 11px;
  370.             width: 450px;
  371.         }
  372.            
  373.         .audio-player {
  374.             position: absolute;
  375.             width: 27px;
  376.             height: 27px;
  377.             margin-top: -66px;
  378.             margin-left: 36px;
  379.             overflow: hidden;
  380.             opacity: 0.7;
  381.         }
  382.        
  383.         .audio-label {
  384.             font-weight: bold;
  385.         }
  386.        
  387.         /*ASKS*/
  388.        
  389.         #asker-container {
  390.             font-size: 13px;
  391.             text-transform: uppercase;
  392.             letter-spacing: 0.5px;
  393.             padding-bottom: 5px;
  394.             margin-bottom: 5px;
  395.             font-family: 'Montserrat';
  396.         }
  397.        
  398.         #qanda {
  399.             margin-bottom: 10px;
  400.         }
  401.        
  402.         #askerandquestion {
  403.             border: 1px solid {color:Border Color};
  404.             padding: 15px;
  405.         }
  406.        
  407.     /*FOOTER*/
  408.    
  409.     .footer {
  410.         text-align: center;
  411.         margin-top: 20px;
  412.     }
  413.    
  414.     .info {
  415.         font-family: 'Montserrat', Arial, sans-serif;
  416.         font-size: 10px;
  417.         text-transform: uppercase;
  418.     }
  419.    
  420.     #tags {
  421.         font-style: italic;
  422.         font-size: 10px;
  423.     }
  424.    
  425.     /*PAGINATION*/
  426.    
  427.     .pagination {
  428.         text-align: center;
  429.         width: 500px;
  430.         margin-bottom: 20px;
  431.         padding: 20px;
  432.         font-family: 'Montserrat', Arial, sans-serif;
  433.         font-size: 13px;
  434.         border-top: 1px solid {color:Border Color};
  435.         margin-top: 20px;
  436.     }
  437.    
  438.     .page {
  439.         padding: 5px;
  440.         margin: 3px;
  441.     }
  442.    
  443.     .page:hover {
  444.         border-bottom: 2px solid {color:Border Color};
  445.     }
  446.    
  447.     #current-page {
  448.         border-bottom: 2px solid {color:Border Color};
  449.     }
  450.    
  451.     /*PERMALINK*/
  452.    
  453.     .permalink ol {
  454.         list-style: none;
  455.         font-size: 10px;
  456.     }
  457.        
  458.     .permalink li {
  459.         padding: 5px;
  460.         width: 400px;
  461.         border-bottom: 1px dashed {color:Border Color};
  462.     }
  463.    
  464.     .permalink li:last-child {
  465.         border-bottom: 0px;
  466.         font-size: 10px;
  467.         text-transform: uppercase;
  468.         font-family: 'Montserrat', Arial, sans-serif;
  469.         margin-top: 10px;
  470.     }
  471.    
  472.     .permalink img {
  473.         display: inline;
  474.         padding-right: 5px;
  475.     }
  476.    
  477.     /*CREDIT*/
  478.  
  479.     .credit {
  480.         position: fixed;
  481.         bottom: 10px;
  482.         right: 10px;
  483.         background-color: #000000;
  484.         font-family: 'Roboto', 'Calibri', Arial, sans-serif;
  485.         padding: 5px;
  486.         font-size: 10px;
  487.     }
  488.            
  489.     .credit a {
  490.         color: #dddddd;
  491.     }
  492.    
  493.     {CustomCSS}
  494.    
  495. </style>
  496.  
  497. <!--SCRIPTS-->
  498. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
  499.  
  500. <script>
  501.  
  502. var showNav = function() {
  503.     $('.sidebar-menu-button').click(function() {
  504.         $('.sidebar-contents').fadeOut(500, function() {
  505.             $('.navbar').fadeIn(500);
  506.         });
  507.     });
  508.     $('.navbar-close').click(function() {
  509.         $('.navbar').fadeOut(500, function() {
  510.             $('.sidebar-contents').fadeIn(500);
  511.         });
  512.     });
  513. }
  514.  
  515. $(document).ready(showNav)
  516.  
  517. </script>
  518.  
  519. </head>
  520.  
  521. <body>
  522.  
  523. <!--SIDEBAR-->
  524.  
  525. <div class="sidebar-image">
  526. <img src="{image:Sidebar Background Image}"/>
  527. <div class="sidebar">
  528.     <div class="sidebar-contents">
  529.         <div class="sidebar-image-small">
  530.             <img src="{image:Small Sidebar Image}"/>
  531.         </div>
  532.         <div class="sidebar-title"><a href="/">{Title}</a></div>
  533.         <div class="sidebar-description">{Description}</div>
  534.         <div class="sidebar-menu-button">
  535.             <img src="http://static.tumblr.com/4xwdbrg/ySco7jnn0/menubutton.png"/>&nbsp;&nbsp;Nav
  536.         </div>
  537.     </div>
  538.     <div class="navbar">
  539.         <div class="navbar-title">Navigation</div>
  540.         <ul class="links">
  541.         <li class="navlink"><a href="/">home</a></li>
  542.         {block:AskEnabled}<li class="navlink"><a href="/ask">ask</a></li>{/block:AskEnabled}
  543.         <li class="navlink"><a href="/archive">archive</a></li>
  544.         {block:SubmissionsEnabled}<li><a href="/submit">submit</a></li>{/block:SubmissionsEnabled}
  545.         {block:ifShowLink1}<li class="navlink"><a href="{text:Link 1 URL}">{text:Link 1 Title}</a></li>{/block:ifShowLink1}
  546.         {block:ifShowLink2}<li class="navlink"><a href="{text:Link 2 URL}">{text:Link 2 Title}</a></li>{/block:ifShowLink2}
  547.         {block:ifShowLink3}<li class="navlink"><a href="{text:Link 3 URL}">{text:Link 3 Title}</a></li>{/block:ifShowLink3}
  548.         {block:ifShowLink4}<li class="navlink"><a href="{text:Link 4 URL}">{text:Link 4 Title}</a></li>{/block:ifShowLink4}
  549.         {block:ifShowLink5}<li class="navlink"><a href="{text:Link 5 URL}">{text:Link 5 Title}</a></li>{/block:ifShowLink5}
  550.         {block:ifShowLink6}<li class="navlink"><a href="{text:Link 6 URL}">{text:Link 6 Title}</a></li>{/block:ifShowLink6}
  551.     </ul>
  552.     <div class="navbar-close">close</div>
  553.     </div>
  554. </div>
  555. </div>
  556.  
  557. <!--POSTS-->
  558.  
  559. <div class="entries">
  560. {block:Posts}
  561. <div class="posts">
  562.    
  563.     <!--TEXT POSTS-->
  564.     {block:Text}
  565.     <div class="text-inner">
  566.         {block:Title}
  567.         <div class="text-title">
  568.             <a href="{Permalink}">{Title}</a>
  569.         </div>
  570.         {/block:Title}
  571.         <div class="text-body">
  572.             {Body}
  573.         </div>
  574.     </div>
  575.     {/block:Text}
  576.    
  577.     <!--PHOTOS-->
  578.     {block:Photo}
  579.     <div class="photo-inner">
  580.         <div class="photo-img">
  581.             <center>{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}</center>
  582.         </div>
  583.         {block:Caption}
  584.         <div class="photo-caption">
  585.             {Caption}
  586.         </div>
  587.         {/block:Caption}
  588.     </div>
  589.     {/block:Photo}
  590.    
  591.     <!--PHOTOSETS-->
  592.     {block:Photoset}
  593.     <div class="photoset-inner">
  594.         <div class="photoset-img">
  595.             <center>{Photoset-500}</center>
  596.         </div>
  597.         {block:Caption}
  598.         <div class="photoset-caption">
  599.             {Caption}
  600.         </div>
  601.         {/block:Caption}
  602.     </div>
  603.     {/block:Photoset}
  604.    
  605.     <!--LINKS-->
  606.     {block:Link}
  607.     <div class="link-inner">
  608.         <a href="{URL}"{Target}><div class="link-title">
  609.             {Name}
  610.         </div></a>
  611.         {block:Description}
  612.         <div class="link-description">
  613.             {Description}
  614.         </div>
  615.         {/block:Description}
  616.     </div>
  617.     {/block:Link}
  618.    
  619.     <!--QUOTES-->
  620.     {block:Quote}
  621.     <div class="quote-inner">
  622.     <div class="quote-mark"><img src="http://static.tumblr.com/4xwdbrg/M38o7jjaj/quotemarks.gif"></div>
  623.         <div class="quote-text">
  624.             {Quote}
  625.         </div>
  626.         {block:Source}
  627.         <div class="quote-source">
  628.             {Source}
  629.         </div>
  630.         {/block:Source}
  631.     </div>
  632.     {/block:Quote}
  633.    
  634.     <!--CHATS-->
  635.     {block:Chat}
  636.     <div class="chat-inner">
  637.         {block:Title}
  638.         <div class="chat-title">
  639.             <a href="{Permalink}">{Title}</a>
  640.         </div>
  641.         {/block:Title}
  642.         <ul class="chat-lines">
  643.             {block:Lines}
  644.             <li class="{Alt}">
  645.                 <p>{block:Label}<span class="chat-label">{Label}</span>{/block:Label}
  646.                 {Line}</p>
  647.             </li>
  648.             {/block:Lines}
  649.         </ul>
  650.         {/block:Title}
  651.     </div>
  652.     {/block:Chat}
  653.    
  654.     <!--AUDIO-->
  655.     {block:Audio}
  656.     <div class="audio-inner">
  657.         <table cellspacing ="0" class="audio-container">
  658.             <tr>
  659.                 <td class="albumart">
  660.                     {block:AlbumArt}
  661.                     <img src="{AlbumArtURL}"/>
  662.                     {/block:AlbumArt}
  663.                     <div class="audio-player">{AudioPlayerWhite}</div>
  664.                 </td>
  665.                 <td class="audio-info">
  666.                     <div class="audio-info2">
  667.                     {block:TrackName}<span class="audio-label">Song:</span> {TrackName}<br>{/block:TrackName}
  668.                     {block:Artist}<span class="audio-label">Artist:</span> {Artist}<br>{/block:Artist}
  669.                     {block:Album}<span class="audio-label">Album:</span> {Album}<br>{/block:Album}
  670.                     <span class="audio-label">Plays:</span> {PlayCountWithLabel}
  671.                     </div>
  672.                 </td>
  673.             </tr>
  674.         </table>
  675.         {block:Caption}
  676.         <div class="audio-caption">
  677.             {Caption}
  678.         </div>
  679.         {/block:Caption}
  680.     </div>
  681.     {/block:Audio}
  682.    
  683.     <!--VIDEOS-->
  684.     {block:Video}
  685.     <div class="video-inner">
  686.         <div id="video">
  687.             {Video-500}
  688.         </div>
  689.         {block:Caption}
  690.         <div class="video-caption">
  691.             {Caption}
  692.         </div>
  693.         {/block:Caption}
  694.     </div>
  695.     {/block:Video}
  696.    
  697.     <!--ASKS-->
  698.     {block:Answer}
  699.     <div id="ask-inner">
  700.     <div id="qanda">
  701.         <div id="askerandquestion">
  702.             <div id="asker-container">
  703.                 <div id="asker1">
  704.                     <span id="asker2">{Asker}</span>
  705.                     <span id="asked">asked:</span>
  706.                 </div>
  707.             </div>
  708.             <div id="question-container">
  709.                 {Question}
  710.             </div>
  711.         </div>
  712.     </div>
  713.     <div id="answer-container">{Answer}</div>
  714.     </div>
  715.     {/block:Answer}
  716.    
  717.    <div class="footer">
  718.       <div class="info">
  719.         {block:Date}<a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year}</a> &bull; <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:Date}
  720.         {block:RebloggedFrom}
  721.             {block:ContentSource}
  722.                 <a href="{SourceURL}" title="{SourceTitle}"></a>
  723.             {/block:ContentSource}
  724.             <a title="{ReblogParentName}" href="{ReblogParentURL}"></a>
  725.         {/block:RebloggedFrom}
  726.       </div>
  727.     <!--TAGS-->
  728.         {block:HasTags}
  729.         <div id="tags">
  730.             {block:Tags}<a href="{TagURL}"> #{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  731.         </div>
  732.         {/block:HasTags}
  733.     </div>
  734.    
  735.     <!--PERMALINK PAGE-->
  736.     {block:PermalinkPage}
  737.         {block:PostNotes}
  738.             <br><br>
  739.             <div class="permalink">{PostNotes}</div>
  740.         {/block:PostNotes}
  741.     {/block:PermalinkPage}
  742.    
  743.    
  744. </div>
  745.    
  746. {/block:Posts}
  747.  
  748. <!--PAGINATION-->
  749.  
  750. <div class="pagination">
  751.     {block:PreviousPage}
  752.         <a href="{PreviousPage}"><span class="page" id="prev-page">&#xab;</span></a>
  753.     {/block:PreviousPage}
  754.     {block:JumpPagination length="5"}
  755.     {block:CurrentPage}
  756.         <span class="page" id="current-page">{PageNumber}</span>
  757.     {/block:CurrentPage}
  758.     {block:JumpPage}
  759.         <a class="page" id="jump-page" href="{URL}">{PageNumber}</a>
  760.     {/block:JumpPage}
  761.     {/block:JumpPagination}
  762.     {block:NextPage}
  763.         <a href="{NextPage}"><span id="next-page" class="page">&#xbb;</span></a>
  764.     {/block:NextPage}
  765. </div>
  766.  
  767. </div>
  768.  
  769. </div>
  770.  
  771. <div class="credit"><a href="http://tatianaceptionthemes.tumblr.com">TT</a></div>
  772.  
  773. </body>
  774.  
  775. </html>
Advertisement
Add Comment
Please, Sign In to add comment