Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <head>
- <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Coming+Soon' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
- {Block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/Block:ifinfinitescrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {block:ifinfinitescroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifinfinitescroll}
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/tumblr_lngwraXumj1qf72le.png" class="btn_close" title="Close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 60) / 2;
- var popMargLeft = ($('#' + popID).width() + 60) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Short+Stack::latin'] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Short+Stack::latin'] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <title>{Title}
- </title>
- <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>
- <style type="text/css">
- a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
- .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
- .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
- #facebook
- {
- top:49px;
- display:block;
- margin:0;
- padding:0px 0 0;
- position:fixed;
- text-align:center;
- width:100px;
- z-index:999;
- right:-25px;
- }
- #biter
- #bite a {display:block}
- #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
- #bite:hover .death {margin-top:0px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #fff;
- padding: 10px;
- border: 00px solid #ddd;
- float: left;
- font-size: 1.2em;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- border: 2px solid #363636;
- -moz-box-shadow: 0 0 5px #CFCFCF;
- -webkit-box-shadow: 0 0 5px #CFCFCF;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- @import url(http://fonts.googleapis.com/css?family=Short+Stack);
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #000;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- {block:ifenableminicursor}<style type="text/css">body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}ul#drawers {width: 100px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;}
- ul#drawers a {text-decoration: none; color: #000;}
- 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;}
- h4.small {display: table-cell; width: 100px; margin: 0px; height: 100%;}
- li.drawer h4.open {background-color: ; border-top: 0px;}
- li.drawer div {padding: 0px; margin: 0px; line-height: 10px; background-color: #363835; background: rgba(255, 255, 255, 0.0);}
- li.drawer div li {list-style-type: disc;}
- li.drawer div ul {-webkit-padding-start: 12px;}</style><link rel="shortcut icon" href="http://27.media.tumblr.com/tumblr_lztovoGEfG1r41o5go1_100.gif">
- {/block:ifenableminicursor}
- <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
- {block:ifinfinitescroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifinfinitescroll}
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:background" content="#FF9046"/>
- <meta name="if:infinite scrolling" content="1"/>
- <meta name="color:sidebar background" content="#ffffff" />
- <meta name="color:posts background" content="#ffffff" />
- <meta name="color:text" content="#000000"/>
- <meta name="color:title" content="#000000"/>
- <meta name="color:links" content="#000000"/>
- <meta name="color:link hover" content="#686868"/>
- <meta name="if:Shadow Links" content="0"/>
- <meta name="text:title font size" content="12px"/>
- <meta name="text:text font size" content="10px"/>
- <meta name="text:title line height" content="12px"/>
- <meta name="text:text line height" content="11px"/>
- <meta name="if:tiny scrollbar" content="1/">
- <meta name="font:text font" content="'Short Stack', cursive;"/>
- <meta name="font:title font" content="'Short Stack', cursive;"/>
- <meta name="image:Sidebar" content="1"/>
- <meta name="image:Background" content=""/>
- <meta name="if:show blog title" content="0"/>
- <meta name="if:show sidebar photo" content="0"/>
- <meta name="if:show links" content="0"/>
- <meta name="if:rounded corners" content="1"/>
- <meta name="if:show captions" content="0"/>
- <meta name="if:enable mini cursor" content="1"/>
- <meta name="if:rainbow links" content="1"/>
- <meta name="if:custom scrollbar" content="0"/>
- {block:ifrainbowlinks}
- <link rel="shortcut icon" href="{Favicon}">
- <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>
- {/block:ifrainbowlinks}
- <style type="text/css">
- {block:ifcustomscrollbar}
- ::-webkit-scrollbar {width: 9px; height: 3px; background: {color:background}}
- ::-webkit-scrollbar-thumb {background-color: #ffffff;}
- {/block:ifcustomscrollbar}
- 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:'Short Stack', cursive; {font:text font};
- font-size: 12px;
- line-height:{text:text line height};
- color:{color:Text};
- }
- p {
- margin:0px;
- margin-top:0px;
- }
- a:link, a:active, a:visited{
- color: {color:links};
- text-decoration: none;
- }
- a:hover {
- {block:ifnotrainbowlinks}
- color:{color:link hover};
- {block:ifnotrainbowlinks}
- text-decoration: none;
- }
- {block:iftinyscrollbar}
- ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF; }
- ::-webkit-scrollbar-thumb { background-color: #FFFFFF; -webkit-border-radius: 1ex; border: 1px solid BLACK;}
- {/block:iftinyscrollbar}
- div#center{
- margin:auto;
- position:relative;
- width:730px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- div#content{
- float:left;
- width:400px;
- padding:2px;
- padding-bottom:0px;
- margin-left:50px;
- margin-top:1px;
- margin-bottom:2px;
- background-color:{color:posts background};
- }
- .navlinks {
- height:12px;
- font-family: 'Short Stack', cursive;
- font-size: 11px;
- text-transform: lowercase;
- background-color:#FFFFFF;
- color:#000000;
- border:dashed 1px;
- margin-top: 1px;
- float:center;
- text-align:center;
- display:block;
- width: 60px;
- text-align: center;
- padding-top:2px;
- margin-left:2px;
- margin-top:2px;
- position:relative;
- text-align: center;
- -webkit-transition-duration: .6s;
- border-top-right-radius:55px;
- border-bottom-right-radius:0px;
- border-top-left-radius:17px;
- border-bottom-left-radius:55px;
- display: inline-block;
- }
- .navlinks:hover {
- font-family: open sans;
- text-transform:uppercase;
- background-color: #7ABFFF;
- border: solid 1px #fff;
- -moz-transition: all .2s ease-in-out;
- -o-transition: all .2s ease-in-out;
- transition: all .2s ease-in-out;
- -webkit-transition: all .2s ease-in-out;
- -webkit-transition-duration: .8s;
- }
- #musicplayer {text-align: center;font-size: 11px;position:fixed;left:20px;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:0px;}
- #music {padding: 0px 0 0px 0;background: #fff;width:60px;}
- #musictab {font-family:century gothic;text-shadow: 0 1px 0 #FFFFFF;height:15px;padding: 10px 0 2px 0;background:#fff;width: 26px; margin-left:0px; margin-top:0px;}
- div#sidebar{
- {block:ifroundedcorners}
- -moz-border-radius:5px;
- border-radius:5px;
- {/block:ifroundedcorners}
- position:fixed !important;
- width:225px;
- height:100%
- margin-top:130px;
- margin-left:500px;
- padding:2px;
- background-color:#FFFFFF;
- -webkit-box-shadow: 12px 12px 5px #FFFFFF;
- -moz-box-shadow: 12px 12px 5px #FFFFFF;
- box-shadow: 0px 0px 20px #FFFFFF;
- -moz-border-radius:7px;
- border-radius:7px;
- }
- div#links{
- position:fixed !important;
- width: 83px;
- height:auto;
- margin-left:-10px;
- margin-top: 85px;
- padding: 1px;
- font-size: 10px;
- line-height:12px;
- letter-spacing:0px;
- margin-bottom: 5px;
- }
- .navigate {
- width: 39px;
- height: 34px;
- background-color: #ffffff;
- font-size:11px;
- letter-spacing:0px;
- font-family:
- margin-top:5px;
- margin-left:-19px;
- line-height:37px;
- border: dashed 1px {Color:Links};
- text-align:center;
- -webkit-transition-duration: .6s;
- border-top-right-radius:55px;
- border-bottom-right-radius:0px;
- border-top-left-radius:17px;
- border-bottom-left-radius:55px;
- display: inline-block;
- }
- .navigate:hover {
- text-transform:uppercase;
- background-color: #7ABFFF;
- border: solid 1px #fff;
- -moz-transition: all .2s ease-in-out;
- -o-transition: all .2s ease-in-out;
- transition: all .2s ease-in-out;
- -webkit-transition: all .2s ease-in-out;
- -webkit-transition-duration: .8s;
- }
- 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-shadow:3px 2px 3px #000000;
- -webkit-transition: color 0.2s ease-out;
- -moz-transition: color 0.2s ease-out;
- text-decoration: none;
- font-style: none;}
- #musicplayer{
- text-align: center;
- font-size: 11px;
- {block:IndexPage}position:fixed;left:109px;top:-43px;{/block:IndexPage}
- {block:PermalinkPage}position:fixed;left:128px;top:-43px;{/block:PermalinkPage}
- -webkit-transition: all .4s ease-in-out;
- -moz-transition: all .4s ease-in-out;
- -o-transition: all .4s ease-in-out;
- z-index:999;
- }
- #musicplayer:hover{
- top:0px;
- }
- #music{
- padding:3px;
- background: #fff;
- width:60px;
- z-index: 9999;
- text-align:center;
- -moz-border-radius:0px;
- border-bottom-right-radius:6px;
- }
- #musictab{
- font-family:cambria;
- height: auto;
- padding:1px;
- background:#fff;
- width: 30px;
- -moz-border-radius:0px;
- border-bottom-right-radius:6px;
- border-bottom-left-radius:6px;
- }
- div#entry{
- background-color: #000000;
- margin-top:0px;
- padding-top:0px;
- padding-bottom:2px;
- background-color:{color:posts background};
- }
- #entry .permalink{
- width:auto;
- position: absolute;
- font-family: 'Amatic SC', cursive;
- font-size: 20px;
- line-height: 22px;
- letter-spacing: 2px;
- text-align: right;
- overflow:hidden;
- opacity: 0.0;
- background-color:#F1F1F1;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- #entry:hover .permalink{
- width: 400px;
- background-color:F1F1F1;
- overflow:visible;
- -webkit-transition: opacity 1.0s linear; opacity: 1.0;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- div#corner{
- position:fixed !important;
- width:auto;
- height:auto;
- margin-top:0px;
- margin-left:0px;
- padding:1px;
- padding-right:2px;
- background-color:#ffffff;
- }
- #postnotes{
- text-align: justify;}
- #postnotes blockquote{
- border: 0px;}
- .title{
- font-family:'Amatic SC', cursive;
- font-size: 22px;
- line-height: 25px;;
- color: {color:title};
- letter-spacing: 0px;
- font-weight: normal;
- padding:0px 0px 0px 0px;
- }
- .blogtitle{
- font-family:'Amatic SC', cursive;
- font-size: 48px;
- line-height: 25px;;
- color: {color:title};
- letter-spacing: 0px;
- font-weight: normal;
- padding:0px 0px 0px 0px;
- }
- 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;}
- .notes img{
- width:10px;
- position:relative;
- top:3px;
- }
- .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
- {block:IndexPage}
- width:400px !important;
- {/block:IndexPage}
- }
- </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>
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
- </script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".links_body").hide();
- $(".links_head").click(function(){
- $(this).next(".links_body").slideToggle('fast');
- }); }); </script>
- <style type="text/css">
- .links_list {
- margin:0px; padding:0px; width:180px;}
- .links_head {
- padding-top:5px; padding-bottom:5px; cursor:pointer; position:relative; margin:1px; text-align:center;}
- .links_body {
- padding:10px; text-align:left; color: #fff; display:none;}
- </style>
- <body>
- <SCRIPT TYPE="text/javascript">
- <!--
- function clickIE() {if (document.all) {(message);return false;}}
- function clickNS(e) {if
- (document.layers||(document.getElementById&&!document.all)) {
- if (e.which==2||e.which==3) {(message);return false;}}}
- if (document.layers)
- {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
- else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
- document.oncontextmenu=new Function("return false")
- // -->
- </SCRIPT>
- <SCRIPT TYPE="text/javascript">
- <!--
- function clickIE() {if (document.all) {(message);return false;}}
- function clickNS(e) {if
- (document.layers||(document.getElementById&&!document.all)) {
- if (e.which==2||e.which==3) {(message);return false;}}}
- if (document.layers)
- {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
- else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
- document.oncontextmenu=new Function("return false")
- // -->
- </SCRIPT>
- <div id="fb-root"></div>
- <script>(function(d, s, id) {
- var js, fjs = d.getElementsByTagName(s)[0];
- if (d.getElementById(id)) return;
- js = d.createElement(s); js.id = id;
- js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
- fjs.parentNode.insertBefore(js, fjs);
- }(document, 'script', 'facebook-jssdk'));</script>
- <script language=JavaScript>
- <!—
- //Disable right mouse click Script
- //By Maximus ([email protected]) w/ mods by DynamicDrive
- //For full source code, visit http://www.dynamicdrive.com
- var message=”Function Disabled!”;
- ///////////////////////////////////
- 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(“alert(message);return false”)
- // —>
- </script>
- {block:ifnotinfinitescrolling}
- <br><p>{block:Pagination}<center>
- {block:PreviousPage}<a href="{PreviousPage}"><font size="2">← </font></a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><font size="2">→</font></a>{/block:NextPage}</center>{/block:Pagination}
- {/block:ifnotinfinitescrolling}
- </div>
- <div id="cage">
- <div id="center">
- <div id="sidebar">
- <center>
- </a></span><br>{/block:ifshowblogtitle}</center>
- {block:ifshowsidebarphoto}<center><img src="{image:sidebar}" width=200px></img></center><br>{/block:ifshowsidebarphoto}
- <center>
- {Description}
- </center>
- <center><br>
- </br>
- <div id="bite">
- <h4><center>Hover here</center></h4>
- <div class="death">
- <div align="center">
- <div class="navigate"><a href="/"><center>home</center></a></div><br>
- <div class="navigate"><a href="/ask">ask</a></a></div><br>
- <div id="linkk">
- </div>
- </div>
- </div>
- </div>
- {block:ifshowlinks}
- {/block:ifshowlinks}
- {block:ifnotinfinitescrolling}
- <br><p>{block:Pagination}<center>
- {block:PreviousPage}<a href="{PreviousPage}"><font size="2">← </font></a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><font size="2">→</font></a>{/block:NextPage}</center>{/block:Pagination}
- {/block:ifnotinfinitescrolling}
- </div>
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:IndexPage}
- <div class="permalink">
- {TimeAgo} <a href="{permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
- {/block:IndexPage}
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- {block:Photo}<center>
- {block:IndexPage}{LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=400px/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{LinkCloseTag}{/block:PermalinkPage}</center>
- {block:ifshowcaptions}{caption}{/block:ifshowcaptions}
- {/block:Photo}
- {block:Photoset}
- <center><div class="photoset_photo">{Photoset-500}</div></center>
- {block:ifshowcaptions}{caption}{/block:ifshowcaptions}
- {/block:Photoset}
- {block:Quote}
- <span class="title">{Quote}</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:Audio}
- <center><div class="audio"><div style="width:400px; height:-10px;"><div style="float: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:Caption}{/block:ifnotshowcaptions}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div></div>
- </div>
- </center>
- </body>
- </div><div style="display:block;bottom:5px;right:5px;font-size:10px;font-family:georgia;position:fixed;background-color:#ffffff;padding:3px;border-radius:10px;z-index:5;opacity:0.75;">theme by <a href="http://k4rla.com">k4rla</a></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment