The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Tumblr: HTML help with photo captions?, Source/caption problems
Lara.
post Jun 26 2012, 02:57 PM
Post #1





Group: Members
Posts: 1
Joined: 26-June 12
Member No.: 17,337



Now I already figured out how to make the photos show the captions, I used {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
but when I do this, the photos now have "(Source: _________)" under them instead of only on the permalink page. Is there a way to have one without the other?

Thanks a lot, I really appreciate any help!

<HTML LANG="EN">

<!---------------------------------------
Theme 'Liberation' by James, 2012.
http://themesbyjames.tumblr.com
--------------------------------------->

<head>
<!-- TITLE - FOR CUSTOM TITLE CHANGE "{TITLE}" -->
<title>{title}</title>
<!-- THE COLOR -->
<meta name="color:Background" content="#FFF"/>
<meta name="color:Posts" content="#FFF"/>
<meta name="color:Title" content="#292929"/>
<meta name="color:Text" content="#363636"/>
<meta name="color:Link" content="#000"/>
<meta name="color:Hover" content="#D4D4D4"/>
<meta name="color:Scrollbar" content="#130C11"/>
<!-- IMAGE UPLOADS -->
<meta name="image:Banner" content=""/>
<meta name="image:Background" content="http://static.tumblr.com/ek9ly4s/i6Fm12595/pagebg.png"/>
<!-- THE IF'S -->
<meta name="if:Inverted Fade" content="0"/>
<meta name="if:Show Time Ago on Posts" content="0"/>
<meta name="if:Post Background Transparent" content="1"/>
<meta name="if:Show Default Links" content="1">
<meta name="if:Three Columns" content="1"/>
<meta name="if:Two Columns" content="0"/>
<meta name="if:Reblog Link On Hover" content="1"/>
<meta name="if:Show Blog Description" content="1"/>
<meta name="if:Install Button" content="1"/>
<!-- FONT -->
<meta name="font:Body" content="Arial, 'Helvetica Neue', Helvetica, sans-serif"/>
<!-- TEXT -->
<meta name="text:Link One" content="" />
<meta name="text:Link One Title" content="" />
<meta name="text:Link Two" content="" />
<meta name="text:Link Two Title" content="" />
<meta name="text:Link Three" content="" />
<meta name="text:Link Three Title" content="" />
<meta name="text:Link Four" content="" />
<meta name="text:link Four Title" content="" />
<meta name="text:link Five" content="" />
<meta name="text:link Five Title" content="" />
<!-- STYLESHEETS -->
<link rel="stylesheet" href="http://static.tumblr.com/tak5d5w/raDlsuinn/quicksandfonts.css" type="text/css" charset="utf-8">
<link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed' rel='stylesheet' type='text/css'>
</script>

<meta name="description" content="{MetaDescription}" />{/block:Description}

<style type="text/css">

body{
margin:0px;
background-color: {color:Background};
background-image:url({image:Background});
background-attachment: fixed;
background-repeat: repeat;
font-size: 11px;
font-family:{font:Body};
line-height:12px;
color:{color:Text};
}

::-webkit-scrollbar {width: 5px; height: 5px; background: {color:Background}; }
::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; -webkit-border-radius: 4ex; }

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;
}

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{font-style:none;
font-family: {font:Body};
font-color: {color:Text};
text-align: center;
padding-right:5px;
text-transform:uppercase;
font-size:11px;
-webkit-transition: all 1.5s linear; -moz-transition: all 1.5s linear; transition: all 1.5s linear;}

.description{font-style:none;
font-family: {font:Body};
font-color: {color:Text};
text-align: center;
text-transform:uppercase;
font-size:11px;
}

.sidelink:hover{background-color:rgba(0,0,0,0);
style: none;
color:{color:Hover};
-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;}

iframe#tumblr_controls {position:absolute; z-index:1337; top:0px; right:0px; border:0px; background-color:transparent; overflow:hidden}

#posts1{
{block:ifThreeColumns}
width:345px;
height:auto;}
{/block:ifThreeColumns}
{block:ifTwoColumns}
width:500px;
height:auto;}
{/block:ifTwoColumns}
{block:PermalinkPage}
width:600px;
{/block:PermalinkPage}
}


#posts2{
padding-top:3px;
padding-bottom:3px;
position:fixed !important;
{block:ifThreeColumns}
width:345px;
height:207px;
{/block:ifThreeColumns}
{block:ifTwoColumns}
width:500px;
height:207px;
{/block:ifTwoColumns}
{block:ifnotpostbackgroundtransparent}
background: {color:posts};
{/block:ifnotpostbackgroundtransparent}
{block:ifpostbackgroundtransparent}
background:transparent;
{block:ifpostbackgroundtransparent}
{block:PermalinkPage}
width:600px;
height:207px;
{/block:PermalinkPage}
}

