Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Web Site Functionality _ Tumblr HTML help

Posted by: microdementia Mar 15 2012, 08:52 AM

Hi!
I recently installed a theme (http://blackstartheme.tumblr.com/) and what I need help with is some coding to make the date and notes appear at the bottom of posts, not the top, aswell as show the tags, since it does not already do that.
I am a complete newbie at this stuff and any help would be great, thanks!


<!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>

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

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>{Title},{block:PostSummary}{PostSummary}{/block:PostSummary}</title>

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


<link rel="shortcut icon" href="{Favicon}" />
<link rel="apple-touch-icon" href="{PortraitURL-128}"/>
<link rel="alternate" type="application/rss+xml" href="{RSS}" />

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



<meta name="text:TitleSize" content="100">
<meta name="text:SubTitleSize" content="14" />
<meta name="text:SubTitle" content="TUMBLR THEME BY AIUR MEDIA" />
<meta name="text:Subtitle horizontal position" content="8">
<meta name="text:Subtitle vertical position" content="-100">


<meta name="if:Title" content="1" />
<meta name="if:ShowSubTitle" content="1" />
<meta name="if:HeaderImage" content="0" />
<meta name="if:ShowDescription" content="1" />
<meta name="if:ShowTopNav" content="1">

<meta name="if:Stripebg" content="1">
<meta name="if:Starbg" content="0">
<meta name="if:Flowerbg" content="0">
<meta name="if:BlackMattbg" content="0">
<meta name="if:Dibg" content="0">
<meta name="if:Nobg" content="0">
<meta name="if:Ownbg" content="0">

<meta name="color:Background" content="#eee">
<meta name="color:Content" content="#fff">

<style type="text/css">

/*----- Basic -----*/

@font-face {
font-family: MinstrelPosterNF;
src: url('http://static.tumblr.com/sinkqaf/bRrlxyyo8/minstrelposternf.ttf');
format('truetype');
}

body {
color: #222;
margin: 0;
height:100%;
background-color:{color:Background};
}



{block:ifOwnbg}
body {
background-image:url('{image:Background}');
background-attachment:fixed;
}
{/block:ifOwnbg}



{block:ifStripebg}
body {
background-image:url('http://d3j5vwomefv46c.cloudfront.net/photos/full/537974021.jpg?key=1200675&Expires=1331757230&Key-Pair-Id=APKAIYVGSUJFNRFZBBTA&Signature=O3VZrCm~OaqW1A1TK8QkSlnc-bknypJvK4DJyCqAjAuuFr0XezdGTrjIrJiDsoNlvhekv~pENIIwrRGxAxJDn3GNudmWVuY-UtSGJD6uLpIZ-xbw8~YlKgswluqiBHVTZelsqAAvFqVc0o1wTUs6i8Bu5vQLeG1AVRqVjIqKq88_');
background-attachment:fixed;
}
{/block:ifStripebg}


{block:ifBlackMattbg}
body {
background-image:url('http://static.tumblr.com/sinkqaf/2Nnlxyyqe/fauhcx.jpg');
background-attachment:fixed;
}
{/block:ifBlackMattbg}

{block:ifStarbg}
body {
background-image:url('http://static.tumblr.com/sinkqaf/vIMlxyyr0/29fy06u.jpg');
background-attachment:fixed;
}
{/block:ifStarbg}

{block:ifFlowerbg}
body {
background-image:url('http://static.tumblr.com/sinkqaf/BBRlxyyrp/fcllbl.jpg');
background-attachment:fixed;
}
{/block:ifFlowerbg}


{block:ifDibg}
body {
background-image:url('http://static.tumblr.com/sinkqaf/s3Xlxyysd/seopyv.jpg');
background-attachment: fixed;
}
{/block:ifDibg}




h1 {
font-family: MinstrelPosterNF, Georgia, Palatino, Times New Roman, serif;
font-size:{text:TitleSize}px;
text-decoration:none;
color:#000;
}

h1 a{
text-decoration:none;
font-size:{text:TitleSize}px;
}

h1 a:hover {
text-decoration:none;
font-size:{text:TitleSize}px;
}

h2 {
font-family: 'Trykker', serif;
font-weight:bold;
font-size: 18px;
line-height: 37px;
letter-spacing:5px;
text-transform:uppercase;
text-align:left;
}

h3 {
font-size: 21px;
line-height: 27px;
}

hr{
border:0 #333 solid;
border-top-width:1px;
height:0;
width:510px;
margin-left:40px;
margin-right:50px;
margin-bottom:30px;
}

a {
text-decoration:none;
color:#222;
}

a {
text-decoration:none;
color:#222;
}
a:hover{
text-decoration:underline;
}

a:visited{
text-decoration:none;
}


p {
display: block;
-webkit-margin-before: 15px;
-webkit-margin-after: 2px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

blockquote {
font-style:italic;
display: block;
-webkit-margin-before: -10px;
-webkit-margin-after: 0px;
-webkit-margin-start: 20px;
-webkit-margin-end: 20px;
}

ol{list-style:decimal}

li {margin-left:10px;}


/*----- Content -----*/

{block:ifShowTopNav}

#content {
padding-top: 75px;
text-align: center;
width:600px;
margin: 0 auto;
background-color:{color:Content};
overflow:hidden;
}

{/block:ifShowTopNav}


{block:ifNotShowTopNav}

#content {
padding-top: 25px;
text-align: center;
width:600px;
margin: 0 auto;
background-color:#fff;
overflow:hidden;
}

{/block:ifNotShowTopNav}

#subtitle {
font-family: 'Cambo', serif;
font-size: {text:SubTitleSize}px;
line-height: 37px;
letter-spacing:5px;
margin-top:{text:SubTitle vertical position}px;
margin-left:{text:SubTitle horizontal position}px;
padding-bottom:100px;
}

#desbox {
width:100%;
display:block;
margin: 0 auto;
}

.des {
text-align:center;
font-size:14px;
color:#777;
letter-spacing:2px;
}

.leader {
text-align:center;
display:block;
text-decoration:none;
padding-top:25px;
padding-bottom:35px;
margin-left:auto;
margin-right:auto;
float:center;
}

#post {
width:510px;
border-bottom:1px solid #333;
margin: 0 auto;
margin-bottom:30px;
margin-left:40px;
padding-bottom:20px;
}

.photo500 {
width:500px;
border:5px solid #111;
display:block;
}

.photocaption {
width:500px;
border:0px;
text-decoration:none;
text-align:justify;
margin:0 auto;
font-family: 'Crete Round', serif;
font-size: 14px;
line-height: 37px;
letter-spacing:1px;
margin-top:-20px;
padding-bottom:15px;
}

.chattyman {
width:510px;
border:0px;
text-decoration:none;
text-align:justify;
margin:0 auto;
font-family: 'Crete Round', serif;
font-size: 14px;
line-height: 27px;
letter-spacing:1px;
}

.sawal {
text-align:justify;
width:500px;
background-color:#eee;
padding-left:10px;
}

.jawab {
width:500px;
margin-left:10px;
background-color:#ddd;
}

#link {
margin-bottom: 25px;
}

