Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://www.pixelsxo.com/graphics/images/tiny//th_hmm.gif" class="btn_close" title="Close" alt="Close!!" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <html>
- <title>{Title}</title>
- <!--
- ___________________________________________________________________________
- CORPUS THEME BY NOCTOS @ TUMBLR
- ___________________________________________________________________________
- -->
- <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_lkl65q67St1qfamg6.gif">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="text:font" content="cambria" />
- <meta name="text:font size" content="9px" />
- <meta name="image:background" content="" />
- <meta name="image:side" content="http://static.tumblr.com/nj7bgyh/iLKm3gsx7/tumblr_lxxy6b9t2a1r6hoxao1_500.jpg" />
- <meta name="image:side links BG" content="http://media.tumblr.com/tumblr_m3d3ogLzYw1qklwal.png" />
- <meta name="color:background" content="#fff" />
- <meta name="color:text" content="#777" />
- <meta name="color:links" content="#b4b4b4" />
- <meta name="color:links hover" content="#494949" />
- <meta name="color:bordering" content="#eee" />
- <meta name="color:side links TXT" content="#b3b3b3" />
- <meta name="color:side links BG hover" content="#eee" />
- <meta name="color:side links TXT hover" content="#b3b3b3" />
- <meta name="color:side title" content="#fff" />
- <meta name="color:post BG" content="#fff" />
- <meta name="color:post title BG" content="#fafafa" />
- <meta name="if:endless scroll" content="1" />
- <meta name="if:show captions" content="0" />
- <meta name="if:post bordering" content="1" />
- <meta name="if:small posts" content="1" />
- <meta name="if:medium posts" content="0" />
- <meta name="if:large posts" content="0" />
- <meta name="text:link one" content="" />
- <meta name="text:link one title" content="" />
- <meta name="text:link two" content="" />
- <meta name="text:link two title" content="" />
- <meta name="text:link three" content="" />
- <meta name="text:link three title" content="" />
- <meta name="text:link four" content="" />
- <meta name="text:link four title" content="" />
- <meta name="text:link five" content="" />
- <meta name="text:link five title" content="" />
- <style type="text/css">
- .circlelink {
- left:6px;
- border-radius:100px;
- bottom:5px;
- background: #FBBBB9;
- width:70px;
- height:40px;
- margin-left:2px;
- text-align:center;
- font-color:#fff;
- margin-bottom:10px;
- padding-top:30px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- text-transform:uppercase;
- position:fixed;
- }
- .circlelink:hover {
- border-radius:100px;
- position:fixed;
- background-color:transparent;
- width:70px;
- height:40px;
- margin-left:2px;
- text-align:center;
- padding-top:30px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- moz-box-shadow: 0 0 1px #E799A3;
- -webkit-box-shadow: 0 0 8px #C48793;
- }
- .circlelink2 {
- left:66px;
- background-color:transparent;
- border-radius:100px;
- bottom:5px;
- width:70px;
- height:40px;
- margin-left:2px;
- text-align:center;
- font-color:#fff;
- margin-bottom:10px;
- padding-top:30px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- text-transform:uppercase;
- position:fixed;
- moz-box-shadow: 0 0 1px #E799A3;
- -webkit-box-shadow: 0 0 8px #C48793;
- }
- .circlelink2:hover {
- border-radius:100px;
- position:fixed;
- background: #FBBBB9;
- width:70px;
- height:40px;
- margin-left:2px;
- text-align:center;
- padding-top:30px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- }
- {CustomCSS}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:bordering};width:6px;border:1px solid #fff;}
- ::-webkit-scrollbar {height:0px;width:5px;background-color:{color:background};}
- iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
- body {
- background-image: url('{image:background}');
- background-attachment:fixed;
- background-color:{color:background};
- font-family:{text:font};
- font-size:{text:font size};
- color:{color:text};
- }
- a {
- color:{color:links};
- opacity:0.2px;
- text-decoration:none;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- }
- a:hover {
- color:{color:links hover};
- opacity:0.2px;
- }
- h1 {
- margin-top:0px;
- margin-bottom:-5px;
- font-size:16px;
- font-weight:lighter;
- letter-spacing:-1.5px;
- text-transform:uppercase;
- background-color:{color:post title BG};
- padding-left:6px;
- }
- blockquote {
- padding-left:10px;
- border-left:1px solid {color:text};
- }
- .audi img {
- max-width:100px;
- float:left;
- margin-right:5px;
- }
- #content {
- {block:indexpage}
- {block:ifsmallposts}
- margin-left:43%;
- width:250px;
- {/block:ifsmallposts}
- {block:ifmediumposts}
- margin-left:34%;
- width:400px;
- {/block:ifmediumposts}
- {block:iflargeposts}
- margin-left:32%;
- width:500px;
- {/block:iflargeposts}
- {/block:indexpage}
- {block:permalinkpage}
- margin-left:32%;
- width:500px;
- {/block:permalinkpage}
- }
- #entry {
- width: 250px;
- }
- .post {
- float:left;
- overflow:hidden;
- {block:indexpage}
- padding:8px;
- margin-bottom:14px;
- background-color:{color:post BG};
- {block:ifpostbordering}
- border:4px solid {color:bordering};
- {/block:ifpostbordering}
- {block:ifsmallposts}
- width:250px;
- {/block:ifsmallposts}
- {block:ifmediumposts}
- width:400px;
- {/block:ifmediumposts}
- {block:iflargeposts}
- width:500px;
- {/block:iflargeposts}
- {/block:indexpage}
- {block:permalinkpage}
- width:500px;
- {/block:permalinkpage}
- }
- .permalinkbox {
- position:relative;
- margin-top:-80px;
- float:right;
- width: 250px;
- margin-right:0px;
- letter-spacing: 3px;
- border-top: 2px solid;
- border-bottom: 2px solid;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- z-index:1;
- opacity:0;
- {block:permalinkpage}
- display:none;
- {/block:permalinkpage}
- }
- .permalink {
- background-color: #00FFFF;
- color: white;
- text-align:center;
- padding:4px;
- opacity:0.9;
- font-family:calibri;
- font-size:9px;
- text-transform:uppercase;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- }
- .permalink:hover {
- opacity:1;
- background: #FFEBCD;
- color:black;
- }
- .post:hover .permalinkbox {
- opacity:1;
- margin-top: -24px;
- }
- .notes img {
- height:20px;
- width:20px;
- }
- .notes {
- content: 250px;
- width: 250px;
- }
- .img {
- position:fixed;
- {block:indexpage}
- {block:ifsmallposts}
- left:43%;
- {/block:ifsmallposts}
- {block:ifmediumposts}
- left:34%;
- {/block:ifmediumposts}
- {block:iflargeposts}
- left:32%;
- {/block:iflargeposts}
- {/block:indexpage}
- {block:permalinkpage}
- left:32%;
- {/block:permalinkpage}
- top:30%;
- width:120px;
- overflow:hidden;
- border: 4px solid;
- padding:10px 10px 10px 10px;
- background-color: #DCDCDC;
- border-radius:0px 0px 0px 0px;
- margin-top:30px;
- margin-left: -248px;
- }
- .img:hover {
- border-radius: 0px 0px 0px 0px;
- }
- #side {
- width:240px;
- position:fixed;
- {block:indexpage}
- {block:ifsmallposts}
- left:43%;
- {/block:ifsmallposts}
- {block:ifmediumposts}
- left:34%;
- {/block:ifmediumposts}
- {block:iflargeposts}
- left:32%;
- {/block:iflargeposts}
- {/block:indexpage}
- {block:permalinkpage}
- left:32%;
- {/block:permalinkpage}
- top:30%;
- margin-left:-284px;
- }
- .desc {
- margin-top: 133px;
- margin-left: 108px;
- width: 30px;
- float:left;
- position: fixed;
- }
- .descri {
- position:fixed;
- margin-top:0px;
- float:right;
- text-transform: lowercase;
- width: 140px;
- height: 90px;
- font-size: 10px;
- font: arsenal white;
- margin-left: -68px;
- background: #EEE9E9;
- border-top: 4px solid #8B8989;
- border-bottom: 4px solid #8B8989;
- -webkit-transition: all 0.2s ease-in;
- -moz-transition: all 0.2s ease-in;
- -o-transition: all 0.2s ease-in;
- z-index:1;
- opacity:0;
- }
- .descri:hover {
- border-radius: 0px 0px 0px 0px;
- opacity:2;
- border-top: 4px solid #CDC1C5;
- border-bottom: 4px solid #CDC1C5;
- background: #EEE9E9;
- position: fixed;
- color:black;
- -webkit-transition: all 0.5s ease-in;
- -moz-transition: all 0.5s ease-in;
- -o-transition: all 0.5s ease-in;
- }
- .link {
- z-index:1;
- float:left;
- margin-bottom:2px;
- background: #CDC9C9;
- border-right:6px solid #8B8989;
- border-left:6px solid #8B8989;
- color:{color:side links TXT};
- font: calibri;
- font-color: white;
- font-size: 8px;
- letter-spacing: 6px;
- text-transform: uppercase;
- height:15px;
- width:90px;
- padding-left:10px;
- margin-top:-109px;
- margin-left:-190px;
- border-radius:0px 0px 0px 0px;
- -webkit-transition: all 0.2s ease-in;
- -moz-transition: all 0.2s ease-in;
- -o-transition: all 0.2s ease-in;
- opacity:1;
- }
- .link:hover {
- opacity:0px;
- background-color:{color:side links BG hover};
- text-transform: uppercase;
- width:90px;
- font-color: black;
- border-right:6px solid black;
- border-left:6px solid black;
- letter-spacing: 6px;
- border-radius:0px 0px 0px 0px;
- background: #87CEFA;
- color: #EED5D2;
- opacity:2;
- }
- .link2 {
- z-index:1;
- float:left;
- margin-bottom:2px;
- background: #CDC9C9;
- border-right:6px solid #8B8989;
- border-left:6px solid #8B8989;
- color:{color:side links TXT};
- font: calibri;
- font-color: white;
- font-size: 8px;
- letter-spacing: 6px;
- text-transform: uppercase;
- height:15px;
- width:80px;
- padding-left:10px;
- margin-top:-91px;
- margin-left:-180px;
- border-radius:0px 0px 0px 0px;
- -webkit-transition: all 0.2s ease-in;
- -moz-transition: all 0.2s ease-in;
- -o-transition: all 0.2s ease-in;
- opacity:0.6;
- }
- .link2:hover {
- opacity:0px;
- background-color:{color:side links BG hover};
- text-transform: uppercase;
- width:80px;
- font-color: black;
- border-right:6px solid black;
- border-left:6px solid black;
- letter-spacing: 6px;
- border-radius:0px 0px 0px 0px;
- background: #FFE4C4;
- color: #EED5D2;
- opacity:2;
- }
- .link3 {
- z-index:1;
- float:left;
- margin-bottom:2px;
- background: #CDC9C9;
- border-right:6px solid #8B8989;
- border-left:6px solid #8B8989;
- color:{color:side links TXT};
- font: calibri;
- font-color: white;
- font-size: 8px;
- letter-spacing: 6px;
- text-transform: uppercase;
- height:15px;
- width:70px;
- padding-left:10px;
- margin-top:-73px;
- margin-left:-170px;
- border-radius:0px 0px 0px 0px;
- -webkit-transition: all 0.2s ease-in;
- -moz-transition: all 0.2s ease-in;
- -o-transition: all 0.2s ease-in;
- opacity:1;
- }
- .link3:hover {
- opacity:0px;
- background-color:{color:side links BG hover};
- text-transform: uppercase;
- width:70px;
- font-color: black;
- border-right:6px solid black;
- border-left:6px solid black;
- letter-spacing: 6px;
- border-radius:0px 0px 0px 0px;
- background: #87CEFA;
- color: #EED5D2;
- opacity:2;
- }
- .link4 {
- z-index:1;
- float:left;
- margin-bottom:2px;
- background: #CDC9C9;
- border-right:6px solid #8B8989;
- border-left:6px solid #8B8989;
- color:{color:side links TXT};
- font: calibri;
- font-color: white;
- font-size: 8px;
- letter-spacing: 6px;
- text-transform: uppercase;
- height:15px;
- width:60px;
- padding-left:10px;
- margin-top: -55px;
- margin-left:-160px;
- border-radius:0px 0px 0px 0px;
- -webkit-transition: all 0.2s ease-in;
- -moz-transition: all 0.2s ease-in;
- -o-transition: all 0.2s ease-in;
- opacity:0.6;
- }
- .link4:hover {
- opacity:0px;
- background-color:{color:side links BG hover};
- text-transform: uppercase;
- width:60px;
- font-color: black;
- border-right:6px solid black;
- border-left:6px solid black;
- letter-spacing: 6px;
- border-radius:0px 0px 0px 0px;
- background: #FFE4C4;
- color: #EED5D2;
- opacity:2;
- }
- .link5 {
- z-index:1;
- float:left;
- margin-bottom:2px;
- background: #CDC9C9;
- border-right:6px solid #8B8989;
- border-left:6px solid #8B8989;
- color:{color:side links TXT};
- font: calibri;
- font-color: white;
- font-size: 8px;
- letter-spacing: 6px;
- text-transform: uppercase;
- height:15px;
- width:50px;
- padding-left:10px;
- margin-top:-37px;
- margin-left:-150px;
- border-radius:0px 0px 0px 0px;
- -webkit-transition: all 0.2s ease-in;
- -moz-transition: all 0.2s ease-in;
- -o-transition: all 0.2s ease-in;
- opacity:1;
- }
- .link5:hover {
- opacity:0px;
- background-color:{color:side links BG hover};
- text-transform: uppercase;
- width:50px;
- font-color: black;
- border-right:6px solid black;
- border-left:6px solid black;
- letter-spacing: 6px;
- border-radius:0px 0px 0px 0px;
- background: #87CEFA;
- color: #EED5D2;
- opacity:2;
- }
- .titleholder {
- height:15px;
- width:15px;
- border-top:2px solid #EED5D2;
- border-bottom:2px solid #EED5D2;
- border-right:2px solid #EED5D2;
- border-left:2px solid #EED5D2;
- text-align:center;
- background: #E6E6FA;
- position: fixed;
- color: black;
- margin-top:15px;
- margin-left:92px;
- border-radius: 10px 10px 10px 10px;
- }
- .title a {
- font-family:constantia;
- text-transform: lowercase;
- font-size:10px;
- background: ;
- font: ar julian;
- color: black;
- text-transform:uppercase;
- }
- .title:hover {
- color: #000000;
- opacity: 2px;
- letter-spacing: 0px;
- border-radius: 0px 0px 0px 0px;
- }
- .titleholder:hover {
- opacity:0.9px;
- height: 15px;
- width:15px;
- border-radius: 10px 10px 10px 10px;
- background: #E6E6FA;
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- -o-transition: all 0.4s ease-in;
- }
- .readholder {
- font: calibri;
- font-size: 15px;
- text-align: center;
- background: #E6E6FA;
- color: black;
- position: fixed;
- border-top: 2px solid #EED5D2;
- border-bottom: 2px solid #EED5D2;
- border-right: 2px solid #EED5D2;
- border-left: 2px solid #EED5D2;
- height: 15px;
- width: 15px;
- border-radius: 10px 10px 10px 10px;
- margin-top: 15px;
- margin-left: 112px;
- }
- .read {
- font-family: constantia;
- font-size: 10px;
- background: ;
- color: black;
- text-align: center;
- }
- .read:hover {
- color: #000000;
- opacity: 2px;
- }
- .readholder:hover {
- border-radius: 10px 10px 10px 10px;
- background: #E6E6FA;
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- -o-transition: all 0.4s ease-in;
- }
- .player {
- margin-top: -98px;
- margin-left: -255px;
- font-size: 9px;
- background: #FFDEAD;
- text-transform: uppercase;
- border-top: 2px solid;
- border-bottom: 2px solid;
- width: 80px;
- height: 12px;
- border-radius: 0px 0px 0px 0px;
- position: fixed;
- }
- .pgna {
- position:fixed;
- {block:indexpage}
- {block:ifsmallposts}
- left:43%;
- {/block:ifsmallposts}
- {block:ifmediumposts}
- left:34%;
- {/block:ifmediumposts}
- {block:iflargeposts}
- left:32%;
- {/block:iflargeposts}
- {/block:indexpage}
- {block:permalinkpage}
- left:32%;
- {/block:permalinkpage}
- top:30%;
- margin-left:56px;
- margin-top:15px;
- text-align:right;
- margin-top:79px;
- }
- .pops {
- font-size: 11px;
- line-height:13px;
- font-family: Arial;
- }
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #000000;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #FFFAFA;
- padding: 10px;
- border: 1px solid #555;
- float: left;
- 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: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0px 0px;
- padding:none;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- .description {
- display: block;
- writing-mode: lr-tb;
- -webkit-transform: rotate(-360deg);
- -moz-transform: rotate(-360deg);
- -ms-transform: rotate(-360deg);
- -o-transform: rotate(-360deg);
- transform: rotate(-360deg);
- position: absolute;
- left: 54px;
- top: 4px;
- font-family:"georgia";
- font-size: 11px;
- text-transform: lowercase;
- letter-spacing: -1px;}
- </style>
- {block:ifendlessscroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifendlessscroll}
- </head>
- <script type="text/javascript">
- // <![CDATA[
- var colour="random"; // in addition to "random" can be set to any valid colour eg "#f0f" or "red"
- var sparkles=50;
- /****************************
- * Tinkerbell Magic Sparkle *
- *(c)2005-12 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var x=ox=400;
- var y=oy=300;
- var swide=800;
- var shigh=600;
- var sleft=sdown=0;
- var tiny=new Array();
- var star=new Array();
- var starv=new Array();
- var starx=new Array();
- var stary=new Array();
- var tinyx=new Array();
- var tinyy=new Array();
- var tinyv=new Array();
- window.onload=function() { if (document.getElementById) {
- var i, rats, rlef, rdow;
- for (var i=0; i<sparkles; i++) {
- var rats=createDiv(3, 3);
- rats.style.visibility="hidden";
- document.body.appendChild(tiny[i]=rats);
- starv[i]=0;
- tinyv[i]=0;
- var rats=createDiv(5, 5);
- rats.style.backgroundColor="transparent";
- rats.style.visibility="hidden";
- var rlef=createDiv(1, 5);
- var rdow=createDiv(5, 1);
- rats.appendChild(rlef);
- rats.appendChild(rdow);
- rlef.style.top="2px";
- rlef.style.left="0px";
- rdow.style.top="0px";
- rdow.style.left="2px";
- document.body.appendChild(star[i]=rats);
- }
- set_width();
- sparkle();
- }}
- function sparkle() {
- var c;
- if (x!=ox || y!=oy) {
- ox=x;
- oy=y;
- for (c=0; c<sparkles; c++) if (!starv[c]) {
- star[c].style.left=(starx[c]=x)+"px";
- star[c].style.top=(stary[c]=y)+"px";
- star[c].style.clip="rect(0px, 5px, 5px, 0px)";
- star[c].childNodes[0].style.backgroundColor=star[c].childNodes[1].style.backgroundColor=(colour=="random")?newColour():colour;
- star[c].style.visibility="visible";
- starv[c]=50;
- break;
- }
- }
- for (c=0; c<sparkles; c++) {
- if (starv[c]) update_star(c);
- if (tinyv[c]) update_tiny(c);
- }
- setTimeout("sparkle()", 40);
- }
- function update_star(i) {
- if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
- if (starv[i]) {
- stary[i]+=1+Math.random()*3;
- starx[i]+=(i%5-2)/5;
- if (stary[i]<shigh+sdown) {
- star[i].style.top=stary[i]+"px";
- 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";
- tiny[i].style.backgroundColor=star[i].childNodes[0].style.backgroundColor;
- 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;
- tinyx[i]+=(i%5-2)/5;
- if (tinyy[i]<shigh+sdown) {
- tiny[i].style.top=tinyy[i]+"px";
- 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) {
- if (e) {
- y=e.pageY;
- x=e.pageX;
- }
- else {
- set_scroll();
- y=event.y+sdown;
- x=event.x+sleft;
- }
- }
- window.onscroll=set_scroll;
- function set_scroll() {
- if (typeof(self.pageYOffset)=='number') {
- sdown=self.pageYOffset;
- sleft=self.pageXOffset;
- }
- else if (document.body && (document.body.scrollTop || document.body.scrollLeft)) {
- sdown=document.body.scrollTop;
- sleft=document.body.scrollLeft;
- }
- else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
- sleft=document.documentElement.scrollLeft;
- sdown=document.documentElement.scrollTop;
- }
- else {
- sdown=0;
- sleft=0;
- }
- }
- window.onresize=set_width;
- function set_width() {
- var sw_min=999999;
- var sh_min=999999;
- if (document.documentElement && document.documentElement.clientWidth) {
- if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
- if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
- }
- if (typeof(self.innerWidth)=='number' && self.innerWidth) {
- if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
- if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
- }
- if (document.body.clientWidth) {
- if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
- if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
- }
- if (sw_min==999999 || sh_min==999999) {
- sw_min=800;
- sh_min=600;
- }
- swide=sw_min;
- shigh=sh_min;
- }
- function createDiv(height, width) {
- var div=document.createElement("div");
- div.style.position="absolute";
- div.style.height=height+"px";
- div.style.width=width+"px";
- div.style.overflow="hidden";
- return (div);
- }
- function newColour() {
- var c=new Array();
- c[0]=255;
- c[1]=Math.floor(Math.random()*256);
- c[2]=Math.floor(Math.random()*(256-c[1]/2));
- c.sort(function(){return (0.5 - Math.random());});
- return ("rgb("+c[0]+", "+c[1]+", "+c[2]+")");
- }
- // ]]>
- </script>
- <style>body, a, a:hover { cursor:url(http://media.tumblr.com/tumblr_m4ptnaLsDQ1r6t3tx.gif), auto }</style>
- <div class="circlelink"><a href="http://candiidoll.tumblr.com" target="_blank">FIRST BOTW</a></div>
- <body>
- </div>
- </div>
- <!-- Back to top button by tiovani start -->
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script type="text/javascript" src="scrolltopcontrol.js">
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/rs5pbx8/ZPRm4xnla/top.txt"></script>
- <!-- Back to top button by tiovani end -->
- {block:ifnotendlessscroll}
- {block:Pagination}
- <div class="pgna">
- {block:NextPage}
- <a href="{NextPage}">FURTHER</a><br>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}">ESCAPE</a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:ifnotendlessscroll}
- <div id="side">
- <center><font size="5" color="#2F4F4F">Invincible; </font></center>
- <div class="img">
- <img style="width:120px;" title="She is my SUPER TWIN :)" src="{image:side}">
- <div class="titleholder"><div class="title"><a href="#?w=400" rel="01" class="poplight">X</a></div></div>
- <div class="readholder"><div class="read"><a href="#?w=400" rel="02"
- class="poplight">X</a></div></div>
- </div>
- <div class="desc">{Des}
- <div style="">
- </div>
- <div class="link" title="home">
- <center><a href="#?w=200" rel="06" class="poplight">credits</a></center>
- </div>
- <div class="link2" title="message">
- <center><a href="#?w=200" rel="07" class="poplight">MESSAGE</a></center>
- </div>
- <div class="link3" title="frequently asked">
- <center><a href="#?w=200" rel="03" class="poplight">faqs</a></center>
- </div>
- <div class="link4" title="links">
- <center><a href="#?w=200" rel="04" class="poplight">links</a></center>
- </div>
- <div class="link5" title="index">
- <center><a href="/">home</a></center>
- </div>
- <div id style="width: 40px; color: gray; margin-top: -128px; margin-left: -110px;"><center>[ +<script language="JavaScript">
- var ref = (''+document.referrer+'');
- document.write('<script src="http://freehostedscripts1.net/ocounter.php?site=ID1266300&e1=&e2=&r=' + ref + '"><\/script>');
- </script>]</center></div>
- <div class="descri"><center>"IN THE NAME OF TUMBLR, THIS BLOGGER IS WEIRD AND VERY VIVACIOUS. ENIGMATIC IN SORT OF WAYS BUT DEEPLY GOOD-HEARTED IN REPLY TO A GOOD ONES. A MOCKINGJAY AND A WIZARD. I could be a bestfriend."</center></div>
- {block:iflinkone}<a href="{text:link one}" title="{text:link one title}"><div class="link">{text:link one title}</div></a>{/block:iflinkone}{block:iflinktwo}<a href="{text:link two}" title="{text:link two title}"><div class="link">{text:link two title}</div></a>{/block:iflinktwo}{block:iflinkthree}<a href="{text:link three}" title="{text:link three title}"><div class="link">{text:link three title}</div></a>{/block:iflinkthree}
- {block:iflinkfour}<a href="{text:link four}" title="{text:link four title}"><div class="link">{text:link four title}</div></a>{/block:iflinkfour}{block:iflinkfive}<a href="{text:link five}" title="{text:link five title}"><div class="link">{text:link five title}</div></a>{/block:iflinkfive}
- </div>
- </div>
- <div id="content">
- {block:Posts}
- {block:Text}
- <div class="post">
- {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- {body}
- <div id style="border-top: 1px solid; color: #BEBEBE; margin-top:12px;"></div>
- <center><a href="{Permalink}">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}"target="_blank">• REBLOG</a></center>
- <div id style="border-bottom: 1px solid; color: #BEBEBE; margin-top: 2px;"></div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Text}
- {block:Photo}
- <div style="padding-bottom:5px;" class="post">
- {block:indexpage}
- {LinkOpenTag}
- <meta name="{PhotoAlt}" content="{PhotoAlt}"/>
- {block:ifsmallposts}
- <img src="{PhotoURL-250}">
- {/block:ifsmallposts}
- {block:ifmediumposts}
- <img style="width:400px;" src="{PhotoURL-500}">
- {/block:ifmediumposts}
- {block:iflargeposts}
- <img src="{PhotoURL-500}">
- {/block:iflargeposts}
- {LinkCloseTag}
- {/block:indexpage}
- {block:permalinkpage}
- <img src="{PhotoURL-500}">
- {/block:permalinkpage}
- <div class="permalinkbox">
- <div class="permalink">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}"target="_blank">[ REBLOG ]</a>
- </div>
- </div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="post">
- {block:indexpage}
- {block:ifsmallposts}
- {Photoset-250}
- {/block:ifsmallposts}
- {block:ifmediumposts}
- {Photoset-400}
- {/block:ifmediumposts}
- {block:iflargeposts}
- {Photoset-500}
- {/block:iflargeposts}
- {/block:indexpage}
- {block:permalinkpage}
- {Photoset-500}
- {/block:permalinkpage}
- <div class="permalinkbox">
- <div class="permalink">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}"target="_blank">[ REBLOG ]</a>
- </div>
- </div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Photoset}
- {block:Chat}
- <div class="post">
- {block:Title}<h1 style="margin-bottom:5px;">{Title}</h1>{/block:Title}
- {block:Lines}
- <li style="list-style:none;">
- {block:Label}
- {Label}
- {/block:Label}
- <i>
- {Line}
- </i>
- </li>
- {/block:Lines}
- <div id style="border-top: 1px solid; color: #BEBEBE; margin-top: 12px;"></div>
- <center><a href="{Permalink}">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}"target="_blank">• REBLOG</a></center>
- <div id style="border-bottom: 1px solid; color: #BEBEBE; margin-top: 2px;"></div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Chat}
- {block:Link}
- <div class="post">
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}
- {Description}
- {/block:Description}
- <div id style="border-top: 1px solid; color: #BEBEBE; margin-top:12px;"></div>
- <center><a href="{Permalink}">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}"target="_blank">• REBLOG</a></center>
- <div id style="border-bottom: 1px solid; color: #BEBEBE; margin-top: 2px;"></div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Link}
- {block:Video}
- <div class="post">
- {block:indexpage}
- {block:ifsmallposts}
- {Video-250}
- {/block:ifsmallposts}
- {block:ifmediumposts}
- {Video-400}
- {/block:ifmediumposts}
- {block:iflargeposts}
- {Video-500}
- {/block:iflargeposts}
- {/block:indexpage}
- {block:permalinkpage}
- {Video-500}
- {/block:permalinkpage}
- <div class="permalinkbox">
- <div class="permalink">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}"target="_blank">[ REBLOG ]</a>
- </div>
- </div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Video}
- {block:Audio}
- <div class="post">
- <div style="margin-bottom:5px;background-color:#000;width:100%;">{AudioPlayerBlack}</div><div class="audi">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>{block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>{block:Album}<b>ALBUM:</b> {Album}{/block:Album}<br>{Block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}</p><b>PLAYS:</b> {PlayCountWithLabel}
- <div class="permalinkbox">
- <div class="permalink">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}"target="_blank">[ REBLOG ]</a>
- </div>
- </div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Audio}
- {block:Quote}
- <div class="post">
- "{Quote}"
- <div style="border-bottom:1px solid {color:bordering};margin-bottom:3px;padding-top:5px;"></div><div style="text-align:right;">
- {block:Source}― <i>{Source}</i>{/block:Source}</div>
- <div id style="border-top: 1px solid; color:#BEBEBE; margin-top:12px;"></div>
- <center><a href="{Permalink}">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}"target="_blank">• REBLOG</a></center>
- <div id style="border-bottom: 1px solid; color: #BEBEBE; margin-top:2px;"></div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Quote}
- {block:Answer}
- <div class="post">
- <div style="padding:5px;background-color: #EEE9E9;">{Asker}: {Question}</div>{Answer}
- <div id style="border-top: 1px solid; color:#BEBEBE; margin-top:12px;"></div>
- <center><a href="{Permalink}">{NoteCountWithLabel}</a>
- <a href="{ReblogURL}"target="_blank">• REBLOG</a></center>
- <div id style="border-bottom: 1px solid; color: #BEBEBE; margin-top:2px;"></div>
- {block:indexpage}
- {block:ifshowcaptions}
- {Caption}
- {/block:ifshowcaptions}
- {/block:indexpage}
- {block:permalinkpage}
- {Caption}
- {/block:permalinkpage}
- </div>
- {/block:Answer}
- {block:PermalinkPage}
- <div style="float:left;width:500px;">{block:Date}
- <div style="font-weight:bold;font-size:12px;border-bottom:1px solid {color:bordering};margin-bottom:3px;text-transform:uppercase;">{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} {Year} ({12Hour}:{Minutes}{AmPm})</div>{/block:Date}{block:PostNotes}{NoteCountWithLabel}<br>{block:PostNotes}{block:HasTags}tagged:{block:Tags}#<a href="{TagURL}" title="{Tag}">{Tag} </a>{/block:Tags}<br>{/block:HasTags}{block:RebloggedFrom}via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a><br>original: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:Date}<div style="border-bottom:1px solid {color:bordering};padding-top:3px;margin-bottom:3px;"></div>navigation: <a href="{ReblogURL}" title="reblog this post">reblog</a>, <a href="/">index</a>, <a href="/random" title="random post">random</a>{/block:Date}{block:NoteCount}<div style="border-bottom:1px solid {color:bordering};padding-top:3px;"></div><div class="notes">{PostNotes}</div>{/block:NoteCount}</div>
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- <div id="01" class="popup_block">
- <div class="pops">
- The name is Rein. A tribute from Disrict 13. A Demigod. A Wizard. Defense against the Dark Arts is my favorite subject. I deal with spells and vampires. I have 18 bicycles and I'm addicted to them. Tumblr is my rest house and recently resting :) I'm only 14 and lives in the tourism parts of the Philippines. I love rivers and nature. I love vintage. Damn rats! I hate them. I am not afraid to ghosts, seriously. I love yellow and green but black and white simplifies the most. I am weird, accept it. We can be friends and that's unlimited. Hate me? Then I'll give you WAR! lol. Feel free to spam my inbox and submit an asdfghjkl whatever it is.
- <center><a href="/tagged/facts">SOME FACTS ABOUT ME</a></center>
- <center><a href="/tagged/kabuang">OMG. MY TRUE FRIENDS</a></center>
- <center><a href="http://theanotherword.tumblr.com">PERSONAL BLOG YOWW!</a></center>
- </div>
- </div></div>
- <div id="02" class="popup_block">
- <div class="pops">
- <center><bold>READ THIS PLEASE.</bold></center>
- I will be less active this coming next week due to starting of classes (like all of us too). Don't worry guys, I will still post photos but only limited and your messages will still be answered. I will open my blog in noontime or in the evening but only half-hour or what. Godbless and thank you for taking time reading this.
- <center><a href="/ask">MESSAGE ME REGARDING ABOUT THIS</a></center>
- <center><a href="/submit">SUBMIT ANYTHING U WANT</a></center>
- </div>
- </div></div>
- <div id="03" class="popup_block">
- <div class="pops">
- <b>N-S-A-L?</b>
- <li>Rein - Gay - 14 - Phils.</li>
- <b>CHECK BLOGS?</b>
- <li>Sure thing dear. But MBF me.</li>
- <b>FOLLOW MINE?</b>
- <li>I'll check it first, k?</li>
- <b>HOW MANY FOLLOWERS?</b>
- <li>It's none of your business</li>
- <b>PROMO FOR PROMO?</b>
- <li>Sure thing :)</li>
- <b>FANSIGN FOR FANSIGN?</b>
- <li>It depends in my mood :)</li>
- <b>VOTE FOR ME AT?</b>
- <li>I will vote for you but mbf me.</li>
- <b>INSERT HATE</b>
- <li>I'm not affected :P</li>
- <b>INSERT COMPLIMENT</b>
- <li>Thank you so much :)</li>
- </div>
- </div></div>
- <div id="04" class="popup_block">
- <div class="pops">
- <b>OTHER ACCOUNTS :</b>
- <li><a href="http://www.facebook.com/ReinDropz08" target="_blank">Le Facebook</a></li>
- <li><a href="http://www.twitter.com/ReinTweetaholic" target="_blank">Le Twitter</a></li>
- <li><a href="http://leswaggers.tumblr.com" target="_blank">Group Blog 1</a></li>
- <li><a href="http://epicwonderstruck.tumblr.com" target="_blank">Group Blog 2</a></li>
- <li><a href="http://notanother-diary.tumblr.com" target="_blank">Personal Blog</a></li>
- <b>RELATED TO BLOGS :</b>
- <li><a href="http://reindrop-s.tumblr.com/tagged/replies">Replies</a></li>
- <li><a href="http://reindrop-s.tumblr.com/tagged/fansigns">Fansigns</a></li>
- <li><a href="/tumily">Tumily</a></li>
- <li><a href="/blogroll">Blogroll</a></li>
- <li><a href="/vips">Vips</a></li>
- <b>MAIN CATEGORIES :</b>
- <li><a href="/tagged/food">Food</a></li>
- <li><a href="/tagged/photography">Fave Photographs</a></li>
- <li><a href="/tagged/hearts">Hearts</a></li>
- <li><a href="/tagged/puppy">My puppies</a></li>
- <li><a href="/tagged/kabuang">District 12</a></li>
- <li><a href="/tagged/bohol">Bohol, Phils. my place</a></li>
- </div>
- </div></div>
- <div id="05" class="popup_block">
- <div class="pops">
- <b>Here in my personal blog, I often speak my own dialect. Filipino and Visaya [Fil. Language] but if you are open in any languages, feel free to proceed. But if you're really interested, now go and proceed too.
- <center><i><a href="http://notanother-diary.tumblr.com" target="_blank">PROCEED TO MY PERSONAL BLOG</a></i></center>
- </div>
- </div></div>
- <div id="06" class="popup_block">
- <div class="pops">
- <center>THEME : <a href="http://noctos.tumblr.com">Noctos</a></center>
- <center>HEAVILY TWEAKED : <a href="http://reindrop-s.tumblr.com">18bicycles</a></center>
- <center>SCROLL TO TOP: <a href="http://tiovani.tumblr.com">Ika</a></center>
- <center>CURSOR : <a href="http://meowtella.tumblr.com">Lydia</a></center>
- <center>SIDEBAR PICTS : <a href="http://itsallabouttaylorswift.tumblr.com">Swifties</a></center>
- <i>All photos here are not mine unless stated. If you have any seen copycats in your opinion then feel free to talk with me so I can explain you.</i>
- </div>
- </div></div>
- <div id="07" class="popup_block">
- <div class="pops">
- <center><b>PLEASE READ FAQS FIRST</b></center>
- <center><a href="http://reindrop-s.tumblr.com/ask">PROCEED TO ASKBOX</a></center>
- </div>
- </div></div>
- </div></div></div></div></div></div></div></div></div></div>
- <div style="position:fixed; bottom:5px; right:5px;"><img src="http://i49.tinypic.com/6xrgo0.jpg"/></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment