You are on page 1of 21

<!-- THEME 13 by ADRIANIVASHKOVS.TUMBLR.

COM-->

<!------------

p l e a s e r e a d

by using my themes, you�ve agreed to the following conditions:


don't steal my codes,
don't use them as base,
don't claim them as your own,
leave all credit intact.

------------>

<!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" xml:lang="en" lang="en">
<head><title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
{block:Description}<meta name="description" content="{MetaDescription}"
/>{/block:Description}

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-


awesome.min.css">

<meta name="color:background" content="#ffffff"/>


<meta name="color:text" content="#000000"/>
<meta name="color:link" content="#000000"/>

<meta name="color:highlight" content="#EEEEEE"/>

<meta name="color:scrollbar" content="#000000" />

<meta name="color:bold" content="#000000" />


<meta name="color:italic" content="#000000" />

<meta name="color:audio" content="#FFFFFF" />

<meta name="color:chat person 1" content="#F5F5F5" />


<meta name="color:chat person 2" content="#EDEDED" />
<meta name="color:chat text" content="#000000"/>

<meta name="color:border" content="#C9C8C8"/>


<meta name="color:hover" content="#000000"/>
<meta name="color:title" content="#000000"/>

<meta name="if:lazy load" content="" />


<meta name="if:sidebarimg" content="" />

<meta name="select:permalink" content="500" />


<meta name="select:post width" content="300" title="300px"/>
<meta name="select:post width" content="350" title="350px"/>
<meta name="select:post width" content="400" title="400px"/>
<meta name="select:post width" content="450" title="450px"/>
<meta name="select:post width" content="400" title="400px"/>
<meta name="image:sidebar" content="0" />
<meta name="image:update" content="0" />

<meta name="text:font family body" content="calibri"/>


<meta name="text:font family navigation" content="consolas"/>
<meta name="text:font family description" content="calibri"/>
<meta name="text:font family title" content="consolas"/>
<meta name="text:font family postinfo" content="consolas"/>

<meta name="text:second title" content="second title"/>

<meta name="text:link1" content="/" />


<meta name="text:link1 title" content="one" />
<meta name="text:link2" content="/" />
<meta name="text:link2 title" content="two" />
<meta name="text:link3" content="/" />
<meta name="text:link3 title" content="three" />
<meta name="text:link4" content="/" />
<meta name="text:link4 title" content="four" />

<!-------------------------
NAVIGATION
-------------------------->

<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>

<script>
$(document).ready(function() {
$('#navigation').click(function() {
$('#links').slideToggle(200); /* change the speed */
});
});
</script>

<!-------------------------
LAZY LOAD
--------------------------->

{block:ifLazyLoad}
<script type="text/javascript"
src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
<script type="text/javascript"
src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
<script type="text/javascript" charset="utf-8">
var $j = jQuery.noConflict();
$j(function() {
if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
$j("img").lazyload({
placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
effect: "fadeIn",
});
});
</script>
{/block:ifLazyLoad}

<!-------------------------
TOOLTIPS
--------------------------->

<script
src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script type="text/javascript"
src="http://static.tumblr.com/ko1mcho/PMbmlkh9e/jquery.style-my-
tooltips.js"></script>

<script>
(function($){
$(document).ready(function(){
$("[title],a[title],img[title]").style_my_tooltips({
tip_follows_cursor:"true",
tip_delay_time:100,
tip_fade_speed:100,
attribute:"title"
});
});
})(jQuery);
</script>

<style type="text/css">

/*<!-------------------------
TOOLTIPS
--------------------------->*/

#s-m-t-tooltip {
color:{color:text};
background-color:{color:background};
display:none;
text-align:center;
position:absolute;
z-index:9999;
border:1px solid {color:border};
font-size:8px;
font-family:{text:font family title};
letter-spacing:1px;
text-transform:uppercase;
padding:0px 6px 0px 6px;
margin-top:30px;
-webkit-transition:all 0.1s ease-out
-moz-transition:all 0.1s ease-out;
transition:all 0.1s ease-out;
}

/*<!-------------------------
TUMBLR CONTROLS
--------------------------->*/

iframe#tumblr_controls {
white-space:nowrap;
-webkit-filter: invert(100%);
-moz-filter: invert(100%);
-o-filter: invert(100%);
-ms-filter: invert(100%);
filter: invert(100%);
opacity:1;
margin-top:10px;
margin-right:10px;
transition:.8s ease-in-out;
-webkit-transition:.8s ease-in-out;
-moz-transition:.8s ease-in-out;
-o-transition:.8s ease-in-out;
}

/*<!-------------------------
LIGHTBOX
--------------------------->*/

#vignette {
visibility:hidden;
}

#tumblr_lightbox img {
box-shadow:none !important;
border-radius:0 !important;
}

#tumblr_lightbox {
background-color:rgba(255,255,255,.8) !important;
}
#tumblr_lightbox div:nth-child(2) {
background-color:#fff;
opacity:0.8;
}

#tumblr_lightbox_left_link, #tumblr_lightbox_right_link {
visibility:hidden;
}

/*<!-------------------------
SCROLLBAR
--------------------------->*/

::-webkit-scrollbar {
width:6px;
height:8px!important
}

::-webkit-scrollbar-track {
background-color:{color:background};
}

::-webkit-scrollbar-thumb {
background-color:{color:background};
border-right:4px solid {color:background};
border-top:6px solid {color:background};
border-left:1px solid {color:scrollbar};
border-bottom:7px solid {color:background};
}

::-webkit-scrollbar-thumb:horizontal {
background-color:{color:background};
border-top:2px solid {color:scrollbar};
height:8px!important
}
/*<!-------------------------
BASICS
--------------------------->*/

::selection {
background:{color:highlight};
}

::-moz-selection {
background:{color:highlight};
}

b {
color:{color:bold};
font-weight:bold;
}

i {
color:{color:italic};
font-weight:bold;
font-style:italic;
}

small {
font-size:10px;
}

big {
font-size:13px;
}

h1 {
font-weight:bold;
font-size:9px;
text-transform:uppercase;
text-align:left;
letter-spacing:1px;
margin-top:0px;
margin-bottom:10px;
font-family:{text:font family body};
}

h2 {
font-size:8px;
margin-top:0px;
letter-spacing:1px;
font-weight:normal;
background-color:{color:chat person 2};
padding:6px 15px 6px 15px;
text-align:center;
text-transform:uppercase;
margin-bottom:2px;
font-family:{text:font family navigation};
}

h3 {
font-size:8px;
background-color:{color:chat person 1};
text-align:center;
text-transform:uppercase;
padding:3px 6px 3px 6px;
margin-top:0px;
font-weight:bold;
margin-bottom:0px;
letter-spacing:1px;
font-family:{text:font family body};
}

a {
text-decoration:none;
color:{color:link};
transition-duration: 0.6s;
-moz-transition-duration: 0.6s;
-webkit-transition-duration: 0.6s;
-o-transition-duration: 0.6s
}

a:hover {
text-decoration:none;
color:{color:hover};
cursor:help;
transition-duration: 0.6s;
-moz-transition-duration: 0.6s;
-webkit-transition-duration: 0.6s;
-o-transition-duration: 0.6s
}

body {
color:{color:text};
background-color:{color:background};
font-style:normal;
font-family:{text:font family body};
font-size:10px;
text-decoration:none;
line-height:18px;
}

.container {
margin:0 auto;
width:800px;
}

#entries {
padding:10px;
margin-top:70px;
margin-left:320px;
{block:IndexPage}
width:{select:post width}px;
{/block:IndexPage}
{block:PermalinkPage}
width:{select:permalink}px;
{/block:PermalinkPage}
}

#posts:hover{-webkit-filter: grayscale(0%);
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;}

#posts {
padding-bottom:20px;
{block:IndexPage}
width:{select:post width}px;
{/block:IndexPage}
{block:PermalinkPage}
width:{select:permalink}px;
{/block:PermalinkPage}
-webkit-filter: grayscale(100%);
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
}

#posts img {
max-width:{select:post width}px;
height:auto;
}

pre {
white-space:pre-wrap;
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
white-space:-o-pre-wrap;
word-wrap:break-word;
}

/*<!-------------------------
POSTINFO
--------------------------->*/

#info {
letter-spacing:1px;
margin-top:20px;
text-align:left;
font-weight:normal;
padding-top:0px;
}

#info a {
text-transform:uppercase;
background-color:{color:background};
font-weight:bold;
letter-spacing:1px;
padding:2px 6px 2px 0px;
font-family:{text:font family postinfo};
font-size:8px;
}

#border {
{block:IndexPage}
width:{select:post width}px;
{/block:IndexPage}
{block:PermalinkPage}
width:{select:permalink}px;
{/block:PermalinkPage}
border-top:1px solid {color:border};
margin-top:0px;
margin-left:0px;
margin-bottom:-10px;
}

#posts:hover #tags {
opacity:1;
-webkit-transition:all 0.4s ease-out
-moz-transition:all 0.4s ease-out;
transition:all 0.4s ease-out;
}

#tags {
text-align:left;
opacity:0;
margin-top:2px
-webkit-transition:all 0.4s ease-out
-moz-transition:all 0.4s ease-out;
transition:all 0.4s ease-out;
}

#tags a {
letter-spacing:1px;
padding:1px 6px 1px 0px;
font-size:8px;
font-weight:bold;
text-transform:uppercase;
}

.text {
margin-top:15px;
}

.video iframe {
{block:IndexPage}
width:{select:post width}px;
{/block:IndexPage}
{block:PermalinkPage}
width:{select:permalink}px;
{/block:PermalinkPage}
}

/*<!-------------------------
SIDEBAR
--------------------------->*/

.sidebar {
position:fixed;
margin-top:90px;
margin-left:40px;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
-o-animation: fadein 2s; /* Opera < 12.1 */
animation: fadein 2s;
}
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */


@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Opera < 12.1 */


@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

#title {
margin-top:30px;
width:152px;
margin-left:0px;
text-align:right;
margin-bottom:7px;
}

#title a {
font-weight:bold;
text-align:right;
padding:2px 0px 2px 4px;
color:{color:title};
background-color:{color:background};
letter-spacing:3px;
font-size:8px;
line-height:18px;
text-transform:uppercase;
font-family:{text:font family title};
}

#description {
text-align:justify;
width:150px;
font-family:{text:font family description};
margin-top:0px;
margin-bottom:5px;
line-height:15px;
}
#navigation {
position:absolute;
font-family:{text:font family navigation};
margin-left:0px;
text-transform:uppercase;
font-weight:bold;
width:150px;
padding:0px 1px 5px 0px;
letter-spacing:3px;
font-size:8px;
height:11px;
margin-top:5px;
}

#links {
position:relative;
width:130px;
margin-left:0px;
display:none;
top:33px;
padding-top:0px;
padding-left:0px;
}

#links li {
position:relative;
list-style:none;
padding:0px 0px 2px 0px;
font-weight:bold;
letter-spacing:1px;
font-size:8px;
font-family:{text:font family navigation};
text-transform:uppercase;
}

.sidepic {
width:150px;
height:auto;
margin-left:-4px;
margin-bottom:13px;
}

.sidepic img {
width:150px;
height:auto;
}

#borders {
width:150px;
border-top:1px solid {color:border};
margin-top:0px;
margin-left:0px;
margin-bottom:-9px;
}

/*<!-------------------------
MESSAGE
--------------------------->*/
.qa {
width:16px;
float:left;
padding-left:0px;
margin-top:-3px;
margin-bottom:0px;
font-family:{text:font family description};
font-size:10px;
font-weight:bold;
}

.question {
min-height:14px;
margin-left:30px;
font-size:10px;
margin-bottom:0px;
margin-top:0px;
line-height:17px;
}

/*<!-------------------------
AUDIO
--------------------------->*/

.audioplayer {
width:25px;
height:25px;
margin-top:3px;
position:absolute;
margin-left:10px;
overflow:hidden;
padding:3px;
}

.info {
height:30px;
margin-left:0px;
display:block;
line-height:20px;
margin-top:0px;
padding-top:10px;
font-family:{text:font family description};
padding-left:65px;
font-size:8px;
text-transform:uppercase;
font-weight:bold;
letter-spacing:1px;
text-align:left;
margin-bottom:0px;
border:1px solid {color:border};
}

/*<!-------------------------
CHAT
--------------------------->*/

.chat {
list-style:none;
margin-top:15px;
margin-bottom:0px;
font-size:10px;
margin-left:0px;
}

.chat ul {
line-height:18px;
margin-top:0px;
list-style:none;
padding:0px;
letter-spacing:2px;
font-size:8px;
margin-bottom:0px;
text-transform:uppercase;
}

.person1, .person3, .person5, .person7, .person9, .person11, .person13{


background-color:{color:chat person 1};
padding:3px 8px 3px 8px;
color:{color:chat text};
border-bottom:2px solid {color:background};
}

.person2, .person4, .person6, .person8, .person10, .person12, .person14{


padding:3px 8px 3px 8px;
border-bottom:2px solid {color:background};
color:{color:chat text};
background-color:{color:chat person 2};
}

/*<!-------------------------
BLOCKQUOTE
--------------------------->*/

