Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---
- Theme by icy-me0ws
- --->
- <html lang="en">
- <head>
- <script type=”text/javascript”>
- // <![CDATA[
- var colour="{color:sparkles}";
- var sparkles=40;
- /****************************
- * Tinkerbell Magic Sparkle *
- * (c) 2005 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].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;
- 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;}
- else if (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() {
- if (typeof(self.innerWidth)==”number”) {
- swide=self.innerWidth;
- shigh=self.innerHeight;}
- else if (document.documentElement && document.documentElement.clientWidth) {
- swide=document.documentElement.clientWidth;
- shigh=document.documentElement.clientHeight;}
- else if (document.body.clientWidth) {
- swide=document.body.clientWidth;
- shigh=document.body.clientHeight;}}
- 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”;
- div.style.backgroundColor=colour;
- return (div);}
- // ]]>
- </script>
- <link href='http://fonts.googleapis.com/css?family=Miniver|Give+You+Glory|Short+Stack|Loved+by+the+King|Coming+Soon|Raleway:100|Handlee|Indie+Flower' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
- <meta name="color:background" content="#DDDDDD"/>
- <meta name="color:text" content="#000"/>
- <meta name="color:title" content="#000"/>
- <meta name="color:hover" content="#000"/>
- <meta name="color:link" content="#000"/>
- <meta name="color:sparkles" content="#fff"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="if:Show Sidebar Image" content="1"/>
- <meta name="if:infinite scrolling" content="1"/>
- <meta name="if:show arrows" content="0"/">
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
- <style type="text/css">
- ::-webkit-scrollbar {width: 8px; height: 6px; background: #FFFFFF; }
- ::-webkit-scrollbar-thumb { background-color: #ffffff; -webkit-border-radius: 1ex; border: 1px solid #000000 !important;}
- body {
- margin:0px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;}
- body, div, p, textarea, submit, input{
- font-family: short stack;
- font-size: 10px;
- line-height:10px;
- letter-spacing:0px;
- color:{color:Text};
- }
- @font-face {font-family: "verdana";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
- p {margin:0px; margin-top:0px;}
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- }
- a:hover {
- color:{color:Hover};
- text-decoration: underline;
- font-style: italic;
- }
- div#center{
- margin:auto;
- position:relative;
- width:900px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- div#content{
- float:left;
- margin-top: 0px;
- width:302px;
- padding-bottom: 1px;
- padding-right: 2px;
- padding-left: 2px;
- padding-top: 1px;
- margin-left: 380px;
- background: #fff;
- }
- div#entry{
- float:left;
- margin-top: 20px;
- margin-bottom: 1px;
- margin-right: 0px;
- margin-left:0px;
- background-color:;
- margin-top:0px;
- {block:IndexPage}
- width: 302px;
- {/block:IndexPage}
- }
- div#sidebar{
- position:fixed !important;
- width: 140px;
- height: 900px;
- background-color:white;
- margin: 0px 0px 0px 500px;
- padding-top:2px;
- padding-bottom:2px;
- padding-right:2px;
- padding-left:2px;
- }
- #postnotes{
- text-align: justify;}
- #postnotes blockquote{
- border: 0px;}
- .title{
- font-family: dawning of a new day;
- font-size: 25px;
- line-height: 13px;
- color: {color:Title};
- letter-spacing: {text:title letter spacing};
- font-weight: normal;
- padding:0px 0px 0px 0px;
- }
- @font-face {font-family: "verdana";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
- .blogtitle{
- font-family: dawning of a new day;
- font-size: 30px;
- line-height: 20px;
- color: {color:Title};
- letter-spacing: 0px;;
- font-weight: bold;
- padding:0px 0px 0px 0px;
- text-align: left;
- text-shadow: #dadada 0px 3px 2px;
- margin-top: -30px;
- }
- {block:if300pxpictures}.video embed, .post div.video object {width:300px !important; height:225px !important;}{/block:if300pxpictures}
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 1px;
- border-left: 1px dotted #555555;
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- a img{border: 0px;}
- ul, ol, li{list-style:none; margin:0px; padding:0px;}
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
- .notes img{width:10px; position:relative; top:3px;}
- #entry .perma a{
- color:{Color:Links};
- }
- #entry .perma{
- width:302px;
- height:40px;
- position: absolute;
- font-family: dawning of a new day;
- font-size: 20px;
- line-height: 40px;
- text-align: left;
- overflow:hidden;
- opacity: 0.0;
- background-color:#fff;
- }
- #entry:hover .perma{
- overflow:visible;
- -webkit-transition: opacity 0.7s linear; opacity: 0.8;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- transition: all 0.6s linear;
- }
- small{font-size: 90%;}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <center>
- <div id="cage">
- <div id="center">
- <div id="sidebar">
- {block:ifShowSidebarImage}<a href="/"><img src="{image:sidebar}" width=140px></a>{/block:ifShowSidebarImage}
- <div class="blogtitle"><br>{title}</div>
- ----------------------------
- <div style="overflow:auto; width: 140px; height: 50px; margin-top: 7px; border: 0px solid #000000; background-color: #fff; font-family: short stack; font-size: 9px; text-align: center;">{Description}</div>
- </div>
- {block:ifshowarrows}
- {block:PreviousPage}<a href="{PreviousPage}"><font size="1"><b>Exhale</b></font></a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"><font size="1"><b>Inhale</b></font></a>{/block:NextPage}
- {/block:ifshowarrows}
- {block:ifinfinitescrolling}{/block:ifinfinitescrolling}
- </div>
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <span class="entrytext">{Body}</span><div align="right"><a href="{Permalink}"></span></a></div>{/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}<div align="right"><a href="{Permalink}"></span></a></div>
- {block:Link}
- {block:Photo}
- {block:IndexPage}
- <center>
- <div class="perma">
- <a href="{permalink}">{NoteCountWithLabel} </a> - <a href="{ReblogURL}" target="_blank">Reblog</a></span></div>
- <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=302px/></a></center>{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- {block:IndexPage}</a>{/block:IndexPage}
- {block:PermalinkPage}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px/></center>{LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {LinkCloseTag}
- {/block:Photo}
- {block:Quote}
- <span class="entrytext">{Quote}</span>
- {block:Source}<b><a href="{Permalink}">{Source}</a></b>{/block:Source}
- <P ALIGN=Right><a href="{Permalink}"></a></span>
- {/block:Quote}
- {block:Chat}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- <div align="right"><a href="{Permalink}"></a></span>
- {/block:Chat}
- {block:Audio}
- <center><div style="width:170px; height:28px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">
- {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
- <div align="right"><a href="{Permalink}">Reblog</a><a href="{ReblogURL}" target="_blank"></a></span>
- {/block:Audio}
- {block:Video}<center>
- <div class="video">{Video-250}</div><BR>
- {block:Caption}<a href="{Permalink}">{Caption}</a>{/block:Caption}</center>
- <div class="perma">
- <div align="right"><a href="{Permalink}">{timeago}</a>Reblog<a href="{ReblogURL}" target="_blank"></a></span></div>
- {block:Video}
- {block:Answer}
- <br>
- <div style="margin: 3px; min-height:35px; padding: 2px; background-color: #dadada;">
- <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
- {Asker}: {Question}<br></div>{Answer}
- <div align="right"><a href="{Permalink}">{notecountwithlabel}</a></div>
- {/block:Answer}
- {block:PostNotes}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
- <div id="postnotes">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div></div>
- </div>
- </center>
- </body>
- </html>
- <div style="position:fixed; bottom:2px; left:2px;">
- <a href="http://icy-me0ws.tumblr.com/">credit</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement