Advertisement
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">
- <!-- BASE BY STARGIRL. FINISHED BY CHRVSTN -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="http://31.media.tumblr.com/tumblr_lkl5jthIYM1qfamg6.gif">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <style type="text/css">
- @font-face { font-family: "aaargh"; src: url('https://dl.dropboxusercontent.com/s/bnyoyt2m3w06ehr/aaargh.ttf'); format(“truetype”);}
- @font-face { font-family: "gasara"; src: url('https://dl.dropbox.com/s/9mird7ef2oyhzbc/gasara.ttf'); }
- body {
- background-image: url('');
- background-color: #ffffff;
- background-attachment:fixed;
- background-repeat: no-repeat;
- background-position: bottom left
- margin:0;
- }
- a {
- color: #3e509f;
- text-decoration: none;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- a:hover {
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- color: #3e509f;
- text-decoration:none;
- }
- blockquote {
- margin-left:5px;
- padding: 2px;
- border-left: 1px solid #3e509f;
- border-bottom: 1px dotted #3e509f;
- }
- blockquote blockquote {
- margin-left: 5px;
- padding: 2px;
- border-left: 1px solid #3e509f;
- border-bottom: 1px dotted #3e509f;
- }
- blockquote img {
- max-width: 230px !important;
- height: auto;
- }
- blockquote blockquote img {
- max-width: 200px !important;
- height: auto;
- }
- h1, h2 {
- font-family: "aaargh";
- font-size: 20px;
- line-height: 23px;
- letter-spacing: 1px;
- color: #3e509f;
- text-align: justify;
- }
- pre, code {
- font-family: "Gasara";
- font-size: 8px;
- text-align: center;
- border-left: 1px solid #3e509f;
- border-right: 1px solid #3e509f;
- border-bottom: 1px dotted #3e509f;
- color: #3e509f;
- max-width: 240px !important;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- }
- /* BLOG POSTS */
- #wrapper {
- width:270px;
- height:auto;
- float: right;
- right: 100px;
- top: 20px;
- position:relative;
- }
- .posts {
- width:250px;
- font-family: "Calibri";
- font-size:9px;
- letter-spacing: 1;
- line-height: 100%;
- color: #9e9e9e;
- text-align: justify;
- word-wrap:break-word;
- background-color: #e7e7e7;
- padding: 10px;
- margin-bottom: 40px;
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .posts img {
- max-width: 245px;
- height: auto;
- }
- .postinfo {
- width:250px;
- font-family: "Gasara";
- font-size:9px;
- letter-spacing: 1;
- line-height: 100%;
- color: #9e9e9e;
- text-align: justify;
- word-wrap:break-word;
- margin-top: -15px;
- background-color: #ffffff;
- padding: 10px;
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .postcontainer img:hover, #photoset:hover {
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- -webkit-filter: grayscale(0%) !important;
- opacity: 1;
- }
- .postcontainer img, #photoset {
- max-width:250px;
- -webkit-filter: grayscale(100%);
- opacity: .5;
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .photopost img {
- max-width: 250px !important;
- opacity: .5;
- -webkit-filter: grayscale(100%);
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .photopost img:hover {
- opacity: 1;
- -webkit-filter: grayscale(0%);
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .posts img, #photoset {
- max-width: 250px !important
- opacity: .5;
- -webkit-filter: grayscale(100%);
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .posts img:hover {
- opacity: 1;
- -webkit-filter: grayscale(0%);
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .video {
- max-width: 250px !important;
- -webkit-filter: grayscale(100%);
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .video:hover {
- opacity: 1;
- -webkit-filter: grayscale(0%);
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .postnotes {
- width:250px;
- font-family: "Gasara";
- font-size:8px;
- letter-spacing: 1;
- line-height: 100%;
- color: #9e9e9e;
- text-align: left;
- text-transform: uppercase;
- word-wrap:break-word;
- background-color: #ffffff;
- padding: 10px;
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .postnotes img {
- display:none;
- }
- .postperma {
- width:260px;
- margin-left:-10px;
- position:absolute;
- margin-top: 10px;
- padding: 5px;
- color: #9e9e9e;
- font-family: "Gasara";
- font-size: 8px;
- text-transform: uppercase;
- letter-spacing: 1;
- border-top:1px solid #3e509f;
- background-color: transparent;
- line-height: 100%;
- text-align: right;
- -moz-transition:all ease-in-out 1.2s;
- -webkit-transition:all ease-in-out 1.2s;
- -o-transition:all ease-in-out 1.2s;
- transition:all ease-in-out 1.2s;
- }
- .postperma a {
- color: #3e509f;
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .postperma a:hover {
- color: #3e509f;
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- #posttitle {
- font-family:"aaargh";
- font-size:30px;
- letter-spacing:1px;
- line-height:33px;
- color: #3e509f;
- text-transform:uppercase;
- text-align:justify;
- }
- #permtitle {
- font-family:"aaargh";
- color: #9e9e9e;
- font-size: 8px;
- padding: 5px;
- margin-top: 5px;
- text-align: center;
- text-transform: uppercase;
- }
- #odd {
- padding:2px;
- font-family: "Calibri";
- font-size:9px;
- color: #9e9e9e;
- background-color: #ffffff;
- }
- #even {
- padding:2px;
- font-family: "Calibri";
- font-size:9px;
- color: #9e9e9e;
- background-color: #ffffff;
- }
- #tags {
- font-family: "Gasara";
- font-size:8px;
- text-transform: uppercase;
- letter-spacing: 1;
- line-height: 100%;
- }
- #q {
- font-size:22px;
- line-height: 26px;
- font-family: "aaargh";
- padding-bottom:10px;
- }
- #qs {
- text-align: right;
- padding-bottom:10px;
- font-size:8px;
- font-family: "Gasara";
- }
- /* Audio */
- /* AUDIO */
- .album {
- background-repeat: no-repeat;
- background-position: center;
- position: absolute;
- width: 86px;
- height: 86px;
- background-size: 60px;
- overflow: hidden;
- background-color: {color:Track Background};
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .album img {
- width: 86px;
- height: 86px;
- overflow: hidden;
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- -webkit-filter: grayscale(100%);
- opacity:.5;
- }
- .album img:hover {
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- -webkit-filter: grayscale(0%) !important;
- opacity:1;
- }
- .player {
- width: 10px;
- height: 11px;
- overflow: hidden;
- padding: 4px 21px 21px 4px;
- margin-top: 27px;
- margin-left: 26px;
- position: absolute;
- background-color: #fff;
- opacity: 0.5;
- z-index: 10;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -o-transition: all 0.4s linear;
- -moz-border-radius: 30px;
- -webkit-border-radius: 30px;
- border-radius: 30px;
- }
- .album:hover .player {
- opacity: 0.5;
- }
- .track {
- margin-left: 90px;
- min-height: 80px;
- max-height: 100px;
- overflow: auto;
- font-family:'Avalon', sans-serif;
- font-size:10px;
- padding: 3px;
- color: {color:Track Text};
- text-transform: uppercase;
- letter-spacing: 1px;
- background: {color:Track Background};
- }
- .question {
- padding-bottom: 10px;
- border-bottom: 1px solid #3e509f;
- border-left: 1px dotted #3e509f;
- border-right: 1px dotted #3e509f;
- padding: 4px;
- }
- /* SIGNERICA */
- @font-face{ font-family:"signerica"; src: url('https://dl.dropboxusercontent.com/s/kfe6jebile02ki3/signerica_thin.ttf');}
- .asker {
- font-family: "Signerica";
- font-size: 30px;
- letter-spacing: -1px;
- line-height: 43px;
- text-transform: lowercase;
- color: #3e509f;
- width: 250px;
- margin-top: -10px;
- text-align: center;
- }
- .question {
- font-family: "Gasara";
- font-size: 8px;
- color: #3e509f;
- text-align: justify;
- letter-spacing: 1px;
- line-height: 12px;
- }
- .answer {
- font-family: "Calibri";
- font-size: 12px;
- line-height:15px;
- color: #9e9e9e;
- }
- .answer img {
- max-width: 230px;
- height: auto;
- }
- /* SIDEBAR */
- #sidewrap{
- left: 200px;
- bottom: 10px;
- position: fixed;
- height: 650px;
- width: 400px;
- }
- .rend {
- opacity: 1 !important;
- margin-top: 30px;
- margin-left: 10px;
- }
- .title {
- font-family: "Aaargh";
- font-size: 40px;
- color: #3e509f;
- width: 200px;
- text-align: center;
- height: auto;
- letter-spacing: 1px;
- margin-top: -300px;
- margin-left: 215px;
- }
- .brooklynn {
- width: 200px;
- height: 70px;
- margin-top: -5px;
- margin-left: 220px;
- opacity: 1;
- }
- .brooklynn img {
- -webkit-filter: blur(0px);
- -moz-filter: blur(0px);
- -o-filter: blur(0px);
- -ms-filter: blur(0px);
- filter: blur(0px);
- -webkit-filter: grayscale(100%);
- filter: grayscale(100%);
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .brooklynn img:hover {
- -webkit-filter: blur(500px);
- -moz-filter: blur(500px);
- -o-filter: blur(500px);
- -ms-filter: blur(500px);
- filter: blur(500px);
- -webkit-filter: grayscale(0%);
- filter: grayscale(0%);
- -moz-transition:all ease-in-out 0.7s;
- -webkit-transition:all ease-in-out 0.7s;
- -o-transition:all ease-in-out 0.7s;
- transition:all ease-in-out 0.7s;
- }
- .links {
- font-family: "Aaargh";
- font-size: 10px;
- margin-top: 5px;
- margin-left: 220px;
- width: 200px;
- height: auto;
- letter-spacing: 1px;
- text-align: justify;
- }
- .desc {
- background-color: #e7e7e7;
- padding: 5px;
- font-family: "Gasara";
- font-size: 8px;
- color: #3e509f;
- width: 190px;
- height: 70px;
- text-align: justify;
- margin-left: 220px;
- margin-top: 5px;
- }
- .img {
- margin-top: 5px;
- height: 50px;
- width: 50px;
- margin-left: 225px;
- }
- .img img {
- opacity: 1;
- height: 50px;
- width: 50px;
- }
- .desc2 {
- margin-top: -50px;
- margin-left: 280px;
- height: 40px;
- width: 130px;
- padding: 5px;
- background-color: #e7e7e7;
- font-family: "Gasara";
- font-size: 8px;
- color: #3e509f;
- text-align: justify;
- }
- /* S-M-T-TOOLTIP CSS */
- #s-m-t-tooltip{
- max-width:200px;
- z-index:9999999999999999999999999999999999999999999999;
- margin:12px 10px;
- padding:2px;
- background-color: #e7e7e7;
- border-left: 3px solid #3e509f;
- border-bottom: 1px dotted #3e509f;
- color: #3e509f;
- font-family:"Gasara";
- letter-spacing:0px;
- text-transform:uppercase;
- font-size:8px;
- line-height:100%;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
- -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
- -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
- -webkit-transition: all 0.2s ease;
- -moz-transition: all 0.2s ease;
- -o-transition: all 0.2s ease;
- -webkit-animation: hover 600ms;
- }
- /* POP UP */
- *html #fade {
- position: absolute;
- }
- #fade {
- display: none;
- background: #ffffff;
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: 1;
- z-index: 9999;
- }
- *html .popup_block {
- position: absolute;
- }
- .popup_block{
- display: none;
- background: #e5e5e5;
- padding: 20px;
- float: left;
- position: fixed;
- top: 50%;
- left: 50%;
- z-index: 9999999999;
- }
- img.btn_close {
- float: right;
- margin: -55px -55px 0 0;
- }
- .popl a {
- background: #cdcdcd;/* links background color */
- letter-spacing: 2px;
- font-size: 8px;
- font-family: "Gasara";
- margin-left: 10px;
- text-decoration:none;
- text-transform:uppercase;
- padding: 10px;
- padding-right: 80px;
- padding-left: 80px;
- color: #3e509f; /* links color */
- -webkit-box-shadow: 10px 10px 0px -4px rgba(0,0,0,0.29);
- -moz-box-shadow: 10px 10px 0px -4px rgba(0,0,0,0.29);
- box-shadow: 10px 10px 0px -4px rgba(0,0,0,0.29);
- -webkit-transition: all 0.9999999999999999s ease-out;
- -moz-transition: all 0.9999999999999999s ease-out;
- transition: all 0.9999999999999999s ease-out;
- }
- .popl a:hover {
- color: #e5e5e5; /* link color on hover */
- border: 1px solid #fff;
- -webkit-box-shadow: 3px 3px 0px -1px rgba(0,0,0,0);
- -moz-box-shadow: 3px 3px 0px -1px rgba(0,0,0,0);
- box-shadow: 3px 3px 0px -1px rgba(0,0,0,0);
- -webkit-transition: all 0.9999999999999999s ease-out;
- -moz-transition: all 0.9999999999999999s ease-out;
- transition: all 0.9999999999999999s ease-out;
- }
- .popt{
- font-family: "Aaargh";
- font-size: 40px;
- letter-spacing: -1px;
- color: #3e509f;
- text-align: center;
- }
- </style>
- <!-- POP UP SCRIPT -->
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel');
- var popURL = $(this).attr('href');
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1];
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove();
- });
- return false;
- });
- });
- </script>
- <!-- INFINITE SCROLL -->
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- <!---- S-M-T-TOOLTIP JAVA ----->
- <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- </head>
- <body>
- <div id="sidewrap">
- <!-- SIDEBAR -->
- <div class="rend"><img src="http://i.imgur.com/Ns94vml.png" /></div>
- <div class="title">#97A.SAGE</div>
- <div class="brooklynn">
- <a href="http://97brk.tumblr.com/" title="Brooklynn, the lesser twin. It rhymes!">
- <img src="http://i.imgur.com/GliHZlM.gif" />
- </a>
- </div>
- <div class="links">
- <a href="/">RFS.</a> <a href="/ask">IBX.</a> <a href="/">PRF.</a> <a href="/">NVG.</a> <a href="/">DSC.</a> <a href="/">???.</a>
- </div>
- <div class="desc">
- this is the desc
- </div>
- <div class="img">
- <a href=""><img src="http://i.imgur.com/9kheRbn.gif" /></a>
- </div>
- <div class="desc2">
- this is the secon desc
- </div>
- </div>
- <div id="wrapper">
- <div class="alignment">
- <div class="autopagerize_page_element" >
- {block:Posts}
- <div class="posts">
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- <!-- {ReblogParentURL}{block:ReblogParentLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{ReblogParentTitle}" />
- {/block:ReblogParentLogo}
- {block:NoReblogParentLogo}{ReblogParentLink}{/block:NoReblogParentLogo} -->
- {/block:ContentSource}
- <!-- PHOTO POSTS -->
- {block:Photo}
- {LinkOpenTag}
- <div class="photopost">
- <img src="{PhotoURL-250}">
- </div>
- {LinkCloseTag}
- {block:ifShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifShowCaptions}
- {/block:photo}
- <!-- PHOTOSET POSTS -->
- {block:Photoset}
- <div id="photoset">
- {Photoset-250}
- </div>
- {block:ifShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifShowCaptions}
- {/block:Photoset}
- <!-- VIDEO POSTS -->
- <div class="video">
- {block:Video}
- {Video-250}
- {block:ifShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifShowCaptions}
- {/block:Video}
- </div>
- <!-- AUDIO POSTS -->
- {block:Audio}<div class="album">{block:AudioPlayer}<div class="player">{AudioPlayerWhite}</div>{/block:AudioPlayer}
- {block:AlbumArt}{block:IndexPage}<img src="{AlbumArtURL}">{/block:IndexPage}{block:PermalinkPage}<img src="{AlbumArtURL}">{/block:PermalinkPage}{/block:AlbumArt}</div>
- <div class="track">{block:TrackName}Title: {TrackName}<br>{/block:TrackName}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}Album:
- {Album}{/block:Album}</div>
- {block:ifShowCaptions}{block:Indexpage}{block:Caption}{Caption}{/block:Caption}{/block:Indexpage}{/block:ifShowCaptions}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Audio}
- <!-- QUOTE POSTS -->
- {block:Quote}
- <div id="q">{Quote}</div>
- {block:Source}<div id="qs">— {Source}</div>{/block:Source}
- {/block:Quote}
- <!-- TEXT POSTS -->
- {block:Text}
- {block:Title}
- <div id="posttitle">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- <!-- QUESTION POSTS -->
- {block:Answer}
- <div class="question">❝{Question}❞</div>
- <div class="asker">{Asker}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- <!-- CHAT POSTS -->
- {block:Chat}
- {block:Title}
- <div id="posttitle">{Title}</div><br />
- {/block:Title}
- {block:Lines}<div id="{Alt}">
- {block:Label}<b>{Label}</b>{/block:Label} {Line}</br></div>
- {/block:Lines}
- {/block:Lines}
- {/block:Chat}
- <!-- LINK POSTS -->
- {block:Link}
- <a href="{URL}"> <div id="posttitle">{Name}</div></a>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:IndexPage}
- <div class="postperma">
- <a href="{Permalink}">{Month} {DayofMonth}, {Year}</a> {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>
- {/block:IndexPage}
- </div>
- {block:PermaLinkPage}
- <div class="postinfo">
- <center>
- <div id="permtitle">Posted on: {Month} {DayofMonth}, {Year}<br> {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>
- {block:RebloggedFrom}
- <div id="tags">Via:
- <a href="{ReblogParentURL}">{ReblogParentName}</a> ||
- Source: <a href="{ReblogRootURL}">{ReblogRootName}</a></div>
- {/block:RebloggedFrom}
- </center>
- <br>
- {block:HasTags}
- <div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags} </div>
- {/block:HasTags}
- </div>
- {block:PostNotes}<div class="postnotes"><div style="margin-left: -20px;">{PostNotes}</div></div>{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- </div>
- </div>
- </div>
- </div></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement