All pastes #2086434 Raw Edit

Skyscraper

public text v1 · immutable
#2086434 ·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">

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

<!-- EDIT PROPERTIES VIA APPEARANCE TAB -->
<meta name="color:Background" content="#7A6A53" />
<meta name="color:Container Background" content="#D9CEB2" />
<meta name="color:Post Background" content="#D5DED9" />
<meta name="color:Text" content="#515151" />
<meta name="color:Links" content="#948C75" />
<meta name="color:Link Hover" content="#515151" />
<meta name="color:Titles" content="#7A6A53" />
<meta name="color:Side Titles" content="#948C75" />
<meta name="color:Navigation" content="#99B2B7" />
<meta name="color:Navigation Background" content="#D9CEB2" />
<meta name="color:Navigation Hover" content="#D9CEB2" />
<meta name="color:Navigation Background Hover" content="#99B2B7" />
<meta name="color:Pagination" content="#99B2B7" />
<meta name="color:Pagination Hover" content="#D5DED9" />
<meta name="image:Background" content="" />
<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}
font-family: Arial;
font-size: 11px;
color: {color:Text};
}

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

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

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

#container{
position: absolute;
top: 35px;
left: 120px;
width: 950px;
background-color: {color:Container Background};
padding: 5px;
border-radius: 7px;
}

#left{
margin-left: 0px;
width: 640px;
}

#post{
background-color: {color:Post Background};
{block:IndexPage}
width: 300px;
height: 200px;
margin: 7px;
overflow: hidden;
padding: 2px;
border-radius: 7px;
float: left;
border: 1px solid #000000;
{/block:IndexPage}
}

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

#sidebar{
position: absolute;
left: 775px;
top: 45px;
width: 280px; 
padding: 2px;
z-index: 1;
}

#navigation a, a:visited, a:active{
background-color: {color:Navigation Background};
display: block;
margin: 2px;
font-family: Georgia;
font-size: 10px;
color: {color:Navigation};
padding: 1px;
}

#navigation a:hover{
background-color: {color:Navigation Background Hover};
color: {color:Navigation Hover};
padding: 1px;
}

#title a, a:visited, a:active{
font-family: Georgia;
font-size: 14px;
font-style: italic;
color: {color:Titles};
}

#title a:hover{
font-family: Georgia;
font-size: 14px;
font-style: italic;
color: {color:Titles};
}

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

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

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

.quote{
font-size: 16px;
font-family: Georgia;
font-style: italic;
text-align: center;
}

.pd{
text-align: center;
font-family: Georgia;
text-transform: lowercase;
font-size: 9px;
}

.sidetitle{
color: {color:Side Titles};
text-align: right;
font-family: Georgia;
font-size: 16px;
font-style: italic;
}

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

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

{CustomCSS}
</style>
</head>

<body>

<div id="wp">
<div id="container">
<div id="left">
{block:Posts}
<div id="post">
<div class="pd">
Posted on <a href="{Permalink}">{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix}{/block:Date}</a> || <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">REBLOG</a><br>
</div>
{block:Text}
{block:Title}
<div id="title"><a href="{Permalink}">{Title}</a></div>
{/block:Title}
{Body}
{/block:Text}

{block:Photo}<center>
{block:IndexPage}
{LinkOpenTag}<img src="{PhotoURL-250}" width="300px" height="186px">{LinkCloseTag}
{/block:IndexPage}
{block:Permalinkpage}
{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
{/block:Permalinkpage}
</center>
{/block:Photo}

{block:Photoset}
<center>{Photoset-500}</center>
{block:Caption}
{Caption}
{/block:Caption}
{/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}
{block:IndexPage}
{LinkOpenTag}<img src="{Video-250}" width="300px" height="186px">{LinkCloseTag}
{/block:IndexPage}
{block:Permalinkpage}
{LinkOpenTag}<img src="{Video-500}">{LinkCloseTag}
{block:Caption}
{Caption}
{/block:Caption}
{/block:Permalinkpage}
{/block:Video}

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

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

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

</div>

<div id="sidebar">
<div class="sidetitle">navigation</div>
<div id="navigation">
<a href="/">refresh</a>
<a href="/ask">ask me</a>
{block:IfLink1Name}<a href="{text:link 1 url}">{text:link 1 name}</A>{/block:IfLink1Name}
{block:IfLink2Name}<a href="{text:link 2 url}">{text:link 2 name}</A>{/block:IfLink2Name}
{block:IfLink3Name}<a href="{text:link 3 url}">{text:link 3 name}</A>{/block:IfLink3Name}

</div>
<br>

<div class="sidetitle">title here</div>
{block:Description}{Description}{/block:Description}

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


<!-- DO NOT REMOVE OR OTHERWISE ALTER THIS CREDIT LINK -->
<center>Theme by <a href="http://herownheart.tumblr.com" target="_blank">herownheart</a>.</center>

</div>
</div>
</body>
</html>