- <html>
- <!-- TURN IT AROUND THEME BY ERIKA - stolenheartcapturedlove.tumblr.com, Please do not redistribute the codes or even claim this theme as yours. Thanks a lot. Hope you like this theme. :) Thank you backgroundlabs for the backgrounds. -->
- <head>
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <title>{Title}</title>
- <meta name="image:Background image" content="http://www.backgroundlabs.com/backgrounds/170.gif">
- <meta name="color:Links" content="#666666">
- <meta name="color:Hover" content="#dddddd">
- <META name="text:LINKTITLE4HERE" content="Link4" />
- <META name="text:LINKTITLE3HERE" content="Link3" />
- <META name="text:LINKTITLE2HERE" content="Link2" />
- <META name="text:LINKTITLE1HERE" content="Link1" />
- <META name="text:LINK1URLHERE" content="/" />
- <META name="text:LINK2URLHERE" content="/" />
- <META name="text:LINK3URLHERE" content="/" />
- <META name="text:LINK4URLHERE" content="/" />
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
- <link href='http://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
- <script>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script type="text/javascript">
- // <![CDATA[
- var colour="#004fff";
- var colour3="#000000";
- var colour5="#ef8d00"
- var sparkles=30;
- /******************************
- * Tinkerbell Magic Sparkle *
- * (c) 2005 mf2fm web-design *
- * http://www.mf2fm.com/rv *
- * Generated at pnoyonline.com *
- * tumblr layouts - pnoyonline *
- * 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);
- var rats=createDiv3(5, 5);
- rats.style.backgroundColor="transparent";
- rats.style.visibility="hidden";
- var rlef=createDiv(1, 5);
- var rlef=createDiv3(1, 5);
- var rdow=createDiv(5, 1);
- var rdow=createDiv3(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;
- }
- }
- /******************************
- * Modified by *
- * pnoyonline.com *
- * Generated at pnoyonline.com *
- * tumblr layouts - pnoyonline *
- ****************************/
- 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);
- }
- function createDiv3(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=colour3;
- return (div);
- }
- // ]]>
- </script>
- <script language=JavaScript>
- <!--
- //Disable right mouse click Script
- //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
- //For full source code, visit http://www.dynamicdrive.com
- var message="";
- ///////////////////////////////////
- function clickIE4(){
- if (event.button==2){
- alert(message);
- return false;
- }
- }
- function clickNS4(e){
- if (document.layers||document.getElementById&&!document.all){
- if (e.which==2|e.which==3){
- alert(message);
- return false;
- }
- }
- }
- if (document.layers){
- document.captureEvents(Event.MOUSEDOWN);
- document.onmousedown=clickNS4;
- }
- else if (document.all&&!document.getElementById){
- document.onmousedown=clickIE4;
- }
- document.oncontextmenu=new Function("return false")
- // -->
- </script>
- <style type="text/css">
- body {
- background-image:url('{image:Background image}');
- background-color:#fff;
- background-attachment:fixed;
- background-repeat:repeat;
- color:{color:Body font};
- font-family:trebuchet MS;
- font-size:10px;
- line-height:11px;
- }
- a, a:link, a:visited, a:active {
- color: {color:Links};
- text-decoration: none;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: 0.5s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: 0.5s;
- }
- a:hover {
- color: {color:Hover};
- background-color: transparent;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: 0.5s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: 0.5s;
- text-decoration:none;
- }
- #paging a {
- text-align:center;
- display:inline-block;
- color: #000;
- background-color: #fff;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: 0.5s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: 0.5s;
- padding:3px;
- }
- #paging a:hover {
- text-align:center;
- color: #000;
- background-color: #eee;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: 0.5s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: 0.5s;
- text-align:center;
- border:2px solid #CFECEC;
- }
- #paging a span {
- line-height:10px;
- }
- .hoverlink {
- border-radius:50px;
- background: #CFECEC;
- width:45px;
- height:20px;
- margin-left:2px;
- text-align:center;
- padding-top:8px;
- font-color:#fff;
- margin-bottom:10px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- text-transform:uppercase;
- }
- .hoverlink:hover {
- border-radius:0px;
- background-color:#348781;
- width:45px;
- height:20px;
- margin-left:2px;
- text-align:center;
- padding-top:8px;
- -moz-transform: rotate(-360deg);
- -webkit-transform: rotate(-360deg);
- -o-transform: rotate(-360deg);
- -ms-transform: rotate(-360deg);
- transform: rotate(-360deg);
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- }
- #entry2 {
- top:100px;
- float:right;
- width:410px;
- padding:10px;
- background:url('http://i303.photobucket.com/albums/nn130/abbiedem/SPcom_Festival_Paper_SkyFloral.jpg');
- padding-right:10px;
- }
- #linkbar {
- top:-2px;
- left:380px;
- position:fixed;
- border-left:5px double #348781;
- border-right:5px double #348781;
- border-bottom:5px solid #348781;
- width:50px;
- height:auto;
- margin-bottom:40px;
- padding-top:10px;
- background-image:url(http://www.backgroundlabs.com/backgrounds/95.gif);
- background-repeat:repeat;
- }
- #pagingbar {
- bottom:140px;
- left:980px;
- position:fixed;
- border-left:5px double #348781;
- border-right:5px double #348781;
- border-top:5px solid #348781;
- border-bottom:5px solid #348781;
- width:50px;
- height:15px;
- margin-bottom:40px;
- padding-top:10px;
- background-image:url(http://www.backgroundlabs.com/backgrounds/95.gif);
- background-repeat:repeat;
- }
- #linkbar2 {
- bottom:-39px;
- left:980px;
- position:fixed;
- border-left:5px double #348781;
- border-right:5px double #348781;
- border-top:5px solid #348781;
- width:50px;
- height:158px;
- margin-bottom:40px;
- padding-top:10px;
- background-image:url(http://www.backgroundlabs.com/backgrounds/95.gif);
- background-repeat:repeat;
- }
- #entry {
- float:center;
- width:400px;
- padding:4px;
- background-color:#fff;
- border:1px dotted #a3a3a3;
- }
- #entry .permalink {
- opacity:0;
- width:500px;
- height:15px;
- font-family:'trebuchet MS';
- line-height:15px;
- margin-top:-5px;
- font-size:9px;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .3s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .3s;
- position:absolute;
- text-transform:uppercase;
- background-color:#CFECEC;
- letter-spacing:2px;
- text-align:center;
- overflow:hidden;
- }
- #entry:hover .permalink {
- opacity:.9;
- margin-top:2px;
- text-align:center;
- margin-left:2px;
- padding-right:3px;
- color:#000;
- -moz-transform: rotate(-360deg);
- -webkit-transform: rotate(-360deg);
- -o-transform: rotate(-360deg);
- -ms-transform: rotate(-360deg);
- transform: rotate(-360deg);
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .9s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .9s;
- line-height:16px;
- height:15px;
- overflow:visible;
- width:190px;
- border-radius:10px;
- }
- .text {
- font-family: 'Allura', cursive;
- font-size:23px;
- line-height:28px;
- }
- .quote {
- font-family: 'Dawning of a new day', cursive;
- font-size:23px;
- line-height:28px;
- }
- .link {
- font-family:'Amatic SC';
- font-size:28px;
- line-height:19px;
- text-align:center;
- }
- #descrip {
- text-align:justify;
- padding:3px;
- margin-top:2px;
- margin-bottom:4px;
- margin-left:2px;
- margin-right:2px;
- height:auto;
- overflow:hidden;
- }
- .title {
- font-size:25px;
- letter-spacing:1px;
- text-align:center;
- line-height:24px;
- color:#aeaeae;
- font-family: 'Euphoria Script', cursive;
- }
- #mainbar {
- top:20px;
- margin:auto;
- position:relative;
- width:504px;
- overflow:hidden;
- }
- iframe#tumblr_controls {
- top: 4.25% !important;
- margin: -30px 0 0 0;
- right: 1px !important;
- position: fixed !important;
- }
- header {
- text-align: center;
- background: transparent;
- font-size: 6.5pt;
- color: #d5a9a7;
- font-family: trebuchet ms;
- text-transform: uppercase;
- letter-spacing: 5px; fixed;
- opacity: 100;
- padding: 3px;
- line-height: 12px;
- margin-bottom: 7px;
- border-bottom: 3px dotted #aeaeae;
- }
- .links {
- width: 150px;
- height: 20px;
- background-color: #fff;
- font-size:8.5px;
- letter-spacing:0px;
- line-height:15px;
- text-align:center;
- margin-top:4x;
- margin-left:5px;
- -webkit-transition-duration: .6s;
- border-top-right-radius:70px;
- border-bottom-right-radius:0px;
- border-top-left-radius:0px;
- border-bottom-left-radius:70px;
- -moz-box-shadow: 0 0 1px #8A8A8A;
- -webkit-box-shadow: 0 0 4px#8A8A8A;
- display: inline-block;
- }
- .links:hover {
- background-color: #868585;
- -webkit-transition-duration: .9s;
- border-top:3px solid #fff;
- border-top-right-radius:0px;
- border-bottom-right-radius:70px;
- border-top-left-radius:70px;
- border-bottom-left-radius:0px;
- }
- #box2 {
- margin-left:74px;
- height:auto;
- width:1px;
- padding:3px;
- background:url('http://i303.photobucket.com/albums/nn130/abbiedem/SPcom_Festival_Paper_SkyFloral.jpg');
- margin-bottom:20px;
- padding-top:8px;
- padding-bottom:8px;
- opacity:.3;
- -webkit-transition-timing-function: ease-out;
- -webkit-transition-duration: .7s;
- -moz-transition-timing-function: ease-out;
- -moz-transition-duration: .7s;
- }
- #box2:hover {
- opacity:1;
- width:500px;
- }
- #box {
- width:405px;
- height:auto;
- padding:3px;
- background-image:url(http://www.backgroundlabs.com/backgrounds/95.gif);
- background-repeat:repeat;
- margin-left:7px;
- }
- left
- {
- margin-left:5px;
- }
- ::-webkit-scrollbar {
- width: 10px;
- height: 4px;
- background: #ffffff;
- background-repeat: repeat-y;
- background-attachment: fixed;
- }
- ::-webkit-scrollbar-thumb {
- background-image:url('http://1.bp.blogspot.com/-LjoSccgnxQc/TmeAxXtuQVI/AAAAAAAAHzw/VhrXJVaPER8/s1600/medium-black-theme.jpg');
- -webkit-border-radius: 2ex; }
- </style>
- </head>
- <body>
- <div id="linkbar2">
- <div class="hoverlink"><a href="{text:LINK1URLHERE}">{text:LINKTITLE1HERE}</a></div>
- <div class="hoverlink"><a href="{text:LINK2URLHERE}">{text:LINKTITLE2HERE}</a></div>
- <div class="hoverlink"><a href="{text:LINK3URLHERE}">{text:LINKTITLE3HERE}</a></div>
- <div class="hoverlink"><a href="{text:LINK4URLHERE}">{text:LINKTITLE4HERE}</a></div>
- </div></div>
- <div id="mainbar">
- <div id="box2"><div id="box">
- <div class="title">{Title}</div>
- <header>About me:</header>
- <div id="descrip">
- <img src="{PortraitURL-96}" align="left" style="width: 44px; margin-right: 10px; border: 3px solid #000;">
- <font color="000" size="1px">{description}</div></font>
- </div></div>
- <div id="linkbar">
- <div class="hoverlink">
- <a href="/">HOME</a></div>
- <div class="hoverlink"><a href="/archive">ARCHIVE</a></div>
- <div class="hoverlink"><a href="/ask">ASK</a></div>
- <div class="hoverlink"><a href="http://leshistoire.tumblr.com">THEME</a></div>
- </div>
- <div class = "autopagerize_page_element" >
- {block:Posts}
- <table width="1010" border="0" align="center" cellspacing="0px" cellpadding="0px">
- <tr>
- <div id="entry2"><div id="entry">
- {block:IndexPage}<div class="permalink"><a href="{Permalink}" title="{NoteCountWithLabel}">{NoteCount}</a> notes|<a href="{ReblogURL}" title="Reblog!" target="_blank">Re-dream</a></div>{/block:IndexPage}
- {block:Text}
- {block:Title}<div class="text"><center>{Title}</center></div>{/block:Title}
- <center><img src="http://25.media.tumblr.com/tumblr_lywhnkO8kE1r77gqoo1_250.png"></center>
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" style="margin-bottom:3px;-moz-border-radius:10px;-webkit-border-radius:10px;">{LinkCloseTag}
- {/block:Photo}
- {block:Photo}
- {Photoset-400}
- {/block:Photo}
- {block:Quote}<center><div class="quote">"{Quote}"</div></center><br>
- {block:Source}<left><b>- {Source}</b></left>{/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="link"><a href="{URL}" target="_blank">{Name} →</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Answer}{Asker} whispered: <b>{Question}</b>
- <p>{Answer}</p>{/block:Answer}
- {block:Chat}
- {block:Title}<div class="text">{Title}</div>{/block:Title}
- {block:Lines}
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- <i>{Line}</i><br>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}<center>
- {AudioPlayerBlack}
- {/block:Audio}
- {block:Video}
- {Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:PermalinkPage}
- {/block:PermalinkPage}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </td>
- </tr>
- </table><div style="text-align:right;padding-top:3px;padding-bottom:3px;padding-right:10px;margin-bottom:10px;">Posted with <font color="#95B9C7">♥</font> on {Month} {DayOfMonth}, {Year}</div>
- {/block:Posts}
- </div></div>
- </div>
- </body>
- </html>

