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">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <!--
- ~ Theme 4 by Zak (http://individul.tumblr.com) ~
- -->
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <title>{title}</title>
- <link rel=”shortcut icon” href=”{Favicon}”/>
- <link rel="alternate" type="application/rss+xml" href="http://rebecaxo.com/rss">
- <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="font:body" content ="courier new"/>
- <meta name="font:title" content="courier new">
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Hover" content="#000000"/>
- <meta name="image:Background" content="0"/>
- <meta name="text:Reblog" content="Retaste"/>
- <meta name="text:Stats" content="Stats Codes"/>
- <meta name="text:Network" content="Network Codes"/>
- <meta name="text:Updates" content="Updates"/>
- <meta name="text:Link 1" content="/"/>
- <meta name="text:Link 1 title" content="Link 1"/>
- <meta name="text:Link 2" content="/"/>
- <meta name="text:Link 2 title" content="Link 2"/>
- <meta name="text:Link 3" content="/"/>
- <meta name="text:Link 3 title" content="Link 3"/>
- <meta name="text:Link 4" content="/"/>
- <meta name="text:Link 4 title" content="Link 4"/>
- <meta name="text:Link 5" content="/"/>
- <meta name="text:Link 5 title" content="Link 5"/>
- <meta name="text:Link 6" content="/"/>
- <meta name="text:Link 6 title" content="Link 6"/>
- <meta name="text:Link 7" content="/"/>
- <meta name="text:Link 7 title" content="Link 7"/>
- <meta name="text:Link 8" content="/"/>
- <meta name="text:Link 8 title" content="Link 8"/>
- <meta name="text:Link 9" content="/"/>
- <meta name="text:Link 9 title" content="Link 9"/>
- <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- // <![CDATA[
- var speed=100; // speed of wobbling, lower is faster
- var height=3; // height of wobbling in pixels
- var alink="http://heyidc.tumblr.com"; // page to link text to (set to ="" for no link)
- /****************************
- * Wobbly Text Effect *
- *(c) 2003-6 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var wobtxt, wobble, wobcnt=0;
- window.onload=function() { if (document.getElementById) {
- var i, wobli;
- wobble=document.getElementById("wobble");
- wobtxt=wobble.firstChild.nodeValue;
- while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
- for (i=0; i<wobtxt.length; i++) {
- wobli=document.createElement("span");
- wobli.setAttribute("id", "wobb"+i);
- wobli.style.position="relative";
- wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
- if (alink) {
- wobli.style.cursor="pointer";
- wobli.onclick=function() { top.location.href=alink; }
- }
- wobble.appendChild(wobli);
- }
- setInterval("wobbler()", speed);
- }}
- function wobbler() {
- for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
- wobcnt++;
- }
- // ]]>
- </script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></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>
- <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://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.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>
- <style type="text/css">
- #tumblr_controls{
- position:fixed !important;
- }
- a:link, a:active, a:visited{
- color:{color:link};
- text-decoration: none;
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- }
- a:hover{
- text-decoration:underline;
- color:{color:hover};
- }
- body{
- color:#000;
- font-family:{font:body};
- font-size:13px;
- line-height:100%;
- background-color:{color:background};
- background:{image:background};
- }
- #blogtitle{
- font-size:30px;
- line-height:75%;
- text-align:center;
- font-family:{font:title};
- }
- #notez img{
- max-width: 100%;
- }
- #blogtitle a:link, a:active, a:visited{
- color:{color:link};
- text-decoration: none;
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- }
- #blogtitle a:hover{
- text-decoration:none;
- color:{color:link};
- }
- .title{
- font-size:20px;
- font-family:{font:title};
- }
- .title a:link, a:active, a:visited{
- color:{color:link};
- text-decoration: none;
- -webkit-transition: color 0.4s ease-out;
- -moz-transition: color 0.4s ease-out;
- }
- #wrap{
- width: auto;
- float:center;
- margin-left:85px;
- background-color:{color:background};
- position:absolute;
- padding:5px;
- }
- #box{
- height:auto;
- opacity:1.0;
- text-align:center;
- z-index:99999999999999999999;
- background:tr72ansparent;}
- #home{
- border-radius: 3px;
- border:1px dashed #000;
- position:fixed !important;
- left:15px; padding-top:12px;
- top:20px;
- padding-bottom:14px;
- text-align:center;
- height:10px;
- width:72px;
- background-color:#ffff;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background:transparent;
- z-index:9999999999999999999999999999999;}
- #home a:link {
- color:{color:text};}
- #about{
- border-radius: 3px;
- border:1px dashed #000;
- position:fixed !important;
- left:15px; padding-top:12px;
- top:80px;
- padding-bottom:14px;
- text-align:center;
- height:10px;
- width:72px;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background:transparent;
- z-index:9999999999999999999999999999999;}
- #about:hover{
- border-radius: 3px;
- border:1px dashed #000;
- padding:5px;
- height: 145px;
- width:200px;
- z-index:99999999999999999999999999999999999;
- background:#fff;}
- #stats{
- border:1px dashed #000;
- position:fixed;
- left:15px; padding-top:12px;
- top:140px;
- padding-bottom:14px;
- text-align:center;
- height:10px;
- width:72px;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background:transparent;
- z-index:999999999;
- border-radius:3px;}
- #stats:hover{
- border-radius: 3px;
- border:1px dashed #000;
- padding:5px;
- height:85px;
- overflow:hidden;
- width:75px;
- opacity:1.0;
- background:white;
- z-index:999999999;}
- #networks{
- border-radius: 3px;
- border:1px dashed #000;
- position:fixed !important;
- left:15px; padding-top:12px;
- top:200px;
- padding-bottom:14px;
- text-align:center;
- height:10px;
- width:72px;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background:transparent;
- z-index:9999;}
- #networks:hover{
- border-radius: 5px;
- border:1px dashed #000;
- padding:5px;
- height:75px;
- width:200px;
- z-index:999999999;
- background:white;}
- #updates{
- border:1px dashed #000;
- position:fixed !important;
- left:15px; padding-top:12px;
- top:260px;
- border-radius: 3px;
- padding-bottom:14px;
- text-align:center;
- height:10px;
- width:72px;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background:transparent;
- z-index:9999;}
- #updates:hover{
- border-radius: 3px;
- border:1px dashed #000;
- padding:5px;
- height:120px;
- width:120px;
- z-index:999999999;
- background:white;}
- #message{
- border-radius: 3px;
- border:1px dashed #000;
- position:fixed !important;
- left:15px; padding-top:12px;
- top:320px;
- padding-bottom:14px;
- text-align:center;
- height:10px;
- width:72px;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background:transparent;
- z-index:9999;}
- #message:hover{
- border-radius: 3px;
- border:1px dashed #000;
- padding:5px;
- height:240px;
- width:400px;
- z-index:999999999;
- background:white;}
- #links{
- border-radius: 3px;
- border:1px dashed #000;
- position:fixed !important;
- left:15px; padding-top:12px;
- top:380px;
- padding-bottom:14px;
- text-align:center;
- height:10px;
- width:72px;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background:transparent;
- z-index:9999;}
- #links:hover{
- border-radius: 3px;
- border:1px dashed #000;
- padding:5px;
- height:150px;
- width:100px;
- z-index:999999999;
- background:white;}
- #important {
- width: 100px;
- padding: 2px;
- line-height: 15px;
- bottom: 2px;
- background: white;
- position: fixed;
- opacity: .9;
- right: 2px;
- font-size: 7px;
- letter-spacing: 1px;
- font-family: {font:title};
- }
- #title {
- text-align:center;
- color: {color:link};
- font-weight:bold;
- font-family: '{font:title}';
- padding:0px;
- padding-top: 0px;
- font-size:20px;
- line-height:95%;
- }
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: ;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .00;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #fff;
- padding: 10px;
- opacity:0.9;
- border: 1px solid #ddd;
- float: left;
- font-size:11px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- -webkit-animation: fly 1s linear normal ;
- -webkit-animation-duration: 1s;
- -moz-animation: fly 1s linear normal ;
- -moz-animation-duration: 1s;
- animation: fly 1s linear normal ;
- animation-duration: 1s;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- ::-webkit-scrollbar {width: 5px; height: 4px; background: white; }
- ::-webkit-scrollbar-thumb { background-color:black; }
- .entry{
- padding:10px;
- float:left;
- -webkit-animation: flip 1.5s;
- -moz-animation: flip 1.5s;
- -ms-animation: flip 1.5s;
- {block:IndexPage}
- width:400px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:600px;
- {/block:PermalinkPage}
- }
- .entry img{
- display: block;
- max-width: 100%;
- }
- .entry .perma a{
- color: #000;
- }
- .entry .perma{
- position:absolute;
- margin-bottom: 0px;
- margin-right:0px;
- max-width:400px;
- padding:0px;
- height:15px;
- padding-top:3px;
- padding-right: 5px;
- padding-left: 5px;
- padding-bottom:1px;
- background: #fff;
- overflow:hidden;
- font-size:9px;
- line-height:10px;
- text-align:center;
- font-family: '{font:body}';
- opacity:0.0;
- color:#000;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .entry:hover .perma{
- max-width:400px;
- opacity:0.6;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- z-index: 1;
- }
- .entry:hover .perma:hover{
- opacity: 0.9;
- z-index: 1;
- }
- .textperma{
- display: block;
- max-width: 100%;
- font-size: 12px;
- line-height:14px;
- text-align: right;
- background-color: white;
- padding: 0px;
- opacity:0.7;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .textperma:hover{
- opacity:1;
- }
- #network{
- position:fixed !important;
- padding-bottom:12px;
- left:150px;
- text-align:center;
- height:1px;
- width:70px;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background:transparent;
- z-index:9999;
- }
- #network:hover{
- background: {color:background};
- border:1px dashed #000;
- padding:2px;
- height:75px;
- width:200px;
- z-index:999999999;
- }
- #statistics{
- position:fixed !important;
- padding-bottom:12px;
- left:90px;
- text-align:center;
- height:1px;
- width:70px;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background:transparent;
- z-index:9999;
- }
- #statistics:hover{
- background: {color:background};
- border:1px dashed #000;
- padding:5px;
- height:75px;
- width:120px;
- z-index:999999999;
- }
- #description{
- position:fixed !important;
- padding-bottom:12px;
- text-align:center;
- height:10px;
- width:55px;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background:transparent;
- z-index:9999;
- }
- #description:hover{
- background: {color:background};
- border:1px dashed #000;
- padding:2px;
- height:150px;
- width:250px;
- z-index:999999999;
- }
- #notification{
- position:fixed !important;
- padding-bottom:12px;
- text-align:center;
- left: 225px;
- height:10px;
- width:55px;
- overflow:hidden;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background:transparent;
- z-index:9999;
- }
- #notification:hover{
- background: {color:background};
- border:1px dashed #000;
- padding:2px;
- height:125px;
- width:200px;
- z-index:999999999;
- }
- {CustomCSS]
- </style>
- </head>
- {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">
- $(window).load(function () {
- var $content = $('#wrap');
- $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}
- <body>
- <div id="home">
- <div id="box">
- <a href="/">HOME</a>
- </div></div>
- <div id="about">
- ABOUT
- <div id="box">
- <center>
- <br>
- {Description}
- </div>
- <br>
- </div></div>
- <div id="stats">
- STATS
- <div id="box">
- <center>
- <br>
- {text:stats}
- </div>
- <br>
- </div></div>
- <div id="networks">
- NETWORKS
- <div id="box">
- <center>
- <p><br>
- <marquee>{text:network}</marquee>
- </div>
- <br>
- </div></div>
- <div id="updates">
- UPDATES
- <div id="box">
- <center>
- <br><p>
- {text:Updates}
- </div>
- <br>
- </div></div>
- <div id="message">
- MESSAGE
- <div id="box">
- <center>
- <br><p>
- <p><iframe frameborder="0" scrolling="yes" width="200" height="100%" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
- </div>
- <br>
- </div></div>
- <div style="padding-top:10px;">
- <div id="links">
- LINKS
- <div id="box">
- <center>
- <br><p>
- <div style="height: 120px; overflow: auto;">
- <a href="{text:link 1}">{text:link 1 title}</a></p>
- <a href="{text:link 2}">{text:link 2 title}</a></p>
- <a href="{text:link 3}">{text:link 3 title}</a></p>
- <a href="{text:link 4}">{text:link 4 title}</a></p>
- <a href="{text:link 5}">{text:link 5 title}</a></p>
- <a href="{text:link 6}">{text:link 6 title}</a></p>
- <a href="{text:link 7}">{text:link 7 title}</a></p>
- <a href="{text:link 8}">{text:link 8 title}</a></p>
- <a href="{text:link 9}">{text:link 9 title}</a></p>
- <a href="http://unstrong.tumblr.com">Edited By</a> / <a href="http://themesbyjames.com">Original</a></p>
- </div>
- <br>
- </div></div>
- <div id="wrap">
- {block:Posts}
- <div class="entry">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {block:Text}{Body}
- {block:IndexPage}<div class="textperma">Posted: {TimeAgo}, <a href="{Permalink}">{Notecount} notes</a>, <a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <div class="perma"><div style="background-color: #fff;"> {TimeAgo} ♡ <a href="{Permalink}">{NotecountWithLabel}</a> ♡ <a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a> </div></div>
- {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="600"/></a>{LinkCloseTag}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:IndexPage}<div class="textperma">{TimeAgo} ♡ <a href="{Permalink}">{NotecountWithLabel}</a> ♡ <a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- {Quote}
- <div align="right">
- {block:Source}<div class="title">{Source}</div>{/block:Source}
- </div>
- {block:IndexPage}<div class="textperma">{TimeAgo} ♡ <a href="{Permalink}">{NotecountWithLabel}</a> ♡ <a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
- {/block:Quote}
- {block:Video}
- {Video-400}<br>
- {PlayCountWithLabel}
- {block:IndexPage}<div class="textperma">{TimeAgo} ♡ <a href="{Permalink}">{NotecountWithLabel}</a> ♡ <a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
- {/block:Video}
- {block:Link}
- <div class="title"><a href="{URL}" class="link" {Target}>{Name}</a></div><BR>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}<div class="textperma">{TimeAgo} ♡ <a href="{Permalink}">{NotecountWithLabel}</a> ♡ <a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <br>{Label}
- {/block:Label}
- {Line}
- {/block:Lines}
- {block:IndexPage}<div class="textperma">{TimeAgo} ♡ <a href="{Permalink}">{NotecountWithLabel}</a> ♡ <a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- {AudioPlayerWhite}
- <br><div align="right">{block:Artist}
- Artist: {Artist}</div>
- {/block:Artist}<br>
- {block:Caption}{Caption}{/block:Caption}
- {block:IndexPage}<div class="textperma">{TimeAgo} ♡ <a href="{Permalink}">{NotecountWithLabel}</a> ♡ <a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
- {/block:Audio}
- {block:Answer}
- {Asker} inquired: <b>{Question}</b><Br>
- {Answer}
- {block:IndexPage}<div class="textperma">{TimeAgo} ♡ <a href="{Permalink}">{NotecountWithLabel}</a> ♡ <a href="{permalink}"><a href="{ReblogURL}" target="_blank">{text:reblog}</a></div>{/block:IndexPage}
- {/block:Answer}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <br>
- <div id="notez">{NoteCount} notes
- <Br>
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- <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: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>
- <div id="02" class="popup_block">
- <Center>
- <iframe frameborder="0" scrolling="no" width="100%" height="auto" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com"
- style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe></center>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- <!--
- please dont remove
- -->
- <div style="display:block;bottom:5px;right:5px;font-size:9px;font-color:black;position:fixed;font-family:{font:title};background-color:#ffffff;z-index:1500"><a href="http://individul.tumblr.com/">THEME BY ZAK</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement