<!--
custom theme by first-avenger
for bethany/coralteen :~)
FEATURES:
- 300px photos (500px on permalink page)
- 4 custom links
- If transparent sidebar
- If transparent description
- If circle links uppercase
- If circle links rotate on hover
- Sidebar/background image
NOTE:
- There is no 300px setting for
photosets, so the photoset is 250px.
-->
<head>
{block:IndexPage}
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
{block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
<script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
<script src='http://static.tumblr.com/1s4z8hu/UTBlo4136/jquery.masonry.min.js' type='text/javascript'></script>
<script type="text/javascript" src="http://static.tumblr.com/jnmer2r/WKhljk73d/jquery.infinitescroll.min.js"></script>
<script>
jQuery(window).load(function(){
var $wall = $('#posts');
$wall.imagesLoaded(function(){
$wall.masonry({
singleMode: true,
columnWidth: 318,
itemSelector: '#entries'
});
});
$wall.infinitescroll({
navSelector : '#page-nav',
nextSelector : '#page-nav a',
itemSelector : '#entries',
},
function( newElements ){
$(newElements).hide();
setTimeout(function(){
$wall.masonry({ appendedContent: $(newElements) });
},2000);
setTimeout(function(){
$(newElements).fadeIn('fast');
},2100);
},1000);
});
</script>
<script>
$.fn.imagesLoaded = function(callback){
var elems = this.find('img'),
len = elems.length,
_this = this;
if ( !elems.length ) {
callback.call( this );}
elems.bind('load',function(){
if (--len <= 0){
callback.call( _this );}
}).each(function(){
// cached images don't fire load sometimes, so we reset src.
if (this.complete || this.complete === undefined){
var src = this.src;
// webkit hack from http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f
// data uri bypasses webkit log warning (thx doug jones)
this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
this.src = src;}
});
return this;};
</script>
{/block:IndexPage}
<title>{Title}</title>
<style type="text/css">body{ cursor: url(http://i.imgur.com/ZOrzC.png), auto;} a, a:hover{cursor:url(http://i.imgur.com/ZOrzC.png), auto;}</style>
<meta name="color:Background" content="#FFFFFF"/>
<meta name="color:Sidebar" content="#FFFFFF"/>
<meta name="color:Posts" content="#FFFFFF"/>
<meta name="color:Text" content="#000000"/>
<meta name="color:Links" content="#000000"/>
<meta name="color:Hover" content="#555555"/>
<meta name="color:Scrollbar" content="#555555"/>
<meta name="color:Permalink" content="#555555"/>
<meta name="color:Circle1" content="#F7DEBF"/>
<meta name="color:Circle2" content="#C4FDB3"/>
<meta name="color:Circle3" content="#9FDEEE"/>
<meta name="color:Circle4" content="#C191FF"/>
<meta name="color:Circle1 Hover" content="#FFBC6B"/>
<meta name="color:Circle2 Hover" content="#67FF38"/>
<meta name="color:Circle3 Hover" content="#67D3EE"/>
<meta name="color:Circle4 Hover" content="#A158FF"/>
<meta name="if:Transparent Sidebar" content="1" />
<meta name="if:Transparent Description" content="1" />
<meta name="if:Circle Links Uppercase" content="1" />
<meta name="if:Circle Rotate" content="1" />
<meta name="image:Background" content=""/>
<meta name="image:Sidebar" content=""/>
<meta name="text:Body Font" content="Verdana"/>
<meta name="text:Font Size" content="9"/>
<meta name="text:Link One Title" content="link 1" />
<meta name="text:Link One" content="" />
<meta name="text:Link Two Title" content="link 2" />
<meta name="text:Link Two" content="" />
<meta name="text:Link Three Title" content="link 3" />
<meta name="text:Link Three" content="" />
<meta name="text:Link Four Title" content="link 4" />
<meta name="text:Link Four" content="" />
<style type="text/css">
body{
margin:0px;
background-color: {color:Background};
background-image:url({image:Background});
background-attachment:fixed !important;
background-repeat: repeat;
}
body, div, p, textarea, submit, input{
font-family: {Text:Body Font};
font-size: {Text:Font Size}px;
color:{color:Text};
}
p{
margin:0px;
margin-top:1px;
}
a:link, a:active, a:visited{
color: {color:Links};
text-decoration: none;
-webkit-transition: all .6s ease-out;
-moz-transition: all .6s ease-out;
-o-transition: all .6s ease-out;
transition: all .6s ease-out;
}
a:hover{
color: {color:Hover};
text-decoration: none;
-webkit-transition: all .6s ease-out;
-moz-transition: all .6s ease-out;
-o-transition: all .6s ease-out;
transition: all .6s ease-out;
}
#content{
position: relative;
width: 1200px;
overflow: auto;
overflow-y:hidden;
}
#posts{
float: left;
{block:IndexPage}
margin-left: 450px;
{/block:IndexPage}
{block:PermalinkPage}
margin-left: 450px;
{/block:PermalinkPage}
margin-top: 10px;
width: 670px;
height: auto;
padding: 3px;
background-color: transparent;
}
#entries{
{block:IndexPage}
float: left;
width: 300px;
margin: 3px;
padding: 5px;
padding-bottom: 3px;
background-color: {color:Posts};
{/block:IndexPage}
{block:PermalinkPage}
float: left;
width: 500px;
background-color: {color:Posts};
{/block:PermalinkPage}
}
#sidebar{
position: fixed;
float: left;
width: 200px;
height: 200px;
padding: 3px;
margin-top: 100px;
margin-left: 160px;
border-radius: 100px;
font-family: {text:Body Font};
font-size: {text:Font Size}px;
background-color: {color:Sidebar};
{block:IfTransparentSidebar}
background-color: transparent;
{/block:IfTransparentSidebar}
}
#sidebar img{
width: 200px;
height: 200px;
border-radius: 100px;
}
#desc{
position: relative;
float: left;
width: 200px;
height: auto;
padding: 2px;
margin-top: 5px;
font-family: {text:Body Font};
background-color: {color:Sidebar};
{block:IfTransparentDescription}
background-color: transparent;
{/block:IfTransparentDescription}
}
#links{
position: fixed;
float: left;
width: 60px;
margin-top: 90px;
margin-left: 100px;
}
.link1{
float: left;
width: 38px;
height: 25px;
padding: 4px;
padding-top: 15px;
margin-top: 5px;
margin-left: 29px;
-moz-border-radius: 65px;
border-radius: 65px;
text-align: center;
background-color: {color:Circle1};
-webkit-transition: all .6s ease-out;
-moz-transition: all .6s ease-out;
-o-transition: all .6s ease-out;
transition: all .6s ease-out;
}
.link2{
float: left;
width: 38px;
height: 25px;
padding: 4px;
padding-top: 15px;
margin-top: 10px;
margin-left: 5px;
-moz-border-radius: 65px;
border-radius: 65px;
text-align: center;
background-color: {color:Circle2};
-webkit-transition: all .6s ease-out;
-moz-transition: all .6s ease-out;
-o-transition: all .6s ease-out;
transition: all .6s ease-out;
}
.link3{
float: left;
width: 38px;
height: 25px;
padding: 4px;
padding-top: 15px;
margin-top: 12px;
margin-left: 5px;
-moz-border-radius: 65px;
border-radius: 65px;
text-align: center;
background-color: {color:Circle3};
-webkit-transition: all .6s ease-out;
-moz-transition: all .6s ease-out;
-o-transition: all .6s ease-out;
transition: all .6s ease-out;
}
.link4{
float: left;
width: 38px;
height: 25px;
padding: 4px;
padding-top: 15px;
margin-top: 10px;
margin-left: 25px;
-moz-border-radius: 65px;
border-radius: 65px;
text-align: center;
background-color: {color:Circle4};
-webkit-transition: all .6s ease-out;
-moz-transition: all .6s ease-out;
-o-transition: all .6s ease-out;
transition: all .6s ease-out;
}
.link1 a, .link2 a, .link3 a, .link4 a{
font-family: tinytots;
font-size: 8px;
{block:IfCircleLinksUppercase}
text-transform: uppercase;
{/block:IfCircleLinksUppercase}
}
.link1:hover, .link2:hover, .link3:hover, .link4:hover{
-webkit-transition: all .6s ease-out;
-moz-transition: all .6s ease-out;
-o-transition: all .6s ease-out;
transition: all .6s ease-out;
{block:IfCircleRotate}
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
{/block:IfCircleRotate}
}
{block:IfNotCircleRotate}
.link1:hover{
-webkit-transition: all .6s ease-out;
-moz-transition: all .6s ease-out;
-o-transition: all .6s ease-out;
transition: all .6s ease-out;
background-color: {color:Circle1 Hover};
}
.link2:hover{
-webkit-transition: all .6s ease-out;
-moz-transition: all .6s ease-out;
-o-transition: all .6s ease-out;
transition: all .6s ease-out;
background-color: {color:Circle2 Hover};
}
.link3:hover{
-webkit-transition: all .6s ease-out;
-moz-transition: all .6s ease-out;
-o-transition: all .6s ease-out;
transition: all .6s ease-out;
background-color: {color:Circle3 Hover};
}
.link4:hover{
-webkit-transition: all .6s ease-out;
-moz-transition: all .6s ease-out;
-o-transition: all .6s ease-out;
transition: all .6s ease-out;
background-color: {color:Circle4 Hover};
}
{/block:IfNotCircleRotate}
.perma{
position: absolute;
float: left;
width: auto;
height: auto;
margin-top: 10px;
margin-left: 10px;
opacity: 0;
-webkit-transition: all .6s ease-out;
-moz-transition: all .6s ease-out;
-o-transition: all .6s ease-out;
transition: all .6s ease-out;
}
#entries:hover .perma{
opacity: 1;
-webkit-transition: all .6s ease-out;
-moz-transition: all .6s ease-out;
-o-transition: all .6s ease-out;
transition: all .6s ease-out;
}
.titles{
text-align: center;
font-family: cambria;
font-style: italic;
font-size: 15px;
margin-top: 4px;
margin-bottom: 0px;
}
.texts{
{block:IndexPage}
width: 280px;
{/block:IndexPage}
{block:PermalinkPage}
width: 280px;
{/block:PermalinkPage}
height: auto;
padding: 5px;
margin-top: 0px;
margin-left: 5px;
padding-bottom: 2px;
text-align: justify;
}
#all{
width: 300px;
height: auto;
padding: 10px;
}
#player{
position: absolute;
display: block;
width: 30px;
height: 20;
padding: 10px;
margin-top: 12px;
margin-left: 13px;
opacity: 0.6;
border-radius: 50px;
overflow: hidden;
background-color: #FFF;
-webkit-transition: all .7s ease-out;
-moz-transition: all .7s ease-out;
-o-transition: all .7s ease-out;
transition: all .7s ease-out;
}
#player:hover{
opacity: 1;
-webkit-transition: all .7s ease-out;
-moz-transition: all .7s ease-out;
-o-transition: all .7s ease-out;
transition: all .7s ease-out;
}
#playerr{
position: relative;
float: left;
margin-left: 2px;
margin-top: 4px;
width: 20px;
overflow: hidden;
}
#albumimage{
width: 70px;
height: auto;
padding: 2px;
padding-bottom: 0px;
margin-left: 0px;
margin-top: 0px;
background-color: #EEE;
border: 1px solid #DDD;
}
#albumimage img{
width: 70px;
opacity: 1;
}
#caption{
position: absolute;
width: auto;
height: auto;
padding: 5px;
margin-top: -78px;
margin-left: 90px;
background-color: transparent;
}
#wholeanswer{
position: relative;
float: left;
width: 290px;
height: auto;
padding: 5px;
margin-top: 2px;
margin-left: 0px;
}
#question{
width: 280px;
height: auto;
padding: 5px;
margin-top: 2px;
margin-left: 0px;
text-align: center;
background-color: {color:Question Background Color};
}
#answer{
float: left;
width: 280px;
margin-top: 5px;
text-align: justify;
margin-bottom: 5px;
background-color: transparent;
}
.textperma{
position: relative;
float: left;
width: 293px;
height: 5px;
padding: 2px;
margin-top: 3px;
border-top: 1px solid {color:Permalink};
background-color: transparent;
}
.textperma2{
position: relative;
float: left;
width: 293px;
height: 5px;
padding: 2px;
margin-top: -10px;
margin-left: 260px;
margin-bottom: 5px;
background-color: transparent;
}
blockquote{
padding: 0px 0px 0px 5px;
margin: 0px 0px 0px 1px;
border-left: 2px solid {color:Text};
}
ul, ol, li{
list-style: none;
margin-left: 1px;
padding: 0px;
}
a img{
border: 0px;
}
.notes img{
width: 10px;
position: relative;
top: 3px;
}
{CustomCSS}
@font-face {font-family:tinytots;src: url(http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf) format("truetype");}
iframe#tumblr_controls{
top: 0% !important;
right: 0% !important;
position: fixed !important;
opacity: 0.5;
}
::-webkit-scrollbar-thumb:vertical{
background-color:{color:Scrollbar};
background-image: url({image:Background});
height:auto;
}
::-webkit-scrollbar-thumb:horizontal{
background-color: {color:Background};
background-image: url({image:Background});
height: 10px;
}
::-webkit-scrollbar {
height: 7px;
width: 4px;
background-color: {color:Background};
}
.tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {
display: none;
}::-webkit-scrollbar-thumb:vertical{
background-color:{color:Scrollbar};
background-image: url({image:Background});
height:auto;
}
::-webkit-scrollbar-thumb:horizontal{
background-color: {color:Background};
background-image: url({image:Background});
height: 10px;
}
::-webkit-scrollbar {
height: 7px;
width: 4px;
background-color: {color:Background};
}
.tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {
display: none;
}
</style>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
<meta name="viewport" content="width=820" />
</head>
<body>
<div id="content">
<div id="sidebar">
<center><img src="{image:sidebar}"><center>
<div id="desc">{Description}</div>
</div>
<div id="links">
<div class="link1"><a href="{text:Link One}">{text:Link One Title}</a></div>
<div class="link2"><a href="{text:Link Two}">{text:Link Two Title}</a></div>
<div class="link3"><a href="{text:Link Three}">{text:Link Three Title}</a></div>
<div class="link4"><a href="{text:Link Four}">{text:Link Four Title}</a></div>
</div>
<div id="posts">
{block:Posts}
<div id="entries">
{block:Text}
{block:IndexPage}
<div class="titles">{Title}</div>
<div class="texts">{Body}</div>
<div class="textperma">Posted {TimeAgo} with <a href="{Permalink}">{NoteCountWithLabel}</a></p></div>
<div class="textperma2"><p><a href="{ReblogURL}" target="_blank">Reblog</a></p></div>
{/block:IndexPage}
{block:PermalinkPage}
<div class="titles">{Title}</div>
<div class="texts">{Body}</div>
{/block:PermalinkPage}
{/block:Text}
{block:Photo}
{block:IndexPage}
<div class="perma"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/ycitmg1/zaxm3d770/relobg.png"></a></div>
{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=300px/></a></center>{LinkCloseTag}
{/block:IndexPage}
{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/></center>{LinkCloseTag}
{block:Caption}{Caption}{/block:Caption}
{/block:PermalinkPage}
{/block:Photo}
{block:Link}
{block:IndexPage}
<div class="titles"><a href="{URL}" class="title">{Name}</a></div>
<div class="texts"><blockquote>{Description}</blockquote></div>
<div class="textperma">Posted {TimeAgo} with <a href="{Permalink}">{NoteCountWithLabel}</a></p></div>
<div class="textperma2"><p><a href="{ReblogURL}" target="_blank">Reblog</a></p></div>
{/block:IndexPage}
{block:PermalinkPage}<a href="{URL}" class="title">{Name}</a>
{block:Description}{Description}{/block:Description}
{/block:PermalinkPage}
{/block:Link}
{block:Quote}
{block:IndexPage}
<div class="titles">{Quote}</div>
<div class="texts"><center><b>{Source}</b><center></div>
<div class="textperma">Posted {TimeAgo} with <a href="{Permalink}">{NoteCountWithLabel}</a></p></div>
<div class="textperma2"><p><a href="{ReblogURL}" target="_blank">Reblog</a></p></div>
{/block:IndexPage}
{block:PermalinkPage}
<div class="titles">{Quote}</div>
<center><b>- {Source}</b><center>
{/block:PermalinkPage}
{/block:Quote}
{block:Chat}
{block:IndexPage}
<div class="titles">{Title}</div>
<div class="texts">
<ul class="chat">
{block:Lines}
<li class="user_{UserNumber}">
{block:Label}<i>{Label}</i>{/block:Label}
{Line}</li>
{/block:Lines}
</ul>
</div>
<div class="textperma">Posted {TimeAgo} with <a href="{Permalink}">{NoteCountWithLabel}</a></p></div>
<div class="textperma2"><p><a href="{ReblogURL}" target="_blank">Reblog</a></p></div>
{/block:IndexPage}
{block:PermalinkPage}
<div class="titles">{Title}</div>
<div class="texts">
<ul class="chat">
{block:Lines}
<li class="user_{UserNumber}">
{block:Label}<i>{Label}</i>{/block:Label}
{Line}</li>
{/block:Lines}
</ul>
</div>
{/block:PermalinkPage}
{/block:Chat}
{block:Audio}
{block:IndexPage}
<div id="wholemusic">
<div id="player"><div id="playerr">{AudioPlayerWhite}</div></div>
{block:AlbumArt}<div id="albumimage"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
<div id="caption"><p>
<p>{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}</p>
<p>{block:TrackName}<b>Songs:</b> {TrackName}{/block:TrackName}</p>
<p><b>Plays:</b> {PlayCount}</p>
<p><b>Posted:</b> <a href="{ReblogURL}" target="_blank">{TimeAgo}</a></p>
<p><b>Notes:</b> <a href="{Permalink}">{NoteCount}</a></p>
</div>
</div>
{/block:IndexPage}
{block:PermalinkPage}
<div id="wholemusic">
<div id="player"><div id="playerr">{AudioPlayerWhite}</div></div>
{block:AlbumArt}<div id="albumimage"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
<div id="caption"><p>
<p>{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}</p>
<p>{block:TrackName}<b>Songs:</b> {TrackName}{/block:TrackName}</p>
<p><b>Plays:</b> {PlayCount}</p>
<p><b>Posted:</b> <a href="{ReblogURL}" target="_blank">{TimeAgo}</a></p>
<p><b>Notes:</b> <a href="{Permalink}">{NoteCount}</a></p>
</div>
</div>
{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
{/block:Audio}
{block:Video}
{block:IndexPage}
<center>{Video-300}</center>
<div class="textperma">Posted {TimeAgo} with <a href="{Permalink}">{NoteCountWithLabel}</a></p></div>
<div class="textperma2"><p><a href="{ReblogURL}" target="_blank">Reblog</a></p></div>
{/block:IndexPage}
{block:PermalinkPage}<center>{Video-500}</center>{/block:PermalinkPage}
{/block:Video}
{block:Answer}
{block:IndexPage}
<div class="wholeanswer">
<div id="question">{Asker}: {Question}</div>
</div>
<div class="answer">{Answer}</div>
<div class="textperma">Posted {TimeAgo} with <a href="{Permalink}">{NoteCountWithLabel}</a></p></div>
<div class="textperma2"><p><a href="{ReblogURL}" target="_blank">Reblog</a></p></div>
{/block:IndexPage}
{block:PermalinkPage}
<div class="wholeanswer">
<div id="question">{Asker}: {Question}</div>
</div>
<div class="answer">{Answer}</div>
{/block:PermalinkPage}
{/block:Answer}
{block:Photoset}
{block:IndexPage}
<div class="perma"><a href="{ReblogURL}" target="_blank"><img src="http://static.tumblr.com/ycitmg1/zaxm3d770/relobg.png"></a></div>
{Photoset-250}
{block:Caption}<blockquote><small>{Caption}</small></blockquote>{/block:Caption}
{/block:IndexPage}
{block:PermalinkPage}
{Photoset-500}
{block:Caption}<blockquote>{Caption}</blockquote>{/block:Caption}
{/block:PermalinkPage}
{/block:Photoset}
{block:PostNotes}
<p>{NoteCountWithLabel}</p>
{block:HasTags}<p>{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</p>{/block:HasTags}
<div id="postnotes">{PostNotes}</div><br>
{/block:PostNotes}
</div>
{/block:Posts}
</div>
<div style="position: fixed; float: left; bottom: 2px; margin-left: 1250px; font-family: georgia; font-size: 13px; opacity: 0.5;"><a href="http://first-avenger.tumblr.com">FA</a></div>
</div>