Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Theme by Zak (individul.tumblr.com)
- Remove credit and I'll hunt you down and kill you lol
- -->
- <html lang="en">
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <link href='http://static.tumblr.com/blpgwiz/usPm404d2/bounce_normal.css' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Delius|Delius+Unicase' rel='stylesheet' type='text/css'>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lngwraXumj1qf72le.png" class="btn_close" title="Close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <div style="opacity: 0; position: fixed; top: -30px; left: -400px;"><script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2005091&name="></script>
- </div>
- <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
- <html lang="en">
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <meta name="text:FAQ" content="faq goes here, put a </br> to make a new line"/>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Borda" content="#d8d8d8"/>
- <meta name="color:Sidebar Links Border" content="#d8d8d8"/>
- <meta name="color:Sidebar Links Background" content="#ffffff"/>
- <meta name="color:Links" content="#000000"/>
- <meta name="color:Title" content="#000000"/>
- <meta name="color:Asks" content="#e6e6e6"/>
- <meta name="color:Hover" content="#686868"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Background" content=""/>
- <meta name="text:Link One Title" content=""/>
- <meta name="text:Link One" content="" />
- <meta name="text:Link Three Title" content=""/>
- <meta name="text:Link Three" content=""/>
- <meta name="text:Link Four Title" content=""/>
- <meta name="text:Link Four" content=""/>
- <meta name="text:Link Two Title" content=""/>
- <meta name="text:Link Two" content=""/>
- <meta name="text:Link Five Title" content=""/>
- <meta name="text:Link Five" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Sidebar Background" content="http://static.tumblr.com/4ad7cdacd15e97dace08975b2538d37f/pmd5zth/Vt0mhezqz/tumblr_static_kijmhubgybnyjuyhmn.png"/>
- <meta name="if:Show Sidebar Image" content="0"/>
- <meta name="if:3 Columns" content="0"/>
- <meta name="if:1 Column" content="0"/>
- <style type="text/css">
- #bite
- #bite a{
- display:block
- }
- #bite .death {
- filter: alpha(opacity = 0);
- opacity:0;-webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #bite img{
- {block:if1column}
- margin-left:-10px;
- {/block:if1column}
- {block:ifnot3columns}
- {block:ifnot1column}
- margin-left: -10px;
- {/block:ifnot1column}
- {/block:ifnot3columns}
- {block:if3columns}
- margin-left:-10px;
- {/block:if3columns}
- width: 220px;
- -webkit-transform: rotate(-10deg);
- -moz-transform: rotate(-10deg);
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #bite img:hover{
- margin-left: 0px;
- width: 187px;
- -webkit-transform: rotate(-360deg);
- -moz-transform: rotate(-360deg);
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- .death:hover #bite{
- -webkit-transform: rotate(-360deg);
- -moz-transform: rotate(-360deg);
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #bite:hover .death {
- margin-top:2px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);
- opacity:100;
- }
- #desc{
- -webkit-border-radius: 0px 0px 0px 0px;
- border:1px solid transparent;
- padding:2px;
- background:transparent;
- margin-top:0px;
- width: 187px;
- -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
- }
- #bite:hover #desc{
- background-color: white;
- -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
- }
- #sidebarimg:hover #desc{
- position: fixed;
- top: 0px;
- opacity: 1;
- -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.8s ease-out;
- }
- @font-face { font-family: "Call Me"; src: url("http://static.tumblr.com/j2nmv5m/yJSm69tse/kgcallmemaybe-skinny.ttf") format("truetype"); }
- @font-face { font-family: "fuck"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
- a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
- <script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>
- <script type=”text/javascript”>
- //
- function desabilitaMenu(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- document.oncontextmenu = desabilitaMenu;
- document.onmousedown = desabilitaBotaoDireito;
- document.onmouseup = desabilitaBotaoDireito;
- </script>trols{
- position:fixed !important;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height:9px;
- background-color: #a4a4a4;
- }
- ::-webkit-scrollbar {
- width:5px;
- height:5px;
- background:#fff;
- margin-right:5px;
- }
- @font-face {
- font-family: fromwhere;
- src: url('http://static.tumblr.com/huallmg/NOjm2hzvp/fromwhereyouare.ttf');
- }
- .popup_block{
- -webkit-animation: bounceIn 2s;
- -moz-animation: bounceIn 2s;
- -ms-animation: bounceIn 2s;
- display: none; /*--hidden by default--*/
- background: white ;
- padding: 5px;
- border: 2px solid {color:borda};
- float: left;
- font-family: "fuck";
- font-size: 12;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 20px #000;
- -moz-box-shadow: 0px 0px 20px #000;
- box-shadow: 0px 0px 20px #000;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- border-radius: 0px;
- }
- img.btn_close {
- float: right;
- margin: 0 0px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- @font-face {
- font-family: "kg luck of the irish";
- src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
- }
- @font-face {
- font-family: "kg luck of the irish";
- src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
- }
- @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
- .left{
- float: left;
- margin-right: 20px;
- width: 802px;
- }
- #important{
- font-size: 8px;
- position: fixed;
- bottom: 2px;
- right: 2px;
- padding: 4px;
- background-color: #fff;
- border: 1px solid #eee;
- z-index: 9999999999999999999999999999;
- }
- .right{
- float: right;
- width: 200px;
- background-color: {color:Background};
- }
- iframe#tumblr_controls {
- opacity:1;
- top: 0% !important;
- right:0% !important;
- position: fixed !important;
- -webkit-filter: invert(100%)
- z-index:99;
- }
- body {
- padding: 0px;
- margin: 0px;
- color:#000;
- font-family: fuck;
- font-size: 11px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- }
- a:link, a:active, a:visited{
- color:{color:links};
- text-decoration: none;
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- }
- a:hover{
- color:{color:hover};
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- text-shadow:0px 0px 1px {color:hover};
- }
- .entry {
- {block:ifnot3columns}
- margin:4px;
- {/block:ifnot3columns}
- padding: 3px;
- float:left;
- background-color: white;
- border: 1px solid #e6e6e6;
- font-family: fuck;
- font-size: 11px;
- line-height:10px;
- {block:IndexPage}
- overflow: hidden;
- {block:if1column}
- width:400px;
- {/block:if1column}
- {block:ifnot1column}
- {block:ifnot3columns}
- width:250px;
- {/block:ifnot3columns}
- {/block:ifnot1column}
- {block:ifnot1column}
- {block:if3columns}
- width:250px;
- margin:4px;
- {/block:if3columns}
- {/block:ifnot1column}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:450px;
- margin-left: 10px;
- {/block:PermalinkPage}
- }
- .bubble {align:right;background:{color:asks}; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
- .bubble p {margin:1px 0px;}
- .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:asks};}
- .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: {color:asks}}
- .entry #permalink {
- position: absolute;
- margin-top: 9px;
- margin-left: 0px;
- opacity: 0;
- -webkit-transition: all .5s ease;
- -moz-transition: all .5s ease;
- -o-transition: all .5s ease;
- transition: all .5s ease;
- }
- .entry:hover #permalink {
- margin-top: 9px;
- margin-left: 0px;
- opacity: 1;
- }
- .countreblog {
- letter-spacing:1px;
- font-family: short stack;
- font-size:9px;
- color: #a4a4a4;
- line-height:5px;
- margin: 1px;
- margin-left: 2px;
- background:#fff;
- background-repeat:repeat;
- border:1px solid #d8d8d8;
- padding:2px 2px;
- opacity: 1;
- -webkit-border-radius:0px;
- moz-border-radius:0px;
- -o-border-radius:0px;
- border-radius:0px;
- }
- .countreblog a { color: #000; }
- @font-face { font-family: pixie; src: url('http://static.tumblr.com/fxpo5zq/a8Em6bgnk/lekton-regular.ttf'); }
- div#titleee{
- position:fixed;
- padding-top: 7px;
- padding-bottom: 7px;
- margin-top:0px;
- {block:if1column}
- margin-left:458px;
- width:418px;
- font-size: 11px;
- line-height: 11px;
- {/block:if1column}
- {block:ifnot3columns}
- {block:ifnot1column}
- left: 358px;
- width:532px;
- font-size: 15px;
- line-height: 15px;
- {/block:ifnot1column}
- {/block:ifnot3columns}
- {block:if3columns}
- margin-left:236px;
- width:800px;
- font-size: 20px;
- line-height: 20px;
- {/block:if3columns}
- background-color:#fff;
- letter-spacing:1px;
- font-family: "pixie";
- border:1px solid #e6e6e6;
- color:{color:borda};
- z-index:9;
- -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
- }
- div#titleee:hover{
- color:#000;
- -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
- }
- .linkss{
- height: 15px;
- width: 70px;
- margin: 5px ;
- margin-left: 4px ;
- background : {color:sidebar links background};
- font-family: 'pewp';
- text-transform: lowercase;
- font-size: 12px;
- line-height: -1px;
- border: 1px solid {color:sidebar links border};
- text-align: center;
- display: inline-block;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- .linkss:hover{
- color: white ;
- text-transform:white;
- border: 1px solid {color: sidebar links border};
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
- @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
- #get_theme{
- display:none !important;
- }
- div#sidebar{
- z-index:999;
- position:absolute !important;
- position:fixed !important;
- font-family: 'fuck', cursive;
- font-size: 11px;
- background-color:white;
- width:203px;
- height:100%;
- top:0px;
- background:url({image:Sidebar Background});
- background-size: cover;
- border:1px solid #d8d8d8;
- {block:if1column}
- margin-left:250px;
- {/block:if1column}
- {block:ifnot3columns}
- {block:ifnot1column}
- left: 150px;
- {/block:ifnot1column}
- {/block:ifnot3columns}
- {block:if3columns}
- margin-left:30px;
- {/block:if3columns}
- padding:2px;
- border-radius:0px;
- }
- div#sidebar3{
- z-index:1;
- position:fixed !important;
- font-family: 'fuck';
- font-size: 10px;
- background:url({image:Sidebar Background});
- background-repeat: repeat;
- height:100%;
- top:0px;
- opacity:1;
- border:1px solid #d8d8d8;
- {block:if1column}
- margin-left:877px;
- width:85px;
- {/block:if1column}
- {block:ifnot3columns}
- {block:ifnot1column}
- left: 891px;
- width:85px;
- {/block:ifnot1column}
- {/block:ifnot3columns}
- {block:if3columns}
- margin-left:1037px;
- width:85px;
- {/block:if3columns}
- padding:1px;
- letter-spacing:0px;
- }
- #posts {
- -webkit-animation: bounceIn 2s;
- -moz-animation: bounceIn 2s;
- -ms-animation: bounceIn 2s;
- {block:if1column}
- width: 550px;
- margin-top:2px;
- margin-left:460px;
- {/block:if1column}
- {block:ifnot3columns}
- {block:ifnot1column}
- width: 650px;
- margin-top:2px;
- margin-left:359px;
- {/block:ifnot1column}
- {/block:ifnot3columns}
- {block:if3columns}
- width:850px;
- margin-top:2px;
- margin-left:239px;
- {/block:if3columns}
- float:left;
- font-family: "short stack";
- }
- .cred{
- top: 0px;
- left:0px;
- position:fixed;
- }
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- @font-face { font-family: "origin"; src: url('http://static.tumblr.com/lyl1wkn/6tdm8yvpc/origin-light.ttf'); }
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 0px 0px;
- border-left: 1px solid #555555;
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- a img{border: 0px;}
- ul, ol, li{list-style:none; margin:0px; padding:0px;}
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
- .notes img{
- width:10px;
- position:relative;
- top:3px;
- }
- {block:ifnot1column}
- .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
- {block:IndexPage}
- width: 250px !important;
- {/block:IndexPage}
- }
- .video embed, .post div.video object {width:250px !important; height:120px !important;}
- {/block:ifnot1column}
- {block:if1column}
- .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
- {block:IndexPage}
- width: 400px !important;
- {/block:IndexPage}
- }
- .video embed, .post div.video object {width:400px !important; height:320px !important;}
- {/block:if1column}
- .title{
- font-family: 'fromwhere';
- font-size: 12px;
- line-height:15px;
- color: {color:title};
- font-weight: normal;
- }
- div#borda {
- border-bottom: 1px dashed {color:borda};}
- </style>
- {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/9ukfwg7/TlZmfhq24/inf.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}
- </div>
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- <div class="wrapper">
- <div class="header">
- </div>
- <div class="left">
- <div id="sidebar3"><div style="margin-top: 100px;"><center>
- <a href="/"><span class="linkss">Home</a>
- </span>
- <a href="#?w=500" rel="02" class="poplight"><span class="linkss">ask</a>
- </span>
- {block:ifLinkOneTitle}<a href="{text:Link One}"><span class="linkss">{text:link one title}</a></span>{/block:ifLinkOneTitle}
- {block:ifLinkTwoTitle}<a href="{text:Link Two}"><span class="linkss">{text:Link Two Title}</a></span>{/block:ifLinkTwoTitle}
- {block:ifLinkThreeTitle}<a href="{text:Link Three}"><span class="linkss">{text:Link Three Title}</a></span>{/block:ifLinkThreeTitle}
- {block:ifLinkFourTitle}<a href="{text:Link Four}"><span class="linkss">{text:Link Four Title}</a></span>{/block:ifLinkFourTitle}
- {block:ifLinkFiveTitle}<a href="{text:Link Five}"><span class="linkss">{text:Link Five Title}</a></span><br>{/block:ifLinkFiveTitle}
- <a href="http://unstrong.tumblr.com"><span class="linkss">
- Theme</a>
- </span>
- </center>
- </script>
- </span></div></div>
- <div id="sidebar"><center><div id="bite"><div style="padding-top: 2px;"></div><center><div style="margin-top: 150px;"><img src="{image:sidebar}" style="-webkit-border-radius: 0px 0px 0px 0px;border:1px solid #e6e6e6;padding:2px;background:white;" margin-top:0px; width=187px></a></div><div style="padding-top: 3px;"></div><div id="desc"><div class="death">{Description}</div></div></div></div><div style="position: fixed; top: -40px; left: -40px; opacity: 0;"><script language="JavaScript">
- var ref = (''+document.referrer+'');
- document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID2998753&e1=using theme&e2=using theme&r=' + ref + '"><\/script>');
- </script></div>
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<a href="{permalink}"><span class="title">{Title}</span></a>{/block:Title}
- <span class="entrytext">{Body}</span>
- <p align="right"><a href="{Permalink}">{NotecountWithLabel}</a>
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}<p align="right"><a href="{Permalink}">{NotecountWithLabel}</a>{/block:IndexPage}
- {block:Link}
- {block:Answer}
- <div class="post"><div class="askborder">
- <img src="{askerportraiturl-40}" width="40px"></div><div class="bubble"><span></span>{asker} said: {Question}</div><br>
- I said: {Answer}
- </div>
- <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
- {/block:Answer}
- {block:Photo}
- <center>
- {block:IndexPage}
- <div id="permalink">
- <span class="countreblog"><a href="{ReblogURL}" target="_blank">reblog</a></span><span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span></div>
- {LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:ifnot1column}width=250px{/block:ifnot1column}{block:if1column}width=400px{/block:if1column}/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px/>{LinkCloseTag}{/block:PermalinkPage}</center>
- {block:ifshowcaptions}{caption}{/block:ifshowcaptions}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage} <div id="permalink">
- <span class="countreblog"><a href="{ReblogURL}" target="_blank">reblog</a></span> <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
- <center>{block:ifnot1column}<div class="photoset_photo" width="250px">{Photoset-250}</div>{/block:ifnot1column}{block:if1column}<div class="photoset_photo" width="400px">{Photoset-400}</div>{/block:if1column}</center>
- <p style="text-align: right;">
- {/block:Photoset}
- {block:Quote}
- {Quote}</span> <br>
- {block:Source}<p align=right><strong>-{Source}</right></strong>{/block:Source}<p align="right"><a href="{Permalink}">{NotecountWithLabel}</a>
- {/block:Quote}
- {block:Chat}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- <p align="right"><a href="{Permalink}">{NotecountWithLabel}</a>
- {/block:Chat}
- {block:Audio}
- <div style="width:320px; height:30px;">
- {AudioPlayerBlack}
- </div>
- {block:IndexPage}<span class="permalink">
- <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
- </span>{/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <div id="permalink">
- <span class="countreblog"><a href="{ReblogURL}" target="_blank">reblog</a></span> <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span></div>
- <center>{block:if1column}
- <div class="video">{Video-400}</div>{/block:if1column}{block:ifnot1column}
- <div class="video">{Video-250}</div>{/block:ifnot1column}</center></center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-550}</center>
- {/block:PermalinkPage}
- {block:Video}
- {block:PermalinkPage}
- <center>
- <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </div>
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}">← </a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </div>
- </body>
- <div id="02" class="popup_block">
- <center>{block:iffaq}{text:faq}{/block:iffaq}</center>
- <center>
- <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe><!--[if IE]><mce:script type="text/javascript"><! document.getElementById('ask_form').allowTransparency=true; // --><!--[endif] --></p>
- </center></div>
- </div></div></div></div></div></div></div></div></div></div>
- </div>
- </html>
- <!--
- Please do not delete the credit, if you remove credit, make sure to leave credit somewhere like your FAQ, failure to do this will result in termination of your blog
- -->
- <div id="important">Theme by <a href="http://unstrong.tumblr.com"><b>Zak</b></a></div>
- <div style="position: fixed; bottom: 3px; right: 3px;"><a href="http://unstrong.tumblr.com">theme</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement