Lolnothing

Lolnothing

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<!--
Solitary theme by kelsey //atonals.tumblr.com
delete the credit and i'll send you a really nice message
-->

<title>{Title}</title>
<link href='http://fonts.googleapis.com/css?family=Raleway:100&v1' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
{block:Description}
<meta name="description" content="{MetaDescription}" />
{/block:Description}

<meta name="color:Text" content="#000000"/>
<meta name="color:Links" content="#000000"/>
<meta name="color:Hover" content="#dddddd"/>
<meta name="color:Background" content="#ffffff"/>
<meta name="color:border" content="#000000"/>
<meta name="if:image shadows" content="0" />
<meta name="if:smaller posts" content="0" />
<meta name="text:blogtitle size" content="11" />
<meta name="text:post font size" content="9" />
<meta name="text:navigation size" content="9" />
<meta name="font:body" content="courier new" />
<meta name="font:title" content="courier new" />
<meta name="font:description" content="courier new" />
<meta name="font:nav" content="courier new" />

<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>

<script>
$(document).ready(function(){
$(".notes").hide();
$(".list").click(function(){
$('.notes').slideToggle("slow");
return true;
});
});
</script>

<style type="text/css">

iframe#tumblr_controls {
top: 0% !important;
right:0% !important;
position: fixed !important;}

body {margin:auto; color:{color:text}; font-family:{font:body}; font-size:9px;background-color:{color:background};...