theme

32
<!-- Pragmatic Theme by Doxx // doxx.tumblr.com DO NOT delete credits ------------------------------> <html lang="en"> <head> <title>{title}</title> <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'> <meta name="color:Background" content="#ffffff"/> <meta name="color:Post Box" content="#ffffff"/> <meta name="color:Blog Title" content="#666666"/> <meta name="color:Blog Description" content="#666666"/> <meta name="color:Title" content="#666666"/> <meta name="color:Text" content="#666666"/> <meta name="color:Link" content="#666666"/> <meta name="color:Hover" content="#FFF"/> <meta name="font:Title" content="Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif"/> <meta name="font:Blog Title" content="Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif"/> <meta name="font:Body" content="Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif"/>

Upload: adzlest

Post on 05-Feb-2016

3 views

Category:

Documents


0 download

DESCRIPTION

tumblr

TRANSCRIPT

Page 1: Theme

<!--

Pragmatic Theme by Doxx //

doxx.tumblr.com DO NOT delete credits

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

<html lang="en">

<head>

<title>{title}</title>

<link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>

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

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

<meta name="color:Blog Title" content="#666666"/>

<meta name="color:Blog Description" content="#666666"/>

<meta name="color:Title" content="#666666"/>

<meta name="color:Text" content="#666666"/>

<meta name="color:Link" content="#666666"/>

<meta name="color:Hover" content="#FFF"/>

<meta name="font:Title" content="Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif"/>

<meta name="font:Blog Title" content="Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif"/>

<meta name="font:Body" content="Trebuchet MS, Arial, Helvetica, futura, Georgia, sans-serif"/>

<meta name="image:Background" content=""/>

<meta name="image:Sidebar" content=""/>

<meta name="if:Sidebar In Top Left" content="0"/>

<meta name="if:Italic Sidelinks" content="0"/>

<meta name="if:Italic Description" content="0"/>

Page 2: Theme

<meta name="if:Sidebar In Bottom Left" content="1"/>

<meta name="if:Less Space Between Posts" content="1"/>

<meta name="if:Post Shadows" content="1"/>

<meta name="if:Show Reblog On Hover" content="1"/>

<meta name="if:Show Notes On Photo" content="1"/>

<meta name="if:Faded Images On Hover" content="0"/>

<meta name="if:Inverted Fade" content="0"/>

<meta name="if:Rounded Edges" content="0"/>

<meta name="if:Show Photo" content="1"/>

<meta name="if:Small Sidebar Image" content="0"/>

<meta name="if:Show Title" content="1"/>

<meta name="if:Ask Link" content="1"/>

<meta name="text:Ask Link Text" content="" />

<meta name="text:Custom Link One" content="" />

<meta name="text:Custom Link One Title" content="" />

<meta name="text:Custom Link Two" content="" />

<meta name="text:Custom Link Two Title" content="" />

<meta name="text:Custom Link Three" content="" />

<meta name="text:Custom Link Three Title" content="" />

<meta name="text:Custom Link Four" content="" />

<meta name="text:Custom Link Four Title" content="" />

<meta name="text:Custom Link Five" content="" />

<meta name="text:Custom Link Five Title" content="" />

</script>

<style type="text/css">

{block:ifinvertedfade}img{-webkit-transition: opacity 0.7s linear;opacity: 0.8;}img:hover{-webkit-transition: opacity 0.5s linear;opacity: 1;}{/block:ifinvertedfade}

body{

margin:0px;

Page 3: Theme

background-color: {color:Background};

background-image:url({image:Background});

background-attachment: fixed;

background-repeat: repeat;

font-size: 11px;

font-family:{font:Body};

line-height:8px;

color:{color:Text};

}

#bite .death {

margin-top:-40px;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: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;

}

a:link, a:active, a:visited{

color: {color:Link};

text-decoration: none;

-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;

}

Page 4: Theme

a:hover{

color:{color:Hover};

text-decoration: none;

-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;

}

.sidelink{{block:ifitalicsidelinks}font-style:italic{/block:ifitalicsidelinks};

font-family: {font:Body};

font-color: {color:Text};

}

.sidelink:hover{background-color:rgba(0,0,0,0);

{block:ifitalicsidelinks}style: italic{/block:ifitalicsidelinks};

color:{color:Hover};

padding-left:0px;

margin:0px;width:auto;

-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}

.sidelink a:hover{color: {color:Link};

-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}

}

#postys{width:340px; height:auto;}

{block:PermalinkPage}

width:370px;

{/block:PermalinkPage}

{block:ifRoundedEdges}

-moz-border-radius: 3px;

Page 5: Theme

border-radius: 3px;

{/block:ifRoundedEdges}

}

#jango{

padding-top:3px;

padding-bottom:3px;

position:fixed !important;

width:340px;

height:207px;

background-color:{color:Post Box};

{block:PermalinkPage}

width:370px;

height:207px;

{/block:PermalinkPage}

{block:ifRoundedEdges}

-moz-border-radius: 3px;

border-radius: 3px;

{/block:ifRoundedEdges}

}

#barside{

z-index:999999999999999;

position:absolute !important;

position:fixed !important;

{block:ifSidebarInBottomLeft}

bottom:180px;

Page 6: Theme

left: 130px;

width:200px;

{/block:ifSidebarInBottomLeft}

{block:ifSidebarInTopLeft}

top:90px;

left: 51px;

width:200px;

{/block:ifSidebarInTopLeft}

background-color: transparent;

}

#rake{

margin:auto;

left:0px;

top:10px;

padding-top:5px;

padding-left:0px;

position:absolute;

{block:indexpage}

width:1390px;

{/block:indexpage}

{block:permalinkpage}

width:1150px;

left:50px;

{/block:permalinkpage}

overflow:hidden;

}

Page 7: Theme

#posts{

float:right;

{block:indexpage}

width:1100px;

{/block:indexpage}

{block:permalinkpage}

width:570px;

{/block:permalinkpage}

margin-left:68px;

}

.credit{

position:fixed;

right:6px;

top:25px;

z-index:9999;

opacity:0.4;

-webkit-transition: all 1s linear;

-webkit-transition: all 1s linear;

-moz-transition: all 1s linear;

transition: all 1s linear;

}

.credit:hover{

opacity:1;

-webkit-transition: all 1s linear;

-webkit-transition: all 1s linear;

-moz-transition: all 1s linear;

transition: all 1s linear;

}

Page 8: Theme

#entry{

z-index:9999;

{block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);

-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);

box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows}

border:0px solid;

border-color: #f1f1f1;

float: left;

width: 340px;

height: auto;

{block:PermalinkPage}

width: 370px;

height: auto;

{/block:PermalinkPage}

line-height:8px;

background-color:{color:Post Box};

padding:0px;

margin-right:25px;

{block:iflessspacebetweenposts}

margin-right:10px;

{/block:iflessspacebetweenposts}

overflow:hidden;

margin-bottom:25px;

{block:iflessspacebetweenposts}

margin-bottom:10px;

{/block:iflessspacebetweenposts}

{block:ifRoundedEdges}

Page 9: Theme

-moz-border-radius: 3px;

border-radius: 3px;

{/block:ifRoundedEdges}

}

#entry img{

{block:IndexPage}

max-width: 340px;

height: auto;

{/block:IndexPage}

{block:PermalinkPage}

max-width: 370px;

height: auto;

{/block:PermalinkPage}

}

{block:ifShownotesonphoto}

#permalink {

position: absolute;

margin-top: 11px;

margin-left: 55px;

opacity: 0;

-webkit-transition: all .3s ease;

-moz-transition: all .3s ease;

-o-transition: all .3s ease;

transition: all .3s ease;

}

Page 10: Theme

#entry:hover #permalink {

width:11px;

margin-top: 11px;

margin-left: 55px;

opacity: 1;

}

.countreblog {

color: #FFFFFF;

letter-spacing:1px;

font-family:10px arial;

font-size:;

line-height:14px;

margin: 2px;

background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);

background-repeat:repeat;

border:1px solid rgba(0,0,0,0.1);

padding:3px 5px;

-webkit-border-radius:2px;

moz-border-radius:2px;

-o-border-radius:2px;

border-radius:2px;

}

.countreblog a { color: #fff; }

{/block:ifShownotesonphoto}

{block:ifShowReblogOnHover}

#entry:hover #reblog{

{block:IndexPage}

opacity:1;-webkit-transition: all 0.3s ease-out;

Page 11: Theme

-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;

{/block:IndexPage}

}

#reblog{

width:24px;

float:right;

opacity:.8;

margin-left:5px;

margin-top:11px;

position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;

-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}

{/block:ifShowReblogOnHover}

#entry:hover #reblog{

{block:IndexPage}

opacity:1;-webkit-transition: all 0.3s ease-out;

-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;

{/block:IndexPage}

}

#reblog{

width:24px;

float:right;

opacity:.8;

margin-left:5px;

margin-top:11px;

position:absolute;opacity:0;-webkit-transition: all 0.3s ease-out;

-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}

{/block:ifShowReblogOnHover}

#permapage{

font-family: {Font:Body};

Page 12: Theme

font-size: 9px;

text-align: center;

padding-bottom:10px;

z-index:9999;}

#notes{

{block:permalinkpage}

background-color:{color:Post Box};

display:block;

width:800px;

float: left;

padding:10px;

overflow:visible;

z-index:9999999;

margin-top: 10px;

{block:IfPostShadows}-webkit-box-shadow:0px 0px 12px rgba(0,0,0,0.3);

-moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.3);

box-shadow: 0px 0px 12px rgba(0,0,0,0.3);{/block:IfPostShadows}

{block:IfNotPostShadows}-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.4);

-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.4);

box-shadow: 0px 0px 0px rgba(0,0,0,0.4);{/block:IfNotPostShadows}

outline:1px solid rgba(0, 0, 0, .1);

border:2px solid rgba(0, 0, 0, .05);

text-align: left;{/block:permalinkpage}

}

iframe#tumblr_controls{position:fixed !important;

}

Page 13: Theme

{block:iffadedimagesonhover}

img{ -webkit-transition: opacity 0.4s linear; opacity: 1; }

img:hover{ -webkit-transition: opacity 0.4s linear; opacity: 0.75; }

{/block:iffadedimagesonhover}

.title{

font-family: {font:Title};

font-size: 12px;

line-height: 12px;

color: {color:Title};

font-weight: normal;

letter-spacing: 0px;

}

.leblogtitle{

font-family: helvetica;

font-size: 25px;

line-height: 24px;

color: {color:Blog Title};

font-weight: normal;

-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;

}

.credy{

font-family: Arial;

font-size: 9px;

opacity: .6;

color: {color:Body};

Page 14: Theme

letter-spacing: 0px;

border-style: outset;

border-width: 2px;

}

.leblogtitle:hover{

color:{color:Hover};

-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;

}

.credy:hover{

font-family: Arial;

font-size: 9px;

opacity: .6;

color: {color:Body};

letter-spacing: 0px;

border-style: inset;

border-width: 2px;

}

.permalinktext{

font-family: {Font:Body};

padding: 5px;

position: absolute;

text-align: center;

width: 200px;

-moz-transition: 0.3s ease-out;

Page 15: Theme

-webkit-transition: 0.3s ease-out;

transition: 0.3s ease-out;

opacity:0;

}

.permalinktext a{color:{color:links};

}

.entry:hover .permalinktext {

-moz-transition: 0.3s ease-out;

-webkit-transition: 0.3s ease-out;

transition: 0.3s ease-out;

width:200px;

text-decoration:line-through;

height:auto;

display: block;

opacity: 1;

}

blockquote{

padding:0px 0px 2px 3px;

margin:0px 0px 2px 1px;

}

ul, ol, li{

list-style:none;

margin:0px;

padding:0px;

}

Page 16: Theme

.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:{color:Title};

}

a.links {

font-family: Arial;

font-size: 12px;

line-height: 7px;

text-transform: normal;

letter-spacing:0px;

display:block;

padding: 0px;

margin-bottom: 0px;

{block:ifRoundedEdges}

-moz-border-radius: 3px;

border-radius: 3px;

{/block:ifRoundedEdges}

}

a.links:hover {

text-decoration: underline;

letter-spacing:10px;

}

</style>

<link rel="shortcut icon" href="{Favicon}">

<link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />

<meta name="viewport" content="width=720" />

Page 17: Theme

</head>

<body>

<div class="credit">

</div>

<div id="jango">

<div id="rake">

<div id="barside">

{block:ifShowPhoto}

{block:ifSidebarInBottomLeft}

<div align="left" style="padding-bottom:5px;">

<a href="/">

<img style="{block:ifRoundedEdges}

-moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}" src="{image:sidebar}" {block:ifNotSmallSidebarImage}width=200{/block:ifNotSmallSidebarImage} {block:ifSmallSidebarImage}width=175{/block:ifSmallSidebarImage} " /></a></div>

{/block:ifSidebarInBottomLeft}

{block:ifSidebarInTopLeft}

<div align="left" style="padding-bottom:5px; {block:ifRoundedEdges}

-moz-border-radius: 3px; border-radius: 3px;{/block:ifRoundedEdges}">

<a href="/">

<img style="{block:ifRoundedEdges}

-moz-border-radius: 3px; border-radius: 5px;{/block:ifRoundedEdges}" src="{image:sidebar}" {block:ifNotSmallSidebarImage}width=200{/block:ifNotSmallSidebarImage} {block:ifSmallSidebarImage}width=175{/block:ifSmallSidebarImage}" /></a></div>

Page 18: Theme

{/block:ifSidebarInTopLeft}

{/block:ifShowPhoto}

{block:ifShowTitle}

{block:ifSidebarInTopLeft}

<a href="/"><div align="left" class="leblogtitle">{Title}</div></a>

{/block:ifSidebarInTopLeft}

{block:ifSidebarInBottomLeft}

<a href="/"><div align="left" class="leblogtitle">{Title}</div></a>

{/block:ifSidebarInBottomLeft}

{/block:ifshowtitle}

{block:ifSidebarInTopLeft}

<div align="left" style="line-height:14px; margin-top:3px; margin-bottom:-15px; color:{color:Blog Description};{block:ifitalicdescription}font-style:italic{/block:ifitalicdescription};">{description}</div>

{/block:ifSidebarInTopLeft}

{block:ifSidebarInBottomLeft}

<div align="left" style="line-height:14px; margin-top:3px; margin-bottom:-15px; color:{color:Blog Description};{block:ifitalicsidelinks}font-style:italic{/block:ifitalicsidelinks};">{description}</div>

{/block:ifSidebarInBottomLeft}

<br>

<div align="center">

<center><br>

<div class="death">

Page 19: Theme

{block:ifAskLink}<a href="/ask" class="sidelink">{text:Ask Link Text}</a>{/block:ifAskLink}

{block:ifCustomLinkOneTitle} <a href="{text:Custom Link One}" class="sidelink">{text:Custom Link One Title} </a> {/block:ifCustomLinkOneTitle}

{block:ifCustomLinkTwoTitle}│ <a href="{text:Custom Link Two}" class="sidelink"> {text:Custom Link Two Title} </a> {/block:ifCustomLinkTwoTitle}

{block:ifCustomLinkThreeTitle}│<a href="{text:Custom Link Three}" class="sidelink"> {text:Custom Link Three Title} </a>{/block:ifCustomLinkThreeTitle}

{block:ifCustomLinkFourTitle}│<a href="{text:Custom Link Four}" class="sidelink"> {text:Custom Link Four Title} </a>{/block:ifCustomLinkFourTitle}

{block:ifCustomLinkFiveTitle}│<a href="{text:Custom Link Five}" class="sidelink"> {text:Custom Link Five Title} </a>{/block:ifCustomLinkFiveTitle}

</div>

</div>

</div>

</center>

<div align="center">

<div id="posts">

{block:Posts}

<div id="entry">

{block:Photo}

{block:IndexPage}

{block:ifShowReblogOnHover}

<div id="reblog"><span class="countreblog"><a href="{reblogurl}">Reblog</a></span></div>

{/block:ifShowReblogOnHover}

{block:ifShownotesonphoto}<div id="permalink">

<span class="countreblog"><a href="{Permalink}">{NoteCount}</a></span></div>{/block:ifShownotesonphoto}

Page 20: Theme

<div id="postys">

<a href="{permalink}">

<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=340; style=" {block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows} {block:ifRoundedEdges}-moz-border-radius: 3px; border-radius: 3px; {/block:ifRoundedEdges}"></a></div>

{/block:IndexPage}

{block:PermalinkPage}

{LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=370px; style=" {block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows} border="0"></center>

{/block:PermalinkPage}

{/block:Photo}

{block:Photoset}

<div style="padding-top:30px; padding-bottom:30px;"><a href="{permalink}">

{Photoset-250}</a></div>

{/block:Photoset}

{block:Text}<div style="padding-top:10px; padding-bottom:0px; padding-left:10px; padding-right:10px;">

{block:Title}

<a href="{permalink}"><span class="title">{Title}</span></a>

{/block:Title}

<span class="entrytext" style="line-height:12px;">{Body}</span>

<a href="{Permalink}"></a></div>

{block:indexpage}<hr size="1" width="260">

<div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">

Page 21: Theme

</a></div>{/block:indexpage}

{/block:Text}

{block:Link}<div style="padding-top:15px; padding-bottom:0px;>

<a href="{URL}"><span class="title">{Name}</span></a></div>

{block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>

{block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>

{block:indexpage}<hr size="1" width="260">

<div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">

</a></div>{/block:indexpage}

{/block:Link}

{block:Quote}

<div style="padding-top:10px; padding-bottom:10px;">

<span class="title" style="line-height:16px;">"{Quote}"</span><br><br>

<div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source}

-{Source}

{/block:Source}</a></div><br>{block:indexpage}<hr size="1" width="260">

<div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">

</a></div>{/block:indexpage}

</div>

{/block:Quote}

{block:Chat}

Page 22: Theme

<div style="padding-top:15px; padding-bottom:10px;">

<a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>

<ul class="chat">

{block:Lines}

<li class="user_{UserNumber}">

{block:Label}

<span class="label" style="line-height:12px;">{Label}</span>

{/block:Label}

{Line}

</li>

{/block:Lines}

</ul>

{block:Caption}{Caption}{/block:Caption}

<br>{block:indexpage}<hr size="1" width="260">

<div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">

</a></div>{/block:indexpage}

</div>

{/block:Chat}

{block:Audio}

<div style="padding-top:30px; padding-bottom:0px;">

<div style="float:center">

{AudioPlayerGrey}

</div>

</div>

<div style="padding-bottom:0px;">{block:Caption}{Caption}{/block:Caption}</div>{block:indexpage}

Page 23: Theme

<hr size="1" width="260">

<div style=" float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{permalink}">{FormattedPlayCount}&nbsp;Plays</a></div>

<div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">

</a></div>{/block:indexpage}

{/block:Audio}

{block:Video}

<div style="padding-top:28px; padding-bottom:8px;">

{Video-250}</div>

<div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>

{block:indexpage}<hr size="1" width="370">

<div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}

</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">

</a></div>{/block:indexpage}

{/block:Video}

{block:PermalinkPage}</a>

<div id="permapage"><br>

{block:notecount}

{notecountwithlabel}

{/block:notecount}&nbsp;&nbsp;&nbsp;&nbsp;{block:RebloggedFrom} Reblogged from

<a href="{ReblogParentURL}">{ReblogParentName}</a></a><br><br>Posted by

<a href="{ReblogRootURL}">{ReblogRootName}</a>

{/block:RebloggedFrom}

<br><br>

<div align="left">

Page 24: Theme

{block:PostNotes}

{PostNotes}

{/block:PostNotes}

</div>

</div>

{/block:PermalinkPage}

</div>

{/block:Posts}

</div>

</div>

</div>

</center>

</div>

</div>

{block:indexpage}

{block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>

<script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>

<script type="text/javascript">

$(window).load(function(){

var $wall = $('#posts');

$wall.imagesLoaded(function(){

$wall.masonry({

itemSelector: '#entry, #entry_photo',

isAnimated : false

});

});

Page 25: Theme

$wall.infinitescroll({

navSelector : '#page-nav',

nextSelector : '#page-nav a',

itemSelector : '#entry, #entry_photo',

bufferPx : 2000,

debug : false,

errorCallback: function() {

$('#infscr-loading').fadeOut('normal');

}},

function( newElements ) {

var $newElems = $( newElements );

$newElems.hide();

$newElems.imagesLoaded(function(){

$wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );

});

}); $('#content').show(500);

});

</script>

{/block:indexpage}

<div class="credit">

<a href="http://doxx.tumblr.com" target="_blank">

<img class="normal" src="http://static.tumblr.com/dbek3sy/zESllc4x6/install_theme.png" alt="install theme" />

</a>

</div>

</body><!-- Wikplayer http://www.wikplayer.com -->

<script type="text/javascript" src="http://www.wikplayer.com/code.js"

Page 26: Theme

data-config="{'skin':'skins/wikfull/plainBlack/skin.css','volume':50,'autoplay':true,'shuffle':true,'repeat':0,'showcomment':false,'marqueetexton':false,'placement':'bottom','showplaylist':false,'playlist':[{'title':'%D9%86%D9%85%D8%B4%D9%89%20%D9%88%D9%86%D9%85%D8%B4%D9%89','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DwVofXVWJOyQ'},{'title':'The%20Morning','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DOOXm_qmC05o'},{'title':'Differentology','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DmVd-_B_Ry_Q'},{'title':'Benz%20Punany','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DyFmqg03YH3M'},{'title':'Heatwave','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DqimiWfZAtXw'},{'title':'Can%20You%20Hear%20Me','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DTbQaCCb_Gzc'},{'title':'Reload','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DnEjayXdwVqY'},{'title':'All%20I%20Know','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Do_ofHHlSdcU'},{'title':'Level%20Up','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DRONcptNx4X8'},{'title':'Mirrors','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DOZLUa8JUR18'},{'title':'Make%20It%20Bun%20Dem','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DBGpzGu9Yp6Y'},{'title':'Rude%20Boy','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3De82VE8UtW8A'},{'title':'La%20La%20La','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DtM5xhFs5HHk'},{'title':'You%20Go%20Kill%20Me','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DOQ8LR-f4jnI'},{'title':'Feel%20The%20Love','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DoABEGc8Dus0'},{'title':'Hello','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Ffeature%3Dplayer_embedded%26v%3DwyxVlfsFZao%23at%3D44'},{'title':'Hiya%20Hiya','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dy5jAEaMOyVg'},{'title':'Wild%20Ones%20','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dv8nhToPcXIo'},{'title':'Just%20A%20Dream','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D0-IsnZqV30A'},{'title':'Mr%20Saxobeat%20','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DlAhHNCfA7NI'},{'title':'Send%20It%20Up%20','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DJYzG4nIuT7I'},{'title':'Come%20%26%20Get%20It','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dsa7Oz_25DNk'},{'title':'Heart%20of%20Courage','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DLRLdhFVzqt4'},{'title':'If%20I%20Lose%20Myself%20','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D2aFKSBO7F4g'},{'title':'Impossible','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D5MFRZR_iGaQ'},{'title':'Half%20Of%20Me','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DffJaw3Fu64Y'},{'title':'Say%20Hello%20To%20Goodbye','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DtnpKvK2n52s'},{'title':'%D8%AC%D8%B1%D8%AD%20%D8%AA%D8%A7%D9%86%D9%8A','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D_os4AVSPhS4'},{'title':'Papaoutai','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DoiKj0Z_Xnjc'},{'title':'Burn','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D7KNJulPMQxg'},{'title':'Talk%20Dirty%20To%20Me','url':'http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DRbtPXFlZlHg'}]}" ></script>

<!-- Wikplayer code end -->

Page 27: Theme

<script language=JavaScript>

<!--

//Disable right click script III- By Renigade ([email protected])

//For full source code, visit http://www.dynamicdrive.com

var message="";

///////////////////////////////////

function clickIE() {if (document.all) {(message);return false;}}

function clickNS(e) {if

(document.layers||(document.getElementById&&!document.all)) {

if (e.which==2||e.which==3) {(message);return false;}}}

if (document.layers)

{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}

else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")

Page 28: Theme

</html>