#containerr{
margin:auto;
top:30px;
padding-top:15px;
position:relative;
{block:indexpage}
{block:ifThreeColumns}
width:1090px;
left:10px;
{/block:ifThreeColumns}
{block:ifTwoColumns}
width:1090px;
left:30px;
{/block:ifTwoColumns}
{/block:indexpage}
{block:permalinkpage}
{block:ifThreeColumns}
width:1090px;
left:90px;
{/block:ifThreeColumns}
{block:ifTwoColumns}
width:1090px;
left:96px;
{/block:ifTwoColumns}
{/block:permalinkpage}
overflow:hidden;
}


#container .topbanner {
z-index:999999999999999;
top: 0px;
width: 900px;
height: auto;
background-color: transparent;
}


#posts{
{block:indexpage}
{block:ifThreeColumns}
width:1080px;
{/block:ifThreeColumns}
{block:ifTwoColumns}
width:1100px;
{/block:ifTwoColumns}
{/block:indexpage}
{block:permalinkpage}
width:800px;
{/block:permalinkpage}
}

#install{
position:fixed !important;
width:auto;
height:auto;
right:3px;
top:26px;
}

#install:hover{
position:fixed !important;
width:auto;
height:auto;
}

#entry{
z-index:9999;
border:0px solid;
border-color: #FFFFF1;
float: left;
{block:ifThreeColumns}
width:345px;
height:auto;
{/block:ifThreeColumns}
{block:ifTwoColumns}
width:500px;
height:auto;
{/block:ifTwoColumns}
background-color:transparent;
{block:PermalinkPage}
width: 600px;
height: auto;
{/block:PermalinkPage}
line-height:8px;
padding:0px;
margin-right:10px;
margin-bottom:10px;
overflow:hidden;
}


#entry img{
{block:IndexPage}
{block:ifThreeColumns}
max-width: 345px;
height: auto;
{/block:ifThreeColumns}
{block:ifTwoColumns}
max-width: 500px;
height: auto;
{/block:ifTwoColumns}
{/block:IndexPage}
{block:PermalinkPage}
max-width: 600px;
height: auto;
{/block:PermalinkPage}
}


{block:ifReblogLinkOnHover}
#entry:hover #reblog{
{block:IndexPage}
{block:ifThreeColumns}
margin-left:315px;
{/block:ifThreeColumns}
{block:ifTwoColumns}
margin-left:470px;
{/block:ifTwoColumns}
margin-top:8px;
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:22px;
float:left;
{block:ifThreeColumns}
margin-left:315px;
{/block:ifThreeColumns}
{block:ifTwoColumns}
margin-left:470px;
{/block:ifTwoColumns}
margin-top:0px;
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:ifReblogLinkOnHover}


#permapagenotesbox{
font-family: {Font:Body};
font-size: 9px;
text-align: center;
padding-bottom:10px;
z-index:9999;
width:600px;
{block:ifnotpostbackgroundtransparent}
background: {color:posts};
{/block:ifnotpostbackgroundtransparent}
{block:ifpostbackgroundtransparent}
background:transparent;
{block:ifpostbackgroundtransparent}
}


#pagination{
font-size: 10px;}

#permapage{
font-family: {Font:Body};
font-size: 9px;
text-align: center;
padding-bottom:10px;
z-index:9999;}

#notes{
{block:permalinkpage}
{block:ifnotpostbackgroundtransparent}
background: {color:posts};
{/block:ifnotpostbackgroundtransparent}
{block:ifpostbackgroundtransparent}
background:transparent;
{block:ifpostbackgroundtransparent}
display:block;
width:800px;
float: left;
padding:10px;
overflow:visible;
z-index:9999999;
margin-top: 10px;
outline:1px solid rgba(0, 0, 0, .1);
border:2px solid rgba(0, 0, 0, .05);
text-align: left;
{/block:permalinkpage}
}


.title{
font-family: {font:Body};
text-transform:uppercase;
font-size: 14px;
line-height: 14px;
color: {color:Title};
letter-spacing: 0px;
}


.asktitle{
font-family: {font:Body};
font-size: 12px;
line-height: 12px;
color: {color:Title};
font-weight: normal;
letter-spacing: 0px;
}


.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;
-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;
}

.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: 10px;
line-height: 9px;
text-transform: normal;
letter-spacing:0px;
display:block;
padding: 0px;
margin-bottom: 0px;
-moz-border-radius:0px; border-radius:0px;
}

a.links:hover {
font-style: italic;
text-decoration: underline;
letter-spacing:10px;
}

h2{ color:{color:link}; font-weight: normal; font-size: 50px; font-family: 'BebasNeueRegular', sans-serif; line-height: 0px; text-transform:uppercase;}
h1 a {color:link}}


{block:ifInvertedFade}img{-webkit-transition: opacity 0.7s linear; opacity: 50;}img:hover{-webkit-transition: opacity 0.2s linear; opacity: .60;}
{/block:ifInvertedFade}

{CustomCSS}

</style>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
<meta name="viewport" content="width=720" />
</head>
<body>

<script src="http://static.tumblr.com/6jwx45k/9Ivm1xjuj/infintescroll.txt" type="text/javascript"></script>

<div id="containerr">
<div class="topbanner" style="overflow:hidden;
{block:ifThreeColumns}
margin-left:-20px;
{/block:ifThreeColumns}
{block:ifTwoColumns}
margin-left:-70px;
{/block:ifTwoColumns}

{block:permalinkpage}
{block:ifThreeColumns}
margin-right:178px;
{/block:ifThreeColumns}
{block:ifTwoColumns}
margin-right:120px;
{/block:ifTwoColumns}
{block:permalinkpage}">

<center>
{block:IfbannerImage}<a href="/"><img style="max-width:800px; max-height:300px; margin-bottom:5px;" src="{image:Banner}"></a><br>{/block:IfbannerImage}

{block:IfnotbannerImage}
<div style="text-align:center;"><h2 class="bebas"><a href="/">{title}</a></h2></div>
{/block:IfnotbannerImage}

<div style="text-align: center;text-transform: uppercase;">
{block:ifshowdefaultlinks}
<a href="/" class="link">Home </a>
<a href="/ask" class="link">Message </a>
{/block:ifshowdefaultlinks}

{block:ifLinkOneTitle}
<a href="{text:Link One}" class="link">{text:Link One Title}</a>
{/block:ifLinkOneTitle}
{block:ifLinkTwoTitle}
<a href="{text:Link Two}" class="link">{text:Link Two Title}</a>
{/block:ifLinkTwoTitle}
{block:ifLinkThreeTitle}
<a href="{text:Link Three}" class="link">{text:Link Three Title}</a>
{/block:ifLinkThreeTitle}
{block:ifLinkFourTitle}
<a href="{text:Link Four}" class="link">{text:Link Four Title}</a>
{/block:ifLinkFourTitle}
{block:ifLinkFiveTitle}
<a href="{text:Link Five}" class="link">{text:Link Five Title} </a>
{/block:ifLinkFiveTitle}

{block:HasPages}{block:Pages}<a href="{URL}" class="link">{Label} </a> {/block:Pages} {/block:HasPages}

{block:ifshowdefaultlinks}
<a href="/archive" class="link">Archive </a>
<a href="http://themesbyjames.tumblr.com" class="link">Theme </a>
{/block:ifshowdefaultlinks}

</div>
{block:IfShowBlogDescription}
<p>{Description}</p>{/block:IfShowBlogDescription}<br>

</center>

</div>
</div>

<div id="posts2">
<div id="containerr">
<div id="sidebarr">
</div>
</center>

<div id="pagination">
<div align="center">

<div id="posts">

{block:Posts}
<div id="entry">
{block:Photo}
{block:IndexPage}
{block:ifReblogLinkOnHover}
<div id="reblog"><a href="{ReblogURL}" title="Reblog"><img src="http://static.tumblr.com/6jwx45k/RTKm1xjsa/reblogme.png" width="22px"/></a></div>
{/block:ifReblogLinkOnHover}
<div id="posts1">
<a href="{permalink}">
<img src="{PhotoURL-500}" alt="{PhotoAlt}" width={block:ifThreeColumns}345{/block:ifThreeColumns}{block:ifTwoColumns}500{/block:ifTwoColumns}; style=""></a>
</div>
{/block:IndexPage}

