All pastes #2086435 Raw Edit

Love Explains It All

public text v1 · immutable
#2086435 ·published 2011-10-03 11:59 UTC
rendered paste body
<!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">

<!-- LOVE EXPLAINS IT ALL THEME BY HEROWNHEART.TUMBLR.COM -->
<!-- PLEASE DO NOT COPY/REPRODUCE ANY PART OF THIS CODING -->
<head>
<title>{Title}</title>
{block:IfDisableRightClick}<script type="text/javascript" src="http://static.tumblr.com/1cmk6kw/lzwl4xoan/kreep.js"></script>{/block:IfDisableRightClick}

<!-- CAN BE EDITED VIA APPEARANCE TAB -->
<meta name="color:Background" content="#D9CEB2"/>
<meta name="color:Text" content="#515151"/>
<meta name="color:Posts" content="#FFFFFF"/>
<meta name="color:Links" content="#99B2B7"/>
<meta name="color:Link Hover" content="#515151"/>
<meta name="color:Sidebar Title" content="#7A6A53"/>
<meta name="color:Navigation" content="#D5DED9"/>
<meta name="color:Navigation Background" content="#948C75"/>
<meta name="color:Post Details Background" content="#f2e9dd"/>
<meta name="color:Pagination" content="#7A6A53"/>
<meta name="color:Pagination Hover" content="#D5DED9"/>
<meta name="font:Text" content="Arial"/>
<meta name="font:Title" content="Georgia"/>
<meta name="font:Navigation" content="Georgia"/>
<meta name="font:Pagination" content="Georgia"/>
<meta name="image:Background" content=""/>
<meta name="text:Sidebar Title 2" content="Navigation">
<meta name="text:Link 1 Name" content=""/>
<meta name="text:Link 1 URL" content=""/>
<meta name="text:Link 2 Name" content=""/>
<meta name="text:Link 2 URL" content=""/>
<meta name="text:Link 3 Name" content=""/>
<meta name="text:Link 3 URL" content=""/>
<meta name="if:Disable Right Click" content="0"/>
<meta name="if:Enable Image Opacity" content="1"/>
<meta name="if:No Repeat Background" content="0"/>
<meta name="if:Fixed Background" content="0"/>


<style type="text/css">
body{
background-color: {color:Background};
background-image: url({image:Background});
{block:IfNoRepeatBackground}background-repeat:no-repeat;{/block:IfNoRepeatBackground}
{block:IfFixedBackground}background-attachment: fixed;{/block:IfFixedBackground}
color: {color:Text};
font-family: {font:Text};
font-size: 11px;
}

#wp{
left: 0px;
top: 0px;
}

#center{
position: absolute;
top: 40px;
left: 200px;
width: 800px;
}

#content{
background-color: {color:Posts};
width: 520px;
margin-left: 270px;
}

#sidebar{
width: 260px;
float: left;
}

#post{
width: 510px;
padding: 5px;
margin-bottom: 5px;
}

#post img {
{block:IfEnableImageOpacity}
opacity: 0.7; filter:alpha(opacity=70);
{/block:IfEnableImageOpacity}
-webkit-transition-duration: 1s;
}

#post img:hover {
{block:IfEnableImageOpacity}
opacity:1; filter:alpha(opacity=99);
{/block:IfEnableImageOpacity}
}

#wp a, a:visited, a:active{
color: {color:Links};
text-decoration: none;
}

#wp a:hover{
color: {color:Links Hover};
}

#nav{
color: {color:Navigation};
background-color: {color:Navigation Background};
display: block;
}

#nav a, a:active, a:visited{
color: {color:Navigation};
background-color: {color:Navigation Background};
font-family: {font:Navigation};
line-height: 13px;
text-transform: lowercase;
font-size: 12px;
text-decoration: none;
border-bottom: 2px solid {color:Background};
display: block;
}

#nav a:hover{
color: {color:Navigation Background};
background-color: {color:Navigation};
font-family: {font:Navigation};
line-height: 13px;
text-transform: lowercase;
font-size: 12px;
text-decoration: none;
display: block;
}

#title{
text-align: left;
font-size: 18px;
font-family: {font:Title};
font-style: italic;
font-weight: bold;
}

#pagination{
text-align: center;
margin-bottom: 3px;
}

#pagination a, a:visited, a:Active{
color: {color:Pagination};
font-family: {font:Pagination};
font-size: 14px;
font-weight: bold;
font-style: italic;
}

#pagination a:hover{
color: {color:Pagination Hover};
}

.sdt{
color: {color:Sidebar Title};
font-family: Georgia;
font-size: 16px;
font-style: italic;
font-weight: bold;
text-align: left;
text-transform: lowercase;
}

.quote{
font-size: 15px;
}

.pd{
background-color: {color:Post Details Background};
text-align: center;
margin-top: 4px;
}

ol.notes{
text-align: left;
text-transform: lowercase;
}

ol.notes li.note{
text-transform: lowercase;
text-align: left;
}

{CustomCSS}

</style>
</head>

<body>

<div id="wp">
<div id="center">
<div id="sidebar">
<div class="sdt">{Title}</div>
{block:Description}{Description}{/block:Description}<br><br>

<div class="sdt">{text:Sidebar Title 2}</div>
<div id="nav"><a href="/">Home</a>
<a href="/ask">Ask Me</a>
{block:IfLink1Name}<a href="{text:link 1 url}" class="nav">{text:link 1 name}</A>{/block:IfLink1Name}
{block:IfLink2Name}<a href="{text:link 2 url}" class="nav">{text:link 2 name}</A>{/block:IfLink2Name}
{block:IfLink3Name}<a href="{text:link 3 url}" class="nav">{text:link 3 name}</A>{/block:IfLink3Name}
</div>
</div>

<div id="content">
{block:Posts}
<div id="post">
{block:Text}
{block:Title}
<div id="title"><a href="{Permalink}">{Title}</a></div>
{/block:Title}
{Body}
{/block:Text}

{block:Photo}<center>
{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
</center>
{/block:Photo}

{block:Photoset}
<center>{Photoset-500}</center>
{/block:Photoset}

{block:Quote}
<div class="quote">"{Quote}"</div>
{block:Source}
<br>- <i>{Source}</i>
{/block:Source}
{/block:Quote}

{block:Link}
<div id="title">
<a href="{URL}" {Target}>{Name}</a></div>
{block:Description}
{Description}
{/block:Description}
{/block:Link}

{block:Chat}
{block:Title}
<div id="title"><a href="{Permalink}">{Title}</a></div>
{/block:Title}
{block:Lines}
{block:Label}<b>{Label}</b>{/block:Label}
{Line}<br>
{/block:Lines}
{/block:Chat}

{block:Video}
<center>{Video-500}</center>
{block:Caption}
{Caption}
{/block:Caption}
{/block:Video}

{block:Audio}<br>
<center>{AudioPlayerWhite}</center>
{block:Caption}
{Caption}
{/block:Caption}
{/block:Audio}

{block:Answer}
<b>{Asker} said: {Question}</b>
<br>{Answer}
{/block:Answer}

<div class="pd">
Posted on <a href="{Permalink}">{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix}{/block:Date}</a>
</div>

{block:PermalinkPage}
<center>
{block:HasTags} 
<b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
{block:RebloggedFrom}
<b>Reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
<b>Originally posted by:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> </center>{/block:RebloggedFrom}
{block:PostNotes}{PostNotes}{/block:PostNotes}
{/block:PermalinkPage}
</div>
{/block:Posts}

<div id="pagination">{block:Pagination}
{block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
{/block:Pagination}</div

<!-- PLEASE DO NOT EDIT OR REMOVE THIS CREDIT LINK -->
<center>Theme by <a href="http://herownheart.tumblr.com" target="_blank">herownheart</a>.</center><br>
</div>
</div>
</div>
</body>
</html>