XML Version
XML Version
>
<script type='text/javascript'>
</script>
<script type='text/javascript'>
// <![CDATA[
var colour="pink";
var sparkles=100;
var x=ox=400;
var y=oy=300;
var swide=800;
var shigh=600;
var sleft=sdown=0;
window.onload=function() { if (document.getElementById) {
var i, rats, rlef, rdow;
rats.style.visibility="hidden";
document.body.appendChild(tiny[i]=rats);
starv[i]=0;
tinyv[i]=0;
rats.style.backgroundColor="transparent";
rats.style.visibility="hidden";
rats.appendChild(rlef);
rats.appendChild(rdow);
rlef.style.top="3px";
rlef.style.left="0px";
rdow.style.top="0px";
rdow.style.left="3px";
document.body.appendChild(star[i]=rats);
set_width();
sparkle();
}}
function sparkle() {
var c;
if (x!=ox || y!=oy) {
ox=x;
oy=y;
star[c].style.left=(starx[c]=x)+"px";
star[c].style.top=(stary[c]=y)+"px";
star[c].style.visibility="visible";
starv[c]=50;
break;
if (starv[c]) update_star(c);
if (tinyv[c]) update_tiny(c);
setTimeout("sparkle()", 40);
function update_star(i) {
if (starv[i]) {
stary[i]+=1+Math.random()*3;
if (stary[i]<shigh+sdown) {
star[i].style.top=stary[i]+"px";
starx[i]+=(i%5-2)/5;
star[i].style.left=starx[i]+"px";
else {
star[i].style.visibility="hidden";
starv[i]=0;
return;
else {
tinyv[i]=50;
tiny[i].style.top=(tinyy[i]=stary[i])+"px";
tiny[i].style.left=(tinyx[i]=starx[i])+"px";
tiny[i].style.width="2px";
tiny[i].style.height="2px";
star[i].style.visibility="hidden";
tiny[i].style.visibility="visible"
function update_tiny(i) {
if (--tinyv[i]==25) {
tiny[i].style.width="1px";
tiny[i].style.height="1px";
if (tinyv[i]) {
tinyy[i]+=1+Math.random()*3;
if (tinyy[i]<shigh+sdown) {
tiny[i].style.top=tinyy[i]+"px";
tinyx[i]+=(i%5-2)/5;
tiny[i].style.left=tinyx[i]+"px";
}
else {
tiny[i].style.visibility="hidden";
tinyv[i]=0;
return;
else tiny[i].style.visibility="hidden";
document.onmousemove=mouse;
function mouse(e) {
set_scroll();
y=(e)?e.pageY:event.y+sdown;
x=(e)?e.pageX:event.x+sleft;
function set_scroll() {
if (typeof(self.pageYOffset)=="number") {
sdown=self.pageYOffset;
sleft=self.pageXOffset;
sdown=document.body.scrollTop;
sleft=document.body.scrollLeft;
sdown=document.documentElement.scrollTop;
else {
sdown=0;
sleft=0;
window.onresize=set_width;
function set_width() {
if (typeof(self.innerWidth)=="number") {
swide=self.innerWidth;
shigh=self.innerHeight;
swide=document.documentElement.clientWidth;
shigh=document.documentElement.clientHeight;
else if (document.body.clientWidth) {
swide=document.body.clientWidth;
shigh=document.body.clientHeight;
var div=document.createElement("div");
div.style.position="absolute";
div.style.height=height+"px";
div.style.width=width+"px";
div.style.overflow="hidden";
div.style.backgroundColor=colour;
return (div);
// ]]>
</script>
<head>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[/*
-----------------------------------------------
----------------------------------------------- */
/* Variable definitions
====================
type="font"
type="font"
type="font"
*/
body {
background:$bgcolor;
margin:0;
color:$textcolor;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
a:link {
color:$linkcolor;
text-decoration:none;
a:visited {
color:$visitedlinkcolor;
text-decoration:none;
}
a:hover {
color:$titlecolor;
text-decoration:underline;
a img {
border-width:0;
/* Header
-----------------------------------------------
*/
#header-wrapper {
width:660px;
#header-inner {
background-position: center;
margin-$startSide: auto;
margin-$endSide: auto;
#header {
margin: 5px;
color:$pagetitlecolor;
#header h1 {
margin:5px 5px 0;
line-height:1.2em;
text-transform:uppercase;
letter-spacing:.2em;
font: $pagetitlefont;
#header a {
color:$pagetitlecolor;
text-decoration:none;
#header a:hover {
color:$pagetitlecolor;
#header .description {
max-width:700px;
text-transform:uppercase;
letter-spacing:.2em;
line-height: 1.4em;
font: $descriptionfont;
color: $descriptioncolor;
#header img {
margin-$startSide: auto;
margin-$endSide: auto;
/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
width: 660px;
margin:0 auto;
padding:10px;
text-align:$startSide;
font: $bodyfont;
#main-wrapper {
width: 410px;
float: $startSide;
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}
#sidebar-wrapper {
width: 220px;
float: $endSide;
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
/* Headings
----------------------------------------------- */
h2 {
margin:1.5em 0 .75em;
font:$headerfont;
line-height: 1.4em;
text-transform:uppercase;
letter-spacing:.2em;
color:$sidebarcolor;
/* Posts
-----------------------------------------------
*/
h2.date-header {
margin:1.5em 0 .5em;
.post {
margin:.5em 0 1.5em;
padding-bottom:1.5em;
.post h3 {
margin:.25em 0 0;
padding:0 0 4px;
font-size:140%;
font-weight:normal;
line-height:1.4em;
color:$titlecolor;
display:block;
text-decoration:none;
color:$titlecolor;
font-weight:bold;
color:$textcolor;
}
.post-body {
margin:0 0 .75em;
line-height:1.6em;
.post-body blockquote {
line-height:1.3em;
.post-footer {
margin: .75em 0;
color:$sidebarcolor;
text-transform:uppercase;
letter-spacing:.1em;
font: $postfooterfont;
line-height: 1.4em;
.comment-link {
margin-$startSide:.6em;
padding:4px;
.tr-caption-container img {
border: none;
padding: 0;
.post blockquote {
margin:1em 20px;
.post blockquote p {
margin:.75em 0;
/* Comments
----------------------------------------------- */
#comments h4 {
margin:1em 0;
font-weight: bold;
line-height: 1.4em;
text-transform:uppercase;
letter-spacing:.2em;
color: $sidebarcolor;
#comments-block {
margin:1em 0 1.5em;
line-height:1.6em;
#comments-block .comment-author {
margin:.5em 0;
}
#comments-block .comment-body {
margin:.25em 0 0;
#comments-block .comment-footer {
margin:-.25em 0 2em;
line-height: 1.4em;
text-transform:uppercase;
letter-spacing:.1em;
#comments-block .comment-body p {
margin:0 0 .75em;
.deleted-comment {
font-style:italic;
color:gray;
.feed-links {
clear: both;
line-height: 2.5em;
#blog-pager-newer-link {
float: $startSide;
}
#blog-pager-older-link {
float: $endSide;
#blog-pager {
text-align: center;
/* Sidebar Content
----------------------------------------------- */
.sidebar {
color: $sidebartextcolor;
line-height: 1.5em;
.sidebar ul {
list-style:none;
margin:0 0 0;
padding:0 0 0;
.sidebar li {
margin:0;
padding-top:0;
padding-$endSide:0;
padding-bottom:.25em;
padding-$startSide:15px;
text-indent:-15px;
line-height:1.5em;
margin:0 0 1.5em;
padding:0 0 1.5em;
.main .Blog {
border-bottom-width: 0;
/* Profile
----------------------------------------------- */
.profile-img {
float: $startSide;
margin-top: 0;
margin-$endSide: 5px;
margin-bottom: 5px;
margin-$startSide: 0;
padding: 4px;
.profile-data {
margin:0;
text-transform:uppercase;
letter-spacing:.1em;
font: $postfooterfont;
color: $sidebarcolor;
font-weight: bold;
line-height: 1.6em;
.profile-datablock {
margin:.5em 0 .5em;
.profile-textblock {
margin: 0.5em 0;
line-height: 1.6em;
.profile-link {
font: $postfooterfont;
text-transform: uppercase;
letter-spacing: .1em;
/* Footer
----------------------------------------------- */
#footer {
width:660px;
clear:both;
margin:0 auto;
padding-top:15px;
line-height: 1.6em;
text-transform:uppercase;
letter-spacing:.1em;
text-align: center;
]]></b:skin>
</head>
<body>
</span>
<div id='header-wrapper'>
</b:section>
</div>
<div id='content-wrapper'>
<div id='crosscol-wrapper' style='text-align:center'>
</b:section>
</div>
<div id='main-wrapper'>
</b:section>
</div>
<div id='sidebar-wrapper'>
</b:section>
</div>
<!-- spacer for skins that want sidebar and main to be the same height-->
<div class='clear'> </div>
</b:section>
</div>
</body>
</html>