.button {
position: relative;
display: inline-block;
height: 50px;
cursor: pointer;
color: #333;
background-color: #333;
-webkit-box-shadow: 0 10px 15px rgba(0,0,0,0.4);
-moz-box-shadow: 0 10px 15px rgba(0,0,0,0.4);
box-shadow: 0 10px 15px rgba(0,0,0,0.4);
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-transition: top 30ms ease-out,-webkit-box-shadow 30ms ease-out;
-moz-transition: top 30ms ease-out,-moz-box-shadow 30ms ease-out;
transition: top 30ms ease-out,box-shadow 30ms ease-out;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ddd));
background-image: -webkit-linear-gradient(#fff,#ddd);
background-image: -moz-linear-gradient(#fff,#ddd);
background-image: linear-gradient(#fff,#ddd);
}

.button p {
height: 40px;
line-height: 45px;
font-family: 'Crete Round', serif;
font-size: 16px;
text-align: left;
white-space: nowrap;
margin-top: 3px;
margin-left: 49px;
padding-left: 16px;
padding-right: 22px;

}

.button .arrow {
float: left;
}

.arrow {
padding-top:15px;
background-image: url(http://static.tumblr.com/sinkqaf/LLLlxyyth/2dtsntc.png);
}

.arrow {
width: 50px;
height: 35px;
background-position: 50%;
background-repeat: no-repeat;
border-right: 1px dashed #111;
border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.quote {
padding:10px;
font-family: 'Cambo', serif;
font-size: 14px;
font-style:italic;

}

.quotename {
text-align:right;
}

.info {
width:510px;
margin-left:40px;
margin-top:-25px;
margin-bottom:25px;
font-size:10px;
color:#777;
letter-spacing:2px;
}

.info a {
text-decoration:none;
}

.rightmeta {
text-align:right;
margin-top:-12px;
}

.leftmeta {
letter-spacing:2px;
text-align:left;
}

.circle {
background-color: #fff;
height: 40px;
-moz-border-radius:120px;
-webkit-border-radius: 120px;
width: 40px;
margin-left:-19px;
margin-top:5px;
}

ol.notes {

margin-left:5px;
margin-top:-5px;
list-style-type: none;
font-size:12px;
color:#555;
text-align:left;
}

ol.notes li.note {
border-top: solid 1px #ddd;
padding: 5px;
}

ol.notes li.note a{
color:#777;
}

ol.notes li.note img.avatar {
vertical-align: -4px;
margin-right: 10px;
width: 16px;
height: 16px;
}

ol.notes li.note span.action {
font-weight: bold;
}

ol.notes li.note .answer_content {
font-weight: normal;
}

ol.notes li.note blockquote {
border-color: #eee;
padding: 4px 10px;
margin: 10px 0px 0px 25px;
}

ol.notes li.note blockquote a {
text-decoration: none;
}



/*----- Top -----*/

#header {
width:100%;
height:50px;
background-image:url(http://static.tumblr.com/sinkqaf/uaElxyyuq/navbg.jpg);
position: fixed;
display:inline;
margin-bottom:25px;
}

#headcen {
width:600px;
margin: 0 auto;
height:50px;
}

.nav ul {
font-family: Arial, Helvetica, sans-serif;
text-align: right;
list-style-type: none;
font-size: 12px;
line-height: 37px;
letter-spacing:3px;
margin-top:-3.2em;
font-weight:normal;
}

.nav ul li {
display: inline;
}


.nav ul li a {
text-decoration: none;
color:#bbb;
padding:10px;
border-top: 1px solid #333;
background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(#111));
background-image: -webkit-linear-gradient(#000,#111);
background-image: -moz-linear-gradient(#000,#111);
background-image: linear-gradient(#000,#111);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-style:normal;
}

.nav ul li a:hover
{
color: #222;
background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ddd));
background-image: -webkit-linear-gradient(#fff,#ddd);
background-image: -moz-linear-gradient(#fff,#ddd);
background-image: linear-gradient(#fff,#ddd);
}

.port {
width:40px;
height:40px;
border:2px solid #111;
margin-top:3px;
margin-left:1px;
margin-right:0px;
}


/*----- Pagination -----*/

#pagyright {
background-color: #eee;
height: 35px;
-moz-border-radius:120px;
-webkit-border-radius: 120px;
width: 50px;
border:5px solid #111;
margin-left:610px;

}

#pagyleft {
background-color: #eee;
height: 35px;
-moz-border-radius:120px;
-webkit-border-radius: 120px;
width: 50px;
margin-top:-78px;
border:5px solid #111;
margin-left:-90px;
}

.leftarrow {
padding-top:15px;
background-image: url(http://static.tumblr.com/sinkqaf/LLLlxyyth/2dtsntc.png);
width: 50px;
height: 35px;
background-position: 50%;
background-repeat: no-repeat;
border-right: 1px dashed #111;
border-right: 1px solid rgba(0, 0, 0, 0.25);
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}

#navigation {
margin-bottom:25px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
list-style-type: none;
font-size: 12px;
line-height: 37px;
letter-spacing:3px;
}

#navigation a {
background-color:#fafafa;
color:#777;
text-decoration:none;
margin-right:15px;
padding: 5px 10px;
-moz-border-radius: 2px;
border-radius : 2px;
margin-bottom:25px;
}

#navigation a:hover {
background-color:#222;
color:#fafafa;
}

#navigation.jump_pagination a {
margin-bottom:25px;
}

#navigation.jump_pagination .current_page {
background-color: #fafafa;
color:#777;
border: 2px solid #999;
padding: 3px 8px;
cursor: default;
margin-right:15px;
}

#navigation.jump_pagination .jump_page {}


/*----- Footer-----*/

#footer {
font-family: 'Trykker', serif;
width:600px;
background-color:#fff;
margin: 0 auto;
text-align:center;
color:#777;
font-size:12px;
letter-spacing:6px;
padding-top:20px;
margin-bottom:0px;
padding-bottom:20px;
}

#footer a{
text-decoration:none;
font-weight:bold;
color:#333;
}

{CustomCSS}
</style>




</head>
<body>{block:ifShowTopNav}
<div id="header">
<div id="headcen"><a href="/"><img src="{PortraitURL-40}" class="circle"/></a>
<div class="nav">

<ul>
{block:HasPages}{block:Pages}<li><a href="{URL}">{Label}</a></li> {/block:Pages}{/block:HasPages}
<li><a href="/archive">{lang:Archive}</a></li>
{block:AskEnabled}<li><a href="/ask">{AskLabel}</a></li>{/block:AskEnabled}
<li><a href="{RSS}">{lang:RSS}</a></li>
</ul>


</div>
</div></div>{/block:ifShowTopNav}


{block:ifNotShowTopNav}
<div style="width:100%;height:10px;background-color:#222;margin-top:0px;"></div>
{/block:ifNotShowTopNav}


<div id="content">

{block:ifTitle} <h1><a href="/">{Title}</a></h1>{block:ifShowSubTitle} <div id="subtitle">{text:Subtitle}</div>{/block:ifShowSubTitle}
{/block:ifTitle}

{block:ifNotTitle}
{block:ifHeaderImage}
<div class="leader"><a href="/"><img src="{image:Header}" alt="{Title}" /></a></div>
{/block:ifHeaderImage}
{/block:ifNotTitle}


{block:ifShowDescription}
<div id="desbox"><div class="des">{Description}</div></div>{/block:ifShowDescription}
<hr>

{block:Posts}

{block:Photo}
{block:IndexPage}
<a href="{Permalink}"><div class="info"><div class="leftmeta">{block:Date}{ShortDayOfWeek}-{ShortMonth}-{Year}{/block:Date}</div><div class="rightmeta">{NoteCountWithLabel}</div></div></a>
<div id="post">
{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="photo500"/>{LinkCloseTag}
{block:Caption}<div class="photocaption">{Caption}</div>{/block:Caption}
</div>
{/block:IndexPage}


{block:PermalinkPage}
<div class="info">
<div class="leftmeta">
{block:Date}{ShortDayOfWeek}-{ShortMonth}-{Year}{/block:Date}
</div>
<div class="rightmeta">
{NoteCountWithLabel}
</div>
</div>

<div id="post">
{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="photo500"/>{LinkCloseTag}
{block:Caption}
<div class="photocaption">{Caption}</div>{/block:Caption}

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

</div>
{/block:PermalinkPage}



{/block:Photo}


{block:Text}
{block:IndexPage}
<a href="{Permalink}"><div class="info"><div class="leftmeta">{block:Date}{ShortDayOfWeek}-{ShortMonth}-{Year}{/block:Date}</div><div class="rightmeta">{NoteCountWithLabel}</div></div></a>
<div id="post">

{block:Title}<h2>{Title}</h2>{/block:Title}
<div class="photocaption">{Body}</div>
{block:Caption}<div class="photocaption">{Caption}</div>{/block:Caption}
</div>

{/block:IndexPage}
{block:PermalinkPage}
<div class="info"><div class="leftmeta">{block:Date}{ShortDayOfWeek}-{ShortMonth}-{Year}{/block:Date}</div><div class="rightmeta">{NoteCountWithLabel}</div></div>
<div id="post">

{block:Title}<h2>{Title}</h2>{/block:Title}
<div class="photocaption">{Body}</div>
{block:Caption}<div class="photocaption">{Caption}</div>{/block:Caption}

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

</div>
{/block:PermalinkPage}
{/block:Text}

{block:Video}

{block:IndexPage}
<a href="{Permalink}"><div class="info"><div class="leftmeta">{block:Date}{ShortDayOfWeek}-{ShortMonth}-{Year}{/block:Date}</div><div class="rightmeta">{NoteCountWithLabel}</div></div></a>
<div id="post">
<div class="photo500">
{LinkOpenTag}{Video-500}{LinkOpenTag}</div>
{block:Caption}<div class="photocaption">{Caption}</div>{/block:Caption}

</div>
{/block:IndexPage}

{block:PermalinkPage}
<div class="info"><div class="leftmeta">{block:Date}{ShortDayOfWeek}-{ShortMonth}-{Year}{/block:Date}</div><div class="rightmeta">{NoteCountWithLabel}</div></div>
<div id="post">
<div class="photo500">
{LinkOpenTag}{Video-500}{LinkOpenTag}</div>
{block:Caption}<div class="photocaption">{Caption}</div>{/block:Caption}

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

</div>
{/block:PermalinkPage}


{/block:Video}

{block:Audio}
{block:IndexPage}
<a href="{Permalink}"><div class="info"><div class="leftmeta">{block:Date}{ShortDayOfWeek}-{ShortMonth}-{Year}{/block:Date}</div><div class="rightmeta">{NoteCountWithLabel}</div></div></a>
<div id="post">


{block:AlbumArt}<img src="{AlbumArtURL}" class="photo500" />{/block:AlbumArt}<div style="margin-top:15px;margin-bottom:20px;margin-left:-303px;">
{AudioPlayerBlack}</div>

{block:Caption}<div class="photocaption">{Caption}</div>{/block:Caption}

</div>
{/block:IndexPage}
{block:PermalinkPage}
<div class="info"><div class="leftmeta">{block:Date}{ShortDayOfWeek}-{ShortMonth}-{Year}{/block:Date}</div><div class="rightmeta">{NoteCountWithLabel}</div></div></a>
<div id="post">


{block:AlbumArt}<img src="{AlbumArtURL}" class="photo500" />{/block:AlbumArt}<div style="margin-top:15px;margin-bottom:20px;margin-left:-303px;">
{AudioPlayerBlack}</div>

{block:Caption}<div class="photocaption">{Caption}</div>{/block:Caption}

{block:PostNotes}{PostNotes}{/block:PostNotes}
</div>
{/block:PermalinkPage}

{/block:Audio}

{block:Answer}
{block:IndexPage}
<a href="{Permalink}"><div class="info"><div class="leftmeta">{block:Date}{ShortDayOfWeek}-{ShortMonth}-{Year}{/block:Date}</div><div class="rightmeta">{NoteCountWithLabel}</div></div></a>
<div id="post">

<div class="sawal">{Question}</div>
<div class="jawab">{Answer}</div>

{block:Caption}<div class="photocaption">{Caption}</div>{/block:Caption}


</div>
{/block:IndexPage}



{block:PermalinkPage}

<div class="info"><div class="leftmeta">{block:Date}{ShortDayOfWeek}-{ShortMonth}-{Year}{/block:Date}</div><div class="rightmeta">{NoteCountWithLabel}</div></div>
<div id="post">

<div class="sawal">{Question}</div>
<div class="jawab">{Answer}</div>

{block:Caption}<div class="photocaption">{Caption}</div>{/block:Caption}
{block:PostNotes}{PostNotes}{/block:PostNotes}
</div>
{/block:PermalinkPage}


{/block:Answer}

{block:Chat}
{block:IndexPage}
<a href="{Permalink}"><div class="info"><div class="leftmeta">{block:Date}{ShortDayOfWeek}-{ShortMonth}-{Year}{/block:Date}</div><div class="rightmeta">{NoteCountWithLabel}</div></div></a>
<div id="post">
{block:Title}<h2>{Title}</h2>{/block:Title}

{block:Lines}
<div class="chattyman">

{block:Label}<strong>{Label}</strong>{/block:Label}
<div class="sawal">{Line}</div>

</div>
{/block:Lines}
{block:Caption}<div class="photocaption">{Caption}</div>{/block:Caption}

</div>
{/block:IndexPage}


{block:PermalinkPage}

<div class="info"><div class="leftmeta">{block:Date}{ShortDayOfWeek}-{ShortMonth}-{Year}{/block:Date}</div><div class="rightmeta">{NoteCountWithLabel}</div></div>
<div id="post">
{block:Title}<h2>{Title}</h2>{/block:Title}

{block:Lines}
<div class="chattyman">

{block:Label}<strong>{Label}</strong>{/block:Label}
<div class="sawal">{Line}</div>

</div>
{/block:Lines}
{block:Caption}<div class="photocaption">{Caption}</div>{/block:Caption}

{block:PostNotes}{PostNotes}{/block:PostNotes}
</div>
{/block:PermalinkPage}


{/block:Chat}

{block:Link}
{block:IndexPage}
<a href="{Permalink}"><div class="info"><div class="leftmeta">{block:Date}{ShortDayOfWeek}-{ShortMonth}-{Year}{/block:Date}</div><div class="rightmeta">{NoteCountWithLabel}</div></div></a>
<div id="post">
<div id="link" class="button"><div class="arrow"></div><p><a href="{URL}"{Target}>{Name}</a></p></div>
<div class="photocaption">{block:Description}{Description}{/block:Description}
{block:Caption}{Caption}{/block:Caption}</div>


</div>
{/block:IndexPage}



{block:PermalinkPage}

<div class="info"><div class="leftmeta">{block:Date}{ShortDayOfWeek}-{ShortMonth}-{Year}{/block:Date}</div><div class="rightmeta">{NoteCountWithLabel}</div></div></a>
<div id="post">
<div id="link" class="button"><div class="arrow"></div><p><a href="{URL}"{Target}>{Name}</a></p></div>
<div class="photocaption">{block:Description}{Description}{/block:Description}
{block:Caption}{Caption}{/block:Caption}</div>

{block:PostNotes}{PostNotes}{/block:PostNotes}
</div>
{/block:PermalinkPage}


{/block:Link}

{block:Quote}
{block:IndexPage}
<a href="{Permalink}"><div class="info"><div class="leftmeta">{block:Date}{ShortDayOfWeek}-{ShortMonth}-{Year}{/block:Date}</div><div class="rightmeta">{NoteCountWithLabel}</div></div></a>
<div id="post">
<div class="photocaption">
<div class="quote">{Quote}</div>
{block:Source}
<div class="quotename">— {Source}</div>
{/block:Source}
</div>
{block:Caption}{Caption}{/block:Caption} </div>


{/block:IndexPage}


{block:PermalinkPage}
<div class="info"><div class="leftmeta">{block:Date}{ShortDayOfWeek}-{ShortMonth}-{Year}{/block:Date}</div><div class="rightmeta">{NoteCountWithLabel}</div></div>
<div id="post">
<div class="photocaption">
<div class="quote">{Quote}</div>
{block:Source}
<div class="quotename">— {Source}</div>
{/block:Source}
</div>
{block:Caption}{Caption}{/block:Caption}

{block:PostNotes}{PostNotes}{/block:PostNotes}
</div>
{/block:PermalinkPage}



{/block:Quote}
{/block:Posts}


{block:PermalinkPagination}
<div id="navigation" class="jump_pagination">
{block:PreviousPost}<a href="{PreviousPost}">Previous</a>{/block:PreviousPost}

{block:NextPost}<a href="{NextPost}">Next</a>{/block:NextPost}
</div>
{/block:PermalinkPagination}



{block:Pagination}
<div id="navigation" class="jump_pagination">

{block:PreviousPage}<a href="{PreviousPage}">{lang:Previous}</a>{/block:PreviousPage}


{block:JumpPagination}
{block:CurrentPage}
<span class="current_page">{PageNumber}</span>
{/block:CurrentPage}

{block:JumpPage}
<a class="jump_page" href="{URL}">{PageNumber}</a>
{/block:JumpPage}

{/block:JumpPagination}

{block:NextPage}<a href="{NextPage}">{lang:Next}</a>{/block:NextPage}
</div>
{/block:Pagination}



</div>
<div id="footer"><a href="http://blackstartheme.tumblr.com">BlackStar</a> <a href="http://www.aiurmedia.com">design</a> by <a href="http://aiurmedia.tumblr.com">Aiur Media</a>

</div>

</body>
</html>

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)