Coding for special-blackbitarchitecture
As promised on my new blog, here is a copy of the code that I custom coded for it! (Code under the cut) Like I said over there it may not work to simply copy it over.. I haven't quite figured that out yet
<!-- Kitten's Theme 1.0 by Anisa Pritchard special-blackbitkitten -->
<title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
<link rel="shortcut icon" href="{Favicon}"} />
<!-- Colours -->
<meta name="color:Background" content="#000000" />
<meta name="color:Sidebar Title" content="#FFFFFF" />
<meta name="color:Sidebar Title Hover" content="#666666" />
<meta name="color:Sidebar Links" content="#000000" />
<meta name="color:Sidebar Links Hover" content="#000000" />
<meta name="color:Body Links" content="#000000" />
<meta name="color:Body Links Hover" content="#000000"
<!-- Fonts -->
<meta name="font:Body" content="Helvetica" />
<meta name="font:Sidebar Text" content="Garmond"/>
<meta name="font:Sidebar Links" content="Helvetica"/>
<!-- Images -->
<meta name="image:Background" content="" />
<meta name="image:Sidebar" content="" />
<!-- Infinite Scroll -->
<meta name="if:Infinite Scroll" content="0">
<!-- Font "Bad Script" -->
<link href='http://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
<style type="text/css">
/*Code to Stop IE Errors and IMG spillage*/
img {border: 0; max-width: 100%;}
/*Sidebar*/
#sidebar {background-color: #67675d; width: 450px; height: 1000px; position: fixed; top; left; padding: 20px 0;}
#sidebar .title {font-family: 'Bad Script', hand; font-style: italic; font-variant: small-caps; font-size: 30px; text-align: center; padding: 10px;}
#sidebar .title a {color: {color:Sidebar Title}; text-decoration: none;}
#sidebar .title a:hover {font-family: 'Bad Script', hand; font-style: italic; font-variant: small-caps; font-size: 30px; text-align: center; padding 10px; color: {color:Sidebar Title Hover};}
#sidebar .image {width: 450px; height: auto;}
#sidebar .description {font-family: {font:Sidebar Text}; color: black; font-size: 13px; text-align: justify; padding: 0 50px; line-height: 100%;}
#sidebar .description a {color: {color:Sidebar Links}; text-decoration: none;}
#sidebar .description a:hover {font-family: {font:Sidebar Links}; color: {color:Sidebar Links Hover};}
#sidebar .links {background-color: {color:Sidebar Links}; font-family: {font:Sidebar Links}; color: white; font-size: 11px; text-align: center; padding: 3px 5px; margin: 2px; float:left; width: 136px;}
#sidebar .links a {text-decoration: none;}
#sidebar .links:hover {background-color: {color:Sidebar Links Hover};}
/*Body*/
body {background-color: {color:Background}; font-family: {font:Body}; background-image: url({image:Background});}
body {margin: 0; word-wrap: break-word; background-attachment: fixed; background-repeat: repeat; background-position: 200px 500px;}
/*Content*/
#content {width: 560px; background-color: rgba(103, 103, 93, 0.4); margin: 0 0 60px 660px; padding: 20px 0; color: black;}
#content a {color: {color:Body Links}; text-decoration: none;}
#content a:hover {color: {color:Body Links Hover};}
#content blockquote {border-left: dotted 2px #41413c; margin: 0; padding-left: 10px;}
#content #posts {background-color: #67675d; width: 500px; margin: 0 auto 20px; padding: 10px;}
#content #posts .title {font-size: 22px;}
#content #posts .text {font-size: 13px;}
#content #posts #permalink {font-size: 10px; margin-top: 10px;}
#content #posts #tags {font-size: 10px;}
#content #notecontainer {margin: 20px auto; width: 500px; font-size: 13px;}
#content #notecontainer ol.notes {list-style-type: none; margin: 0; padding: 0;}
#content #notecontainer img.avatar {margin-right: 10px; , margin-right: 10px; width: 16px; height: 16px;}
#content .authorize_page_element {margin: 0;}
/*Content Page Numbers*/
#content .pagination{width: 560px; text-align: center; padding: 3px 0;}
#content .pagination a {color: {color:Body Links}; text-decoration: none;}
#content .pagination a:hover {color: {color:Body Links Hover};}
{block:IfInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
{/block:IfInfiniteScroll}
<!-- Background Image -->
<div id="backgroundcolortag"></div>
<!-- Sidebar Elements -->
<div id="sidebar">
{block:AskEnabled}<a href="/ask"><div class="links">{AskLabel}</div></a>{/block:AskEnabled}
{block:SubmissionsEnabled}<a href="/submit"><div class="links">{SubmitLabel}</div></a>{/block:SumbissionsEnabled}
{block:HasPages}{block:Pages}<a href="{url}"><div class="links">{Label}</div></a>{/block:Pages}{/block:HasPages}
<img class="image" src="{image:Sidebar}" />
<div class="title"><a href="/">{Title}</a></div>
<div class="description">{Description}</div>
<!-- Posts -->
<div id="content">
<div class="autopagerize_page_element">
{block:Posts}
<div id="posts">
<!-- Photo -->
{block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:Photo}
<!-- Photoset -->
{block:Photoset}{Photoset-500}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:Photoset}
<!-- Video -->
{block:Video}{Video-500}{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:Video}
<!-- Audio -->
{block:Audio}{AudioPlayerBlack}<br /><div class="text">{PlayCountWithLabel}</div>{block:Caption}<div class="text">{Caption}</div>{/block:Caption}{/block:Audio}
<!-- Quote -->
{block:Quote}"{Quote}"{block:Source}<br /><div class="text">- {Source}</div>{/block:Source}{/block:Quote}
<!-- Text -->
{block:Text}{block:Title}<div class="title">{Title}</div>{block:Title}<div class="text">{Body}</div>{/block:Text}
<!-- Questions and Answers -->
{block:Answer}<div class="title">{Question}</div><br /><div class="text">{Asker}</div><br /><div class="text">{Answer}</div>{/block:Answer}
<!-- Chat -->
{block:Chat}{block:Title}<div class="title">{Title}</div><br />{/block:Title}{block:Lines}{block:Label}<strong><div class="text">{Label}</div></strong>{/block:Label}<div class="text">{Line}</div>{/block:Lines}{/block:Chat}
<!--Link -->
{block:Link}<a href="{URL}">- {Name}</a>
{block:Description}<div class="text">{Description}</div>{/block:Description}{/block:Link}
<!-- Permalink and Notes -->
<div id="permalink"><a href="{Permalink}">{block:Date}{lang:Posted TimeAgo}{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a></div>
<!-- Tags -->
{block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
<!-- Note Container -->
{block:PostNotes}<div id="notecontainer">{PostNotes}</div>{/block:PostNotes}
<!-- Infinite Scroll -->
{block:IfNotInfiniteScroll}<div class"pagination">
<!-- Page Numbers -->
{block:Pagination}
<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">Previous</a>{/block:PreviousPage}{block:JumpPagination length 5}
{block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
{block:NextPage}<a href="{NextPage}">Next</a></div>
{/block:Pagination}
</div>
{/block:IfNotInfiniteScroll}
</div>
{block:Posts}
</div>