- Base code BY BONJOURRPARIS.TUMBLR.COM -
NOT TO BE COPIED NOR DISTRIBUTED.
-->
<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTMLL 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtmll/DTD/xhtmll-transitional.dtd>
<html>
<head>
<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:Background" content="#f8f8f8">
<meta name="color:Text" content="#7d7d7d">
<meta name="color:Link" content="#e27999">
<meta name="color:Link Hover" content="#a8a6a6">
<meta name="color:Decorations" content="#de4072">
<meta name="image:Your" content="http://static.tumblr.com/ykhxonh/uqOm9ty58/tumblr_m66a89mu0x1r0gq4mo1_500.jpg">
<meta name="if:Enable Image Opacity" content="1">
<meta name="if:Glitter Cursor" content="1">
<style type="text/css">
#fade { /*--Transparent background layer--*/ display: none; /*--hidden by default--*/ background: #000; position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: .80; z-index: 9999;
}
.popup_block{ display: none; /*--hidden by default--*/ background: #fcfbf8; padding: 10px; border: 5px solid #f2e7e2; float: left; font-size: 10; position: fixed; top: 50%; left: 50%; z-index: 99999;
/*--CSS3 Box Shadows--*/
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000; box-shadow: 0px 0px 20px #000;
/*--CSS3 Rounded Corners--*/
-webkit-border-radius: 5px;
-moz-border-radius: 5px; border-radius: 5px;
}
img.btn_close { float: right; margin: -20 -20px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade { position: absolute;
}
*html .popup_block { position: absolute;
}