- <!--
- Revised: (c) 2012 |dec0der
- Theme #4: A Very Darren Theme
- Please do not remove the credits! Thank you.
- -->
- <html lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="image:Background" content=""/>
- <meta name="color:background" content="#FFF"/>
- <meta name="color:title" content="#000"/>
- <meta name="color:text" content="#444"/>
- <meta name="color:link" content="#000"/>
- <meta name="color:hover" content="#A0A0A0"/>
- <meta name="font:title" content="Courier"/>
- <meta name="font:text" content="georgia"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="if:show sidebar image" content="0"/>
- {block:description}<meta name="description" content="{MetaDescription}" />{/block:description}
- <title>{block:searchpage}Results for "{searchquery}" - {/block:searchpage}
- {block:PostSummary}
- {PostSummary} - {/block:PostSummary}{Title}</title>
- <style type="text/css">
- body {
- margin:0px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;}
- body, div, p, textarea, submit, input{
- font-family: {font:text};
- font-size: 10px;
- line-height:12px;
- letter-spacing:0px;
- color:{color:Text};
- }
- p {
- margin:0px;
- margin-top:0px;
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- }
- a:hover {
- color:{color:Hover};
- text-decoration: none;
- }
- div#cage{
- margin:auto;
- position:relative;
- width:790px;
- overflow:hidden;
- color: {color:Title};
- _margin-left:10%;
- }
- div#center{
- margin:auto;
- position:relative;
- width:835px;
- height:100%px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- div#content{
- float:right;
- width:550px;
- height:100%px;
- padding:2px;
- padding-top: 0px;
- margin-top:0px;
- margin-right: 58px;
- background: {color:Background};
- }
- div#entry{
- background-color:;
- margin-top:4px;
- padding-top:0px;
- padding-bottom:0px;
- }
- div#sidebar{
- position:fixed !important;
- width: 262px;
- height:auto;
- background-color: {Color:Background};
- margin: 0px 0px 0px -50px;
- padding-top:2px;
- padding-right:0px;
- padding-left:2px;
- }
- .blogname {font-size:14px; letter-spacing:2px; font-family:Courier; line-height:18px; text-align:center; color:{color:links}}
- #postnotes{
- text-align: justify;}
- #postnotes blockquote{
- border: 0px;}
- .title{
- font-family:Courier;
- font-size: 14px;
- line-height: 18px;
- letter-spacing:2px;
- color: {color:Title};
- }
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 1px;
- border-left: 1px dotted {color:Text};
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- a img{border: 0px;}
- ul, ol, li{list-style:none; margin:0px; padding:0px;}
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
- .notes img{width:10px; position:relative; top:3px;}
- .permalink{
- color:{color:links};
- display:block;
- margin-left: 555px;
- position: absolute;
- text-align: left;
- }
- small{font-size: 90%;}
- {CustomCSS}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <div id="cage"><div id="center"><div id="sidebar">
- <br>
- <div class="blogname"><a href="/">{Title}</a></div><br>
- {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=260px></a>{/block:ifshowsidebarimage}<br>
- <br>
- <center><i>{Description}</i></center>
- <center><br><br><br>
- {block:PreviousPage}<a title="" href="{PreviousPage}">onwards</a>{/block:PreviousPage}
- {block:NextPage} <a title="" href="{NextPage}">rewind</font></a>{/block:NextPage} </center>
- </div>
- <div id="content">
- {block:Posts}
- <div id="entry">
- <span class="permalink"> <a title="" href="{Permalink}"><big>∞</big></a></span>
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <span class="entrytext">{Body}</span>
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- {block:Photo}<center>
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=550px>{LinkCloseTag}</center>
- {block:IfShowCaption}{Caption}{/block:IfShowCaption}
- {/block:Photo}
- {block:Quote}
- <span class="title">{Quote}</span><br>
- {block:Source}{Source}{/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- <centeR><div style="width:550px; height:28px; background-color:#FFF;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><small>
- {FormattedPlayCount} plays {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</small></div></div></centeR><BR>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}<center>
- {Video-500}<br>
- {block:Caption}{Caption}{/block:Caption}</center>
- {block:Video}
- {block:PostNotes}
- <center>
- {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
- {block:HasTags}
- tagged as: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}<br> {/block:HasTags}
- {block:IfShowRebloggedFrom}
- reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:IfShowRebloggedFrom}
- </center></span>
- <br>
- <div id="postnotes">{PostNotes}</div><br>
- <center>{block:ContentSource}
- <br><a href="{SourceURL}">
- {lang:Source}:
- {block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth}"
- height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceLink}
- {/block:NoSourceLogo}
- </a>
- {/block:ContentSource}</center>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- <br>
- <center><small>themed by: <a href="http://www.dec0der.tumblr.com/">dec0der</a></small></center>
- </div></div></div></body></html>

