- <!--
- Theme by 0racular
- DONT REMOVE CREDIT.
- Note:Custom scrollbar only works in Google Chrome and Safari.
- If you steal this theme I /will/ find out and I will find you and I will bring hell with me.
- -->
- <html lang="en">
- <head>
- <title>{Title}
- </title>
- {Block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/Block:ifinfinitescrolling}
- {block:ifenableminicursor}<style type="text/css">body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}</style>{/block:ifenableminicursor}
- <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:background" content="#20C6E6"/>
- <meta name="color:sidebar 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="text:title font size" content="12px"/>
- <meta name="text:text font size" content="10px"/>
- <meta name="text:first custom link title" content=""/>
- <meta name="text:first custom link url" content=""/>
- <meta name="text:second custom link title" content=""/>
- <meta name="text:second custom link url" content=""/>
- <meta name="text:third custom link title" content=""/>
- <meta name="text:third custom link url" content=""/>
- <meta name="text:fourth custom link title" content=""/>
- <meta name="text:fourth custom link url" content=""/>
- <meta name="text:fifth custom link title" content=""/>
- <meta name="text:fifth custom link url" content=""/>
- <meta name="font:text font" content="arial"/>
- <meta name="font:title font" content="georgia"/>
- <meta name="image:Sidebar" content="1"/>
- <meta name="if:show blog title" content="0"/>
- <meta name="if:show description" content="1"/>
- <meta name="if:show sidebar photo" content="1"/>
- <meta name="if:show default links" content="0"/>
- <meta name="if:show captions" content="0"/>
- <meta name="if:infinite scrolling" content="1"/>
- <meta name="if:enable mini cursor" content="1"/>
- <meta name="if:rainbow links" content="1"/>
- <meta name="if:custom scrollbar" content="0"/>
- <meta name="if:first custom link" content="0"/>
- <meta name="if:second custom link" content="0"/>
- <meta name="if:third custom link" content="0"/>
- <meta name="if:fourth custom link" content="0"/>
- <meta name="if:fifth custom link" content="0"/>
- <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">
- {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-attachment: fixed;
- background-repeat: repeat;
- }
- body, div, p, textarea, submit, input{
- font-family: {font:text font};
- font-size: {text:text font size};
- line-height:11px;
- 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;
- }
- div#center{
- margin:auto;
- position:relative;
- width:730px;
- overflow:auto;
- overflow-y:hidden;
- }
- div#content{
- float:left;
- width:400px;
- padding:2px;
- padding-bottom:0px;
- margin-left:260px;
- margin-top:29px;
- margin-bottom:2px;
- border:1px solid black;
- background-color:#FFFFFF;
- }
- div#topbar{
- position:fixed;
- float:left;
- margin-left:260px;
- border:1px solid black;
- width:400px;
- height:10px;
- padding:1px 2px 3px 2px;
- background-color:#fff;
- }
- div#bridge{
- position:fixed;
- width:406px;
- margin-top:11px;
- margin-left:260px;
- height:18px;
- background-color:{color:background};
- z-index:10px;
- border-bottom:1px solid black;
- }
- div#bridge2{
- position:fixed;
- width:404px;
- margin-top:30px;
- margin-left:261px;
- height:2px;
- background-color:#fff;
- z-index:10px;
- }
- div#sidebar{
- border:1px solid black;
- position:fixed !important;
- width:200px;
- height:auto;
- margin-top:265px;
- margin-left:47px;
- padding:1px;
- background-color:{color:sidebar background};
- -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.35);
- -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.35);
- box-shadow: 0px 0px 8px rgba(0,0,0,0.35);
- }
- div#sidebarphoto{
- border:1px solid black;
- position:fixed !important;
- width:200px;
- height:400px;
- margin-top:5px;
- margin-left:47px;
- padding:1px;
- background-color:{color:sidebar background};
- -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.35);
- -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.35);
- box-shadow: 0px 0px 8px rgba(0,0,0,0.35);
- }
- div#entry{
- background-color: #000000;
- margin-top:0px;
- padding-top:0px;
- padding-bottom:2px;
- background-color:#fff;
- }
- #entry .permalink{
- position:absolute;
- margin-top:-5px;
- width:400px;
- height:10px;
- padding-bottom:4px;
- background-color:#ffffff;
- overflow:hidden;
- font-size:10px;
- font-family:Ubuntu;
- letter-spacing:-1px;
- line-height:13px;
- text-align:center;
- opacity:0.0;
- -webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- #entry:hover .permalink{
- margin-top: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;
- }
- div#corner{
- position:fixed !important;
- width:auto;
- height:auto;
- margin-top:0px;
- margin-left:0px;
- padding:1px;
- padding-right:2px;
- background-color:{color:sidebar background};
- }
- #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;
- }
- .bow{
- z-index:100000;
- }
- .toplinks{
- line-height:11px;
- color:#000000;
- }
- .title{
- font-family: {font:title font};
- font-size: {text:title font size};
- line-height:12px;
- 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}
- }
- 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: 1px; text-transform: Camelcase; font-size: 10px; text-align: center; background-color: #363835; background: rgba(255, 255, 255, 0.0); -webkit-transition: background-color 0.5s ease-out; -moz-transition: background-color 0.5s ease-out;
- transition: background-color 0.5s ease-out;}
- h4.small {display: table-cell; width: 100px; margin: 0px; height: 100%;}
- li.drawer h4.open {background-color: #121213; border-top: 0px;}
- li.drawer div {padding: 2px; margin: 0px; line-height: 12px; 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>
- {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}
- <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="corner">
- <span class="credit">theme by <a href="http://0racular.tumblr.com">0racular</a></span>
- </div>
- <div id="cage">
- <div id="center">
- {block:ifshowsidebarphoto}<div id="sidebarphoto">
- <center><img src="{image:sidebar}" width=200px; height=300px;></img></center>
- </div>{/block:ifshowsidebarphoto}
- {block:ifshowdescription}<div id="sidebar">
- <center>
- {block:ifshowblogtitle}<span class=title><a title="" href="/">
- {Title}
- </a></span><br>{/block:ifshowblogtitle}</center>
- <center>
- {Description}
- </center>
- {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>{/block:ifshowdescription}
- {block:ifnotshowdescription}
- {block:ifnotinfinitescrolling}<div id="sidebar">
- {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}
- </div>{/block:ifnotinfinitescrolling}
- {/block:ifnotshowdescription}
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:IndexPage}
- <div class="permalink">
- <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-400}</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 id="bridge">
- </div>
- <div id="bridge2">
- </div>
- <div id="topbar"><span class="toplinks"><center>{block:ifnotshowdefaultlinks}{block:ifnotfirstcustomlink}{block:ifnotsecondcustomlink}{block:ifnotthirdcustomlink}{block:ifnotfourthcustomlink}{block:ifnotfifthcustomlink}<div style="padding-top:1px;"><img src="http://i150.photobucket.com/albums/s105/xion6789/blank.png"/></div>{/block:ifnotfifthcustomlink}{/block:ifnotfourthcustomlink}{/block:ifnotthirdcustomlink}{/block:ifnotsecondcustomlink}{/block:ifnotfirstcustomlink}{/block:ifnotshowdefaultlinks}
- {block:ifshowdefaultlinks}
- <p><a href="/">home</a> | <a href="/ask">ask</a> | <a href="/archive">archive</a>
- {/block:ifshowdefaultlinks}
- {block:iffirstcustomlink}{block:ifshowdefaultlinks}|{/block:ifshowdefaultlinks} <a href="{text:first custom link url}">{text:first custom link title}</a>{/block:iffirstcustomlink}
- {block:ifsecondcustomlink} You knew me at my best, now I can't even stand on my own. <a href="{text:second custom link url}">{text:second custom link title}</a>{/block:ifsecondcustomlink}
- {block:ifthirdcustomlink} <a href="{text:third custom link url}">{text:third custom link title}</a>{/block:ifthirdcustomlink}
- {block:iffourthcustomlink} <a href="{text:fourth custom link url}">{text:fourth custom link title}</a>{/block:iffourthcustomlink}
- {block:iffifthcustomlink} <a href="{text:fifth custom link url}">{text:fifth custom link title}</a>{/block:iffifthcustomlink}
- <span class="bow"><div style="padding-top:1px;"><img src="http://i150.photobucket.com/albums/s105/xion6789/bowalone-2.png"/></div></span></center></span>
- </div>
- </div>
- </div>
- </center>
- </body>
- </html>