Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!---
- Theme 1 by Krystal @ kluvsorange.co.vu
- swagswagswagswag hi
- peace
- xoxo
- Follow me on Instagram: instagram.com/hentqi
- ©2014 kluvsorange
- ---->
- <head>
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="shortcut icon" href="{FavIcon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <meta name="color:Background Color" content="#ffffff">
- <meta name="color:Sidebar Color" content="#eeeeee"/>
- <meta name="color:Post Border" content="#eeeeee"/>
- <meta name="color:Post Background" content="#ffffff"/>
- <meta name="color:Text" content="#c0bdb8" />
- <meta name="color:Link Hover" content="#fdfdfd" />
- <meta name="color:Link" content="#c0bdb8" />
- <meta name="color:Bold" content="#777777" />
- <meta name="color:Italic" content="#bbbbbb"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="color:Scrollbar Background" content="#ffffff"/>
- <meta name="color:Selection Background" content="#eeeeee" />
- <meta name="color:Selection Text" content="#aaaaaa" />
- <meta name="color:Tooltip Background" content="#ffffff"/>
- <meta name="color:Tooltip Font" content="#000000"/>
- <meta name="color:Links Tab" content="#eeffff"/>
- <meta name="color:Reblog Tab" content="#ffffed"/>
- <meta name="color:Reblog Tab Hover" content="#ffffed"/>
- <meta name="color:Permalink Color" content="#fffcfd"/>
- <meta name="color:Permalink Border" content="#ffedfc"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Side Image" content=""/>
- <meta name="if:250px" content=""/>
- <meta name="if:400px" content="1"/>
- <meta name="if:500px" content=""/>
- <meta name="if:Show Tags" content="1"/>
- <meta name="if:Show Captions" content=""/>
- <meta name="if:Clock" content=""/>
- <meta name="if:Cute Cursor" content="1"/>
- <meta name="if:Grayscale" content=""/>
- <meta name="text:Side image from the bottom" content="0px"/>
- <meta name="text:Side image from the right" content="0px"/>
- <meta name="text:Size of the side image" content="300px"/>
- <meta name="text:Link 1 URL" content="/" />
- <meta name="text:Link 1" content="Link 1" />
- <meta name="text:Link 2 URL" content="/" />
- <meta name="text:Link 2" content="Link 2" />
- <meta name="text:Link 3 URL" content="/" />
- <meta name="text:Link 3" content="Link 3" />
- <meta name="text:Link 4 URL" content="/" />
- <meta name="text:Link 4" content="Link 4" />
- <style type="text/css">
- body {
- color:{color:Text};
- background-color:{color:Background Color};
- background-image:url('{image:Background}');
- background-attachment:fixed;
- font-family:consolas;
- {block:if250px}
- font-size:9px;
- {/block:if250px}
- {block:if400px}
- font-size:11px;
- {/block:if400px}
- {block:if500px}
- font-size:13px;
- {/block:if500px}
- line-height:17px;
- text-align:left;
- }
- /* Scrollbar */
- ::-webkit-scrollbar { width:5px; height:5px; }
- ::-webkit-scrollbar-track-piece {
- background-color:{color:Scrollbar Background};
- }
- ::-webkit-scrollbar-thumb { background-color:{color:Scrollbar}; }
- /* Text Selection */
- ::selection {
- background:{color:Selection Background};
- color:{color:Selection Text};
- }
- ::-moz-selection {
- background:{color:Selection Background};
- color:{color:Selection Text};
- }
- ::-webkit-selection {
- background:{color:Selection Background};
- color:{color:Selection Text};
- }
- a:link, a:active, a:visited { color: {color:link}; text-decoration:none; }
- a:hover { color:{color:Link Hover}; }
- small { font-size:auto; }
- big { font-size:auto; }
- b, strong { color:{color:Bold}; }
- h1 { font-size:15px; font-family:trebuchet ms; letter-spacing:1px; }
- i, em { color:{color:Italic} }
- p { margin-top:6px; margin-bottom:6px; }
- blockquote {
- padding-left:10px;
- margin:15px;
- border-left:1px solid {color:Text};
- }
- pre {
- width:95%;
- margin-left:auto;
- margin-right:auto;
- padding:4px;
- font-size:10px;
- background:#f4f4f4;
- white-space:pre-wrap;
- word-wrap:break-word;
- }
- #container {
- background-color:transparent;
- width: 400px;
- margin: 0 auto -10px auto;
- }
- #entries {
- margin-left:460px;
- text-align: left;
- }
- /* Posts*/
- .posts {
- margin: 50px 0 0px 0;
- {block:IndexPage}
- {block:if250px}
- max-width: 250px;
- {/block:if250px}
- {block:if400px}
- max-width: 400px;
- {/block:if400px}
- {block:if500px}
- max-width: 500px;
- {/block:if500px}
- {/block:IndexPage}
- text-align: left;
- padding: 10px;
- border-bottom: 1px solid {color:Post Border};
- background-color:{color:Post Background};
- {block:PermalinkPage}
- max-width:400px;
- {/block:PermalinkPage}
- }
- {block:ifGrayscale}
- #photo {
- -webkit-filter: grayscale(100%);
- z-index: -9999999999999999999999999px;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- -ms-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- }
- #photo:hover {
- -webkit-filter: grayscale(0%);
- z-index: -9999999999999999999999999px;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- -ms-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- }
- #pset {
- width: 100%;
- -webkit-filter: grayscale(100%);
- z-index: -9999999999999999999999999px;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- -ms-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- }
- #pset:hover {
- -webkit-filter: grayscale(0%);
- z-index: -9999999999999999999999999px;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- -ms-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- }
- {/block:ifGrayscale}
- /* Captions */
- .caption {
- text-align:left;
- padding-right:3px;
- letter-spacing:1px;
- font-family: trebuchet ms;
- font-size: 10px;
- text-transform:none;
- {block:if250px}
- max-width: 230px;
- {/block:if250px}
- {block:if400px}
- max-width: 380px;
- {/block:if400px}
- {block:if500px}
- max-width: 480px;
- {/block:if500px}
- }
- .bottom {
- height: 30px;
- margin: 0 auto;
- }
- /* Photoset Background */
- #tumblr_lightbox {
- background-color:rgba(255,255,255,.7)!important;
- opacity:1;
- }
- #tumblr_lightbox img {
- opacity:0;
- }
- #tumblr_lightbox_caption {
- padding-left:17px;
- color:#ccc;!important;
- font-family:trebuchet ms!important;
- font-size:7px!important;
- font-weight:normal!important;
- font-style:italic!important;
- letter-spacing:1px!important;
- text-transform:uppercase!important;
- text-shadow:none!important;
- }
- #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
- margin-top:-16px!important;
- border:1px solid #f2f2f2;!important;
- padding:15px!important;
- background:#fff!important;
- opacity:1!important;
- -moz-box-shadow:none!important;
- -webkit-box-shadow:none!important;
- box-shadow:none!important;
- -moz-border-radius:0px!important;
- -webkit-border-radius:0px!important;
- border-radius:0px!important;
- }
- /* Sidebar */
- #sidebar {
- position:fixed;
- max-width:130px;
- min-width:130px;
- background:{color:Sidebar Color};
- padding:7px;
- font-size:8px;
- border:1px solid {color:Post Border};
- left:150px;
- top:140px;
- }
- #titlerino {
- max-height:35px;
- max-width:130px;
- overflow:auto;
- font-size:12px;
- }
- {block:ifGrayscale}
- .sideimage {
- -webkit-filter: grayscale(0%);
- }
- {/block:ifGrayscale}
- /* Links Tab */
- #pluserino {
- position:fixed;
- text-align:center;
- {block:ifClock}
- margin-top: 196px;
- {/block:ifClock}
- {block:ifnotClock}
- margin-top:185px;
- {/block:ifnotClock}
- margin-left: 260px;
- width:20px;
- height:18px;
- background:{color:Links Tab};
- border-top:1px solid {color:Post Border};
- {block:ifnotCuteCursor}
- cursor:pointer;
- {/block:ifnotCuteCursor}
- {block:ifCuteCursor}
- cursor:url(http://i.imgur.com/ExXmLHW.png), auto;
- {/block:ifCuteCursor}
- color:{color:Link};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #pluserino:hover {
- padding-top:5px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .linkerino {
- color:{color:Link};
- text-transform:uppercase;
- border:1px solid {color:Post Border};
- background:{color:Post Background};
- padding-right:10px;
- }
- .linkerino a:hover {
- background-color: {color:Reblog Tab};
- color: {color:Links Hover};
- padding:0px 35px 0px 2px;
- text-align:left;
- }
- .sub {
- width:90px;
- text-align: right;
- position: absolute;
- left: -100px;
- margin-top: -5px;
- font-size:8px;
- }
- /* Quote Posts */
- h2 {
- font-family:consolas;
- font-weight:100;
- line-height:17px;
- }
- /* Audio Posts */
- #audio {
- letter-spacing: 1px;
- margin-left: 10px;
- font-size: 8px;
- }
- #audio_player {
- margin-left: 5px;
- width: 27px;
- height: 27px;
- padding: 3px;
- border: 2px solid {color:PostBorder};
- opacity:0.5;
- overflow: hidden;
- }
- #audio_perma {
- margin-top: 10px;
- margin-left: 10px;
- font-size: 10px;
- letter-spacing: 1px;
- }
- /* Chat Posts */
- .text {
- padding-left:15px;
- padding-right:15px;
- padding-top:15px;
- padding-bottom:15px;
- background-color:{color:Posts};
- }
- .user_1 .label { color:{color:Link}; font-weight:bold; }
- .user_2 .label { color:{color:Italic}; font-weight:italic; }
- .user_3 .label { color:{color:Link}; font-weight:italic; }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:0px;
- }
- /* Ask Posts */
- .aske {
- color:#999;
- font-family:calibri;
- {block:if250px}
- font-size:8px;
- {/block:if250px}
- {block:if400px}
- font-size:9px;
- {/block:if400px}
- {block:if500px}
- font-size:10px;
- {/block:if500px}
- letter-spacing:1px;
- text-transform:uppercase;
- }
- .question {
- color:#000;
- font-family:helvetica;
- font-size:9px;
- font-style:italic;
- letter-spacing:1px;
- }
- /* Permalink */
- #info {
- padding-top:5px;
- padding-left:5px;
- display:block;
- padding-bottom:5px;
- width:auto;
- font-size:8px;
- font-family:consolas;
- text-transform:uppercase;
- text-align:left;
- background-color:{color:Permalink Color};
- border:1px solid {color:Permalink Border};
- }
- /* Reblog Tab */
- #reblogging {
- font-size:7px;
- border-top:1px solid {color:Post Border};
- color:{color:Text};
- text-align:center;
- background-color:{color:Reblog Tab};
- width:15px;
- padding:3px;
- position:absolute;
- margin-bottom:60px;
- margin-top:16px;
- {block:if250px}
- margin-left:210px;
- {/block:if250px}
- {block:if400px}
- margin-left:360px;
- {/block:if400px}
- {block:if500px}
- margin-left:460px;
- {/block:if500px}
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #reblogging:hover {
- background-color:{color:Reblog Tab Hover};
- padding-top:10px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- /* Notes */
- .notes img {
- width:10px;
- position:relative;
- top:1px;
- margin-right:5px;
- }
- ol.notes, .notes li {
- width: 410px;
- font-size:10px;
- list-style:none;
- text-align:left;
- margin:5px 0 -1px 5px;
- padding:0px
- }
- /* Tooltip */
- #s-m-t-tooltip {
- max-width:210px;
- margin-top:15px;
- margin-left:18px;
- padding:2px 2px;
- z-index:999999999;
- background:{color:Tooltip Background};
- color:{color:Tooltip Font};
- font-family:trebuchet ms;
- font-size:7.5px;
- letter-spacing:2px;
- text-transform:lowercase;
- line-height:9px;
- }
- /* Tumblr Controls */
- iframe#tumblr_controls {
- top:0%!important;
- right:0%!important;
- position:fixed!important;
- z-index:999999999!important;
- opacity:0.3;
- -webkit-filter:invert(100%);
- -moz-filter:invert(100%);
- -o-filter:invert(100%);
- -ms-filter:invert(100%);
- filter:invert(100%);
- }
- /* Cursor */
- {block:ifCuteCursor}
- body{
- cursor:url(http://static.tumblr.com/kmw8hta/YoEn3ksuh/zorzc.png), auto;
- margin:0px;
- padding:0px;
- }
- a, a:link, a:active, a:visited{
- cursor:url(http://i.imgur.com/ExXmLHW.png), auto;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- a:hover{
- cursor:url(http://i.imgur.com/ExXmLHW.png), auto;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- {/block:ifCuteCursor}
- {block:ifnotCuteCursor}
- a, a:link, a:active, a:visited{
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- a:hover{
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- {/block:ifnotCuteCursor}
- </style>
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title],a[title],img[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <link href='http://fonts.googleapis.com/css?family=Quicksand:400,700' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- </head>
- <body>
- <div class="sideimage">
- <img style="position:fixed; bottom:{text:Side image from the bottom}px; right:{text:Side image from the right}px; z-index: -9999999999999; width:{text:Size of the side image}px;" src="{image:Side Image}"></div>
- <div id="sidebar">
- {block:ifClock}
- <span>
- <span id="tzTimeSpan_ee546ae56e90d5b"></span>
- <script type="text/javascript" src="http://24timezones.com/js/en/time_12_0_1.js"></script>
- <script src="http://24timezones.com/timescript/gettime.js.php?city=43&hourtype=12&showdate=0&showseconds=1&id=1853923&elem=ee546ae56e90d5b" language="javascript"></script>
- </span><p>
- {/block:ifClock}
- <center>
- <div id="titlerino">{Title}</div><p>
- <a href="/"><i class="fa fa-home"></i> home</a> <br>
- <a href="/ask"><i class="fa fa-envelope-o"></i> ask</a> <br>
- <a href="/archive"><i class="fa fa-folder-open-o"></i> archive</a>
- </div>
- <script type="text/javascript">
- jQuery(document).ready(function() {
- jQuery(".sub").hide();
- //toggle the componenet with class msg_body
- jQuery(".cthrough").click(function()
- {
- jQuery(this).next(".sub").slideToggle(500);
- });});
- </script>
- <a class="cthrough">
- <div id="pluserino"><a class="cthrough">+</a>
- <div class="sub">
- <div class="linkerino">
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a><br>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a><br>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a><br>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a><br>{/block:ifLink4}
- <!---Don't remove!!!!----->
- <a href="http://kluvsorange.co.vu">Theme</a>
- <!---Thanks!!!------------>
- </div>
- </div>
- </div></a>
- </center>
- <div id="entries">
- <div class = "autopagerize_page_element" >
- {block:posts}
- <div class="posts">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}
- <h2><i>“{Quote}” </i></h2>
- — {Source}<br>
- {/block:Quote}
- {block:Link}
- <a href="{URL}"><div style="font-family:courier new;font-size:20px;color:#000;border-bottom: 1px dotted #aaa;padding-bottom:4px;">{Name}</div></a>
- {block:Description}
- <p>{Description}</p>
- {/block:Description}
- {/block:Link}
- {block:Photo}
- {block:IndexPage}
- <div id="photo">
- {block:if250px}
- <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt='{PhotoAlt}'/>{LinkCloseTag}</center>
- {/block:if250px}
- {block:if400px}
- <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt='{PhotoAlt}'/>{LinkCloseTag}</center>
- {/block:if400px}
- {block:if500px}
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt='{PhotoAlt}'/>{LinkCloseTag}</center>
- {/block:if500px}
- </div>
- {/block:IndexPage}
- {block:ifShowCaptions}
- {block:IndexPage}
- <div class="caption">
- {block:Caption}{Caption}{/block:Caption}
- </div>
- {/block:indexpage}
- {/block:ifShowCaptions}
- {block:permalinkpage}
- <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt='{PhotoAlt}'/>{LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}
- {block:indexpage}
- <div id="pset">
- {block:if250px}
- <center>{Photoset-250}</center></div>
- {/block:if250px}
- {block:if400px}
- <center>{Photoset-400}</center></div>
- {/block:if400px}
- {block:if500px}
- <center>{Photoset-500}</center></div>
- {/block:if500px}
- {/block:indexpage}
- {block:ifShowCaptions}
- {block:indexpage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:indexpage}
- {/block:ifShowCaptions}
- {block:permalinkpage}
- {Photoset-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Chat}
- <div class="text">
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label} {Line}</li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Video}
- {block:IndexPage}
- {block:if250px}
- {Video-250}
- {/block:if250px}
- {block:if400px}
- {Video-400}
- {/block:if400px}
- {block:if500px}
- {Video-500}
- {/block:if500px}
- {/block:IndexPage}
- {block:ifShowCaptions}
- {block:indexpage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:indexpage}
- {/block:ifShowCaptions}
- {block:permalinkpage}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:permalinkpage}
- {/block:Video}
- {block:Answer}
- <table>
- <tr>
- <td valign="top" style="border-right:1px solid {color:Border}; padding-top:5px;padding-right:10px;">
- <img src="{AskerPortraitURL-48}">
- </td>
- <td valign="top" style="padding:5px;" >
- <div class="aske">{Asker} asked: </div>
- <div class="question">{Question}</div>
- </td>
- </tr>
- </table>
- {Answer}
- {/block:Answer}
- {block:Audio}
- {block:indexpage}
- <table>
- <tr>
- <td>
- <div id="audio_player">{AudioPlayerWhite}</div>
- </td>
- <td>
- <div id="audio">
- <div style="text-transform:uppercase;">{block:TrackName}{TrackName}{/block:TrackName}
- <br>{block:Artist} {Artist}{/block:Artist}
- <br>{PlayCountWithLabel}
- </div>
- </div>
- </td>
- </tr>
- </table>
- {block:ifShowCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifShowCaptions}
- {/block:indexpage}
- {block:permalinkpage}
- <table>
- <tr>
- <td>
- <div id="audio_perma">{AudioPlayerWhite}
- <br>
- <div style="text-transform:uppercase;letter-spacing:1px;">
- <strong>Title:</strong> {block:TrackName}{TrackName}{/block:TrackName} <br>
- <strong>Artist:</strong> {block:Artist} {Artist}{/block:Artist}
- <br>{PlayCountWithLabel}
- </div>
- </div>
- </td>
- </tr>
- </table>{Caption}
- {/block:permalinkpage}
- {/block:Audio}
- {block:indexpage}
- <center>
- <div id="info">
- {block:Date}<a href="{Permalink}" ><i class="fa fa-calendar-o"></i> {ShortMonth} {DayOfMonthWithZero}, {Year}</a>
- {/block:Date}
- {block:NoteCount}
- <a href="{Permalink}" > <i class="fa fa-file-o"></i> {NoteCountWithLabel}</a>
- {/block:NoteCount}
- <br>
- {block:ifShowTags}
- {block:HasTags}
- <i class="fa fa-tag"></i> Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags}
- {/block:HasTags}
- {/block:indexpage}
- {/block:ifShowTags}
- <a href="{ReblogURL}" target="_blank" class="details" title="reblog"><div id="reblogging"><i class="fa fa-retweet"></i></a></div>
- {/block:indexpage}
- {block:PermalinkPage}
- <center>
- <div id="info">
- {block:Date}<b>Posted on </b>{ShortMonth} {DayOfMonthWithZero}, {Year}{/block:Date}{block:NoteCount} <b>with</b> {NoteCountWithLabel}{/block:NoteCount}
- {block:RebloggedFrom}
- <br>
- <b>Via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <br><b>Source:</b> <a href="{SourceURL}">{SourceLink}</a>
- {/block:ContentSource}
- {block:HasTags}
- <br>
- <b>Tags:</b> {block:Tags}<a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- {/block:HasTags}
- </center>
- {/block:PermalinkPage}
- </center>
- </div>
- {block:indexpage}<div class="bottom"></div>{/block:indexpage}
- {/block:Posts}
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}<br>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment