You are on page 1of 16

<!-white elegancy by fashion-laces DONT REMOVE CREDIT. --> <html lang="en"> <head> <title>{Title} </title> <script type="text/javascript" src="http://codysherman.

com/tools/infinite-scroll ing/code"></script> {block:ifenableminicursor}<style type="text/css">body, a, a:hover {cursor: url(h ttp://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}</style>{/block:ife nableminicursor} <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="color:links" content="#000000"/>

<meta name="image:Background" content=""/>

<link rel="shortcut icon" href="http://media.tumblr.com/tumblr_m25e8wACi51qfamg6 .gif"> <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /> <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> <style type="text/css"> {block:ifcustomscrollbar} ::-webkit-scrollbar {width: 9px; height: 3px; background:{color:background};} ::-webkit-scrollbar-thumb {background-color: #fff;} {/block:ifcustomscrollbar} body { margin:0px; background-color: {color:Background}; background-image:url(http://media.tumblr.com/tumblr_lpwp0jtZAn1qcn2vb.png ); background-attachment: fixed; background-repeat: repeat; cursor: url(http://i.imgur.com/ZOrzC.png), auto; } body, div, p, textarea, submit, input{ font-family: 'tinytots'; font-size: 8px; line-height:10px; color:#a4a4a4; } #wrap{ left: 350px; top: 0px; width: 450px; min-height: 840%; border: 0pt solid #F5A9A9; -webkit-box-shadow:0px 10px 10px 8px #7F5417; background-color: #f9f9f9; line-height: 16px; position: fixed; background:url(http://media.tumblr.com/tumblr_lpwoxqnrXa1qcn2vb.png ); }

p { margin:0px; margin-top:0px; }

::-webkit-scrollbar { width: 8px; height: 25px; } ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { height: 10px; display: block; background-color: #fafafa; border: 1px solid #eee; } ::-webkit-scrollbar-track-piece { background-color: #ffffff; } ::-webkit-scrollbar-thumb:vertical { height: 25px; background-color: #fafafa; border: 1px solid #eee; }

a:link, a:active, a:visited{ color: {color:links}; text-decoration: none; } @font-face { font-family: "halohandletter"; src: url('http://static.tumblr.com/loouiuu/Ttaloide6/halohandletter.ttf'); }

@font-face { font-family: "tinytots"; src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf'); } @font-face { font-family: "sueellen"; src: url('http://themes.googleusercontent. com/static/fonts/sueellenfrancisco/v2/TwHX4vSxMUnJUdEz1JIgrrtXaZAN_aGv07JTA91X2H I.woff'); }

a:hover { cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto; text-shadow: 1px 1px 1px #eeeeee; color: #808080; text-decoration: blink; } /*** ask ***/ .bubble {align:right;background: #fff; margin:7px 0px 5px 66px;padding:10px;posi tion: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5p x; -moz-box-shadow: 3px 3px 3px 2px #eee; -webkit-box-shadow: 3px 3px 3px 2px #eee;} .bubble p {margin:1px 0px;} .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0; line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bot tom:7px solid transparent;border-right:10px solid #fff;} .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee} #wrap{ left: 890px; top: 80px; width: 220px; min-height: 330px; border: 0pt solid #F5A9A9; -webkit-box-shadow:0px 5px 5px 3px #bdbdbd; background-color: #f9f9f9; line-height: 16px; position: fixed; background:url(http://static.tumblr.com/0v05tkr/LrLm2clat/9020au.png); } #wrap2{ left: 210px; top: 80px; width: 220px; min-height: 330px; border: 0pt solid #F5A9A9; -webkit-box-shadow:0px 5px 5px 3px #bdbdbd; background-color: #f9f9f9; line-height: 16px; position: fixed; background:url(http://static.tumblr.com/0v05tkr/LrLm2clat/9020au.png); } div#center{ margin:auto; position:relative; width:800px; background-color:; overflow:auto; overflow-y:hidden; }

div#letsnavigate{ -moz-border-radius:0px; border-radius:0px; border-left:0px #F78181; border-right:0px #F78181; position:fixed !important; width:200px; height:400px; margin-top:120px; margin-left:-5px; padding:2px; background-color:; z-index:10; overflow:hidden; }

div#sidebaricon{ -moz-border-radius:0px; border-radius:0px; border-left:0px #F78181; border-right:0px #F78181; position:fixed !important; width:200px; height:200px; margin-top:100px; margin-left:675px; padding:2px; background-color:; z-index:10; overflow:hidden; } div#disclaimer{ -moz-border-radius:0px; border-radius:0px; border-left:1px #7B4A12; border-right:1px #7B4A12; position:fixed !important; width:150px; height:100px; margin-top:260px; margin-left:-5px; padding:2px; background-color:#fff; z-index:10; overflow:hidden; -moz-box-shadow: 0px 0px 0px 1px #bdbdbd; -webkit-box-shadow: 0px 0px 0px 1px #bdbdbd; padding: 12px; }

div#sidebar{ -moz-border-radius:0px; border-radius:0px; border-left:1px #7B4A12; border-right:1px #7B4A12; position:fixed !important; width:150px; height:100px; margin-top:260px; margin-left:675px; padding:2px; background-color:#fff; z-index:10; overflow:hidden; -moz-box-shadow: 0px 0px 0px 1px #bdbdbd; -webkit-box-shadow: 0px 0px 0px 1px #bdbdbd; padding: 12px; }

div#content{ background-image:url(); float:left; width:400px; padding:2px; margin-left:220px; margin-top:10px; margin-bottom:2px; border-right:1px #7B4A12; border-bottom:1px #7B4A12; -moz-border-radius:0px; border-radius:5px; background-color:{color:posts background}; } div#entry{ background: transparent; margin-top:10px; padding-top:10px; padding-bottom:10px; padding-left:10px; padding-right:10px; background-image:url(); } #entry .permalink{ position:absolute; margin-top:0px;

margin-left:0px; width:380px; height:30px; padding-bottom:2px; background-image:url(http://media.tumblr.com/tumblr_lpwp0jtZAn1qcn2vb.png); overflow:hidden; font-size:8px; font-family:'tinytots'; letter-spacing:.5px; line-height:23px; text-align:center; opacity:0.0; -webkit-transition: all 0.4s linear; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear; } #entry:hover .permalink{ width:380px; height:20px; margin-top:10px; margin-left:0px; overflow:visible; -webkit-transition: all 0.4s linear; opacity: 0.8; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear; }

#postnotes{ text-align: justify;} #postnotes blockquote{ border: 0px;} .credit{ color:#000000; font-family:arial; font-size:10px; line-height:11px; letter-spacing:0px; } .credit a{ color:#000000; font-family:arial; font-size:10px; line-height:11px; letter-spacing:0px; } .title{ font-family: 'sueellen'; font-size: 25px; line-height: 30px;

color: {color:title}; letter-spacing: 0px; text-transform: uppercase; } blockquote{ padding:0px 0px 2px 5px; margin:0px 0px 0px 0px; border-left: 1px solid #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;} .permalink img{ max-width:20px; max-height:20px; } .notes img{ width:10px; position:relative; top:3px; } .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset { {block:IndexPage} width: 500px !important; {/block:IndexPage} } div.navi a{ text-align: center; padding:3px; color: #bdbdbd; background: #fff; margin-right:1px; margin-bottom:1px; width: 155px; font-family: 'tinytots'; font-size: 8px; display: inline-block; border-left: 5px solid #bdbdbd; border-right: 1px solid #bdbdbd; border-bottom: 1px solid #bdbdbd; border-top: 1px solid #bdbdbd; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear;

transition: all 0.2s linear; -moz-border-radius: 26px 26px 26px 26px; border-radius: 0px 26px 26px 0px; } div.navi a:hover{ border-top: 1px solid #bdbdbd; border-bottom: 1px solid #bdbdbd; border-left: 25px solid #bdbdbd; border-right: 0px solid #bdbdbd; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; }

div#lilban{ position:fixed !important; width: auto; height: auto; margin-top: -18px; margin-left: 0px; background-color: transparent; font-size: 90px; font-family: halohandletter; line-height: 0px; text-align: center; text-shadow: 2px 2px 2px #bdbdbd;

color: #FFFFFF; }

</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>

<div id="wrap"></div>

<div id="wrap2">

<div id="lilban"><span id="bubble">Je suis dsol;</span></div>

</div> <div id="cage"> <div id="center"> <div id="sidebar">

<div align="justify"> {Description} <br>

</div></div> <div id="letsnavigate"> <div class="navi"> <a <a <a <a <a <a <a href="/">Recents</a> href="/ask">Message</a> href="http://zegeekprincess.tumblr.com">Scribbles</a> href="http://missmontague.tumblr.com/">Bestie</a> href="http://mademoisellejes.deviantart.com/">Deviant</a> href="http://facebook.com/aloiss.princess">Facebook</a> href="http://fashion-laces.tumblr.com/">Theme</a>

</div> </div> <div id="disclaimer"> <div id="scroll3" style="font-family: halohandletter; font-size: 25pt; color: #a

4a4a4;font-weight: bold; letter-spacing: .5px; text-transform: normal; "> Disclaimer </div> <br><div align="justify"> I do not own any of these photos unless otherwise stated. All credits goes to th eir rightful owners. THEME BY THE GORGEOUS FASHION-LACES <br><br>Best Viewed in Google Chrome. </div></div> <div id="sidebaricon"> <img src="http://static.tumblr.com/0v05tkr/OYZm2cmzu/tumblr_m25e8waci51qfamg6.gi f"; width="170" height="150" style="opacity:.8; background:#ffffff; -moz-box-sh adow: 0px 0px 0px 1px #bdbdbd; -webkit-box-shadow: 0px 0px 0px 1px #bdbdbd; ">

</div>

<div id="content"> {block:Posts} <div id="entry"> {block:IndexPage} <div class="permalink"> <a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" ta rget="_blank">reblog</a></span></div> {/block:IndexPage} {block:Text} {block:Title}<span class="title"><center><br>{Title}<br><img src="http://i128.ph otobucket.com/albums/p165/charmroyal/graphics/dividers/43.gif"><br><br></center> </span>{/block:Title} {Body} {/block:Text} {block:Link} <a href="{URL}" class="title"><center>{Name}<br><img src="http://i128.photobucke t.com/albums/p165/charmroyal/graphics/dividers/43.gif"><br></center></a> {block:Description}{Description}{/block:Description} {block:Link} {block:Photo}<center> {block:IndexPage}{LinkOpenTag}<div class="photo"><img src="{PhotoURL-400}" alt=" {PhotoAlt}" width=380px/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkP age}{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"width=500px/>{LinkClo seTag}{/block:PermalinkPage}</center> {block:ifshowcaptions}{caption}{/block:ifshowcaptions}

{/block:Photo} {block:Photoset} <center><div class="photoset_photo">{Photoset-400}</div></center> {block:ifshowcaptions}{caption}{/block:ifshowcaptions} {/block:Photoset} {block:Quote} <span class="title"><center>{Quote}<br><img src="http://i128.photobucket.com/alb ums/p165/charmroyal/graphics/dividers/43.gif"><br></center></span> {block:Source}<p align="center">-{Source}</p>{/block:Source} </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> {/block:Chat} {block:Answer}<img src="{AskerPortraitURL-40}" align="left" class="askborder"><d iv class="bubble"><span></span>{Asker}: {Question}&nbsp;</div>{Answer}{/block:An swer}

{block:Audio} <center><div class="audio"><div style="width:400px; height:-10px;"><div style="f loat:center">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;"> </div></div>{block:ifshowcaptions}{caption}{/block:ifshowcaptions}</center> {/block:Audio} {block:Video}<center> {Video-400}</center>{block:ifshowcaptions}{caption}{/block:ifshowcaptions} {block:Video} {block:PermalinkPage}{block:ifnotshowcaptions}{block:Caption}{Caption}{/block:Ca ption}{/block:ifnotshowcaptions}{block:NoteCount}{NoteCountWithLabel}{/block:Not eCount}{/block:PermalinkPage} {block:PostNotes}{PostNotes} {/block:PostNotes} </div> {/block:Posts}

</div></div>

</div> </center>

<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>

</body>

</html>

You might also like