Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- (c) theme #4 by harlequinades
- http://harlequinades.tumblr.com
- do not remove credit! thank you
- -->
- <!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">
- <html lang="en">
- <head>
- <script type="text/javascript" src="http://www.freewebs.com/p.js"></script><script type='text/javascript'>
- //<![CDATA[
- var rate = 20;
- if (document.getElementById)
- window.onerror=new Function("return true")
- var objActive; // The object which event occured in
- var act = 0; // Flag during the action
- var elmH = 0; // Hue
- var elmS = 128; // Saturation
- var elmV = 255; // Value
- var clrOrg; // A color before the change
- var TimerID; // Timer ID
- if (document.all) {
- document.onmouseover = doRainbowAnchor;
- document.onmouseout = stopRainbowAnchor;
- }
- else if (document.getElementById) {
- document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
- document.onmouseover = Mozilla_doRainbowAnchor;
- document.onmouseout = Mozilla_stopRainbowAnchor;
- }
- function doRainbow(obj)
- {
- if (act == 0) {
- act = 1;
- if (obj)
- objActive = obj;
- else
- objActive = event.srcElement;
- clrOrg = objActive.style.color;
- TimerID = setInterval("ChangeColor()",100);
- }
- }
- function stopRainbow()
- {
- if (act) {
- objActive.style.color = clrOrg;
- clearInterval(TimerID);
- act = 0;
- }
- }
- function doRainbowAnchor()
- {
- if (act == 0) {
- var obj = event.srcElement;
- while (obj.tagName != 'A' && obj.tagName != 'BODY') {
- obj = obj.parentElement;
- if (obj.tagName == 'A' || obj.tagName == 'BODY')
- break;
- }
- if (obj.tagName == 'A' && obj.href != '') {
- objActive = obj;
- act = 1;
- clrOrg = objActive.style.color;
- TimerID = setInterval("ChangeColor()",100);
- }
- }
- }
- function stopRainbowAnchor()
- {
- if (act) {
- if (objActive.tagName == 'A') {
- objActive.style.color = clrOrg;
- clearInterval(TimerID);
- act = 0;
- }
- }
- }
- function Mozilla_doRainbowAnchor(e)
- {
- if (act == 0) {
- obj = e.target;
- while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
- obj = obj.parentNode;
- if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
- break;
- }
- if (obj.nodeName == 'A' && obj.href != '') {
- objActive = obj;
- act = 1;
- clrOrg = obj.style.color;
- TimerID = setInterval("ChangeColor()",100);
- }
- }
- }
- function Mozilla_stopRainbowAnchor(e)
- {
- if (act) {
- if (objActive.nodeName == 'A') {
- objActive.style.color = clrOrg;
- clearInterval(TimerID);
- act = 0;
- }
- }
- }
- function ChangeColor()
- {
- objActive.style.color = makeColor();
- }
- function makeColor()
- {
- // Don't you think Color Gamut to look like Rainbow?
- // HSVtoRGB
- if (elmS == 0) {
- elmR = elmV; elmG = elmV; elmB = elmV;
- }
- else {
- t1 = elmV;
- t2 = (255 - elmS) * elmV / 255;
- t3 = elmH % 60;
- t3 = (t1 - t2) * t3 / 60;
- if (elmH < 60) {
- elmR = t1; elmB = t2; elmG = t2 + t3;
- }
- else if (elmH < 120) {
- elmG = t1; elmB = t2; elmR = t1 - t3;
- }
- else if (elmH < 180) {
- elmG = t1; elmR = t2; elmB = t2 + t3;
- }
- else if (elmH < 240) {
- elmB = t1; elmR = t2; elmG = t1 - t3;
- }
- else if (elmH < 300) {
- elmB = t1; elmG = t2; elmR = t2 + t3;
- }
- else if (elmH < 360) {
- elmR = t1; elmG = t2; elmB = t1 - t3;
- }
- else {
- elmR = 0; elmG = 0; elmB = 0;
- }
- }
- elmR = Math.floor(elmR).toString(16);
- elmG = Math.floor(elmG).toString(16);
- elmB = Math.floor(elmB).toString(16);
- if (elmR.length == 1) elmR = "0" + elmR;
- if (elmG.length == 1) elmG = "0" + elmG;
- if (elmB.length == 1) elmB = "0" + elmB;
- elmH = elmH + rate;
- if (elmH >= 360)
- elmH = 0;
- return '#' + elmR + elmG + elmB;
- }
- //]]>
- </script>
- <title>{Title}</title>
- <link rel="shortcut icon" href="http://i.imgur.com/RCc8j.gif">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- {block:ifinfinitescrolling}
- <script type="text/javascript" src="http://k003.kiwi6.com/hotlink/2jbbu56k6h/infinitecode.js"></script>
- {/block:ifinfinitescrolling}
- <meta name="color:pagelinks background" content="#fff" />
- <meta name="color:pagelinks hover" content="#fff" />
- <meta name="text:custom link one url" content="" />
- <meta name="text:custom link one" content="" />
- <meta name="text:custom link two url" content="" />
- <meta name="text:custom link two" content="" />
- <meta name="text:custom link three url" content="" />
- <meta name="text:custom link three" content="" />
- <meta name="if:show captions" content="0" />
- <meta name="if:infinite scrolling" content="0"/>
- <style type="text/css">
- #musicplayer {text-align: center;font-size: 11px;position:fixed;left:10px; top:-43px;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;z-index:999;}
- #musicplayer:hover {top:-10px;}
- #music {padding: 20px 5px 5px 5px;background:#fff;width:120px;border-bottom-right-radius: 5px;-moz-border-radius-bottomright: 5px;-webkit-border-bottom-right-radius: 5px;z-index: 9999;}
- #musictab {font-family:century gothic;text-shadow: 0 1px 0 #000;height:30px;padding: 0 0 8px 0;background:#fff;border-bottom-left-radius: 5px;-moz-border-radius-bottomleft: 5px;-webkit-border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;-moz-border-radius-bottomright: 5px;-webkit-border-bottom-right-radius: 5px;width: 30px;}
- body {
- margin: 0px;
- padding: 0px;
- background:#F8F8F8 url('http://media.tumblr.com/tumblr_lu81puUFhg1qc5p14.png') center center fixed;
- cursor: url(http://media.tumblr.com/tumblr_lu8052Ou5m1qc5p14.png), auto;
- }
- a {
- color: #ffabd9;
- text-decoration: none;
- text-transform: lowercase;
- cursor: url(http://media.tumblr.com/tumblr_lu8052Ou5m1qc5p14.png), auto;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- }
- a:hover {
- color: #eee;
- text-decoration: none;
- cursor: url(http://media.tumblr.com/tumblr_lu8052Ou5m1qc5p14.png), auto;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- }
- #posts {
- width: 400px;
- padding: 5px;
- margin-top: 0px;
- margin-left: 200px;
- }
- .entry {
- margin-bottom: 5px;
- width: 400px;
- padding: 5px;
- background-color: #fff;
- font-family: lucida console;
- font-size: 9px;
- font-color: {color:Body};
- text-transform: none;
- text-align: justify;
- }
- .caption {
- text-align: center;
- font-weight: bold;
- }
- .title {
- text-align: center;
- letter-spacing: 2px;
- }
- #contue {
- margin-top:-5px;
- margin-bottom:-9px;
- }
- #sidebar {
- position: absolute;
- top: 5px;
- left: 620px;
- width: 116px;
- height: auto;
- padding: 3px;
- background-color: #fff;
- font-family: lucida console;
- font-size: 9px;
- font-color: {color:body font};
- text-transform: none;
- z-index: 999;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .pagelinks {background-color:{color:pagelinks background};}
- .pagelinks a{text-transform:; font-size:8px; font-family:'lucida console', Courier, monospace; text-align:right; padding-bottom:4px; padding-bottom:1px; padding-left:4px; padding-right:4px; color:#ffabd9;}
- .pagelinks a:hover {color:{color:pagelinks hover}; }
- .permalink {
- width: 50px;
- font-family: lucida console;
- font-size: 9px;
- background-color: #fff;
- text-transform: none;
- text-align: center;
- letter-spacing: 2px;
- margin-left: 0px;
- margin-bottom: 0px;
- position: absolute;
- opacity: 0;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .permalink a {
- color: #ffabd9;
- }
- .permalink a:hover {
- color: #ff94c2;
- }
- .permalink:hover {
- background: #fff;
- font-color: #000;
- }
- .entry:hover .permalink {
- margin-left: -55px;
- opacity: 0.8;
- text-align: center;
- width: 50px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- .soohyun img, .dead img, blockquote img {max-width:390px;}
- blockquote{padding:0 0 0 4px; margin:0 0 0 5px; border-left: 2px solid {color:link};}
- ol.notes li.note { padding:7px;}
- #next {
- position: fixed;
- bottom: 5px;
- left: 620px;
- z-index: 999;
- }
- .img {
- width: 400px;
- min-width: 400px;
- max-width: 400px;
- }
- iframe#tumblr_controls {
- right:3px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.2;
- -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.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;}
- </style>
- <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2'></script>
- <script type="text/javascript">
- $(function() {
- var offset = $("#sidebar").offset();
- var topPadding = 5;
- $(window).scroll(function() {
- if ($(window).scrollTop() > offset.top) {
- $("#sidebar").stop().animate({
- marginTop: $(window).scrollTop() - offset.top + topPadding
- });
- } else {
- $("#sidebar").stop().animate({
- marginTop: 0
- });
- }
- });
- });
- </script>
- </head>
- <body>
- <div id=sidebar>
- {block:Description}
- {Description}
- {/block:Description}
- <div class="pagelinks"><center>{block:PreviousPage}<a href="{PreviousPage}">◀</a>
- {/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">▶</a>
- {/block:NextPage}
- </div>
- </div>
- {block:ifnotinfinitescrolling}
- {/block:ifnotinfinitescrolling}
- <div id="posts">
- {block:ifinfinitescrolling}
- <div class= "autopagerize_page_element">
- {/block:ifinfinitescrolling}
- {block:Posts}
- {block:Text}
- <div class="entry">
- <span class="permalink"><a href="{Permalink}">
- {block:NoteCount}({NoteCount}){/block:NoteCount}
- {TimeAgo}
- </a></span>
- <div style="padding: 0px">
- <div class="title">{block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}</div>
- <div class="soohyun" id="contue"><p align=justify>{Body}</p></div>
- </div></div>
- {/block:Text}
- {block:Photo}
- <div class="entry">
- <span class="permalink"><a href="{Permalink}">
- {block:NoteCount}({NoteCount}){/block:NoteCount}
- {TimeAgo}
- </a></span>
- <a href="{Permalink}">
- <img class="img" src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- </a>
- {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="entry">
- <span class="permalink"><a href="{Permalink}">
- {block:NoteCount}({NoteCount}){/block:NoteCount}
- {TimeAgo}
- </a></span>
- {Photoset-400}
- {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="entry">
- <span class="permalink"><a href="{Permalink}">
- {block:NoteCount}({NoteCount}){/block:NoteCount}
- {TimeAgo}
- </a></span>
- <div style="padding: 10px; text-align: center;">
- "{Quote}"
- {block:Source}
- <div class="source"><b>{Source}</b></div>
- {/block:Source}
- </div></div>
- {/block:Quote}
- {block:Link}
- <div class="entry">
- <span class="permalink"><a href="{Permalink}">
- {block:NoteCount}({NoteCount}){/block:NoteCount}
- {TimeAgo}
- </a></span>
- <div style="padding: 10px">
- <a href="{URL}" class="link" {Target}>{Name}</a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </div></div>
- {/block:Link}
- {block:Chat}
- <div class="entry">
- <span class="permalink"><a href="{Permalink}">
- {block:NoteCount}({NoteCount}){/block:NoteCount}
- {TimeAgo}
- </a></span>
- <div style="padding: 10px">
- {block:Title}
- <a href="{Permalink}">{Title}</a>
- {/block:Title}
- {block:Lines}
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}<br />
- {/block:Lines}
- </div></div>
- {/block:Chat}
- {block:Video}
- <div class="entry">
- <span class="permalink"><a href="{Permalink}">
- {block:NoteCount}({NoteCount}){/block:NoteCount}
- {TimeAgo}
- </a></span>
- {Video-400}
- {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- </div>
- {/block:Video}
- {block:Audio}
- <div class="entry">
- <span class="permalink"><a href="{Permalink}">
- {block:NoteCount}({NoteCount}){/block:NoteCount}
- {TimeAgo}
- </a></span>
- <div style="padding: 0px">
- <div align="center">
- {AudioPlayerGrey}
- {block:PermalinkPage}<br>{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- </div></div></div>
- {/block:Audio}
- {block:Answer}
- <div class="entry">
- <span class="permalink"><a href="{Permalink}">
- {block:NoteCount}({NoteCount}){/block:NoteCount}
- {TimeAgo}
- </a></span>
- <div style="padding: 0px">
- <div align="center">
- <b>{Asker}</b>: "{Question}"
- <br />--------------<br />
- <div class="dead" id="contue"><div style="padding:0px;">{Answer}</div></div>
- </div></div></div>
- {/block:Answer}
- {block:PermalinkPage}
- <div style="font-family:lucida console; font-size:9px; text-transform:uppercase;">
- <div align="center"><div style="letter-spacing: 2px; background-color:#fffff; font-color:#000000;">
- {block:Date}{12Hour}:{Minutes}{AmPm} on {DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}{/block:Date}
- <br />
- {block:RebloggedFrom}reblogged from:<a href="{ReblogRootURL}">{ReblogRootName}</a> origin:<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- <br />
- {block:HasTags}tags:{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- </div></div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- {/block:Posts}
- {block:ifinfinitescrolling}</div>{/block:ifinfinitescrolling}
- </div>
- </body>
- </html>
- <script type="text/javascript">
- //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
- function tb8_makeArray(n){
- this.length = n;
- return this.length;
- }
- tb8_messages = new tb8_makeArray(2);
- tb8_messages[0] = "haleyrenee";
- tb8_rptType = 'infinite';
- tb8_rptNbr = 5;
- tb8_speed = 230;
- tb8_delay = 2000;
- var tb8_counter=1;
- var tb8_currMsg=0;
- var tb8_tekst ="";
- var tb8_i=0;
- var tb8_TID = null;
- function tb8_pisi(){
- tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
- document.title = tb8_tekst;
- tb8_sp=tb8_speed;
- tb8_i++;
- if (tb8_i==tb8_messages[tb8_currMsg].length){
- tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
- }
- if (tb8_currMsg == tb8_messages.length){
- if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
- clearTimeout(tb8_TID);
- return;
- }
- tb8_counter++;
- tb8_currMsg = 0;
- }
- tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
- }
- tb8_pisi()
- </script>
Advertisement
Add Comment
Please, Sign In to add comment