Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <!--DEFAULT VARIABLES-->
- <!--COLORS-->
- <meta name="color:sidebar background" content="#ffffff"/>
- <meta name="color:links" content="#aaaaaa"/>
- <meta name="color:hover" content="#000000"/>
- <meta name="color:post background" content="#ffffff"/>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:header" content="#ffffff"/>
- <meta name="color:link background" content="#cccccc"/>
- <meta name="color:link border" content="#bbbbbb"/>
- <meta name="color:link background hover" content="#aaaaaa"/>
- <meta name="color:link border hover" content="#cccccc"/>
- <meta name="color:text" content="#aaaaaa"/>
- <!--TEXT-->
- <meta name="text:Link 1" content="/"/>
- <meta name="text:Link 1 Title" content="link"/>
- <meta name="text:Link 2" content="/"/>
- <meta name="text:Link 2 Title" content="link"/>
- <meta name="text:Link 3" content="/"/>
- <meta name="text:Link 3 Title" content="link"/>
- <meta name="text:Link 4" content="/"/>
- <meta name="text:Link 4 Title" content="link"/>
- <meta name="text:Link 5" content="/"/>
- <meta name="text:Link 5 Title" content="link"/>
- <meta name="text:Link 6" content="/"/>
- <meta name="text:Link 6 Title" content="link"/>
- <!--OPTIONS-->
- <meta name="if:transparent posts" content="0"/>
- <meta name="if:white follow buttons" content="1"/>
- <meta name="if:fix header" content="1"/>
- <meta name="if:faded posts" content="1">
- <meta name="if:grayscale on hover" content="0"/>
- <meta name="if:color on hover" content="0"/>
- <!--PICTURES-->
- <meta name="image:background" content="0"/>
- <!--SCRIPTS-->
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:false,
- tip_delay_time:30,
- tip_fade_speed:200,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <title>{Title}</title>
- <style type="text/css">
- /*--FOLLOW BUTTONS--*/
- #tumblr_controls{
- position: fixed; top: 3px; right: 3px;
- opacity: 0.8;
- {Block:IfWhiteFollowButtons}
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- filter: invert(100%);
- {/Block:IfWhiteFollowButtons}
- z-index: 9999999999999999999999999999999999999999999999999;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- #tumblr_controls:hover{
- opacity: 1;
- }
- /*--SCROLLBAR--*/
- ::-webkit-scrollbar {
- width: 5px;
- height: 4px;
- background: white;
- }
- ::-webkit-scrollbar-thumb {
- background-color:black;
- }
- /*--BASICS--*/
- body{
- font-size: 10.5px;
- font-family: consolas;
- text-transform: uppercase;
- background: {color:background} url('{image:background}') repeat fixed center bottom;
- color: {color: text} !important;
- }
- #header{
- text-align: center;
- position: absolute;
- {block:iffixheader}
- position: fixed;
- {/block:iffixheader}
- top: 0px;
- left: 50%;
- margin-left: -410px;
- width: 503px;
- border: 1px solid #ddd;
- padding: 155px;
- padding-left: 162px;
- padding-top: 30px;
- height: 87px;
- padding-bottom: 31px;
- font-size: 11px;
- text-transform: uppercase;
- letter-spacing: 0px;
- background-color: {color:header};
- border-radius: 0 0 10px 10px;
- z-index: 10;
- font-family: consolas;
- border-top: 0;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #blogtitle{
- font-size: 12px;
- line-height: 20px;
- font-family: consolas;
- font-weight: none;
- text-transform: uppercase;
- }
- #sidebar{
- position: fixed;
- top: 50px;
- width: 200px;
- margin-left: 50px;
- text-transform: none;
- font-size: 12px;
- background-color: #fff;
- border: 1px solid #ddd;
- padding: 5px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #portrait{
- background-color: #fff;
- border: 1px solid #ddd;
- border-top: 0px;
- padding: 5px;
- padding-top: 0px;
- top: 0px;
- padding-bottom: 2px;
- border-radius: 0 0 10px 7px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #portrait img{
- opacity: 0.8;
- border-radius: 0 0 5px 5px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
- @font-face { font-family: "Destrukt"; src:url('http://static.tumblr.com/ejm8w78/aollviadu/destrukt.ttf'); }
- /*--LINKS--*/
- a:link, a:active, a:visited{
- text-decoration: none;
- color: {color:links};
- font-weight: bold;
- -webkit-transition: color 1s ease-in-out;
- -moz-transition: color 1s ease-in-out;
- -o-transition: color 1s ease-in-out;
- transition: color 1s ease-in-out;
- }
- a:hover{
- color: {color:hover};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #link1{
- position: absolute;
- top: 18px;
- margin-left: 270px;
- width: 30px;
- height: 30px;
- line-height: 31px;
- background-color: {color:link background};
- border-left: 3px solid {color:link border};
- border-right: 3px solid {color:link border};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #link1:hover{
- background-color: {color:link background hover};
- border-left: 3px solid {color:link border hover};
- border-right: 3px solid {color:link border hover};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #link2{
- position: absolute;
- top: 18px;
- margin-left: 314px;
- width: 30px;
- height: 30px;
- line-height: 31px;
- background-color: {color:link background};
- border-left: 3px solid {color:link border};
- border-right: 3px solid {color:link border};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #link2:hover{
- background-color: {color:link background hover};
- border-left: 3px solid {color:link border hover};
- border-right: 3px solid {color:link border hover};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #link3{
- position: absolute;
- top: 54px;
- margin-left: 270px;
- width: 30px;
- height: 30px;
- line-height: 31px;
- background-color: {color:link background};
- border-left: 3px solid {color:link border};
- border-right: 3px solid {color:link border};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #link3:hover{
- background-color: {color:link background hover};
- border-left: 3px solid {color:link border hover};
- border-right: 3px solid {color:link border hover};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #link4{
- position: absolute;
- top: 54px;
- margin-left: 314px;
- width: 30px;
- height: 30px;
- line-height: 31px;
- background-color: {color:link background};
- border-left: 3px solid {color:link border};
- border-right: 3px solid {color:link border};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #link4:hover{
- background-color: {color:link background hover};
- border-left: 3px solid {color:link border hover};
- border-right: 3px solid {color:link border hover};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #link5{
- position: absolute;
- top: 90px;
- margin-left: 270px;
- width: 30px;
- height: 30px;
- line-height: 31px;
- background-color: {color:link background};
- border-left: 3px solid {color:link border};
- border-right: 3px solid {color:link border};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #link5:hover{
- background-color: {color:link background hover};
- border-left: 3px solid {color:link border hover};
- border-right: 3px solid {color:link border hover};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #link6{
- position: absolute;
- top: 90px;
- margin-left: 314px;
- width: 30px;
- height: 30px;
- line-height: 31px;
- background-color: {color:link background};
- border-left: 3px solid {color:link border};
- border-right: 3px solid {color:link border};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #link6:hover{
- background-color: {color:link background hover};
- border-left: 3px solid {color:link border hover};
- border-right: 3px solid {color:link border hover};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- /*--POSTS--*/
- #posts{
- position: absolute;
- left: 50%;
- margin-left: -419px;
- margin-top: 168px;
- width: 847px;
- z-index: 1;
- {Block:PermalinkPage}
- width: 512px;
- margin-left: -256px;
- {/Block:PermalinkPage}
- }
- .entry{
- text-align: left;
- font-family: consolas;
- width: 250px;
- border-radius: 8px;
- {Block:PermalinkPage}width: 500px;{/Block:PermalinkPage}
- margin: 9px;
- padding: 5px;
- background-color: {color:post background};
- {Block:IfTransparentPosts}background-color: transparent;{/Block:IfTransparentPosts}
- border: 1px solid #ddd;
- overflow: hidden;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .entry img{
- border-radius: 4px;
- max-width: 100%;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- }
- .entry img{
- {Block:IFFadedPosts}
- opacity: 0.7;
- {/Block:IfFadedPosts}
- {Block:IfGrayscaleOnHover}
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- {/Block:IfGrayscaleOnHover}
- {Block:IfColorOnHover}
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- {/Block:IfColorOnHover}
- max-width: 100%;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- }
- .entry:hover img{
- {Block:IFFadedPosts}
- opacity: 1;
- {/Block:IfFadedPosts}
- {Block:IfGrayscaleOnHover}
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- {/Block:IfGrayscaleOnHover}
- {Block:IfColorOnHover}
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- {/Block:IfColorOnHover}
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- }
- .entry blockquote{
- border-left: 3px solid {color:links};
- border-right: 3px solid {color:links};
- background-color: #eee;
- padding: 5px;
- margin-left: 5px;
- width: 227px;
- }
- #answer a{
- color: #000;
- }
- #answer{
- color: #000;
- }
- .perms{
- position: absolute;
- top: 50%;
- left: 50%;
- margin-top: -28px;
- margin-left: -69px;
- background-color: #fff;
- width: 182px;
- text-align: center;
- padding: 4px;
- font-size: 10px;
- opacity: 0;
- width: 130px;
- height: 48px;
- border-radius: 15px;
- padding-top: 7px;
- padding-bottom: 7px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- }
- .entry:hover .perms{
- opacity: 1;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- }
- #textperma{
- margin-top: 3px;
- padding-top: 3px;
- border-top: 1px solid #aaa;
- width: 50%;
- }
- #infos{
- font-size: 8px;
- text-transform: uppercase;
- float:left;
- margin-top:10px;
- padding:5px;
- {block:IndexPage}
- border-left: 1px solid #ddd;
- background-color: transparent;
- width:83px;
- height: 70px;
- {/block:IndexPage}
- {block:PermalinkPage}
- border-left: 1px solid #ddd;
- background-color: transparent;
- width:95px;
- height: 350px;
- margin-bottom:20px;
- {/block:PermalinkPage}
- }
- #player{
- float:left;
- width:29px;
- padding-left:2px;
- padding-top:5px;
- padding-bottom:10px;
- height:15px;
- background-color:#fff;
- overflow-x:hidden;
- overflow-y:hidden;
- opacity: .9;
- filter:alpha(opacity=10);
- -moz-opacity: 0.1;
- -moz-transition: all .9s ease;
- -o-transition: all .9s ease;
- transition: all .9s ease;
- -webkit-transition: all .9s ease;
- {block:IndexPage}
- margin-top:35px;
- margin-left:-65px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-top:175px;
- margin-left:-205px;
- {/block:PermalinkPage}
- }
- #album{
- -moz-border-radius: 5px;
- border-radius: 5px;
- border: 1px solid #ddd;
- margin:10px;
- float:left;
- {block:IndexPage}
- width:80px;
- height:80px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:360px;
- height:360px;
- {/block:PermalinkPage}
- }
- #pagination{
- display:none;
- }
- .title{
- text-align: left;
- font-size: 13px;
- text-transform: uppercase;
- font-weight: bold;
- }
- body{
- color: {color:text} !important;
- font-family: consolas;
- }
- a img{
- border: 0;
- }
- #s-m-t-tooltip{
- max-width:120px;
- padding:3px 4px 5px 4px;
- margin:20px 0px 0px 20px;
- font-family:consolas;
- font-size:9px !important;
- text-transform:uppercase;
- color:{color:text};
- background-color: #eee;
- z-index:999999999999999999999999999999999999;
- border-left: 3px solid {color:links};
- border-right: 3px solid {color:links};
- }
- {CustomCSS}
- </style>
- <!--INFINITE SCROLLING-->
- {Block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/npajswt/gLGmp92pr/infinitescroll.txt"></script>
- <script type="text/javascript">
- $(window).load(function () {
- var $content = $('#posts');
- $content.masonry({itemSelector: '.entry'}),
- $content.infinitescroll({
- navSelector : 'div#pagination',
- nextSelector : 'div#pagination a#nextPage',
- itemSelector : '.entry',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
- },
- bufferPx : 600,
- debug : false,
- },
- // call masonry as a callback.
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
- });
- });
- });
- </script>
- {/Block:IndexPage}
- <title>{Title}</title>
- </head>
- <body>
- <!--HEADER-->
- <div id="header">
- <a href="/"><div style="position: absolute; margin-left: -150px;" id="portrait"><img src="{PortraitURL-128}"></div></a>
- <a href="/" id="blogtitle">{Title};</a>
- {Description}<p>
- <div class="links">
- <a href="{text:link 2}" id="link1" title="{text:Link 3 Title}">I</a>
- <a href="{text:Link 2}" id="link2" title="{text:Link 2 Title}">II</a>
- <a href="{text:Link 3}" id="link3" title="{text:Link 3 Title}">III</a>
- <a href="{text:Link 4}" id="link4" title="{text:Link 4 Title}">IV</a>
- <a href="{text:Link 5}" id="link5" title="{text:link 5 Title}">V</a>
- <a href="{text:Link 6}" id="link6" title="{text:Link 6 Title}">VI</a>
- </div></div>
- <!--POSTS-->
- <div id="posts">
- {Block:Posts}
- <div class="entry">
- {Block:Text}
- {Block:Title}<div class="title">{Title}</div>{/Block:Title}
- {Body}
- {Block:IndexPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES, </a><a href="{ReblogURL}"> reblog</a></div>{/Block:IndexPage}
- {/Block:Text}
- {Block:Photo}
- <div class="photo">{LinkOpenTag}<img src="{PhotoURL-500}" style="cursor: default;" width="100%"{Block:Post1}style="border-radius: 10px 0 0 0;"{/Block:Post1}{Block:Post3}style="border-radius: 0 10px 0 0;"{/Block:Post3}>{LinkCloseTag}</div>
- {Block:IndexPage}
- <div class="perms">Posted <a href="{Permalink}">{TimeAgo}</a><br><div style="border-top: 1px solid #ddd; margin-top: 2px; margin-bottom: -9px;"></div><br><a href="{Permalink}">{Notecount} notes</a><br><div style="border-top: 1px solid #ddd; margin-top: 2px; margin-bottom: -9px;"></div><br><a href="{ReblogURL}">share this post</a></div>
- {/Block:IndexPage}
- {/Block:Photo}
- {Block:Quote}
- {Quote}
- {Block:Source} <span class="title">- {Source}</span>{/Block:Source}
- {Block:IndexPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES, </a><a href="{ReblogURL}"> reblog</a></div>{/Block:IndexPage}
- {/Block:Quote}
- {block:Audio}
- <!--CODE BY NAEIVE :)-->
- <div id="album">{block:AlbumArt}<img width="80px" src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
- <div id="player"><div style="margin-top:-3px;">{AudioPlayerWhite}</div></div>
- <div id="infos">
- <span style="letter-spacing:1px; color:{color:link};">{block:TrackName}{TrackName}{/block:TrackName}</span><br>
- {block:Artist}
- {Artist}
- {/block:Artist}
- <br>
- {block:Album}
- {Album}
- {/block:Album}<br>
- {PlayCountWithLabel}
- </div>
- {/Block:Audio}
- {Block:Video}
- {Video-250}
- {/Block:Video}
- {Block:Photoset}
- {Photoset-250}
- {Block:IndexPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES, </a><a href="{ReblogURL}"> reblog</a></div>{/Block:IndexPage}
- {/Block:Photoset}
- {Block:Chat}
- {Block:Title}<div class="title">{Title}</div><br>{/Block:Title}
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
- {Block:IndexPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES, </a><a href="{ReblogURL}"> reblog</a></div>{/Block:IndexPage}
- {/Block:Chat}
- {block:Answer}
- <div style="padding: 5px; width: 190px; {block:PermalinkPage}width: 490px;{/Block:PermalinkPage} background-color: #eee; border-radius: 5px; margin-bottom: -5px;">{Asker} asked: {Question}</div>
- {Answer}
- {Block:IndexPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES</a></div>{/Block:IndexPage}
- {/block:Answer}
- {Block:Link}
- <div class="title"><div style="margin-top: 5px;"></div><a style="padding: 5px; margin-top: 5px; margin-bottom: 3px; border-radius: 4px; background-color: #eee; width: 190px;" href="{URL}" title="{Name}" target="{Target}">{Name} »</a><div style="margin-bottom: 10px;"></div></div>
- {Block:Description}{Description}{/Block:Description}
- {Block:IndexPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES, </a><a href="{ReblogURL}"> reblog</a></div>{/Block:IndexPage}
- {/Block:Link}
- {Block:PermalinkPage}<div id="textperma"><a href="{Permalink}">{NoteCount} NOTES{block:answer}<div style="display:none;">, </a><a href="{ReblogURL}"> reblog</a>{/block:answer}</div>{Block:Caption}{Caption}{/Block:Caption}<p>{Block:PostNotes}{PostNotes}{/Block:PostNotes}<p><a href="http://unstrong.tumblr.com">theme by zak</a>{/Block:PermalinkPage}
- </div>
- {/Block:Posts}
- </div>
- </div>
- {block:IndexPage}
- {block:Pagination}<div id="pagination">
- {block:NextPage}<a style="display:none;" id="nextPage" href="{NextPage}"> →</a>{/block:NextPage}
- {block:PreviousPage}<a style="display:none;" href="{PreviousPage}">← </a>{/block:PreviousPage}
- </div>{/block:Pagination}
- {/block:IndexPage}
- </body>
- <a href="http://unstrong.tumblr.com"><div style="padding: 3px; font-size: 10px; position: fixed; bottom: 3px; right: 3px; background-color: #fff; border: 3px double #aaa;">THEME</div></a>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement