Line Number | Syntax Highlight | Download Raw
LinkedIn


<!DOCTYPE html PUBLIC>

<!-----

Bruton Theme by Itziar Damborenea, 2011. Excellenc&#398;.
Please respect the credit of the Theme.

------>

<html lang="en">

 <script type='text/javascript'>
//<![CDATA[
var rate = 50;
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>   

</head>

<script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
<script type="text/javascript"> 
$(document).ready(function () {
$('li.drawer div:nth-child(2)').hide();
$('li.drawer h4').click(function () {
if ($(this).hasClass('open')) {
$('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
else {
$('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
$(this).next().slideDown();
$(this).addClass('open');}
});
});
</script>

<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>

<title>{Title}
</title>


<!-- DEFAULT VARIABLES -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="image:Background" content=""/>
<meta name="color:Background" content="#fff"/>
<meta name="color:Text" content="#000000"/>
<meta name="color:Title" content="#000000"/>
<meta name="color:Link" content="#000000"/>
<meta name="color:Hover" content="#c7c7c7"/>
<meta name="font:Title" content="Georgia"/>
<meta name="font:Body" content="Georgia"/>
<meta name="image:Sidebar" content="0"/>
<meta name="if:Show Photo" content="0"/>
<meta name="if:Show Blog Title" content="0"/>
<meta name="if:show archive" content="1"/>
<meta name="if:show ask" content="1"/>
<meta name="if:Show Description" content="0"/>
<meta name="if:Faded Images" content="1"/>
<meta name="if:Inverted Fade" content="0"/>
<meta name="if:Show Submit" content="1"/>
<meta name="if:Online or Offline" content="1" />
<meta name="if:Online" content="1" />


<meta name="text:Link One" content="" />
<meta name="text:Link One Title" content="" />
<meta name="text:Link Two" content="" />
<meta name="text:Link Two Title" content="" />
<meta name="text:Link Three" content="" />
<meta name="text:Link Three Title" content="" />
<meta name="text:Link Four" content="" />
<meta name="text:link Four Title" content="" />
<meta name="text:link Five" content="" />
<meta name="text:link Five Title" content="" />
<meta name="text:link Six" content="" />
<meta name="text:link Six Title" content="" />

<style type="text/css">


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: {font:Body};
font-size: 10;
line-height:{lineheight:text}px;
letter-spacing:0px;
color:{color:Text};
}

#le-excellencethemes{
position:fixed !important;
width:auto; 
height:auto;   
right:3px;
top:26px;
}

::-webkit-scrollbar-thumb:vertical {  
background-color:#3D3D3D;
height:100px;
}
::-webkit-scrollbar-thumb:horizontal {
background-color:#3D3D3D;
height:10px !important;
}
::-webkit-scrollbar {
height:10px;
width:5px;
background-color:#FCFCFC;
}


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


a:link, a:active, a:visited{color: {color:Link}; text-decoration: none; -webkit-transition: color 0.3s ease-out; -moz-transition: color 0.3s ease-out; transition: color 0.3s ease-out;}

a:hover {
color:{color:Hover};
text-decoration: none;
font-style:;
filter:Wave(strength=4);height:1px; 
}


div#center{
margin:auto;
position:relative;
width:auto;
height:1px;
background-color:;
overflow:auto;
overflow-y:hidden;
}

div#content{
float:center;
width:662px;
{block:PermalinkPage}
width:450px;
{/block:PermalinkPage}
height:auto;
padding-right:0px;
padding-left:1px;
padding-top:1px;
padding-bottom:0px;
margin-top:5px;
margin-bottom:2px;
margin-left:100px;
box-shadow: 0px 0px 0px #0066FF;
background:#fff;
}

div#entry{
float:left;
width:330px;
height:auto;
background-color:#fff;
}


div#sidebar{
-moz-border-radius:0px;
border-radius:0px;
position:fixed !important;
width:auto;
height:auto;
background-color:transparent;
margin-top:300px;
margin-left:830px;
padding-top:1px;
padding-right:1px;
padding-left:1px;
padding-bottom:1px;
background-color:#fff;
line-height:10px;

}

