All pastes #1948581 Raw Edit

Someone

public text v1 · immutable
#1948581 ·published 2010-09-26 01:57 UTC
rendered paste body
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--

theme and icons by ϷОЏЯ ԐҬΨӪ ɃȄΓΓξ               pouretrebelle.thecdexperiment.ocm
twitter script shamelessly stolen from Anthony   anthagio.com
slidedown drawers with JQuery                    jquery.com
powered by Tumblr                                tumblr.com
                      /\   _             _         _  _      
 ___  ___  _ _  _ _  ___ _| |_ _ _  ___ | |_  ___ | || | ___ 
| . \/ . \| | || '_>/ ._> | | | '_>/ ._>| . \/ ._>| || |/ ._>
|  _/\___/`___||_|  \___. |_| |_|  \___.|___/\___.|_||_|\___.
|_| 

-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
<link rel="shortcut icon" href="{Favicon}" />

<script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
<script>
$(document).ready(function(){
$("div#search").hide();
$("a.pulldown#search").click(function () {
      $("div#search").slideToggle("1000");
    });
$("div#following").hide();
$("a.pulldown#following").click(function () {
      $("div#following").slideToggle("1000");
    });
if($('ul#twitter_update_list li').length) {
	$("div#twittercon").removeClass("invisible");
	}
	else {$("div#twittercon").addClass("invisible");}
});
</script>
<meta name="color:Text" content="#5a5a5a"/>
<meta name="color:Link" content="#060045"/>
<meta name="color:Titles" content="#151329"/>
<meta name="color:Permalink" content="#060045"/>
<meta name="color:Background" content="#FFFFFF"/>	
<meta name="font:Body" content="Trebuchet MS, Arial, Helvetica, sans-serif">
<meta name="image:Background" content=""/>
<meta name="text:Post Space" content="100px"/>
<meta name="text:Base Font Size" content="11px"/>
<meta name="image:Permalink" content=""/>
<meta name="if:Black Out Tumblr Controls" content="0"/>
{block:Twitter}<meta name="if:Light Twitter Icon" content="0"/>
<meta name="if:Show Twitter Line" content="1"/>{/block:Twitter}
{block:Following}<meta name="if:Show Following" content="1"/>{/block:Following}

<style type="text/css">
body {
	font-size: {text:Base Font Size};
	line-height: 1em;
	background-color: {color:Background};
	background-image: url('{image:Background}');
	color: {color:Text};
	font-family: {font:Body};
}
a {
	color: {color:Link};
	text-decoration: underline;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
a:hover {
	color: {color:Text};
	border: 0px;
	margin: 0px;
}
div#shell {
	width: 600px;
	margin: 0px auto;
}
div#header {
	text-align: center;
}
div.post {
	margin: 0px;
	padding: 0px;
}
div.permalink a {
	width: 150px;
	margin-left: -190px;
	text-align: right;
	vertical-align: top;
	font-size: 1.2em;
	position: absolute;
	z-index: 1000;
	text-decoration: none;
	color: {color:Permalink};
}
p.reblog, p.reblog a {
	text-align: center;
	margin-bottom: 1px;
	text-decoration: none;
}
div#twitter ul li {
	list-style-type: none;
	display: inline;
	height: 20px;
	padding: 6px;
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	background-color: {color:Background};
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: -moz-opacity 0.5s ease-in;
	transition: filter 0.5s ease-in;
	z-index: 1000;
}
div#twitter ul li:hover {
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
div#twittercon {
	margin-top: -33px;
	padding-bottom: 5px;
	background-image: url('{block:IfNotLightTwitterIcon}http://static.tumblr.com/me5sfsd/Jvkl40qtk/darktwitter25.png{/block:IfNotLightTwitterIcon}{block:IfLightTwitterIcon}http://static.tumblr.com/me5sfsd/Q6Vl40tcx/lighttwitter25.png{/block:IfLightTwitterIcon}');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 25px;
}
div#twitter ul {
	-webkit-padding-start: 0px;
	padding-left: 0px;
}
div#twitter ul li a {
	text-transform: uppercase;
	text-decoration: none;
	font-style: italic;
	font-size: 0.7em;
}
div#twitter ul li span a {
	text-transform: none;
	font-style: normal;
	text-decoration: underline;
	font-size: 1em;
}
div.audio p {
	text-align: center;
}
div.audio table {
	width: auto;
	margin: 0px auto;
	padding: -8px 0px -4px 0px;
	text-align: center;
}
div.audio table tr td {
	border-radius: 4px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	text-align: inherit;
	vertical-align: middle;
	background: #000000;
	color: #FFFFFF;
}
div.audio table tr td a {
	color: #FFFFFF;
	text-decoration: none;
}
div.audio blockquote {
	padding-left: 0px;
	border-left: 0px;
	margin: 3px 0px;
}
div.chat td.label {
	font-weight: bold;
	font-variant: small-caps;
	padding-right: 10px;
}
div.quotation {
	font-size: 8em;
	-webkit-transform: rotate(15deg);
	display: block;
	width: 20px;
	font-family: 'Bookman Old Style', serif;
	bottom: -2em;
	height: 0px;
	margin-left: -10px;
	padding-top: 20px;
	color: {color:Titles};
}
div.quote h4 {
	padding-left: 50px;
}
div.quote p {
	text-align: center;
	text-decoration: overline;
}
div.answer {
	padding: -15px 0px;
}
div.answer td.big {
	width: 80px;
	padding: 20px;
	padding-right: 0px;
	vertical-align: top;
	text-align: center;
	font-size: 4em;
	color: {color:Titles};
	border-left: 1px dashed {color:Text};
}
div.answer td.big a {
	text-decoration: none;
}
h1, h1 a {
	color: {color:Titles};
	text-align: center;
	letter-spacing: 3px;
	line-height: 0.8em;
	text-decoration: none;
	margin: 1.1em 0px 1em;
}
h2 {
	margin: 0.8em 0 1em;
}
h3, h3 a {
	color: {color:Titles};
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}
h4 {
	font-style: italic;
	font-size: 1.4em;
	word-spacing: -1px;
	line-height: 1.5em;
	font-weight: 100;
	display: inline;
}
blockquote {
	padding-left: 10px;
	border-left: 2px solid {color:Text};
    margin: 3px 0 3px 10px;
}
{block:IfBlackOutTumblrControls}
div#back {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 25px;
	width: 159px;
	background-color: #000000;
	border-bottom-left-radius: 6px;
	{block:PermalinkPage}
	padding-left: 90px;
	{/block:PermalinkPage}
}
{/block:IfBlackOutTumblrControls}
iframe#ask_form {
	overflow-y: hidden;
	height: 100%;
}
div#search {
	padding: 0.5em;
	margin: 0px auto;
	width: 200px;
}
div#search input {
	border: 1px solid {color:Text};
	width: 200px;
	color: {color:Link};
	background: transparent;
	font-family: {font:Body};
	font-size: {text:Base Font Size};
}
div#following {
	padding: 1em 0;
	width: 100%;
	width: 600px;
}
div#following img {
	opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: -moz-opacity 0.5s ease-in;
	transition: filter 0.5s ease-in;
}
div#following img:hover {
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
ol.notes {
	margin-left: -10px;
}
ol.notes li.note {
	list-style-type: none;
	padding: 0px;
}
ol.notes li.note img.avatar {
	vertical-align: -4px;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}
ol.notes li.note blockquote {
	border-left: 16px solid {color:Text};
	padding: 6px 10px;
	margin: 0px;
	font-style: italic;
}
ol.notes li.note .answer_content {
	font-weight: normal;
	font-style: italic;
	padding: 6px 10px;
	border-left: 16px solid {color:Text};
	display: block;
}
div#postinfo {
	text-transform: uppercase;
	font-size: 0.8em;
	font-style: italic;
	text-align: left;
	padding: 2em 0;
}
div#pagination {
	margin: 2em auto;
	color: {color:Text};
	font-size: 1.3em;
	text-align: center;
}
div#pagination a {
	color: {color:Text};
	text-decoration: none;
}
div#pagination a:hover {
	color: {color:Link};
}
.invisible {
	visibility: hidden;
}
{CustomCSS}
</style>

    <script type="text/javascript" src="/tweets.js"></script>

</head>
<body>

{block:IfBlackOutTumblrControls}<div id="back"></div>{/block:IfBlackOutTumblrControls}

<div id="shell">

	<div id="header" style="margin-bottom: {text:Post Space};">
    	
		{block:IfShowTwitterLine}{block:Twitter}<div id="twitter">
			<div id="twitterfeed">
				<ul id="twitter_update_list"></ul>
				<script type="text/javascript" src="http://static.tumblr.com/3driglx/YU4l2tu9g/themocritytwitter.js"></script>
				<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/{TwitterUsername}.json?callback=twitterCallback2&count=1"></script>
			</div>
			<div id="twittercon"></div>
		</div>{/block:Twitter}{/block:IfShowTwitterLine}

	        {block:HasPages}
			{block:Pages}
		<a href="{URL}">{Label}</a> |
			{/block:Pages}
			{/block:HasPages}
			{block:SubmissionsEnabled}
		<a href="/submit">{SubmitLabel}</a> |
			{/block:SubmissionsEnabled}
			{block:AskEnabled}
		<a href="/ask">{AskLabel}</a> |
			{/block:AskEnabled}
		<a href="/archive">Archive</a> |
    	    {block:IfShowFollowing}{block:Following}
		<a class="pulldown" id="following" href="#">Following</a> |
    	    {/block:Following}{/block:IfShowFollowing}
        <a href="{RSS}">RSS</a> | 
        <a class="pulldown" id="search" href="#">Search</a>

		<div id="search">
			<form method="get" action="/search">
			<input type="text" class="search" value="{SearchQuery}" name="q" id="search-input"  
  onfocus="if (this.className=='search') { this.className = ''; this.value = ''; }"
  onblur="if (this.value == '') { this.className = 'search'; this.value = 'Search'; }"/>
			</form>		
		</div>
        
        {block:IfShowFollowing}{block:Following}<div id="following">
	        {block:Followed}<a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-16}" width="16" height="16" style="padding: 2px;" />{/block:Followed}
        </div>{/block:Following}{/block:IfShowFollowing}
        
    	<h1><a href="/">{Title}</a></h1>
    	
		{block:SearchPage}
        	<h2>search results for <em style="text-transform: uppercase;">{SearchQuery}</em>
            {block:NoSearchResults}<br/>none found{/block:NoSearchResults}
            </h2>
        {/block:SearchPage}
        
        {block:TagPage}
			<h2>posts tagged <em style="text-transform: uppercase;">{Tag}</em></h2>
		{/block:TagPage}

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

{block:Posts}
<div class="post" style="margin-bottom: {block:IndexPage}{text:Post Space}{/block:IndexPage}{block:PermalinkPage}2em{/block:PermalinkPage};">
    	
        <div class="permalink"><a href="{Permalink}"{block:IndexPage}
<div class="permalink"><a href="{Permalink}"> 











{block:IfNotPermalinkImage}{text:Permalink Text}{/block:IfNotPermalinkImage}{block:IfPermalinkImage}<img src="{Image:Permalink}" alt="permalink">{/block:IfPermalinkImage}</a></div>
{/block:IndexPage}











>{text:Permalink Text}</a></div>
        
    	{block:Text}<div class="text">
        	{block:Title}<h3>{Title}</h3>{/block:Title}
            {Body}
            </div>{/block:Text}
        
    	{block:Photo}<div class="photo">
        	{block:IndexPage}
            {block:RebloggedFrom}
            <p class="reblog">
            <a href="{ReblogParentURL}" title="reblogged from {ReblogParentName}">{ReblogParentName}</a>
            &#8250;
            <a href="{ReblogRootURL}" title="originally from {ReblogRootName}">{ReblogRootName}</a>
            </p>
            {/block:RebloggedFrom}
            {/block:IndexPage}
            {LinkOpenTag}
            <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="600px">
            {LinkCloseTag}
            {block:PermalinkPage}
            {block:Caption}
            {Caption}
            {/block:Caption}
            {/block:PermalinkPage}
            </div>{/block:Photo}
    	
        {block:Photoset}<div class="photoset">
        	{block:IndexPage}
            {block:RebloggedFrom}
            <p class="reblog">
            <a href="{ReblogParentURL}">{ReblogParentName}</a>
            &#8249;
            <a href="{ReblogRootURL}">{ReblogRootName}</a>
            </p>
            {/block:RebloggedFrom}
            {/block:IndexPage}
            {Photoset-500}
            {block:PermalinkPage}
            {block:Caption}
            {Caption}
            {/block:Caption}
            {/block:PermalinkPage}
            </div>{/block:Photoset}
    	
        {block:Quote}<div class="quote">          <div class="quotation">“</div>             <h4>{Quote}</h4>          <div class="quotation" style="float: right; margin-top: 20px; margin-left: 30px;">”</div>             {block:Source}<p>&nbsp;&nbsp;&nbsp;{Source}&nbsp;&nbsp;&nbsp;</p>{/block:Source}             </div>{/block:Quote}
    	
        {block:Link}<div class="link">
        	<h3><a href="{URL}" class="link" {Target}>{Name}</a></h3>
            {block:Description}<p>{Description}</p>{/block:Description}
            </div>{/block:Link}
    	
        {block:Chat}<div class="chat">
        	{block:Title}<h3>{Title}</h3>{/block:Title}
			<table class="chat">
			{block:Lines}
			<tr>
			{block:Label}<td class="label">{Label}</td>{/block:Label}
			<td class="line">{Line}</td>
			</tr>
			{/block:Lines}
			</table>
			</div>{/block:Chat}
    	
        {block:Audio}<div class="audio">
        	<table cellspacing="8px" cellpadding="0"><tr>
            {block:AlbumArt}
			<td><a href="{Permalink}">
            <img border="0" src="{AlbumArtUrl}" width="27px" height="27px" style="border-radius: 4px;" />
            </a></td>
			{/block:AlbumArt}
			<td width="211px">{AudioPlayerBlack}</td>
            {block:ExternalAudio}
            <td width="27px"><a href="{ExternalAudioURL}"><img border="0" src="http://static.tumblr.com/me5sfsd/HVel40cks/download.jpg" alt="download" /></a></td>
            {/block:ExternalAudio}
            </tr>
            </table>
            {block:Caption}<p>{Caption}</p>{/block:Caption}
            </div>{/block:Audio}
    	
        {block:Video}<div class="video">
        	{block:IndexPage}
            {block:RebloggedFrom}
            <p class="reblog">
            <a href="{ReblogParentURL}">{ReblogParentName}</a>
            &#8249;
            <a href="{ReblogRootURL}">{ReblogRootName}</a>
            </p>
            {/block:RebloggedFrom}
            {/block:IndexPage}
            <center>{Video-500}</center>
            {block:PermalinkPage}
            {block:Caption}
            {Caption}
            {/block:Caption}
            {/block:PermalinkPage}
            </div>{/block:Video}
    	
        {block:Answer}<div class="answer">
        	<table width="600" border="0" cellspacing="0" cellpadding="10">
  <tr>
    <td style="border-bottom: 1px dashed {color:Text}; width: 479px;">{Question}</td>
    <td class="big"><a href="http://{PlaintextAsker}.tumblr.com">Q</a></td>
  </tr>
  <tr>
    <td>{Answer}</td>
    <td class="big"><a href="/">A</a></td>
  </tr>
</table>

            </div>{/block:Answer}
    
    </div>
    
    {block:Date}{block:PermalinkPage}
 	<div id="postinfo">
        {block:Text}Text {/block:Text}
    	{block:Photo}Photo {/block:Photo}
	    {block:Photoset}Photoset {/block:Photoset}
	    {block:Video}Video {/block:Video}
	    {block:Audio}Audio {/block:Audio}
	    {block:Link}Link {/block:Link}
	    {block:Quote}Quote {/block:Quote}
	    {block:Chat}Conversation {/block:Chat}
	    {block:Answer}Response {/block:Answer}
	    posted {TimeAgo}{block:NoteCount}
        with {NoteCountWithLabel}{/block:NoteCount}
	    {block:Audio} and {PlayCountWithLabel}{/block:Audio}
        <br />
        {block:HasTags}
        Tags:
        {block:Tags} <a href="{TagURL}">{Tag}</a>{/block:Tags}
        {/block:HasTags}
        </div>
    {/block:PermalinkPage}{/block:Date}
    
    {block:PostNotes}
	<div id="notes">
		{PostNotes}
		</div>
	{/block:PostNotes}

{/block:Posts}

<div id="pagination">
{block:Pagination}
{block:PreviousPage}<a href="{PreviousPage}">‹ newer</a> {/block:PreviousPage}
{CurrentPage}҂{TotalPages}
{block:NextPage} <a href="{NextPage}">older ›</a>{/block:NextPage}<br /><br />
{/block:Pagination}
{block:PermalinkPagination}
{block:PreviousPost}<a href="{PreviousPost}">‹ newer</a>  {/block:PreviousPost}
{block:NextPost}  <a href="{NextPost}">older ›</a>{/block:NextPost}<br /><br />
{/block:PermalinkPagination}
<font size="1em"><a href="http://pouretrebelle.thecdexperiment.com/themes/">theme</a> by <a href="http://pouretrebelle.thecdexperiment.com/">pouretrebelle</a></font>
</div>

</div>

</body>

</html>