tatianaception

Theme 11

Jan 23rd, 2016
1,351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 20.28 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=Karla' rel='stylesheet' type='text/css'>
  19. <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  20.  
  21. <!--CUSTOMIZABLES-->
  22.  
  23. <meta name="image:Background Image" content=""/>
  24. <meta name="image:Large Sidebar Image" content=""/>
  25. <meta name="image:Small Sidebar Image" content=""/>
  26.  
  27. <meta name="color:Background Color" content="#ddd"/>
  28. <meta name="color:Font Color" content="#444"/>
  29. <meta name="color:Link Color" content="#69B3AE"/>
  30. <meta name="color:Link Color Hover" content="#5C9C97"/>
  31. <meta name="color:Blockquote Border Color" content="#444"/>
  32. <meta name="color:Post Info Background Color" content="#222"/>
  33. <meta name="color:Post Info Font Color" content="#f2f2f2"/>
  34. <meta name="color:Post Background Color" content="#fff"/>
  35. <meta name="color:Link Post BG Color" content="#eee"/>
  36. <meta name="color:Link Post BG Color Hover" content="#444"/>
  37. <meta name="color:Audio Background Color" content="#555"/>
  38. <meta name="color:Audio Font Color" content="#f2f2f2"/>
  39. <meta name="color:Album Art Border Color" content="#666"/>
  40. <meta name="color:Chat Alternate BG Color" content="#f5f5f5"/>
  41. <meta name="color:Ask Background Color" content="#eee"/>
  42. <meta name="color:Tags Border Color" content="#eaeaea"/>
  43. <meta name="color:Tags Background Color" content="#fff"/>
  44. <meta name="color:Left Sidebar Background Color" content="#aaa"/>
  45. <meta name="color:Description Background Color" content="#222"/>
  46. <meta name="color:Description Font Color" content="#f2f2f2"/>
  47. <meta name="color:Right Sidebar Background Color" content="#222"/>
  48. <meta name="color:Nav Background Color" content="#69B3AE"/>
  49. <meta name="color:Nav Background Color Hover" content="#5C9C97"/>
  50. <meta name="color:Nav Font Color" content="#f2f2f2"/>
  51.  
  52. <meta name="if:Black Reblog And Like Button" content="0"/>
  53. <meta name="if:White Reblog And Like Button" content="1"/>
  54.  
  55. <meta name="if:Show Link 1" content="0"/>
  56. <meta name="text:Link 1 Title" content="link 1"/>
  57. <meta name="text:Link 1 URL" content=""/>
  58. <meta name="if:Show Link 2" content="0"/>
  59. <meta name="text:Link 2 Title" content="link 2"/>
  60. <meta name="text:Link 2 URL" content=""/>
  61. <meta name="if:Show Link 3" content="0"/>
  62. <meta name="text:Link 3 Title" content="link 3"/>
  63. <meta name="text:Link 3 URL" content=""/>
  64. <meta name="if:Show Link 4" content="0"/>
  65. <meta name="text:Link 4 Title" content="link 4"/>
  66. <meta name="text:Link 4 URL" content=""/>
  67. <meta name="if:Show Link 5" content="0"/>
  68. <meta name="text:Link 5 Title" content="link 5"/>
  69. <meta name="text:Link 5 URL" content=""/>
  70. <meta name="if:Show Link 6" content="0"/>
  71. <meta name="text:Link 6 Title" content="link 6"/>
  72. <meta name="text:Link 6 URL" content=""/>
  73.  
  74. <!--CSS-->
  75.  
  76. <style>
  77.  
  78.     /*GENERAL*/
  79.    
  80.     body {
  81.         background-color: {color:Background Color};
  82.         background-image: url('{image:Background Image}');
  83.         font-family: 'Karla';
  84.         font-size: 12.5px;
  85.         color: {color: Font Color};
  86.     }
  87.    
  88.     a {
  89.         text-decoration: none;
  90.         color: {color:Link Color};
  91.         transition: 0.1s;
  92.     }
  93.    
  94.     a:hover {
  95.         color: {color:Link Color Hover};
  96.     }
  97.    
  98.     blockquote {
  99.         border-left: 1.5px solid {color:Blockquote Border Color};
  100.         padding-left: 7px;
  101.         margin-left: 7px;
  102.     }
  103.    
  104.     blockquote blockquote {
  105.         margin-left: 7px;
  106.         width: 98%;
  107.     }
  108.    
  109.     blockquote img {
  110.         max-width: 450px;
  111.     }
  112.    
  113.     ::-webkit-scrollbar {
  114.         height: 10px;
  115.         width: 7px;
  116.         background: white;
  117.     }
  118.                
  119.     ::-webkit-scrollbar-thumb:vertical {
  120.         background: black;
  121.         border: 2px solid white;
  122.     }
  123.  
  124.    
  125.     /* POST INFO*/
  126.    
  127.     .info {
  128.         padding: 13px 15px;
  129.         text-transform: uppercase;
  130.         font-size: 11px;
  131.         letter-spacing: 0.3px;
  132.         background-color: {color:Post Info Background Color};
  133.         color: {color:Post Info Font Color};
  134.         border-top-right-radius: 3px;
  135.         border-top-left-radius: 3px;
  136.     }
  137.    
  138.     .notes {
  139.         font-size: 12px;
  140.     }
  141.    
  142.     .source a {
  143.         color: {color:Post Info Font Color};
  144.     }
  145.    
  146.     .likeandreblog {
  147.         margin-right: 30px;
  148.     }
  149.    
  150.     .reblog-button {
  151.         opacity: 0.5;
  152.         transition: 0.1s;
  153.     }
  154.  
  155.     .like-button {
  156.         position: absolute;
  157.         margin-left: 30px;
  158.         margin-top: -15px;
  159.         opacity: 0.5;
  160.         transition: 0.1s;
  161.     }
  162.    
  163.     .reblog-button:hover {
  164.         opacity: 0.7;
  165.     }
  166.    
  167.     .like-button:hover {
  168.         opacity: 0.7;
  169.     }
  170.    
  171.     /*POSTS*/
  172.    
  173.     .entries {
  174.         margin-top: 10px;
  175.         margin-left: 475px;
  176.     }
  177.    
  178.     .posts {
  179.         width: 500px;
  180.         background-color: {color:Post Background Color};
  181.         margin-bottom: 40px;
  182.         border-radius: 3px;
  183.     }
  184.    
  185.         /*TEXT*/
  186.        
  187.         .text-inner {
  188.             padding: 15px;
  189.         }
  190.        
  191.         .text-title {
  192.             text-transform: uppercase;
  193.             font-size: 18px;
  194.             text-align: center;
  195.             font-family: 'Roboto';
  196.             letter-spacing: 1px;
  197.             font-weight: 500;
  198.         }
  199.        
  200.         /*PHOTOS AND PHOTOSETS*/
  201.        
  202.         .photo-caption {
  203.             padding: 15px;
  204.             padding-top: 10px;
  205.         }
  206.        
  207.         .photoset-caption {
  208.             padding: 15px;
  209.             padding-top: 10px;
  210.         }
  211.        
  212.         /*LINKS*/
  213.        
  214.         .link-title {
  215.             text-align: center;
  216.             font-size: 18px;
  217.             text-transform: uppercase;
  218.             background-color: {color:Link Post BG Color};
  219.             padding: 15px;
  220.             font-family: 'Roboto';
  221.             font-weight: 500;
  222.             letter-spacing: 1px;
  223.             transition: 0.2s;
  224.         }
  225.        
  226.         .link-title:hover {
  227.             background-color: {color:Link Post BG Color Hover};
  228.         }
  229.        
  230.         .link-description {
  231.             padding: 15px;
  232.             padding-top: 5px;
  233.         }
  234.        
  235.         /*QUOTES*/
  236.        
  237.         .quote-text {
  238.             font-family: 'Roboto';
  239.             font-weight: 500;
  240.             text-align: center;
  241.             font-size: 18px;
  242.             padding: 15px;
  243.             padding-left: 20px;
  244.             padding-right: 20px;
  245.         }
  246.        
  247.         .quote-source {
  248.             text-align:center;
  249.             padding: 15px;
  250.             padding-top: 0px;
  251.         }
  252.        
  253.         /*AUDIO*/
  254.        
  255.         .audio-container {
  256.             padding: 15px;
  257.             background-color: {color:Audio Background Color};
  258.             color: {color:Audio Font Color};
  259.         }
  260.        
  261.         .audio-container img {
  262.             width: 100px;
  263.             height: 100px;
  264.             border: 1px solid {color:Album Art Border Color};
  265.             padding: 2px;
  266.         }
  267.        
  268.         .albumart {
  269.             width: 100px;
  270.         }
  271.            
  272.         .audio-info {
  273.             padding-left: 10px;
  274.             vertical-align: middle;
  275.             letter-spacing: 0.5px;
  276.             text-transform: uppercase;
  277.             font-size: 11px;
  278.             width: 450px;
  279.         }
  280.            
  281.         .audio-player {
  282.             position: absolute;
  283.             width: 27px;
  284.             height: 27px;
  285.             margin-top: -70px;
  286.             margin-left: 40px;
  287.             overflow: hidden;
  288.             opacity: 0.7;
  289.         }
  290.        
  291.         .audio-caption {
  292.             padding: 15px;
  293.         }
  294.        
  295.         /*CHAT*/
  296.        
  297.         .chat-inner {
  298.             margin-top: -10px;
  299.         }
  300.        
  301.         .chat-inner li {
  302.             list-style: none;
  303.             margin-left: -40px;
  304.             width: 455px;
  305.             padding: 2px;
  306.             padding-left: 30px;
  307.             padding-right: 15px;
  308.         }
  309.        
  310.         .chat-inner .even {
  311.             background-color: {color:Chat Alternate BG Color};
  312.             padding-top: 2px;
  313.             padding-bottom: 2px;
  314.         }
  315.        
  316.         .chat-label {
  317.             font-weight: bold;
  318.         }
  319.        
  320.         .chat-title {
  321.             padding-top: 10px;
  322.             text-align: center;
  323.             text-transform: uppercase;
  324.             font-family: 'Roboto';
  325.             font-weight: 500;
  326.             font-size: 18px;
  327.             padding-left: 15px;
  328.             padding-right: 15px;
  329.             margin-bottom: -10px;
  330.            
  331.         }
  332.        
  333.         /*VIDEO*/
  334.        
  335.         .video-caption {
  336.             padding: 15px;
  337.             padding-top: 10px;
  338.         }
  339.        
  340.         /*ASKS*/
  341.        
  342.         .ask-inner {
  343.             padding: 15px;
  344.         }
  345.        
  346.         .asker-container {
  347.             text-align: right;
  348.             font-size: 15px;
  349.             margin-right: 5px;
  350.             text-transform: lowercase;
  351.         }
  352.        
  353.         .question-container {
  354.             border-radius: 3px;
  355.             padding: 15px;
  356.             background-color: {color:Ask Background Color};
  357.         }
  358.        
  359.         .answer-container {
  360.             padding-top: 10px;
  361.         }
  362.    
  363.     /*TAGS*/
  364.    
  365.     .tags {
  366.         padding: 15px;
  367.         border-top: 1px solid {color:Tags Border Color};
  368.         background-color: {color:Tags Background Color};
  369.         margin-top: -3px;
  370.         font-size: 11.5px;
  371.         letter-spacing: 0.3px;
  372.         text-transform: lowercase;
  373.     }
  374.    
  375.     /*LEFT SIDEBAR*/
  376.    
  377.     .leftsidebar {
  378.         float: left;
  379.         background-image: url('{image:Large Sidebar Image}');
  380.         width: 240px;
  381.         height: 700px;
  382.         margin-top: -10px;
  383.         margin-left: -8px;
  384.         background-color: {color:Left Sidebar Background Color};
  385.         position: fixed;
  386.     }
  387.    
  388.     .sidebar-description {
  389.         background-color: {color:Description Background Color};
  390.         color: {color:Description Font Color};
  391.         padding: 10px;
  392.         width: 175px;
  393.         margin-left: 17px;
  394.         margin-top: 100px;
  395.         text-align: center;
  396.         font-size: 11.5px;
  397.         opacity: 0.7;
  398.         transition: 0.2s;
  399.     }
  400.    
  401.     .sidebar-description:hover {
  402.         opacity: 0.9;
  403.     }
  404.    
  405.     .sidebar-title {
  406.         text-align: center;
  407.         font-family: 'Roboto';
  408.         font-weight: 700;
  409.         text-transform: uppercase;
  410.         font-size: 15px;
  411.         padding: 5px 0px;
  412.     }
  413.    
  414.     .pagination {
  415.         margin-top: 5px;
  416.     }
  417.    
  418.     #page {
  419.         margin: 0px 2px;
  420.     }
  421.    
  422.     /*RIGHT SIDEBAR*/
  423.    
  424.     .rightsidebar {
  425.         float: left;
  426.         width: 115px;
  427.         height: 700px;
  428.         margin-top: -10px;
  429.         margin-left: 222px;
  430.         background-color: {color:Right Sidebar Background Color};
  431.         position: fixed;
  432.     }
  433.    
  434.     .navlink {
  435.         margin: auto;
  436.         width: 90px;
  437.         background-color: {color:Nav Background Color};
  438.         text-align: center;
  439.         color: {color:Nav Font Color};
  440.         margin-top: 3px;
  441.         text-transform: uppercase;
  442.         font-size: 10px;
  443.         letter-spacing: 0.5px;
  444.         padding: 3px 2px;
  445.         font-family: 'Roboto';
  446.         border-radius: 1px;
  447.         transition: 0.2s;
  448.     }
  449.    
  450.     .navlink:hover {
  451.         background-color: {color:Nav Background Color Hover};
  452.         letter-spacing: 2px;
  453.     }
  454.    
  455.     .inner-rightsidebar {
  456.         margin-top: 75px;
  457.     }
  458.    
  459.     .sidebar-image img {
  460.         max-width: 80px;
  461.         max-height: 80px;
  462.         border-radius: 100%;
  463.         text-align: center;
  464.         margin-bottom: 10px;
  465.     }
  466.    
  467.     .sidebar-image {
  468.         text-align: center;
  469.     }
  470.    
  471.     /*CREDIT*/
  472.  
  473.     .credit {
  474.         position: fixed;
  475.         bottom: 10px;
  476.         right: 10px;
  477.         background-color: #000000;
  478.         font-family: 'Roboto';
  479.         padding: 5px;
  480.         font-size: 10px;
  481.     }
  482.            
  483.     .credit a {
  484.         color: #dddddd;
  485.     }
  486.    
  487.     {CustomCSS}
  488.    
  489. </style>
  490.  
  491. </head>
  492.  
  493. <body>
  494.  
  495. <!--SIDEBAR-->
  496.  
  497. <div class="leftsidebar">
  498.     <div class="sidebar-description">
  499.         <div class="sidebar-title">{Title}</div>
  500.         {Description}
  501.         <div class="pagination">
  502.         {block:PreviousPage}<a href="{PreviousPage}"><span class="prev-page" id="page">«</span></a> {/block:PreviousPage}
  503.             {block:JumpPagination length="5"}
  504.                 {block:CurrentPage}
  505.                     <span class="current-page" id="page">{PageNumber}</span>
  506.                 {/block:CurrentPage}
  507.                 {block:JumpPage}
  508.                 <a class="jump-page" id="page" href="{URL}">{PageNumber}</a>
  509.                 {/block:JumpPage}
  510.             {/block:JumpPagination}
  511.             {block:NextPage}<a href="{NextPage}"><span class="next-page" id="page">»</span></a>{/block:NextPage}
  512.     </div>
  513.     </div>
  514. </div>
  515.  
  516. <div class="rightsidebar">
  517.     <div class="inner-rightsidebar">
  518.         <div class="sidebar-image"><img src="{image:Small Sidebar Image}"/></div>
  519.         <div class="nav-container">
  520.         <a href="/"><div class="navlink">home</div></a>
  521.             {block:AskEnabled}<a href="/ask"><div class="navlink">ask</div></a>{/block:AskEnabled}
  522.             {block:SubmissionsEnabled}<a href="/submit"><div class="navlink">submit</div></a>{/block:SubmissionsEnabled}
  523.             <a href="/archive"><div class="navlink">archive</div></a>
  524.             {block:ifShowLink1}<a href="{text:Link 1 URL}"><div class="navlink">{text:Link 1 Title}</div></a>{/block:ifShowLink1}
  525.             {block:ifShowLink2}<a href="{text:Link 2 URL}"><div class="navlink">{text:Link 2 Title}</div></a>{/block:ifShowLink2}
  526.             {block:ifShowLink3}<a href="{text:Link 3 URL}"><div class="navlink">{text:Link 3 Title}</div></a>{/block:ifShowLink3}
  527.             {block:ifShowLink4}<a href="{text:Link 4 URL}"><div class="navlink">{text:Link 4 Title}</div></a>{/block:ifShowLink4}
  528.             {block:ifShowLink5}<a href="{text:Link 5 URL}"><div class="navlink">{text:Link 5 Title}</div></a>{/block:ifShowLink5}
  529.             {block:ifShowLink6}<a href="{text:Link 6 URL}"><div class="navlink">{text:Link 6 Title}</div></a>{/block:ifShowLink6}
  530.         </div>
  531.     </div>
  532. </div>
  533.  
  534. <!--POSTS-->
  535.  
  536. <div class="entries">
  537. {block:Posts}
  538. <div class="posts">
  539.  
  540.     <div class="info">
  541.         <a href="{Permalink}" class="notes">{NoteCount}</a>
  542.         {block:Date} &nbsp; &nbsp; {ShortMonth} {DayOfMonth}{/block:Date}
  543.         <span class="source">
  544.         {block:RebloggedFrom} &nbsp; &nbsp;
  545.             <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>  
  546.             {block:ContentSource} /
  547.                 <a href="{SourceURL}" title="{SourceTitle}"> src</a>
  548.             {/block:ContentSource}
  549.         {/block:RebloggedFrom}
  550.         </span>
  551.         <div style="float:right" class="likeandreblog">
  552.             {block:ifWhiteReblogAndLikeButton}
  553.                 <div class="reblog-button">{ReblogButton color="white" size="15"}</div>
  554.                 <div class="like-button">{LikeButton color="white" size="13"}</div>
  555.             {/block:ifWhiteReblogAndLikeButton}
  556.             {block:ifBlackReblogAndLikeButton}
  557.                 <div class="reblog-button">{ReblogButton color="black" size="15"}</div>
  558.                 <div class="like-button">{LikeButton color="black" size="13"}</div>
  559.             {/block:ifBlackReblogAndLikeButton}
  560.             </div>
  561.     </div>
  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-text">
  623.             "{Quote}"
  624.         </div>
  625.         {block:Source}
  626.         <div class="quote-source">
  627.             -{Source}
  628.         </div>
  629.         {/block:Source}
  630.     </div>
  631.     {/block:Quote}
  632.    
  633.     <!--CHATS-->
  634.     {block:Chat}
  635.     <div class="chat-inner">
  636.         {block:Title}
  637.         <div class="chat-title">
  638.             <h3>{Title}</h3>
  639.         </div>
  640.         {/block:Title}
  641.         <ul class="chat-lines">
  642.             {block:Lines}
  643.             <li class="{Alt}">
  644.                 <p>{block:Label}<span class="chat-label">{Label}</span>{/block:Label}
  645.                 {Line}</p>
  646.             </li>
  647.             {/block:Lines}
  648.         </ul>
  649.         {/block:Title}
  650.     </div>
  651.     {/block:Chat}
  652.    
  653.     <!--AUDIO-->
  654.     {block:Audio}
  655.     <div class="audio-inner">
  656.         <table cellspacing ="0" class="audio-container">
  657.             <tr>
  658.                 <td class="albumart">
  659.                     {block:AlbumArt}
  660.                     <img src="{AlbumArtURL}"/>
  661.                     {/block:AlbumArt}
  662.                     <div class="audio-player">{AudioPlayerWhite}</div>
  663.                 </td>
  664.                 <td class="audio-info">
  665.                     <div class="audio-info2">
  666.                     {block:TrackName}<span class="audio-label">Song:</span> {TrackName}<br>{/block:TrackName}
  667.                     {block:Artist}<span class="audio-label">Artist:</span> {Artist}<br>{/block:Artist}
  668.                     {block:Album}<span class="audio-label">Album:</span> {Album}<br>{/block:Album}
  669.                     <span class="audio-label">Plays:</span> {PlayCountWithLabel}
  670.                     </div>
  671.                 </td>
  672.             </tr>
  673.         </table>
  674.         {block:Caption}
  675.         <div class="audio-caption">
  676.             {Caption}
  677.         </div>
  678.         {/block:Caption}
  679.     </div>
  680.     {/block:Audio}
  681.    
  682.     <!--VIDEOS-->
  683.     {block:Video}
  684.     <div class="video-inner">
  685.         <div id="video">
  686.             {Video-500}
  687.         </div>
  688.         {block:Caption}
  689.         <div class="video-caption">
  690.             {Caption}
  691.         </div>
  692.         {/block:Caption}
  693.     </div>
  694.     {/block:Video}
  695.    
  696.     <!--ASKS-->
  697.     {block:Answer}
  698.     <div class="ask-inner">
  699.     <div class="qanda">
  700.         <div class="asker-container">
  701.             <span class="asker">{Asker}</span>&nbsp;<span class="asked">asked</span>
  702.         </div>
  703.         <div class="question-container">
  704.             {Question}
  705.         </div>
  706.         </div>
  707.         <div class="answer-container">{Answer}</div>
  708.     </div>
  709.     {/block:Answer}
  710.    
  711.    <div class="footer">
  712.     <!--TAGS-->
  713.         {block:HasTags}
  714.         <div class="tags">
  715.             {block:Tags}<a href="{TagURL}"> #{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  716.         </div>
  717.         {/block:HasTags}
  718.     </div>
  719.    
  720.     <!--PERMALINK PAGE-->
  721.     {block:PermalinkPage}
  722.         {block:PostNotes}
  723.             <br><br>
  724.             <div class="permalink">{PostNotes}</div>
  725.         {/block:PostNotes}
  726.     {/block:PermalinkPage}
  727.    
  728.    
  729. </div>
  730.    
  731. {/block:Posts}
  732.  
  733. </div>
  734. </div>
  735.  
  736. <div class="credit"><a href="http://tatianaceptionthemes.tumblr.com">TT</a></div>
  737.  
  738. </body>
  739.  
  740. </html>
Advertisement
Add Comment
Please, Sign In to add comment