#entry{
height:auto;
margin-right:1px;
padding-bottom:0px;
margin-right:1px;
margin-bottom:1px;
}

#entry .perma a{
float: bottom;
color:#000;
}

#entry .perma{
float: bottom;
width:330px; 
position: absolute; 
font-family: {font:Body};
font-size: 10px;
line-height: 13px; 
text-align: center;
overflow:hidden; 
opacity: 0.0; 
background-color:#fff;
}

#entry .perma a{ color:#000;}




#entry .perma{ {block:if500pxpictures}width: 504;{/block:if500pxpictures} {block:if400pxpictures}width: 404;{/block:if400pxpictures} {block:if250pxpictures}width:253px;{/block:if250pxpictures} position: absolute; font-family: cambria; font-size: 10px; line-height: 15px; text-align: center; overflow:hidden; opacity: 0.0; background-color:#fff;}




#entry:hover .perma{ overflow:visible; -webkit-transition: opacity 0.2s linear; opacity: 0.8; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}


#postnotes{
text-align: justify;}

#postnotes blockquote{
border: 0px;}

.title{
font-family: {font:Title};
font-size: 14px;
line-height: {lineheight:title};
color: {color:Title}; 
letter-spacing: -1px;
font-weight: normal;
padding:0px 0px 0px 0px; 
}

.title2{
font-family: {font:Title};
font-size: 14px;
line-height: {lineheight:title};
color: {color:Title}; 
letter-spacing: -1px;
font-weight: normal;
padding:0px 0px 0px 0px; 
}

blockquote{
padding:0px 0px 2px 5px;
margin:0px 0px 0px 0px;
border-left: 1px dotted #555555;
}

#credit a{
color:#353434!important;
}
#credit{
-moz-border-radius:0px;
border-radius:0px; 
position:fixed !important;
width:auto; 
height:auto; 
background-color: #fff; 
opacity: 1;
padding: 3px; 
right:10px;
bottom:5px;
-webkit-box-shadow:0px 0px 6px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
outline:1px solid rgba(0, 0, 0, .1);
border:2px solid rgba(0, 0, 0, .05);
padding: 4px;
}


blockquote p, ul{
margin:0px; 
padding:0px; 
}

{block:ifFadedImages}img{-webkit-transition: opacity 0.8s linear; opacity: 0.75;}img:hover{-webkit-transition: opacity 0.8s linear; opacity: 1;} 
{/block:ifFadedImages}

{block:ifInvertedFade}img{-webkit-transition: opacity 0.7s linear; opacity: 50;}img:hover{-webkit-transition: opacity 0.2s linear; opacity: .60;}
{/block:ifInvertedFade}

}

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




small{font-size: 95%;}


ul#drawers li h4 {margin: 0; padding: 0px; text-transform: Camelcase; font-size: 10px; text-align: center; background-color: #363835; background: rgba(255, 255, 255, 0.0); -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out;}

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


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

<div id="le-excellencethemes">
<a href="http://le-excellencethemes.tumblr.com/"><img src="http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png"></a>
</div>

<center>
<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
{block:ifshowblogtitle}<span class=title><a title="" href="/">{Title}
</a></span>{/block:ifshowblogtitle}

{block:ifshowphoto}<img src="{image:sidebar}" width=200px></a>{/block:ifshowphoto}

<center>{block:ifshowdescription}{description}{/block:ifshowdescription}</cencter>
<p>

<center><a href="/">home</a>

{block:Ifshowarchive}<a href="/archive">archive</a>{/block:Ifshowarchive} 

{block:Ifshowask}<a href="/ask">message</a>{/block:Ifshowask}

{block:IfShowSubmit}<a href="/submit">submit</a>{/block:IfShowSubmit}

{block:ifLinkOneTitle}
<a href="{text:Link One}" class="link">{text:Link One Title}</a>
{/block:ifLinkOneTitle}

{block:ifLinkTwoTitle}
<a href="{text:Link Two}" class="link">{text:Link Two Title}</a>
{/block:ifLinkTwoTitle}

{block:ifLinkThreeTitle}
<a href="{text:Link Three}" class="link">{text:Link Three Title}</a>
{/block:ifLinkThreeTitle}

{block:ifLinkFourTitle}
<a href="{text:Link Four}" class="link">{text:Link Four Title}</a>
{/block:ifLinkFourTitle}

{block:ifLinkFiveTitle}
<a href="{text:Link Five}" class="link">{text:Link Five Title}</a>
{/block:ifLinkFiveTitle}

{block:ifLinkSixTitle}
<a href="{text:Link Six}" class="link">{text:Link Six Title}</a>
{/block:ifLinkSixTitle}


</center>

{block:IfOnlineorOffline}
<div id="credit"><font style="text-shadow: 1px 2px 5px #000;">
<a href="http://le-excellence.tumblr.com/"> {block:IfOnline}Online{/block:IfOnline}{block:IfNotOnline}Offline{/block:IfNotOnline}</a>
</font></div>
{/block:IfOnlineorOffline}

{block:PermalinkPagination}
{block:NextPost}<a href="{NextPost}"></a>{/block:NextPost}
{block:PreviousPost}<a href="{PreviousPost}"></a>{/block:PreviousPost}{/block:PermalinkPagination}
</div></div></div>

</div>

<div id="content">
{block:Posts}
<div id="entry">


{block:IndexPage}
<div class="perma">
<a href="{permalink}">{NoteCountWithLabel}</a> &middot; <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
{/block:IndexPage}

{block:Text}
{block:Title}<span class="title">{Title}</span>{/block:Title}
<span class="entrytext">{Body}</span>
<span class="permalink"><a href="{Permalink}"></p></span>
{block:IndexPage}<div class="otherpostsnotes">
<center><br><a href="{Permalink}">{DayOfWeek}, {DayOfMonth} {Month}</a>
{/block:Date}</div>{/block:IndexPage}
{/block:Text}

{block:Link}
<a href="{URL}" class="title">{Name}</a>
{block:Description}{Description}{/block:Description}
<span class="permalink"><a href="{Permalink}"></span>
{block:IndexPage}<div class="otherpostsnotes">
<center><br><a href="{Permalink}">{DayOfWeek}, {DayOfMonth} {Month}</a>
{/block:Date}</div>{/block:IndexPage}
{block:Link}

{block:Photo}<Center>
{block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=330px height=218/></a>{/block:IndexPage}
{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px/>{/block:PermalinkPage}
{/block:Photo}

{block:Quote}
<span class="title">{Quote}</span>
{block:Source}{Source}{/block:Source}
<span class="permalink"><a href="{Permalink}">-</a></p></span>
{block:IndexPage}<div class="otherpostsnotes">
<center><br><a href="{Permalink}">{DayOfWeek}, {DayOfMonth} {Month}</a>
{/block:Date}</div>{/block:IndexPage}
{/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>
<span class="permalink"><a href="{Permalink}"></a></p></span>
{block:IndexPage}<div class="otherpostsnotes">
<center><br><a href="{Permalink}">{DayOfWeek}, {DayOfMonth} {Month}</a>
{/block:Date}</div>{/block:IndexPage}
{/block:Chat}


{block:Audio}
<div class="audio"><div style="width:250px; height:-10px;"><div style="float:center">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">
{block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}</div></div>{block:ifshowcaptions}{caption}{/block:ifshowcaptions}
<span class="permalink"><a href="{Permalink}"></a></p></span>
{block:IndexPage}<div class="otherpostsnotes">
<center><br><a href="{Permalink}">{DayOfWeek}, {DayOfMonth} {Month}</a>
{/block:Date}</div>{/block:IndexPage}
{/block:Audio}

{block:Video}<center>
{Video-600}</center>{block:ifshowcaptions}{caption}{/block:ifshowcaptions}
<span class="permalink"><a href="{Permalink}">-</a></p></span>
{block:IndexPage}<div class="otherpostsnotes">
<center><br><a href="{Permalink}">{DayOfWeek}, {DayOfMonth} {Month}</a>
{/block:Date}</div>{/block:IndexPage}
{block:Video}


{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCount} {/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}

{block:PostNotes}{PostNotes}
{/block:PostNotes}
</div>

{/block:Posts}
</a>


</div></div>

</center>

</body>

</div></div></div></div></div></div></div></div></div></div>
</html>




Back to recent pastes