Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--
- Theme 02 Revamp - "Wonderstruck 2.0" by Elowen (theghostoflove.tumblr.com)
- Credit stays intact, please. If you get stuck, feel free to message me! Comments and suggestions are welcome.
- -->
- <head>
- <title>{title}</title>
- <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:Ask and Link BG" content="#e7c5f9">
- <meta name="color:Background" content="#e7c4f1">
- <meta name="color:Body" content="#8b30bc">
- <meta name="color:Border" content="#933ac3">
- <meta name="color:Chat1" content="#e7c5f9">
- <meta name="color:Chat2" content="#e1b3fa">
- <meta name="color:Description" content="#a21beb">
- <meta name="color:Entries" content="#9028c9">
- <meta name="color:Imagebar" content="#c16bf0">
- <meta name="color:Info Bg" content="#f1cbfd">
- <meta name="color:Link" content="#760fad">
- <meta name="color:Link Hover" content="#d18cf7">
- <meta name="color:Links Bg" content="#c671f5">
- <meta name="color:Links Bg Hover" content="#7109aa">
- <meta name="color:Mouse Trail" content="#ad21f8">
- <meta name="color:Navigation Bg" content="#8607cc">
- <meta name="color:Post" content="#dbaff3">
- <meta name="color:Scroll" content="#d589fd">
- <meta name="color:Scroll Bg" content="#ad21f8">
- <meta name="color:Sidebar" content="#8607cc">
- <meta name="color:Sidebar Image Border" content="#bf5ef3">
- <meta name="color:Title" content="#9522d3">
- <meta name="if:No Repeat Side Background" content="0">
- <meta name="if:No Repeat Background" content="0">
- <meta name="if:Imagebar" content="0">
- <meta name="if:Infinite Scroll" content="0">
- <meta name="if:Posts 400" content="0">
- <meta name="if:Trailing Mouse" content="1">
- <meta name="if:Show Tags" content="1">
- <meta name="image:Background" content="">
- <meta name="image:Imagebar 1" content="">
- <meta name="image:Imagebar 2" content="">
- <meta name="image:Imagebar 3" content="">
- <meta name="image:Imagebar Bg" content="">
- <meta name="image:Sidebar" content="">
- <meta name="image:Sidebar Bg" content="">
- <meta name="text:Link1" content="">
- <meta name="text:Link1URL" content="http://">
- <meta name="text:Link2" content="">
- <meta name="text:Link2URL" content="http://">
- <meta name="text:Link3" content="">
- <meta name="text:Link3URL" content="http://">
- <meta name="text:Link4" content="">
- <meta name="text:Link4URL" content="http://">
- <meta name="text:Link5" content="">
- <meta name="text:Link5URL" content="http://">
- <meta name="text:Link6" content="">
- <meta name="text:Link6URL" content="http://">
- <meta name="text:Link7" content="">
- <meta name="text:Link7URL" content="http://">
- <style type="text/css">
- /**BASICS**/
- {block:PermalinkPage}
- iframe#tumblr_controls {
- text-align:center;
- height:200px;
- width:140px;
- top:0px;
- right:0px!important;
- position:fixed !important;
- }
- {/block:PermalinkPage}
- body {
- text-align:justify;
- font-family:georgia;
- font-size:11px;
- color:{color:Body};
- background:{color:background} url('{image:background}');
- background-attachment:fixed;
- background-repeat:{block:IfNoRepeatBackground}no-repeat{/block:IfNoRepeatBackground};}
- h1 {font-family: 'Pacifico', cursive;font-size:14px;text-align:right;line-height:95%;letter-spacing:1px;padding:6px; font-weight:normal;}
- h2 {font-family:Garamond;font-size:18px;text-align:center;line-height:90%;letter-spacing:1px;}
- h3 {font-family: 'Garamond';font-size:20px;text-align:center;line-height:95%;letter-spacing:1px;padding:4px;font-weight:bold;margin:0px}
- blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:0px 2px 0px 10px}
- ::-webkit-scrollbar {width:10px;background:{color:scroll bg};}
- ::-webkit-scrollbar-corner {background:{color:scroll};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
- ::selection {color:{color:post};background-color: {color:body};}
- ::-moz-selection {color:{color:post};background-color: {color:body};}
- ::-webkit-selection {color:{color:post};background-color:{color:body};}
- b {font-weight:bold;}
- i {font-style:italic;}
- u {text-decoration:underline;}
- a {color:{color:link};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
- a:hover {color:{color:link hover};}
- /**THEME STUFF**/
- #sidebar {
- top:0px;
- left:0px;
- position:fixed;
- width:300px;
- height:100%;
- background-color:{color:sidebar};
- background-image:url('{image:Sidebar Bg}');
- background-attachment:fixed;
- background-position:bottom left;
- background-repeat: {block:IfNoRepeatSideBackground}no-repeat{/block:IfNoRepeatSideBackground};
- background-size:300px;
- }
- #sidebar img {
- width:250px;
- border:2px solid {color:sidebar image border}
- }
- #title {
- margin:20px 0px 20px 0px;
- font-family: 'Montez', cursive;
- text-align:center;
- font-size:40px;
- color:{color:Title};
- }
- #title a {
- color:{color:Title};
- }
- #desc {
- font-size:11px;
- text-align:justify;
- width:250px;
- margin-top:30px;
- margin-left:25px;
- position:relative;
- color:{color:description};
- }
- #entries {
- margin-left:340px;
- padding:10px;
- position:absolute;
- {block:ifNotPosts400}width:540px;{/block:ifNotPosts400}
- {block:ifPosts400}width:440px;{/block:ifPosts400}
- background-color:{color:entries};
- }
- #post {
- margin:10px;
- padding:10px;
- float:left;
- {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
- {block:ifPosts400}width:400px;{/block:ifPosts400}
- background-color:{color:post};
- }
- #tagpage {
- font-family: 'Garamond';
- font-size:20px;
- text-align:center;
- line-height:95%;
- letter-spacing:1px;
- font-weight:bold;
- margin:10px;
- padding:10px;
- float:left;
- {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
- {block:ifPosts400}width:400px;{/block:ifPosts400}
- background-color:{color:post};
- }
- .pagi {
- margin-top:-20px;
- text-align:center;
- font-size:30px;
- }
- #info {
- font-size:10px;
- text-align:center;
- margin-top:15px;
- padding:3px;
- border-bottom:1px solid {color:border};
- text-transform:normal;
- background-color:{color:info bg};
- {block:ifNotPosts400}width:494px;{/block:ifNotPosts400}
- {block:ifPosts400}width:394px;{/block:ifPosts400}
- }
- #tags {
- font-size:10px;
- min-height:14px;
- padding:2px;
- margin-top:0px;
- font-style:italic;
- text-align:center;
- background-color:{color:info bg}
- }
- .note {
- text-transform:normal;
- font-style:normal;
- letter-spacing:0px;
- font-size: 10px;
- text-align:left;
- line-height:10%;
- margin-left:-40px;
- }
- .note li {
- list-style-type:none;
- padding:10px 25px 10px 25px;
- text-align:left;
- margin:0px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #navigation {
- margin-top:-8px;
- width:142px;
- position:fixed;
- z-index:3;
- {block:ifNotPosts400}margin-left:930px;{/block:ifNotPosts400}
- {block:ifPosts400}margin-left:840px;{/block:ifPosts400}
- background-color:{color:navigation bg};
- }
- #navtitle {
- background-color:{color:navigation bg};
- opacity:1;
- height:15px;
- width:120px;
- font-size:9px;
- color:{color:link hover};
- text-align:center;
- text-transform:lowercase;
- letter-spacing:3px;
- padding:11px;
- line-height:20px;
- position:fixed;
- z-index:3;
- }
- #navigation:hover #navlinks {z-index:5; opacity:1; padding-top:280px;}
- #navlinks {
- opacity:0;
- margin-top:-240px;
- -webkit-transition: all 1.3s ease-in-out; -moz-transition: all 1.3s ease-in-out; -o-transition: all 1.3s ease-in-out; -ms-transition: all 1.3s ease-in-out;transition: all 1.3s ease-in-out;
- }
- #navlinks a {
- display:block;
- width:100px;
- height:25px;
- font-size:9px;
- text-align:center;
- letter-spacing:1px;
- border:1px solid {color:border};
- text-transform:lowercase;
- background-color:{color:Links Bg};
- margin-left:20px;
- line-height:25px;
- -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; z-index:5;
- }
- #navlinks a:hover {
- font-style:italic;
- letter-spacing:1px;
- background-color:{color:links bg hover};
- }
- /**POST TYPES**/
- #question {
- font-weight:normal;
- font-size:12px;
- letter-spacing:1px;
- padding:10px;
- background-color:{color:Ask And Link BG};
- -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px;
- }
- #triangle {
- font-size:45px;
- margin-top:-20px;
- margin-left:18px;
- color:{color:Ask And Link BG}
- }
- #asker {
- text-align: left;
- font-size:13px;
- letter-spacing:1px;
- padding-bottom:10px;
- margin-top:-20px;
- }
- #asker img {
- vertical-align:left;
- float:left;
- margin-left:60px;
- margin-right:10px;
- margin-top:-10px;
- border:2px solid {color:Border};
- }
- #linkposts {
- margin-bottom:5px;
- padding-bottom:10px;
- padding-top:10px;
- font-family:book antiqua;
- font-size:16px;
- border:2px dotted {color:Border};
- background-color:{color:Ask And Link BG}
- }
- .album {position:absolute; margin-top:0px; {block:ifnotposts400}width:100px; height:100px;{/block:ifnotposts400} {block:ifposts400}width:75px; height:75px; {/block:ifposts400}}
- .album img {{block:ifnotposts400}width:100px; height:100px;{/block:ifnotposts400} {block:ifposts400}width:75px; height:75px; {/block:ifposts400}}
- .audio {display:block; position:absolute; width:100px; height:425px; {block:ifnotposts400}margin-left:148px{/block:ifnotposts400}; {block:ifposts400}margin-left:85px;{/block:ifposts400}}
- .audiobox {height:100px;z-index:-1; margin-left:100px;}
- .audiotext {text-align:center; padding-top:50px; max-width:200px;overflow:hidden;font-family:cambria;{block:ifPosts400}width:400px;{/block:ifPosts400} {block:ifnotPosts400}width:500px;{/block:ifnotPosts400} }
- .pc {padding: 8px 13px;height: 13px;float: right;font-family:cambria;font-size: 12px;text-transform: lowercase;z-index:-1}
- .pc a {text-decoration: none;}
- .chat {border-left: 5px solid {color:border};margin: 3px 3px 0 3px;font-size: 11px;font-family:georgia;}
- .chat .lines {margin-left: 1px;}
- .chat .lines .line {background-color: {color:chat1};margin-bottom: 1px;padding: 3px 5px;}
- .chat .lines .line.even {background-color: {color:chat2}; }
- #imagebar {
- position:fixed;
- background-color:{color:imagebar};
- background-image:url('{image:imagebar bg}');
- width:155px;
- height:100%;
- right:0px;
- top:0px;
- }
- .imagebar1 img {
- height:135px;
- width:135px;
- border-radius:50%;
- margin-left:10px;
- margin-top:45px;
- }
- .imagebar2 img {
- height:135px;
- width:135px;
- border-radius:50%;
- margin-left:10px;
- margin-top:45px
- }
- .imagebar3 img {
- height:135px;
- width:135px;
- border-radius:50%;
- margin-left:10px;
- margin-top:45px;
- }
- /**PLEASE DO NOT EDIT, THANK YOU**/
- #credit {position:fixed;font-size:8px;font-weight:normal;line-height:150%;letter-spacing:0px;right:10px;bottom:10px;text-transform:normal;text-align:center;}
- #credit a {padding:3px;color:{color:body};background-color:{color:post};-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
- #credit a:hover {color:{color:post};background-color:{color:body};}
- {CustomCSS}</style>
- <link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Montez' rel='stylesheet' type='text/css'>
- {block:ifInfiniteScroll}<script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
- </head>
- <body>
- <div id="sidebar">
- <div id="title"><a href="/">{Title}</a></div>
- <center>{block:ifSidebarImage}
- <img src="{image:Sidebar}">
- {/block:ifSidebarImage}</center>
- <div id="desc">
- <center>{block:Pagination}
- <div class="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}">«</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">»</a>
- {/block:NextPage}
- </div><!--pagi-->
- {/block:Pagination}</center>
- {Description}
- </div> <!--desc-->
- </div> <!--sidebar-->
- <div id="entries">
- {block:TagPage}<div id="tagpage">
- Posts tagged "{Tag}"</div>
- {/block:TagPage}
- {block:ifInfiniteScroll}<div class = "autopagerize_page_element" >{/block:ifInfiniteScroll}
- {block:Posts}
- <div id="post">
- {block:Text}
- {block:Title}
- <h3>{Title}</h3>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:ifNotPosts400}
- {block:Photo}<center>{LinkOpenTag}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}">
- {LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {/block:ifNotPosts400}
- {block:ifPosts400}
- {block:Photo}<center>{LinkOpenTag}
- <img src="{PhotoURL-400}" alt="{PhotoAlt}">
- {LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {/block:ifPosts400}
- {block:ifNotPosts400}
- {block:Photoset}<center>{Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {/block:ifNotPosts400}
- {block:ifPosts400}
- {block:Photoset}<center>{Photoset-400}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {/block:ifPosts400}
- {block:Quote}
- <h2>“{Quote}”</h2>
- <div align="right">
- {block:Source}<h1>-{Source}</h1>{/block:Source}
- </div>
- {/block:Quote}
- {block:ifNotPosts400}
- {block:Video}{Video-500}
- {block:Caption}{Caption}{/block:Caption}{/block:Video}
- {/block:ifNotPosts400}
- {block:ifPosts400}
- {block:Video}{Video-400}
- {block:Caption}{Caption}{/block:Caption}{/block:Video}
- {/block:ifPosts400}
- {block:Link}<div id="linkposts">
- <a href="{URL}" class="link" {Target}>
- <center>{Name} →</center></a><BR>
- <center><small><small>{URL}</small></small></center>
- </div> <!--linkposts-->
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h3>{Title}</h3>{/block:Title}
- <div class="chat">
- <div class="lines">
- {block:Lines}
- <div class="line {Alt}">
- {block:Label}<strong>{Label}</strong>{/block:Label}
- {Line}</div>
- {/block:Lines}
- </div>
- </div>
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}
- <div class="album"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="audio">{AudioPlayerWhite}</div>
- <div class="pc">
- {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}
- </div>
- <center><div class="audiobox">
- <div class="audiotext">{block:TrackName}
- <i><big><big>"{TrackName}"</big></i>{/block:TrackName}
- {block:Artist}<br>by {Artist}{/block:Artist}</big></div>
- </div></center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}<div id="question">
- <big>{Question}</big></div>
- <div id="triangle">◥</div>
- <BR>
- <div id="asker">
- <img src="{AskerPortraitURL-30}">{Asker}</div><BR>
- {Answer}{/block:Answer}
- {block:Date}
- <div id="info">
- <a href="{Permalink}">{TimeAgo}</a>
- {block:NoteCount} · <a href="{Permalink}">
- {NoteCountWithLabel} </a>{/block:NoteCount}
- {block:RebloggedFrom}<a href="{ReblogParentURL}">
- · via {ReblogParentName}</a>
- {/block:RebloggedFrom}
- {block:Reblog}<a href="{ReblogRootURL}">
- (©{ReblogRootName}</a>)
- {/block:Reblog}
- · <a href="{ReblogURL}" target="_blank"> reblog</a>
- </div>{/block:Date}
- <center>{block:ifShowTags}{block:HasTags} <div id="tags"> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div> {/block:HasTags}{/block:IfShowTags}</center>
- <div class="note"> {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div></div>
- {/block:Posts}</div> {block:ifInfiniteScroll}</div>{/block:ifInfiniteScroll}
- <div id="navigation"><div id="navtitle">navigation</div><div id="navlinks">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- {block:ifLink1}<a href="{text:Link1URL}">{text:Link1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2URL}">{text:Link2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3URL}">{text:Link3}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4URL}">{text:Link4}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5URL}">{text:Link5}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6URL}">{text:Link6}</a>{/block:ifLink6}
- {block:ifLink7}<a href="{text:Link7URL}">{text:Link7}</a>{/block:ifLink7}
- {block:HasPages}{block:Pages}<a href="{URL}" class="page">{Label}</a>{/block:Pages}{/block:HasPages}
- <a href="/archive">archive</a><BR>
- </div></div></div>
- {block:ifImagebar}
- <div id="imagebar">
- <div class="imagebar1"><img src="{image:imagebar 1}"></div>
- <div class="imagebar2"><img src="{image:imagebar 2}"></div>
- <div class="imagebar3"><img src="{image:imagebar 3}"></div>
- {/block:ifImagebar}
- <!--PLEASE DO NOT REMOVE-->
- <div id="credit"><a href="https://theghostoflove.tumblr.com">CREDIT</a>
- </div>
- </body>
- <!---START OF SPARKLING MOUSE TRAIL--->
- {block:ifTrailingMouse}<script type="text/javascript">
- // <![CDATA[
- var colour="{color:mouse trail}";
- var sparkles=120;
- /****************************
- * Tinkerbell Magic Sparkle *
- * (c) 2005 mf2fm web-design *
- * https://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>{/block:ifTrailingMouse}
- <!---END OF SPARKLING MOUSE TRAIL--->
- </html>
Advertisement
Add Comment
Please, Sign In to add comment