{block:PermalinkPage}
{LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=600px; style="border="0">
</center>
{/block:PermalinkPage}
{/block:Photo}

{block:Photoset}
<div style="{block:ifnotpostbackgroundtransparent}
background: {color:posts};
{/block:ifnotpostbackgroundtransparent}
{block:ifpostbackgroundtransparent}
background:transparent;
{block:ifpostbackgroundtransparent}">
<div style="padding:5px">
{block:IndexPage}
{block:ifTwoColumns}
{Photoset-500}
{/block:ifTwoColumns}
{block:ifThreeColumns}
{Photoset-250}
{/block:ifThreeColumns}
{/block:IndexPage}
{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</div>
{block:indexpage}<div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div>
<div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
</a> - <a href="{Permalink}"> {Month} {DayOfMonth}{DayOfMonthSuffix} at {12Hour}:{Minutes}{AmPm}
</a></div>{/block:indexpage}
</div>
{block:IndexPage}
{/block:IndexPage}
{block:PermalinkPage}
{/block:PermalinkPage}
{/block:Photoset}

{block:Text}
<div style="{block:ifnotpostbackgroundtransparent}
background: {color:posts};
{/block:ifnotpostbackgroundtransparent}
{block:ifpostbackgroundtransparent}
background:transparent;
{block:ifpostbackgroundtransparent}">
<div style="padding-top:15px; padding-bottom:10px; 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}<center><div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div></center>

<div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
</a> - {block:ifShowTimeAgoOnPosts}
<a href="{permalink}">{TimeAgo}</a>
{/block:ifShowTimeAgoOnPosts}
{block:ifnotShowTimeAgoOnPosts}
<a href="{permalink}"> {Month} {DayOfMonth}{DayOfMonthSuffix} at {12Hour}:{Minutes}{AmPm}</a>
{block:ifnotShowTimeAgoOnPosts}</div>{/block:indexpage}
</div>

{block:IndexPage}
{/block:IndexPage}
{block:PermalinkPage}
{/block:PermalinkPage}
{/block:Text}

{block:Link}
<div style="{block:ifnotpostbackgroundtransparent}
background: {color:posts};
{/block:ifnotpostbackgroundtransparent}
{block:ifpostbackgroundtransparent}
background:transparent;
{block:ifpostbackgroundtransparent}">
<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}<br><center><div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div></center>
<div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
</a> - {block:ifShowTimeAgoOnPosts}
<a href="{permalink}">{TimeAgo}</a>
{/block:ifShowTimeAgoOnPosts}
{block:ifnotShowTimeAgoOnPosts}
<a href="{permalink}"> {Month} {DayOfMonth}{DayOfMonthSuffix} at {12Hour}:{Minutes}{AmPm}</a>
{block:ifnotShowTimeAgoOnPosts}</div>{/block:indexpage}
</div>
{/block:Link}

{block:Quote}
<div style="{block:ifnotpostbackgroundtransparent}
background: {color:posts};
{/block:ifnotpostbackgroundtransparent}
{block:ifpostbackgroundtransparent}
background:transparent;
{block:ifpostbackgroundtransparent}">
<div style="padding-top:10px; padding-bottom:10px; padding-left:10px; padding-right:10px;">
<span class="title">"{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}<center><div style="height:1px;background-color:#000; opacity:.2; width:98%; margin-bottom:5px;"></div></center>
<div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
</a> - {block:ifShowTimeAgoOnPosts}
<a href="{permalink}">{TimeAgo}</a>
{/block:ifShowTimeAgoOnPosts}
{block:ifnotShowTimeAgoOnPosts}
<a href="{permalink}"> {Month} {DayOfMonth}{DayOfMonthSuffix} at {12Hour}:{Minutes}{AmPm}</a>
{block:ifnotShowTimeAgoOnPosts}</div>{/block:indexpage}
</div>
</div>
{/block:Quote}

{block:Chat}
<div style="{block:ifnotpostbackgroundtransparent}
background: {color:posts};
{/block:ifnotpostbackgroundtransparent}
{block:ifpostbackgroundtransparent}
background:transparent;
{block:ifpostbackgroundtransparent}">
<div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right: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}<center><div style="height:1px;background-color:#000; opacity:.2; width:98%; margin-bottom:5px;"></div></center>
<div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
</a> - {block:ifShowTimeAgoOnPosts}
<a href="{permalink}">{TimeAgo}</a>
{/block:ifShowTimeAgoOnPosts}
{block:ifnotShowTimeAgoOnPosts}
<a href="{permalink}"> {Month} {DayOfMonth}{DayOfMonthSuffix} at {12Hour}:{Minutes}{AmPm}</a>
{block:ifnotShowTimeAgoOnPosts}</div>{/block:indexpage}
</div>
</div>
{/block:Chat}

{block:Answer}
<div style="{block:ifnotpostbackgroundtransparent}
background: {color:posts};
{/block:ifnotpostbackgroundtransparent}
{block:ifpostbackgroundtransparent}
background:transparent;
{block:ifpostbackgroundtransparent}">
<div style="padding-bottom:5px;{block:PermalinkPage}padding-left:5px;{block:PermalinkPage} padding-right:5px; padding-top:10px;">
<center>
<div style="padding-left:10px;padding-right:10px; margin-bottom:-10px;"><span class="asktitle">{asker}: {Question}</span></div><br>
<div style="padding-right:10px; padding-left:10px;"><span class="entrytext" style="line-height:12px;">{Answer}</span></div>
</center>
</div>
{block:indexpage}<div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div>
<div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
</a> - <a href="{Permalink}"> {Month} {DayOfMonth}{DayOfMonthSuffix} at {12Hour}:{Minutes}{AmPm}
</a></div>{/block:indexpage}</div>
{block:IndexPage}
{/block:IndexPage}
{block:PermalinkPage}
{/block:PermalinkPage}
{/block:Answer}

{block:Audio}
<div style="{block:ifnotpostbackgroundtransparent}
background: {color:posts};
{/block:ifnotpostbackgroundtransparent}
{block:ifpostbackgroundtransparent}
background:transparent;
{block:ifpostbackgroundtransparent}">
<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}
<center><div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div></center>
<div style=" float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{permalink}">{FormattedPlayCount} 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> - <a href="{Permalink}">{block:ifShowTimeAgoOnPosts}
<a href="{permalink}">{TimeAgo}</a>
{/block:ifShowTimeAgoOnPosts}
{block:ifnotShowTimeAgoOnPosts}
<a href="{permalink}"> {Month} {DayOfMonth}{DayOfMonthSuffix} at {12Hour}:{Minutes}{AmPm}</a>
{block:ifnotShowTimeAgoOnPosts}</div>{/block:indexpage}
</div>
{/block:Audio}

{block:Video}
<div style="{block:ifnotpostbackgroundtransparent}
background: {color:posts};
{/block:ifnotpostbackgroundtransparent}
{block:ifpostbackgroundtransparent}
background:transparent;
{block:ifpostbackgroundtransparent}">
<div style="padding-top:10px; padding-bottom:8px;">
{block:IndexPage}
{block:ifTwoColumns}
{Video-400}
{/block:ifTwoColumns}
{block:ifThreeColumns}
{Video-250}
{/block:ifThreeColumns}
{/block:IndexPage}
{block:PermalinkPage}{Video-500}{/block:PermalinkPage}
</div>
<div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
{block:indexpage}<center><div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div></center>
<div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
</a> - <a href="{Permalink}"> {Month} {DayOfMonth}{DayOfMonthSuffix} at {12Hour}:{Minutes}{AmPm}
</a></div>{/block:indexpage}
</div>
{block:indexpage}
{block:indexpage}

{block:permalinkpage}
{/block:permalinkpage}
{/block:Video}
</center>

{block:PermalinkPage}</a>
<div id="permapagenotesbox"><br>
<br>
{block:notecount}
{block:HasTags}<p>Tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</p>{/block:HasTags}
{notecountwithlabel}
{/block:notecount}{block:Date} Posted on: {DayOfWeek} {DayOfMonth}{DayOfMonthSuffix} {Month} at {12Hour}:{Minutes}{AmPm}</p>{/block:Date}
{block:RebloggedFrom} Reblogged from
<a href="{ReblogParentURL}">{ReblogParentName}</a></a><br><br>
<center><div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div></center>
Posted by
<a href="{ReblogRootURL}">{ReblogRootName}</a>
{/block:RebloggedFrom}<br>
</div>
<br>
<div id="permapage">
<br>
{block:PostNotes}
<div style="{block:ifnotpostbackgroundtransparent}
background: {color:posts};
{/block:ifnotpostbackgroundtransparent}
{block:ifpostbackgroundtransparent}
background:transparent;
{block:ifpostbackgroundtransparent} margin-top:-5px;">
<div align="left" style="padding:5px;">{PostNotes}</div>
</div>
{/block:PostNotes}
</div>
</div>
{/block:PermalinkPage}
</div>
{/block:Posts}
</div>
</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
});
});

$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:ifInstallButton}
<script type="text/javascript" src="http://static.tumblr.com/6jwx45k/pRdm1xj6p/install.js"></script>
{/block:ifInstallButton}

{/block:indexpage}
<div><div><div><div>
</body>
</html>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th March 2024 - 05:06 PM