blockquote {
text-align:justify;
width:95%;
margin-bottom:10px;
padding:0px 5px 0px 10px;
margin-left:0px;
border-left:1px solid {color:border};
}

blockquote blockquote {
padding:0 0 0 10px;
color:{color:text};
}

blockquote, small {
font-size:10px;
}

blockquote img {
max-width:300px;
height:auto;
}

/*<!-------------------------
NOTES
--------------------------->*/

ol.notes {
margin-top:10px;
margin-left:25px;
padding:0px;
text-align:center;
list-style-type:decimal-leading-zero;
}

ol.notes li.note {
padding-bottom:3px;
padding-top:3px;
letter-spacing:1px;
font-size:8px;
font-weight:bold;
text-align:left;
text-transform:uppercase;
margin-left:0px;
text-decoration:none;
}

ol.notes li.note img.avatar {


display:none;
opacity:0;
}

ol.notes li.note blockquote {


padding:4px 10px;
text-decoration:none;
text-transform:none;
margin:10px 0px 10px 25px;
}

/*<!-------------------------
CREDIT
--------------------------->*/

#credit {
right:10px;
bottom:7px;
padding:5px;
background:transparent;
position:fixed;
font-weight:bold;
}

#credit a {
color:{color:link};
padding:5px;
font-size:8px;
letter-spacing:0.5px;
font-family:{text:font family body};
text-decoration:none;
font-weight:bold;
}

/*<!-------------------------
PAGINATION
--------------------------->*/

#pagination {
text-transform:uppercase;
font-weight:bold;
letter-spacing:1px;
font-size:8px;
text-align:center;
margin-top:0px;
padding-top:0px;
padding-bottom:55px;
}

#pagination a {
font-weight:bold;
letter-spacing:1px;
font-family:{text:font family body};
font-size:8px;
}

</style>
<style type="text/css">{CustomCSS}

.popup_block{
display:none;
background:#fff;
padding:10px;
float:left;
position:fixed;
border-radius: 0px;
top:50%;left:50%;
z-index: 99999;
}

*html #fade {position: absolute;}


*html .popup_block {position: absolute;}
#fade {
display:none;
position:fixed;
left:0px;
top:0px;
width:100%;
height:100%;
border-radius: 3px;
z-index:9999;
background:#000; /* change to #fff for solid white */
opacity:0.5; /* change to opacity:1; */
}

#titless { display:inline-block;
background-color: transparent;
width:120px; font-family: helvetica;
padding:5px;
color:#e1e1e1;
letter-spacing:2px;
font-size:11px;
font-style:bold
text-transform:uppercase;
text-align:center; }

.links2 { font-family: helvetica; font-size: 8px; font-style:bold; letter-


spacing:2px; text-transform: bold; }

.links2 a { display: block; text-align:center;padding: 5px; margin: 5px;color:#fff;


font-style:bold; letter-spacing:2px; color: #8b8888; border-bottom: 0px solid
#f6f6f6;}
.links2 :hover{color: {color:hover}}

#oneout {
position:fixed;
top:64px;left:1px;
text-align:center;
font-family:helvetica; font-size:8px;letter-spacing:1px;
-webkit-transition-duration:0.7s;-moz-transition-duration:0.7s;-o-transition-
duration:0.7s;transition-duration:0.7s;
z-index:99999999; }

#oneout_inner {
position:fixed;
width:120px; height:auto;
top:10px; left:-122px;
border-radius: 3px;
padding:10px 7px 5px 5px;
background:#FFFFFF; /* change #FFFFFF; to transparent; if you want the
background of the slide out tab to be transparent and not white*/
-webkit-transition-duration:0.7s;-moz-transition-duration:0.7s;-o-transition-
duration:0.7s;transition-duration:0.7s;
text-align:left;
z-index:99999999; }

#oneout:hover {
left:130px;
z-index:99999999; }

#oneout:hover #oneout_inner {
left:0px;
z-index:99999999; }

.onetitle {
position:absolute;
height: 200px;
left:10px; top:-45px;
font-family:helvetica; font-size:10px;

z-index:99999999; }

</style>
</head>

<div class="container">

<div class="sidebar">

<div id="title">
{block:ifSidebarimg}
<div class="sidepic">
<a href="/" title="{title}"><script language="JavaScript">
<!--

function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="https://media.tumblr.com/4350df03f65d06377a6408e4a956c162/tumblr_o5cf9
yRT7u1qkksz8o1_250.gif"
myimages[2]="https://media.tumblr.com/bf3e99c75ac1ce361100ca32b81d602d/tumblr_o5cf9
yRT7u1qkksz8o2_250.gif"
myimages[3]="https://media.tumblr.com/6f3e4704b549085b4770862b77950d6f/tumblr_o5cf9
yRT7u1qkksz8o3_r1_250.gif"
myimages[4]="https://media.tumblr.com/2842d8f4d314814c1d123415292f96e7/tumblr_o5cf9
yRT7u1qkksz8o7_r1_250.gif"
myimages[5]="https://media.tumblr.com/975e19f967b6a6dddaa43cd4a0848081/tumblr_o5cf9
yRT7u1qkksz8o4_r1_250.gif"
myimages[6]="https://media.tumblr.com/c86541a782125e4813a7346c7fbe5983/tumblr_o5cf9
yRT7u1qkksz8o5_r1_250.gif"
myimages[7]="https://media.tumblr.com/69d876d6f7f3f1a314591c6252bb8cfe/tumblr_o5cf9
yRT7u1qkksz8o6_r1_250.gif"

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<img src="'+myimages[ry]+'" border=0>')
}
random_imglink()
//-->
</script></a>
</div>
{/block:ifSidebarimg}

<div id="borders"></div>

<a href="/" title="{title}">{text:second title}</a></div>

<div id="description">{Description}</div>

<a id="navigation">navigation <i class="fa fa-angle-down" style="padding-


top:4px;float:right;"></i></a>

<div id="links">
<li><a href="/">&mdash;&nbsp;home</a></li>
<li><a href="#?w=400" rel="box1" class="poplight">&mdash;&nbsp;message</a></li>
<li><a href="#?w=300" rel="box2" class="poplight">&mdash;&nbsp;mine</a></li>
<li><a href="#?w=300" rel="box3" class="poplight">&mdash;&nbsp;links</a></li>

</div>

</div>

<div id="entries">

{block:Posts}

<div id="posts">
{block:Text}
{block:Title}<h1>{Title}</h1>{/block:Title}{Body}
{/block:Text}

{block:Quote}
<h3>&mdash; {Source} &mdash;</h3>
<h2>{Quote}</h2>
{/block:Quote}

{block:Link}
<a href="{URL}"><h1>&mdash; {Name}</h1></a>
{block:Description}{Description}{/block:Description}
{/block:Link}
{block:Photo}
{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
{block:Caption}
<div class="text">{Caption}</div>{/block:Caption}
{/block:Photo}

{block:Photoset}
<div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
{block:Photos}
<div class="photo-data">
<div class="pxu-photo">
<img alt="{PhotoAlt}" src="{PhotoURL-500}" width="{PhotoWidth-500}"
height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-
width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"
class="{block:Exif}exif-yes {/block:Exif}{block:Caption}caption-
yes{/block:Caption}" {block:Exif}data-camera="{block:Camera}{Camera}
{/block:Camera}" data-iso="{block:ISO}{ISO}{/block:ISO}" data-
aperture="{block:Aperture}{Aperture}{/block:Aperture}" data-
exposure="{block:Exposure}{Exposure}{/block:Exposure}" data-
focal="{block:FocalLength}{FocalLength}{/block:FocalLength}"{/block:Exif}
{block:Caption}data-caption="{Caption}"{/block:Caption}>
</div>
<div class="icons">
<a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a>
</div>
</div>
{/block:Photos}
</div>
{block:Caption}<div class="text">{Caption}</div>{/block:Caption}
{/block:Photoset}

{block:Video}
<div class="video">{Video-500}</div>
{block:Caption}<div class="text">{Caption}</div>{/block:Caption}
{/block:Video}

{block:Chat}
{block:Title}<a href="{Permalink}"><h3>{Title}</h3></a>{/block:Title}
<div class="chat"><ul>{block:Lines}<li
class="person{UserNumber}">{block:Label}<span class="label"><b>{Label}</b>
</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
{/block:Chat}

{block:Answer}
<div div="question">
<div class="qa">Q</div>
<div class="question">{Question} - {Asker}</div><br>
<div class="qa" style="margin-top:19px;">A</div>
<div class="question" style="padding-top:10px;border-top:1px solid
{color:border};">{Answer}</div>
<div style="margin-bottom:30px;"></div>
</div>
{/block:Answer}

{block:Audio}
<div class="audio"><div class="audioplayer">{AudioPlayerwhite}</div><div
class="info">
{block:TrackName}<i>{TrackName}</i>{/block:TrackName}
{block:Artist} by {Artist}{/block:Artist}
</div>
{block:Caption}<div class="text">{Caption}</div>{/block:Caption}
</div>
{/block:Audio}

<div id="info">

<div id="border"></div>

{block:ContentSource}
<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}"
height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}
{SourceLink}{/block:NoSourceLogo} -->
{/block:ContentSource}

{block:Date}
<a href="{Permalink}" title="{timeago}">{DayOfMonthWithZero} {ShortMonth}</a><a
href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}{block:RebloggedFrom}<a
href="{ReblogParentURL}" title="{ReblogParentName}">via</a><a
href="{ReblogRootURL}" title="{ReblogRootName}">src</i></a>{/block:RebloggedFrom}
{block:NoteCount}<a
href="{Permalink}">{notecountwithlabel}</a><br>{/block:Notecount}
</div>

{block:HasTags}
<div id="tags">
{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
</div>
{/block:HasTags}

</div>

{block:PostNotes}
{PostNotes}
{/block:PostNotes}

<br><br>
<br><br>

{/block:Posts}

{block:Pagination}
<div id="pagination">
{block:PreviousPage}
<a href="{PreviousPage}" style="float:left;">back</a>
{/block:PreviousPage}
{block:NextPage}
<a href="{NextPage}" style="float:right">next</a>
{/block:NextPage}
</div>
{/block:Pagination}

<br><br>

<!-------------------------
PIXEL UNION PHOTOSETS, TUTORIAL BY SHYTHEMES
--------------------------->

<link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet"


type="text/css"/>
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script
src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>

<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"></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>

<script>
$(document).ready(function(){
$('.photo-slideshow').pxuPhotoset({
lightbox: true,
rounded: false,
gutter: '2px',
borderRadius: '0px',
photoset: '.photo-slideshow',
photoWrap: '.photo-data',
photo: '.pxu-photo'
});
});
</script>

<div id="credit">
<a href="http://adrianivashkovs.tumblr.com/">A I</a>
</div>

</div>
<div id="oneout"><span class="onetitle">

<img src="{image:update}">

</span><div id="oneout_inner">
<center>

<b>Nat |</b>22
<p>Book worm, obsessed with far too many things and overly emotional about almost
all of them.
<div align="center"><p><script language="JavaScript"
src="http://s1.freehostedscripts.net/ocount.php?site=ID1761347&name="></script>|
<script language="JavaScript">
var ref = (''+document.referrer+'');
document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?
site=ID3134610&e1=&e2=&r=' + ref + '"><\/script>');
</script></p></div>
<p><div align="center"><b>MULTIFANDOM MESS</b></div>
<div align="center"><p><a
href="http://vallarmorghulis.tumblr.com/">(????)</div></p>
<div align="center"><p><a href="http://lordoftheelves.tumblr.com/tfunetwork">?</a>
<big><big><big><a href="http://steverogersdaily.tumblr.com/">?</a>
</big></big></big><a
href="http://farewellprincefili.tumblr.com/taurielprotectionnet">?</a>

<br></center></div></div>

<div id="credit"><a title="theme by aileen"


href="http://zaynsassismyhome.tumblr.com/">AJ</a></center></div>
</div></div>

</body><div id="box1" class="popup_block">


<iframe frameborder="0" height="260" id="ask_form" scrolling="yes"
src="http://www.tumblr.com/ask_form/sxldierbarnes.tumblr.com"
width="100%"></iframe>
</div>

<div id="box2" class="popup_block"><div class="second">

<div align="center">
<div id="titless">BY NOTES</a></div>
<p><a href="/tagged/made-by-me">all</a></p>
<p> <a href="/tagged/*1k">1k</a></p>

<p> <a href="/tagged/*5k">5k</a></p>

<p> <a href="/tagged/*10k">10k</a></p>

<p> <a href="/tagged/*25k">25k</a></p>

<p> <a href="/tagged/*50k">50k</a></p></div>

</div></div>
<div id="box3" class="popup_block"><div class="third">
<div align="center">
<p><a href="/about-me">about me</a></p>

<p><a href="/tags">tags</a></p>

<p> <a href="/blogroll">blogroll</a></p>

<p> <a href="/post/110863245079/finally-the-long-promised-follow-forever-


its">follow forever</a></p>

<p> <a href="/tagged/*books">my books</a></p>

<p> <a href="/urls">saved urls</a></p>

<p> <a href="http://8tracks.com/strangehighs">8tracks</a></p></div>

</div></div>
</body>

You might also like