- <!--
- theme 3 by k-ttycat
- keep the credit visible on the blog.
- or at least easily accessible
- -->
- <html lang="en">
- <head>
- <script type="text/javascript">
- // <![CDATA[
- var bgcolour="{color:bubbling text 1}"; // background colour
- var fgcolour="{color:bubbling text 2}"; // foreground colour
- var speed=120; // speed of bubbling, lower is faster
- var shades=5; // number of shades of bubble
- /****************************
- * Bubbling Text Effect *
- *(c) 2003-6 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var bubbcol=new Array();
- var bubbler, bubbtxt;
- var bubbchr=new Array();
- window.onload=function() { if (document.getElementById) {
- for (bubbler=0; bubbler<=shades; bubbler++) {
- bubbtxt="#";
- for (var i=1; i<6; i+=2) {
- var bg=parseInt(bgcolour.substring(i,i+2),16);
- bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
- }
- bubbcol[bubbler+1]=bubbtxt;
- }
- bubbler=document.getElementById("bubble");
- bubbtxt=bubbler.firstChild.nodeValue;
- while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbi=document.createElement("span");
- bubbi.setAttribute("id", "bubb"+i);
- bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
- bubbler.appendChild(bubbi);
- }
- bubbler=setInterval ("bubbling()", speed);
- }}
- function dechex(dec) {
- var hex=dec.toString(16);
- if (dec<16) return "0"+hex;
- else return hex;
- }
- function bubbling() {
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbme=document.getElementById("bubb"+i);
- if (bubbchr[i]) {
- bubbme.style.color=bubbcol[bubbchr[i]];
- bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
- }
- else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
- }
- }
- // ]]>
- </script>
- <meta name="color:background" content="#e1e1e1"/>
- <meta name="color:boxes" content="#ffffff"/>
- <meta name="color:text" content="#333"/>
- <meta name="color:titles" content="#4b4b4b"/>
- <meta name="color:links" content="#000"/>
- <meta name="color:hover" content="#fff"/>
- <meta name="color:bubbling text 1" content="#ffffff"/>
- <meta name="color:bubbling text 2" content="#000000"/>
- <meta name="image:Sidebar" content="0"/>
- <meta name="image:Background" content=""/>
- <meta name="if:show title" content="1"/>
- <meta name="if:show photo" content="0"/>
- <meta name="if:show arrows" content="1"/>
- <meta name="if:infinite scrolling" content="1"/>
- <meta name="if:shadows" content="1"/>
- <meta name="if:rounded borders" content="1"/>
- <meta name="if:shadow hover" content="1"/>
- <meta name="if:rainbow hover" content="1"/>
- <meta name="if:tiny mouse" content="1"/>
- <meta name="if:two column posts" content="1"/>
- <meta name="if:three column posts" content="1"/>
- <meta name="if:show side message" content="1"/>
- <meta name="text:link 1" content=""/>
- <meta name="text:link 1 title" content=""/>
- <meta name="text:link 2" content=""/>
- <meta name="text:link 2 title" content=""/>
- <meta name="text:link 3" content=""/>
- <meta name="text:link 3 title" content=""/>
- <meta name="text:side message" content="message here"/>
- {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
- <style type="text/css">
- {block:iftinymouse}
- body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;}
- {/block:iftinymouse}
- @font-face { font-family: "kingcoolkc"; src: url('http://static.tumblr.com/4yxykdm/wmVlrea61/king_cool_kc_1_.ttf'); }
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- @font-face {font-family: "Meow";src: url( 'http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf') format("truetype");}
- 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: tinytots;
- font-size: 8px;
- line-height:12px;
- letter-spacing:1px;
- color:{color:Text};
- }
- a:link, a:active, a:visited{
- color: {color:links};
- 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: 1px 3px 10px;
- {block:ifspacehover}
- letter-spacing:3px;
- {/block:ifspacehover};
- }
- div#cage{
- margin:auto;
- position:relative;
- width:1000px;
- overflow:auto;
- overflow-y:hidden;
- }
- div#content{
- margin-top: 10px;
- margin-left:280px;
- width:auto;
- height:auto;
- margin-bottom:20px;
- {block:ifroundedcorners}
- border-radius:5px;
- {/block:ifroundedcorners};
- }
- div#entry{
- float: left;
- overflow:hidden;
- overflow-y:hidden;
- {block:IndexPage}
- {block:iftwocolumnposts}
- width:300px;
- height:200px;
- {/block:iftwocolumnposts}
- {block:ifthreecolumnposts}
- width:200px;
- height:150px;
- {/block:ifthreecolumnposts}
- border:2px solid white;
- margin:3px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:604px;
- height:auto;
- margin:3px;
- padding:5px;
- {/block:PermalinkPage}
- {block:ifroundedcorners}
- border-radius:10px;
- {/block:ifroundedcorners};
- background-color:#ffffff;
- }
- .navigate {
- width:auto;
- height:auto;
- font-size:18px;
- letter-spacing:6px;
- font-family: 'kingcoolkc';
- color:{color:links};
- line-height:14px;
- border-top-right-radius:5px;
- border-bottom-right-radius:5px;
- border-top-left-radius:5px;
- border-bottom-left-radius:5px;
- display: inline-block;
- text-align: left;
- }
- .navigate:hover {
- background-color:{color:navigation dsfsdad};
- border-color:#4b4b4b;
- font-family: kingcoolkc;
- font-size: 20px;
- color:{color:navigation hover text};
- border-bottom-right-radius:0px;
- border-top-right-radius:0px;
- border-top-left-radius:0px;
- border-bottom-left-radius:0px;
- letter-spacing:3px;
- text-shadow: 4px 1px 10px;
- shadow-color: white;
- text-decoration: italics;
- -webkit-transition: opacity 0.2s linear; opacity: 0.9;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- #entry .perma a{
- color:{color:permalink};}
- #entry .perma{
- width:auto;
- height:auto;
- position: absolute;
- border:1px solid;
- border-radius:0px;
- border-color: transparent;
- font-family: kingcoolkc;
- color:{color:permalink};
- font-size: 20px;
- -webkit-transition-duration: 0.5s;
- line-height: 8px;
- text-align: center;
- overflow:hidden;
- opacity: 0.0;
- background-color:transparent;
- padding: 5px;
- margin-left:0px;
- }
- #entry:hover .perma{
- overflow:visible;
- opacity: 0.3;
- -webkit-transition: opacity 0.2s linear; opacity: 0.9;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- div#sidebar{
- position:fixed !important;
- width: 150px;
- height:10px;
- height:auto;
- margin-top:50px;
- margin-left:10px;
- padding: 3px;
- line-height:20px;
- letter-spacing:0px;
- background-color:{color:boxes};
- {block:ifroundedborders}
- border-radius: 10px;
- {/block:ifroundedborders};
- }
- div#sidemessage{
- position:fixed !important;
- width: auto;
- height: auto;
- margin-top: 290px;
- margin-left: 900px;
- background-color: transparent;
- font-family: "kingcoolkc";
- font-size: 50px;
- line-height: 45px;
- text-align: center;
- text-shadow: 1px 1px 10px #888;
- -webkit-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- }
- div#meow{
- position:fixed !important;
- width:145px;
- height:auto;
- background-color:{color:boxes};
- font-family: stars;
- font-size:12px;
- border: 1px solid white;
- line-height:20px;
- margin-top:250px;
- margin-bottom:20px;
- margin-left:10px;
- padding-top:5px;
- padding-bottom:5px;
- padding-left:5px;
- padding-right:5px;
- text-align:center;
- {block:ifroundedborders}
- border-radius: 10px;
- {/block:ifroundedborders};
- }
- div#kredzzz{
- position:fixed !important;
- width:30px;
- height:16px;
- margin-top:0px;
- margin-left:-115px;
- background-color: white;
- font-family:tinytots;
- font-size:8px;
- line-height:10px;
- padding-top:2px;
- padding-bottom:2px;
- padding-left:2px;
- padding-right:2px;
- text-align:center;
- {block:ifroundedborders}
- border-radius:3px;
- {/block:ifroundedborders};
- }
- #postnotes{
- text-align: justify;}
- #postnotes blockquote{
- border: 0px;}
- .title{
- font-family: kingcoolkc;
- font-size: 16px;
- line-height: 16px;
- color: {color:Titles};
- letter-spacing: 0px;
- font-weight: normal;
- padding:0px 0px 0px 0px;
- }
- .blogtitle{
- font-family: kingcoolkc;
- font-size: 30px;
- line-height: 20px;
- color: {color:Titles};
- letter-spacing: 0px;
- font-weight: normal;
- padding:0px 0px 0px 0px;
- }
- .video embed, .post div.video object {width:350px !important; height:180px !important;}
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 1px;
- border-left: 1px dotted #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;}
- .permalink{
- display: block;
- font-size: 10px;
- text-align: right;
- text-decoration: none;
- }
- </style>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="viewport" content="width=820" />
- {block:ifrainbowhover}
- <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>
- {/block:ifrainbowhover}
- </head>
- <body>
- {block:ifshadowhover}<style type="text/css">a:hover {
- color:{color:shadow hover};
- text-decoration: none;
- font-style: none;
- text-shadow:0px 0px 5px; color:{color:shadow};}</style>{/block:ifshadowhover}
- <div id="cage">
- <div id="sidebar">
- <center>
- {block:ifshowtitle}<span class=blogtitle><a href="/">
- {Title}
- </a></span><br>{/block:ifshowtitle}<p>
- {block:ifshowphoto}<img src="{image:sidebar}" width=150px; height="125px">{/block:ifshowphoto}<p>
- {Description}
- {block:ifshowarrows}
- <BR>
- <BR>
- {block:PreviousPage}<a href="{PreviousPage}"><font size="3"><b>←</b></font></a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"><font size="3"><b>→</b></font></a>{/block:NextPage}
- {/block:ifshowarrows}
- {block:ifinfinitescrolling}{/block:ifinfinitescrolling}
- </div>
- <div id="meow">
- <div class="navigate">
- <a href="/">home</a>
- </div>
- <p>
- <div class="navigate">
- <a href="/ask">ask</a>
- </div>
- <p>
- <div class="navigate">
- <a href="{text:link 1}">{text:link 1 title}</a>
- </div>
- <p>
- <div class="navigate">
- <a href="{text:link 2}">{text:link 2 title}</a>
- </div>
- <p>
- <div class="navigate">
- <a href="{text:link 3}">{text:link 3 title}</a>
- </div>
- </div>
- <div id="kredzzz">
- <a href="http://www.k-ttycat.tumblr.com/">theme</a>
- </div>
- {block:ifshowsidemessage}
- <div id="sidemessage"><span id="bubble">{text:side message}</span></div>
- {/block:ifshowsidemessage}
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:IndexPage}
- <div class="perma">
- <a href="{permalink}">{NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
- {/block:IndexPage}
- {block:Text}
- {block:Title}<span class="title"><a href="{permalink}">{Title}</a></span><br>{/block:Title}
- <span class="entrytext">{Body}</span>{/block:Text}
- {block:Link}
- <a href="{URL}" class="title"><a href="{permalink}">{Name}</a></a><br>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- {block:Photo}
- {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=350px/></a>{LinkCloseTag}
- {/block:Photo}
- {block:Quote}
- <a href="{permalink}">{Quote}</a></span>
- {block:Source}<strong>{Source}</strong>{/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}<span class="title"><a href="{permalink}">{Title}</a></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}
- {/block:Chat}
- {block:Audio}
- <center><a href="{permalink}"><div style="width:220px; height:28px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;"></a>
- {FormattedPlayCount} plays {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
- {/block:Audio}
- {block:Video}<center>
- <div class="video"><a href="{permalink}">{Video-400}</a></div></center>
- {block:Video}
- {block:PermalinkPage}<center>{block:ifshowcaption}{block:Caption}{block:ifshowcaption}{Caption}{/block:ifshowcaption}{/block:Caption}{/block:ifshowcaption}{block:NoteCount}{block:ifshownotecount}{NoteCountWithLabel}{block:ifshownotecount}{/block:NoteCount}</center>{/block:PermalinkPage}
- {block:PostNotes}{block:ifshownotes}<BR><BR>{PostNotes}{/block:ifshownotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- {block:ifshowarrows}{/block:ifshowarrows}
- </center>
- </div></div>
- </div>
- </center>
- </body>
- </html