0% found this document useful (0 votes)
180 views16 pages

Tumblr Layout 170415

The document is a default template for a blog theme. It includes metadata tags for customizing colors, images, text, and other theme options. It also includes CSS styling code to control the design and layout of various page elements like the header, sidebar, posts, and other common blog components.

Uploaded by

Glaiza
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
180 views16 pages

Tumblr Layout 170415

The document is a default template for a blog theme. It includes metadata tags for customizing colors, images, text, and other theme options. It also includes CSS styling code to control the design and layout of various page elements like the header, sidebar, posts, and other common blog components.

Uploaded by

Glaiza
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 16

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

<!--

ROOKWOOD (VERSION 2.0) THEME BY DEMS OF MARIDANIELLA


http://maridaniella.tumblr.com

TERMS:
Please DO NOT remove the credit. DO NOT redistribute and/or
claim as your own. DO NOT use as base codes. Thank you!

-->

<title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
{block:Description}<meta name="description" content="{MetaDescription}" />
{/block:Description}

<!-- DEFAULT VARIABLES -->


<meta name="color:Background" content="#FFFFFF" />
<meta name="color:Text" content="#222222" />
<meta name="color:Link" content="#22b3b6" />
<meta name="color:Link Hover" content="#000000" />
<meta name="color:Title" content="#000000" />

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


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

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


<meta name="if:Show Sidebar Links" content="1" />
<meta name="if:Show Sidebox 1" content="1" />
<meta name="if:Show Sidebox 2" content="1" />

<meta name="text:Disqus" content="Disqus Shortname" />


<meta name="text:Blog Name" content="Blog Name" />
<meta name="if:Show Disqus" content="0">

<meta name="text:Link 1" content="#" />


<meta name="text:Link 1 Title" content="Link One" />
<meta name="text:Link 2" content="#" />
<meta name="text:Link 2 Title" content="Link Two" />
<meta name="text:Link 3" content="#" />
<meta name="text:Link 3 Title" content="Link Three" />
<meta name="text:Link 4" content="#" />
<meta name="text:Link 4 Title" content="Link Four" />
<meta name="text:Link 5" content="#" />
<meta name="text:Link 5 Title" content="Link Five" />

<meta name="text:Sidebar Link 1" content="" />


<meta name="text:Sidebar Link 1 Title" content="Sidebar Link One" />
<meta name="text:Sidebar Link 2" content="" />
<meta name="text:Sidebar Link 2 Title" content="Sidebar Link Two" />
<meta name="text:Sidebar Link 3" content="" />
<meta name="text:Sidebar Link 3 Title" content="Sidebar Link Three" />
<meta name="text:Sidebar Link 4" content="" />
<meta name="text:Sidebar Link 4 Title" content="Sidebar Link Four" />
<meta name="text:Sidebar Link 5" content="" />
<meta name="text:Sidebar Link 5 Title" content="Sidebar Link Five" />
<meta name="text:Sidebar Link 6" content="" />
<meta name="text:Sidebar Link 6 Title" content="Sidebar Link Six" />
<meta name="text:Sidebar Link 7" content="" />
<meta name="text:Sidebar Link 7 Title" content="Sidebar Link Seven" />

<meta name="text:Sidebox 1 Title" content="Sidebar Box Title" />


<meta name="text:Sidebox 1 Content" content="" />
<meta name="text:Sidebox 2 Title" content="Sidebar Box Title" />
<meta name="text:Sidebox 2 Content" content="" />

<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700'
rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Oswald:400,700' rel='stylesheet'
type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Sanchez' rel='stylesheet'
type='text/css'>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"
rel="stylesheet">

<script type='text/javascript' src='http://code.jquery.com/jquery-


latest.min.js'></script>

<script type="text/javascript">
/* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
$(document).ready(function() {
function photosetResize() {
$('iframe.photoset').each(function(){
var newSize = 650;
var newSrc = $(this).attr('src').replace('500',newSize);
$(this).attr('src', newSrc).width(newSize);
var high = $(this).css('height');
var calculate = parseInt(high, 10)* newSize/500;
$(this).css('height', calculate);
});
}
photosetResize();
});
</script>

<style type="text/css">
iframe#tumblr_controls {
top: 0% !important;
right:0% !important;
position: absolute !important;}

body {
background-color:{color:Background};
color:{color:Text};
background-image:url('{image:Background}');
background-attachment:fixed;
font-family:'helvetica', serif;
font-size:12px;
word-spacing:0.1em;
line-height:24px;
margin:0 auto 0 auto;}

a {
color:{color:Link};
padding:0px 2px;
transition-duration:0.8;
-moz-transition-duration:0.8s;
-webkit-transition-duration:0.8s;
-o-transition-duration:0.8s;}
a:hover {
color:{color:Link Hover};
text-decoration:none;
transition-duration:0.8;
-moz-transition-duration:0.8s;
-webkit-transition-duration:0.8s;
-o-transition-duration:0.8s;}

blockquote {
background-color:#f3f3f3;
padding:10px;
margin:0px 15px;
color:#555555;}

#topa {
z-index:999999;
background-color:{color:Link};
padding:5px 0px;
width:100%;
position:fixed;
display:none;
-webkit-shadow: 0px 1px 2px rgba(150, 150, 150, 0.5);
-moz-shadow: 0px 1px 2px rgba(150, 150, 150, 0.5);
-ms-shadow: 0px 1px 2px rgba(150, 150, 150, 0.5);
-o-shadow: 0px 1px 2px rgba(150, 150, 150, 0.5);
box-shadow: 0px 1px 2px rgba(150, 150, 150, 0.5);}
.toptitle {
font-family:'Source Sans Pro', sans-serif !important;
text-transform:uppercase;
color:#fff;
font-weight:700;
text-decoration:none;
font-size:15px;
letter-spacing:1px;
margin:0px 15px 0px 45px;}
.toptitle:hover {
color:#fff;
opacity:.6;
text-decoration:none;}
#container {
min-height:1180px !important;
background-color:#fff;
width:1020px;
padding:40px;
margin:0px auto 0 auto;}

#header img {
width:1020px;
height:auto;
margin-bottom:4px;}

#top {
text-align:center;
border-top:1px solid #999;
border-bottom:1px solid #999;
padding:3px 0px 3px 50px;
margin-bottom:60px;}
#top a {
font-family:'Source Sans Pro', sans-serif;
font-weight:300;
text-transform:uppercase;
letter-spacing:1px;
color:#333;
margin:0px 15px;
text-decoration:none;}
#top a:hover {
color:{color:Link};
text-decoration:underline;}

#sidebar {
padding-right:20px;
float:right;
width:270px;}

.sbinfo {
width:270px;
text-align:justify;}
.sbinfo img {
width:270px;
height:auto;}

.sblinks {
padding-bottom:30px;
border-bottom:1px solid #f0f0f0;
width:275px;
text-align:center;
padding-top:10px;
letter-spacing:2px;}

.sblinks a {
font-family:'Source Sans Pro', sans-serif;
text-transform:uppercase;
text-decoration:none;
display:block;
font-size:14px;
line-height:18px;
margin:0px 0px;
font-weight:700;}

.sblink {
padding-bottom:10px;
width:275px;
text-align:center;
padding-top:10px;
letter-spacing:2px;}
.sblink a {
font-family:'Source Sans Pro', sans-serif;
text-transform:uppercase;
text-decoration:none;
display:block;
font-size:14px;
line-height:18px;
margin:0px 0px;
font-weight:700;}

.sbbox {
width:275px;
padding-top:30px;
padding-bottom:30px;
border-bottom:1px solid #f0f0f0;}
.sbbox1 {
width:275px;
padding-top:30px;
border-top:1px solid #f0f0f0;}
.sbboxtitle {
text-transform:uppercase;
color:#000;
font-family:'Source Sans Pro', sans-serif;
font-weight:200;
text-align:center;
padding:5px 10px;
border:2px solid #000;
letter-spacing:1px;
font-size:13px;}
.sbboxcontent {
padding:0px 10px;
width:255px;
text-align:justify;
margin-top:15px;}

#entries {
border-right:1px solid #f0f0f0;
min-height:1180px !important;
width:670px;
padding-right:20px;
margin-right:270px;}

.post {
border-bottom:1px solid #f0f0f0;
width:650px;
text-align:justify;
margin-bottom:75px;}
.post img{
width:650px;
height:auto;
display:block;
margin:2px 0px 1px 0px}

.postbody {
margin-top:5px;
width:650px;
padding-bottom:20px;
text-align:justify;}
.postbody img {
width:650px;
height:auto;
display:block;}
.postbody ul, .postbody ol {
margin-left:-13px;
margin-right:18px;}

.posttitle, .posttitle a {
font-family:'Source Sans Pro', sans-serif;
font-weight:300;
color:{color:Title};
text-transform:uppercase;
font-size:26px;
text-decoration:none;
opacity:1;
letter-spacing:2px;
font-style:normal;
line-height:55px;
text-align:center;}
.posttitle a:hover {
opacity:.2;
color:#555;
background:transparent;
text-decoration:none;}

.postaudio {
margin:3px 0px 10px 80px;
padding:18px;
background-color:#000;
width:530px;
margin-bottom:5px;}
.postaudioart {
float:left;
width:70px;}
.postaudioart img {
width:70px;
height:73px;
margin-top:-1px;}

.readmore {
padding:8px 18px;
text-align:right;
background-color:#000;
color:#fff;
margin-bottom:15px;
font-weight:900;
text-transform:uppercase;
font-family:'Oswald', sans-serif;
text-decoration:none;
font-style:normal;
font-size:11px;
border-radius:4px;
letter-spacing:1px;}
.readmore:hover {
color:#fff;
background-color:#E2697F;
text-decoration:none;}

.postchat ul {
list-style:none;
line-height:20px;
margin-left:-38px;
margin-bottom:25px;}
.postchat li {
letter-spacing:1px;
font-size:11px;
margin-bottom:-1px;
padding:5px 10px;
text-transform:lowercase;
border:1px solid #ededed;}
.chatlabel {
font-style:normal;
font-weight:bold;
font-family:'Playfair Display', serif;
font-size:14px;}

.postask {
font-size:18px;
width:100%;
background-color:#f3f3f3;
text-transform:uppercase;
line-height:30px;
color:#333;
padding:5px;
font-family:'Source Sans Pro', sans-serif;
font-weight:200;}
.postask a {
font-size:18px;
text-decoration:none;
color:#333;
font-family:'Source Sans Pro', sans-serif;
font-weight:200;}
.postask a:hover {color:#FCDDE3;}
.postask img {
margin-top:3px;
margin-bottom:-3px;
margin-left:3px;
margin-right:8px;
width:24px;}
.postaskq {
padding:10px;
font-style:italic;
text-indent:20px;
color:#000;
font-size:12px;
background-color:#fefefe;}
.postaska {padding-top:3px}

.postquote {
font-family:'Source Sans Pro', sans-serif;
font-weight:200;
text-transform:uppercase;
letter-spacing:1px;
text-align:left;
font-size:18px;}
.postquotes {
text-align:right;
margin-top:10px;
font-weight:900;
font-familY:'Source Sans Pro', sans-serif;
text-transform:uppercase;}

.postabout {
border-top:1px solid #f0f0f0;
padding-top:10px;
font-size:11px;
color:#555;
padding-bottom:10px;
font-family:'Source Sans Pro', sans-serif;
text-transform:uppercase;
letter-spacing:2px;
margin-top:25px;
min-height:45px;}

.postabout a {color:#555;}
.postabout a:hover {opacity:.4;}

.postaa {
width:480px;
float:left;
display:inline;}
.postab {
padding:5px 10px;
background-color:#111;
float:right;
display:inline;}

a.postanoteb {
margin-top:-8px;
letter-spacing:-1px;
color:#eee;
font-family:'Source Sans Pro', sans-serif;
font-size:12px;
font-weight:700;
text-decoration:none;
text-transform:uppercase;}

#notes {
margin-left:10px;
border-top:1px solid #eee;
width:650px;
font-size:11px;
text-align:left;
font-style:italic;
overflow-y:auto;
margin-bottom:50px;
background-color:#fff;
height:350px !important;}
ol.notes {
list-style:none;
margin:0 20px 0 20px;
padding: 0px;}
ol.notes li {
border-bottom:1px solid #ededed;
margin:0px;
text-transform:lowercase;
padding:2px 2px 4px 2px;}
#notes img {
display:none !important;
border:0px}

.navpages {
padding-bottom:35px;
margin-top:20px;
text-align:left;
width:650px;}
.navpages a {
padding:3px 18px;
text-align:right;
background-color:#000;
color:#fff;
text-transform:uppercase;
font-family:'Oswald', sans-serif;
text-decoration:none;
font-style:normal;
font-size:11px;
letter-spacing:1px;
webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;}
.navpages a:hover {
color:#fff;
webkit-transition: all 0.8s ease;
-moz-transition: all 0.8s ease;
-ms-transition: all 0.8s ease;
-o-transition: all 0.8s ease;
transition: all 0.8s ease;
background-color:{color:Link};
text-decoration:none;}

.navprev {
margin-left:30px;
float:left;
display:inline;}
.navnext {
margin-right:20px;
float:right;
display:inline;}

#bottom {
width:1020px;
margin:30px auto 30px auto;
border-top:2px solid #f0f0f0;}

.bcredits {
padding-bottom:0px;
padding-top:10px;
font-family:'Source Sans Pro', sans-serif;
color:#333;
width:1010px;
font-weight:200;
letter-spacing:2px;
text-transform:uppercase;}

</style>

<script type="text/javascript">
$(document).scroll(function () {
var y = $(this).scrollTop();
if (y > 500) {
$('#topa').slideDown("6");
} else {
$('#topa').slideUp("slow");
}
});
</script>

</head>

<body>

<div id="topa">
<a title="" href="/" class="toptitle">{text:Blog Name} | {Title}</a>
{block:ifLink1}<a title="" href="{text:Link 1}" class="topaa">{text:Link 1
Title}</a>{/block:ifLink1}
{block:ifLink2}<a title="" href="{text:Link 2}" class="topaa">{text:Link 2
Title}</a>{/block:ifLink2}
{block:ifLink3}<a title="" href="{text:Link 3}" class="topaa">{text:Link 3
Title}</a>{/block:ifLink3}
{block:ifLink4}<a title="" href="{text:Link 4}" class="topaa">{text:Link 4
Title}</a>{/block:ifLink4}
{block:ifLink5}<a title="" href="{text:Link 5}" class="topaa">{text:Link 5
Title}</a>{/block:ifLink5}
</div>

<div id="container">

{block:ifShowHeader}<div id="header">
<a title="" href="/"><img src="{image:Header}"></a>
</div><!-- END HEADER -->{/block:ifShowHeader}

<div id="top">
<a title="" href="/">Home</a>
<a title="" href="/ask">Contact Me</a>
{block:ifLink1}<a title="" href="{text:Link 1}">{text:Link 1
Title}</a>{/block:ifLink1}
{block:ifLink2}<a title="" href="{text:Link 2}">{text:Link 2
Title}</a>{/block:ifLink2}
{block:ifLink3}<a title="" href="{text:Link 3}">{text:Link 3
Title}</a>{/block:ifLink3}
{block:ifLink4}<a title="" href="{text:Link 4}">{text:Link 4
Title}</a>{/block:ifLink4}
{block:ifLink5}<a title="" href="{text:Link 5}">{text:Link 5
Title}</a>{/block:ifLink5}
<a title="" href="/archive">Archive</a>
<a title="" href="http://maridaniella.tumblr.com">Theme</a>
</div><!-- END TOP -->

<div id="sidebar">
<div class="sbinfo">
<a title="" href="/"><img src="{image:Sidebar}"></a>
{block:Description}<p>{Description}</p>{/block:Description}
</div>

{block:ifShowSidebox2}<div class="sbbox1"><div class="sbboxtitle">{text:Sidebox 2


Title}</div><div class="sbboxcontent">{text:Sidebox 2
Content}</div></div>{/block:ifShowSidebox2}

{block:ifShowSidebarLinks}<div class="sblinks">
{block:ifSidebarLink4}<a href="{text:Sidebar Link 4}">{text:Sidebar Link 4
Title}</a>{/block:ifSidebarLink4}
{block:ifSidebarLink3}<a href="{text:Sidebar Link 3}">{text:Sidebar Link 3
Title}</a>{/block:ifSidebarLink3}
{block:ifSidebarLink5}<a href="{text:Sidebar Link 5}">{text:Sidebar Link 5
Title}</a>{/block:ifSidebarLink5}
{block:ifSidebarLink7}<a href="{text:Sidebar Link 7}">{text:Sidebar Link 7
Title}</a>{/block:ifSidebarLink7}
{block:ifSidebarLink6}<a href="{text:Sidebar Link 6}">{text:Sidebar Link 6
Title}</a>{/block:ifSidebarLink6}
{block:ifSidebarLink1}<a href="{text:Sidebar Link 1}">{text:Sidebar Link 1
Title}</a>{/block:ifSidebarLink1}
{block:ifSidebarLink2}<a href="{text:Sidebar Link 2}">{text:Sidebar Link 2
Title}</a>{/block:ifSidebarLink2}
</div>{/block:ifShowSidebarLinks}

{block:ifShowSidebox1}<div class="sbbox"><div class="sbboxtitle">{text:Sidebox 1


Title}</div><div class="sbboxcontent">

<div class="sblink"><a href="http://instagram.com/omglaiza">INSTAGRAM</a></div>

<!-- SnapWidget -->


<iframe src="http://snapwidget.com/in/?
u=b21nbGFpemF8aW58MTI1fDJ8Mnx8bm98NXxub25lfG9uU3RhcnR8eWVzfG5v&ve=300914"
title="Instagram Widget" class="snapwidget-widget" allowTransparency="true"
frameborder="0" scrolling="no" style="border:none; overflow:hidden; width:260px;
height:260px"></iframe>

<div class="sblink"><a href="https://www.goodreads.com/user/show/24559238-glaiza-


marie">GOODREADS</a></div>

<!-- Show static HTML/CSS as a placeholder in case js is not enabled -


javascript include will override this if things work -->
<style type="text/css" media="screen">
.gr_custom_container_1403447690 {
/* customize your Goodreads widget container here*/
border: 1px solid gray;
border-radius:10px;
padding: 10px 5px 10px 5px;
background-color: #FFFFFF;
color: #000000;
width: 250px
}
.gr_custom_header_1403447690 {
/* customize your Goodreads header here*/
border-bottom: 1px solid gray;
width: 100%;
margin-bottom: 5px;
text-align: center;
font-size: 120%
}
.gr_custom_each_container_1403447690 {
/* customize each individual book container here */
width: 100%;
clear: both;
margin-bottom: 10px;
overflow: auto;
padding-bottom: 4px;
border-bottom: 1px solid #aaa;
}
.gr_custom_book_container_1403447690 {
/* customize your book covers here */
overflow: hidden;
height: 60px;
float: left;
margin-right: 4px;
width: 39px;
}
.gr_custom_author_1403447690 {
/* customize your author names here */
font-size: 10px;
}
.gr_custom_tags_1403447690 {
/* customize your tags here */
font-size: 10px;
color: gray;
}
.gr_custom_rating_1403447690 {
/* customize your rating stars here */
float: right;
}
</style>

<div id="gr_custom_widget_1403447690">
<div class="gr_custom_container_1403447690">
<h2 class="gr_custom_header_1403447690">
<a href="https://www.goodreads.com/review/list/24559238-glaiza-marie?
shelf=currently-reading&amp;utm_medium=api&amp;utm_source=custom_widget"
style="text-decoration: none;">Glaiza's bookshelf: currently-reading</a>
</h2>
<div class="gr_custom_each_container_1403447690">
<div class="gr_custom_book_container_1403447690">
<a href="https://www.goodreads.com/review/show/972701911?
utm_medium=api&amp;utm_source=custom_widget" title="Flipped"><img alt="Flipped"
border="0" src="https://d.gr-assets.com/books/1320495219s/7973377.jpg" /></a>
</div>
<div class="gr_custom_rating_1403447690">
<img alt="0 of 5 stars" class=" staticStars"
src="https://www.goodreads.com/images/layout/stars/red_star_0_of_5.png" title="0 of
5 stars, " />
</div>
<div class="gr_custom_title_1403447690">
<a href="https://www.goodreads.com/review/show/972701911?
utm_medium=api&amp;utm_source=custom_widget">Flipped</a>
</div>
<div class="gr_custom_author_1403447690">
by <a
href="https://www.goodreads.com/author/show/12950.Wendelin_Van_Draanen">Wendelin
Van Draanen</a>
</div>
<div class="gr_custom_tags_1403447690">
tagged:
currently-reading
</div>
</div>
<div class="gr_custom_each_container_1403447690">
<div class="gr_custom_book_container_1403447690">
<a href="https://www.goodreads.com/review/show/973441149?
utm_medium=api&amp;utm_source=custom_widget" title="Chosen (House of Night,
#3)"><img alt="Chosen" border="0" src="https://d.gr-
assets.com/books/1393192825s/1326258.jpg" /></a>
</div>
<div class="gr_custom_rating_1403447690">
<img alt="0 of 5 stars" class=" staticStars"
src="https://www.goodreads.com/images/layout/stars/red_star_0_of_5.png" title="0 of
5 stars, " />
</div>
<div class="gr_custom_title_1403447690">
<a href="https://www.goodreads.com/review/show/973441149?
utm_medium=api&amp;utm_source=custom_widget">Chosen</a>
</div>
<div class="gr_custom_author_1403447690">
by <a href="https://www.goodreads.com/author/show/17015.P_C_Cast">P.C.
Cast</a>
</div>
<div class="gr_custom_tags_1403447690">
tagged:
currently-reading
</div>
</div>
<br style="clear: both"/>
<center>
<a href="https://www.goodreads.com/"><img alt="goodreads.com"
src="https://www.goodreads.com/images/widget/widget_logo.gif" style="border:0"
/></a>
</center>
<noscript>
Share <a href="https://www.goodreads.com/">book reviews</a> and ratings with
Glaiza, and even join a <a href="https://www.goodreads.com/group">book club</a> on
Goodreads.
</noscript>
</div>

</div>
<script src="https://www.goodreads.com/review/custom_widget/24559238.Glaiza's
%20bookshelf:%20currently-reading?
cover_position=left&cover_size=small&num_books=5&order=a&shelf=currently-
reading&show_author=1&show_cover=1&show_rating=1&show_review=1&show_tags=1&show_tit
le=1&sort=date_added&widget_bg_color=FFFFFF&widget_bg_transparent=&widget_border_wi
dth=1&widget_id=1403447690&widget_text_color=000000&widget_title_size=medium&widget
_width=medium" type="text/javascript" charset="utf-8"></script>
</div></div>{/block:ifShowSidebox1}
</div><!-- END SIDEBAR -->

<div id="entries">

{block:Posts}
<div class="post">

{block:Photoset}
{Photoset-500}
{block:Caption}<div class="ppostbody">{Caption}</div>{/block:Caption}
{/block:Photoset}

{block:Photo}
<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="600px"/>
{block:Caption}<div class="postbody">{Caption}</div>{/block:Caption}
{/block:Photo}

{block:Text}
{block:Title}<div class="posttitle"><a title="" href="{Permalink}">{Title}
</a></div>{/block:Title}
<div class="postbody">{Body}{block:More}<p style="text-align:right; margin:20px
10px 5px 0px;"><a href="{Permalink}" class="readmore">Read Forth
>></a></p>{/block:More}</div>
{/block:Text}

{block:Link}
<div class="posttitle"><a title="" href="{URL}">{Name} &#10174;</a></div>
{block:Description}<div class="postbody">{Description}</div>{/block:Description}
{/block:Link}

{block:Video}
<center>{Video-500}</center>
{block:Caption}<div class="postbody">{Caption}</div>{/block:Caption}
{/block:Video}

{block:Quote}
<div class="postquote">"{Quote}"</div>
{block:Source}<div class="postquotes">- {Source}</div>{/block:Source}
{/block:Quote}

{block:Chat}
<div class="postchat">
<ul>{block:Lines}
<li class="{Alt} user_{UserNumber}">{block:Label}
<span class="chatlabel">{Label}</span>{/block:Label}
{Line}</li>{/block:Lines}</ul></div>
{/block:Chat}

{block:Audio}
{block:AlbumArt}<div class="postaudioart"><img
src="{AlbumArtURL}"></div>{/block:AlbumArt}
<div class="postaudio">{AudioPlayerBlack}</div>
{block:Caption}<br><div class="postbody">{Caption}</div>{/block:Caption}
{/block:Audio}

{block:Answer}
<div class="postask"><img src="{AskerPortraitURL-24}" style="float:left; margin-
right:10px; display:inline"> {Asker}</div>
<div class="postaskq">{Question}</div>
<div class="postaska">{Answer}</div>
{/block:Answer}

<div style="display:none;">{block:ContentSource}<a
href="{SourceURL}">{lang:Source}:{SourceLink}</a>{/block:ContentSource}
{block:RebloggedFrom}<a title=""
href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</div>

{block:Date}<div class="postabout">
<div class="postaa">Posted: {Month} {DayOfMonthWithZero}, {Year}
{block:NoteCount}<br>Currently With <a title=""
href="{Permalink}#notes">{NoteCountWithLabel}</a>{/block:NoteCount}</div>
<div class="postab">{block:ifDisqus}<a class="postanoteb"
href="{Permalink}#disqus_thread">Leave A Comment</a>{/block:ifDisqus}</div>
</div>{/block:Date}

</div><!-- END POST -->


{/block:Posts}

{block:PermalinkPage}
<div style="width:640px; margin-bottom:20px; margin-left:10px; margin-top:40px;">
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = '{text:Disqus}'; // Required - Replace <example> with
your forum shortname

/* * * DON'T EDIT BELOW THIS LINE * * */


(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] ||
document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?
ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span
class="logo-disqus">Disqus</span></a></div>
{/block:PermalinkPage}

{block:PostNotes}
<div id="notes"><div class="subtitletwo" style="margin-bottom:10px;">post
notes</div>
<div id="notestext">{PostNotes}</div></div>
{/block:PostNotes}

{block:Pagination}<div class="navpages">
{block:PreviousPage}<a title="" href="{PreviousPage}" class="navprev">previous
page</a>{/block:PreviousPage}
{block:NextPage}<a title="" href="{NextPage}" class="navnext">next
page</a>{/block:NextPage}</div>{/block:Pagination}
</div><!-- END ENTRIES -->

<div id="bottom">
<div class="bcredits">
All content &copy; - {text:Blog Name} / {Title}<br>Theme Design by <a title=""
href="http://maridaniella.tumblr.com">Dems Villanueva</a>. Powered by <a title=""
href="http://tumblr.com">Tumblr.</a>
</div><!-- END BCREDITS -->

</div><!-- END CONTAINER -->

<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = '{text:Disqus}'; // required: replace example with your
forum shortname

/* * * DON'T EDIT BELOW THIS LINE * * */


(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] ||
document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>

</body>
</html>

You might also like