Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Theme by Zak (unstrong.tumblr.com)
- Remove credit and I'll hunt you down and kill you lol
- -->
- <html lang="en">
- <head>f
- <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 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=""/>
- <meta name="if:Show Sidebar Image" content="0"/>
- <meta name="if:Popups" content="0"/>
- <meta name="if:3 Columns" content="0"/>
- <meta name="if:1 Column" content="0"/>
- <style type="text/css">
- @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{
- 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 {
- -webkit-animation: bounceIn 2s;
- -moz-animation: bounceIn 2s;
- -ms-animation: bounceIn 2s;
- {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 {
- width: auto;
- height: 11px;
- font-size:9px;
- letter-spacing:1px;
- font-family: pewp;
- margin-top:5px;
- margin-left:3px;
- line-height:11px;
- padding:2px;
- border:solid 1px {color:sidebar links border};
- background: {color:sidebar links background};
- text-align:center;
- -webkit-transition-duration: .6s;
- border-top-right-radius:3px;
- border-bottom-right-radius:3px;
- border-top-left-radius:3px;
- border-bottom-left-radius:3px;
- display: inline-block;
- }
- .linkss:hover{
- border: 1px dashed #000;
- border-radius: 10px;
- }
- @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});
- 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});
- height:100%;
- top:0px;
- opacity:1;
- border:1px solid #d8d8d8;
- {block:if1column}
- margin-left:877px;
- width:100px;
- {/block:if1column}
- {block:ifnot3columns}
- {block:ifnot1column}
- left: 891px;
- width:100px;
- {/block:ifnot1column}
- {/block:ifnot3columns}
- {block:if3columns}
- margin-left:1037px;
- width:100px;
- {/block:if3columns}
- padding:1px;
- letter-spacing:0px;
- }
- #posts {
- {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 id="sidebar3">
- </div>
- <div id="sidebar"><center><div style="padding-top: 5px;"></div><div style="font-size: 20px; font-family:delius unicase; -webkit-border-radius: 0px 0px 0px 0px;border:1px solid #e6e6e6;padding:4px;background:white; margin-top:0px; width: 183px;"><a href="/">{Title}</a></div><center>{block:ifshowsidebarimage}<div style="padding-top: 2px;"></div><center><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>{/block:ifshowsidebarimage}<div style="padding-top: 3px;"></div><div style="-webkit-border-radius: 0px 0px 0px 0px;border:1px solid #e6e6e6;padding:2px;background:white; margin-top:0px; width: 187px;">{Description}</div>
- <center><span class="linkss"><a href="/">home</a></span>{block:ifpopups}<span class="linkss"><a href="#?w=500" rel="02" class="poplight">ask</a></span><span class="linkss"><a href="#?w=450" rel="04" class="poplight">links</a></span>{/block:ifpopups}{block:ifnotpopups}<span class="linkss"><a href="/ask">ask</a></span>{block:ifLinkOneTitle}<span class="linkss"><a href="{text:Link One}"> {text:Link One Title}</a></span>{/block:ifLinkOneTitle}{block:ifLinkTwoTitle}<span class="linkss"><a href="{text:Link Two}">{text:Link Two Title}</a></span>{/block:ifLinkTwoTitle}{block:ifLinkThreeTitle}<span class="linkss"><a href="{text:Link Three}">{text:Link Three Title}</a></span>{/block:ifLinkThreeTitle}{block:ifLinkFourTitle}<span class="linkss"><a href="{text:Link Four}">{text:Link Four Title}</a></span>{/block:ifLinkFourTitle}{block:ifLinkFiveTitle}<span class="linkss"><a href="{text:Link Five}">{text:Link Five Title}</a></span>{/block:ifLinkFiveTitle}{/block:ifnotpopups}<span class="linkss"><a href="http://unstrong.tumblr.com">credit</a></span><br><br></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 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>
- {block:ifpopups}
- <div id="04" class="popup_block"><right><font face="fromwhere"><font size="5">Links:</font></font></right>
- <center>
- <a href="/archive">archive -</a> {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> -{/block:Pages}{/block:HasPages} {block:ifLinkOneTitle} <a href="{text:Link One}"> {text:Link One Title} - </a> {/block:ifLinkOneTitle}
- {block:ifLinkTwoTitle} <a href="{text:Link Two}"> {text:Link Two Title} - </a> {/block:ifLinkTwoTitle} {block:ifLinkThreeTitle}<a href="{text:Link Three}"> {text:Link Three Title} - </a> {/block:ifLinkThreeTitle} {block:ifLinkFourTitle}<a href="{text:Link Four}"> {text:Link Four Title} - </a> {/block:ifLinkFourTitle} <a href="/submit">submit</a> - <a href="http://unstrong.tumblr.com">©</a>
- </center></div></div>
- </div></div></div></div></div></div></div></div></div></div>
- <div id="02" class="popup_block">
- <center><font face="fromwhere"><font size="5">ask questions here</font></font></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>
- {/block:ifpopups}
- </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: <a href="http://unstrong.tumblr.com"><b>Edited by</b></a> / <b><a href="http://cozed.tumblr.com">Original</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