- <!--
- Theme by F4by, edited by hor4ny.
- Please don't remove
- the credit, thank you!
- --->
- <head>
- <html lang="en">
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <div style="position:fixed;left:0px;top:0px;"><a href="http://themesbycaralinaandnancy.tumblr.com">credit</a></div>
- <title>{title}</title>
- <script type="text/javascript">
- // <![CDATA[
- var bgcolour="{color:sidebanner 2}"; // background colour
- var fgcolour="{color:sidebanner 1}"; // foreground colour
- var speed=100; // speed of bubbling, lower is faster
- var shades=10; // 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>
- <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
- <meta name="color:background" content="#FFC2DA"/>
- <meta name="color:text" content="#000"/>
- <meta name="color:title" content="#000"/>
- <meta name="color:text shadow" content="#ffffff"/>
- <meta name="color:link" content="#777"/>
- <meta name="color:hover" content="#CCCCCC"/>
- <meta name="image:sidebar" content="http://i42.tinypic.com/168sahg.jpg"/>
- <meta name="image:Background" content=""/>
- <meta name="if:show photo" content="1"/>
- <meta name="if:tiny scrollbar" content="1"/>
- <meta name="if:Font 1" content="1"/>
- <meta name="if:Font 2" content="0"/>
- <meta name="if:Font 3" content="0"/>
- <meta name="text:link one" content="" />
- <meta name="text:link one title" content="Link 1" />
- <meta name="text:link two" content="" />
- <meta name="text:link two title" content="Link 2" />
- <meta name="text:link three" content="" />
- <meta name="text:link three title" content="Link 3" />
- <meta name="text:link four" content="" />
- <meta name="text:link four title" content="Link 4" />
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <style type="text/css">
- iframe#tumblr_controls{position:fixed !important;}
- {block:iftinyscrollbar}
- ::-webkit-scrollbar {width: 5px; height: 4px; background: {color:background}; }
- ::-webkit-scrollbar-thumb { background-color: #AAAAAA; border: 0px solid #fff;}
- {/block:iftinyscrollbar}
- @font-face {
- font-family: "tinytots";
- src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
- }
- @font-face {
- font-family: "soymilk";
- src: url('http://static.tumblr.com/nsunyax/wb6lzyz3n/denne-soymilk.ttf');
- }
- @font-face {
- font-family: "cutiepop";
- src: url('http://static.tumblr.com/nsunyax/YPglzyz4r/cutiepop.ttf');
- }
- @font-face {
- font-family: "loved by the king";
- src: url('http://static.tumblr.com/nsunyax/W4Alzyz56/loved_by_the_king.ttf');
- }
- @font-face {
- font-family: "nayu pixel";
- src: url('http://static.tumblr.com/nsunyax/2zhlyudbt/nayupixel.ttf');
- }
- @font-face {font-family: "Meow";src: url( http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
- #bite
- #bite a{
- display:block
- }
- #bite .death {
- margin-top:-40px;filter: alpha(opacity = 0);
- opacity:0;-webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #bite:hover .death {
- margin-top:2px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);
- opacity:100;
- }
- body{
- margin:0px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed; background-repeat: repeat;
- font-family: "short stack";
- font-size: 10px;
- line-height:11px;
- color:{color:Text};
- }
- 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: none;
- text-shadow:1px 1px 5px #888;
- }
- div#center{
- margin:auto;
- position:relative;
- width:900px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- div#content{
- float:right;
- width:500px;
- padding: 0px;
- background-color: transparent;
- margin-right: 272px;
- margin-top: 5px;
- }
- div#entry{
- background-color:;
- margin-bottom: 0px;
- padding:0px;
- }
- .permalink{
- color:{color:links};
- display:block;
- margin-left: -10px;
- position: absolute;
- text-align: right;
- }
- div.permalinkphoto{
- text-align: right;
- display:block;
- background-color: {color:background permalink};
- margin-bottom:1px;
- letter-spacing:0px;
- padding:1px;
- padding-top:2px;
- }
- div#sidebar{
- position:fixed !important;
- width: 220px;
- height: auto;
- margin-top: 150px;
- margin-left: 630px;
- padding:10px 2px 0px 2px;
- line-height:11px;
- letter-spacing:0px;
- margin-bottom: 6px;
- background-color: transparent;
- }
- div#sidebanner{
- position:fixed !important;
- width: auto;
- height: auto;
- margin-top: 250px;
- margin-left: 670px;
- background-color: transparent;
- {block:iffont1}
- font-family: "soymilk";
- font-size: 115px;
- line-height: 50px;
- {/block:iffont1}
- {block:iffont2}
- font-family: "cutiepop";
- font-size: 60px;
- line-height: 50px;
- {/block:iffont2}
- {block:iffont3}
- font-family: "loved by the king";
- font-size: 40px;
- line-height: 50px;
- {/block:iffont3}
- text-align: center;
- text-shadow: 1px 1px 10px #888;
- -webkit-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- }
- #credit a{
- color:#000 !important;
- }
- #credit{
- font-family: "nayu pixel";
- font-size: 10px;
- line-height:10px;
- position:fixed !important;
- width:auto;
- height:auto;
- background-color: transparent;
- padding: 3px;
- left:1px;
- bottom:1px;
- }
- #postnotes{
- text-align: justify;}
- #postnotes blockquote{
- border: 0px;}
- .title{
- {block:iffont1}
- font-family: "soymilk";
- font-size: 40px;
- line-height: 15px;
- {/block:iffont1}
- {block:iffont2}
- font-family: "cutiepop";
- font-size: 15px;
- line-height: 15px;
- {/block:iffont2}
- {block:iffont3}
- font-family: "loved by the king";
- font-size: 20px;
- line-height: 15px;
- {/block:iffont3}
- color: {color:Title};
- letter-spacing: 0px;
- font-weight: normal;
- padding:0px 0px 0px 0px;
- }
- .video embed, .post div.video object {width:400px !important; height:180px !important;}
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 1px;
- border-left: 1px solid #000;
- }
- 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;}
- #entry .perma{
- width:500px;
- position: absolute; ;
- line-height: 10px;
- font-size:10px;
- text-align: center;
- overflow:hidden;
- opacity: 0.0;
- background-color:white;
- margin-left:0px;
- margin-top: 0px;
- padding:0px;
- }
- #entry:hover .perma{
- overflow:visible;
- height: auto;
- padding-top: 1px;
- padding-bottom: 1px;
- opacity: 1;
- -webkit-transition: opacity 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- opacity: 0.8;
- }
- {CustomCSS}
- </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="cage">
- <div id="center">
- <div id="sidebar">
- {block:ifshowphoto}<center><a href="{text:Link One}">{text:Link One Title}</a> <img src="http://i98.photobucket.com/albums/l256/SoccerE92/myspace/ht13.gif"> <a href="{text:Link Two}">{text:Link Two Title}</a> <img src="http://i98.photobucket.com/albums/l256/SoccerE92/myspace/ht13.gif"> <a href="{text:Link Three}">{text:Link Three Title}</a> <img src="http://i98.photobucket.com/albums/l256/SoccerE92/myspace/ht13.gif"> <a href="{text:Link Four}">{text:Link Four Title}</a> </center><a href="/"><img src="{image:sidebar}" width=100% border radius: 3px></a>{/block:ifshowphoto}<br>
- <div style="font-family:meow; font-size:20px;line-height:20px;border-bottom:1px dashed {color:link};">{title}</div><center>{description}</center>
- </div>
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:IndexPage}
- <div class="perma">
- <a href="{permalink}">{notecount} notes</a> <img src="http://i98.photobucket.com/albums/l256/SoccerE92/myspace/ht13.gif"> <a href="{ReblogURL}"> reblog <img src="http://i98.photobucket.com/albums/l256/SoccerE92/myspace/ht13.gif"></a> <a href="{permalink}">{TimeAgo}</a></span></div>
- {/block:IndexPage}
- {block:Text}
- {block:Title}<span class="title">{Title}</span><br>{/block:Title}
- <span class="entrytext">{Body}</span>{/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a><br>
- {block:Description}{Description}{/block:Description}
- {block:Link}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=100%/>{LinkCloseTag}
- {/block:Photo}
- {block:Photoset}<center>
- {Photoset-400}</center>{Caption}
- {/block:Photoset}
- {block:Quote}
- {Quote}</span>
- {block:Source}<strong>{Source}</strong>{/block:Source}
- {/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}
- {/block:Chat}
- {block:Audio}
- <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:10px; float:right;">{block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
- {/block:Audio}
- {block:Video}<center>
- {Video-400}</center><p>{caption}
- {block:Video}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}<center>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br />{block:HasTags}Tags: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </center>
- </div>
- </body>
- </html>