Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme by youroliviachachi.
- please don't remove the credit.
- -->
- <link href='http://fonts.googleapis.com/css?family=Coming+Soon' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
- <html lang="en">
- <head>
- {block:ifbubblecursor}
- <script type="text/javascript">
- // <![CDATA[
- var colours=new Array("{color:bubbles}", "{color:bubbles}", "{color:bubbles}", "{color:bubbles}", "{color:bubbles}");
- var bubbles=20;
- /****************************
- * JavaScript Bubble Cursor *
- * (c) 2010 mf2fm web-design *
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var x=ox=400;
- var y=oy=300;
- var swide=800;
- var shigh=600;
- var sleft=sdown=0;
- var bubb=new Array();
- var bubbx=new Array();
- var bubby=new Array();
- var bubbs=new Array();
- window.onload=function() { if (document.getElementById) {
- var rats, div;
- for (var i=0; i<bubbles; i++) {
- rats=createDiv("3px", "3px");
- rats.style.visibility="hidden";
- div=createDiv("auto", "auto");
- rats.appendChild(div);
- div=div.style;
- div.top="1px";
- div.left="0px";
- div.bottom="1px";
- div.right="0px";
- div.borderLeft="1px solid "+colours[3];
- div.borderRight="1px solid "+colours[1];
- div=createDiv("auto", "auto");
- rats.appendChild(div);
- div=div.style;
- div.top="0px";
- div.left="1px";
- div.right="1px";
- div.bottom="0px"
- div.borderTop="1px solid "+colours[0];
- div.borderBottom="1px solid "+colours[2];
- div=createDiv("auto", "auto");
- rats.appendChild(div);
- div=div.style;
- div.left="1px";
- div.right="1px";
- div.bottom="1px";
- div.top="1px";
- div.backgroundColor=colours[4];
- div.opacity=0.5;
- if (document.all) div.filter="alpha(opacity=50)";
- document.body.appendChild(rats);
- bubb[i]=rats.style;
- }
- set_scroll();
- set_width();
- bubble();
- }}
- function bubble() {
- var c;
- if (x!=ox || y!=oy) {
- ox=x;
- oy=y;
- for (c=0; c<bubbles; c++) if (!bubby[c]) {
- bubb[c].left=(bubbx[c]=x)+"px";
- bubb[c].top=(bubby[c]=y)+"px";
- bubb[c].width="3px";
- bubb[c].height="3px"
- bubb[c].visibility="visible";
- bubbs[c]=3;
- break;
- }
- }
- for (c=0; c<bubbles; c++) if (bubby[c]) update_bubb(c);
- setTimeout("bubble()", 40);
- }
- function update_bubb(i) {
- if (bubby[i]) {
- bubby[i]-=bubbs[i]/2+i%2;
- bubbx[i]+=(i%5-2)/5;
- if (bubby[i]>sdown && bubbx[i]>0) {
- if (Math.random()<bubbs[i]/shigh*2 && bubbs[i]++<8) {
- bubb[i].width=bubbs[i]+"px";
- bubb[i].height=bubbs[i]+"px";
- }
- bubb[i].top=bubby[i]+"px";
- bubb[i].left=bubbx[i]+"px";
- }
- else {
- bubb[i].visibility="hidden";
- bubby[i]=0;
- return;
- }
- }
- }
- document.onmousemove=mouse;
- function mouse(e) {
- set_scroll();
- y=(e)?e.pageY:event.y+sleft;
- x=(e)?e.pageX:event.x+sdown; }
- window.onresize=set_width;
- function set_width() {
- if (document.documentElement && document.documentElement.clientWidth) {
- swide=document.documentElement.clientWidth;
- shigh=document.documentElement.clientHeight;
- }
- else if (typeof(self.innerHeight)=="number") {
- swide=self.innerWidth;
- shigh=self.innerHeight;
- }
- else if (document.body.clientWidth) {
- swide=document.body.clientWidth;
- shigh=document.body.clientHeight;
- }
- else {
- swide=800;
- shigh=600;
- }
- }
- window.onscroll=set_scroll;
- function set_scroll() {
- if (typeof(self.pageYOffset)=="number") {
- sdown=self.pageYOffset;
- sleft=self.pageXOffset;
- }
- else if (document.body.scrollTop || document.body.scrollLeft) {
- sdown=document.body.scrollTop;
- sleft=document.body.scrollLeft;
- }
- else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
- sleft=document.documentElement.scrollLeft;
- sdown=document.documentElement.scrollTop;
- }
- else {
- sdown=0;
- sleft=0;
- }
- }
- function createDiv(height, width) {
- var div=document.createElement("div");
- div.style.position="absolute";
- div.style.height=height;
- div.style.width=width;
- div.style.overflow="hidden";
- return (div);
- }
- // ]]>
- </script>
- {/block:ifbubblecursor}
- <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>
- <!-- DEFAULT VARIABLES -->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <link href='http://fonts.googleapis.com/css?family=Give+You+Glory|Fredoka+One' rel='stylesheet' type='text/css'>
- <meta name="color:background" content="#ddd"/>
- <meta name="color:text" content="#000"/>
- <meta name="color:title" content="#000"/>
- <meta name="color:link" content="#000"/>
- <meta name="color:hover" content="#fff"/>
- <meta name="image:sidebar" content="1"/>
- <meta name="image:background" content=""/>
- <meta name="image:permalink hover background" content=""/>
- <meta name="if:posts dashed border" content="1"/>
- <meta name="if:sidebar dashed border" content="1"/>
- <meta name="if:posts solid border" content="0"/>
- <meta name="if:sidebar solid border" content="0"/>
- <meta name="if:show photo" content="0"/>
- <meta name="if:link shadow" content="1"/>
- <meta name="if:links hover background image" content="1"/>
- <meta name="if:permalink hover background image" content="1"/>
- <meta name="if:dashes under blogtitle" content="1"/>
- <meta name="if:infinite scrolling" content="1"/>
- <meta name="if:show arrows" content="0"/>
- <meta name="if:show blog title" content="1"/>
- <meta name="if:tiny scrollbar" content="1/">
- <meta name="color:sidebanner 1" content="#000000"/>
- <meta name="color:sidebanner 2" content="#CCCCCC"/>
- <meta name="text:sidebanner" content="your text here" />
- <meta name="text:Heart Link" content="" />
- <meta name="text:Drop Down Link" content="" />
- <meta name="text:Custom Link One" content="" />
- <meta name="text:Custom Link One Title" content="" />
- <meta name="text:Custom Link Two" content="" />
- <meta name="text:Custom Link Two Title" content="" />
- <meta name="text:Custom Link Three" content="" />
- <meta name="text:Custom Link Three Title" content="" />
- <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=""/>
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
- <style type="text/css">
- @font-face { font-family: "written in the stars";
- src: url('http://static.tumblr.com/nsunyax/Ivrm14am8/writteninthestars.ttf');}
- @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
- 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);}
- #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;}
- {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}
- body, a, a:hover {http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
- 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: "Coming Soon", cursive;
- font-size: 12px;
- line-height:11px;
- letter-spacing:0px;
- color:{color:Text};
- }
- ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF; }
- ::-webkit-scrollbar-thumb { background-color: #eeeeee; -webkit-border-radius: 1ex; border: 1px solid black;}
- p {
- margin:0px;
- margin-top:0px;
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- }
- a:hover {
- color:{color:Hover};
- text-decoration: underline;
- -webkit-transition: color 0.3s ease-out;
- -moz-transition: color 0.3s ease-out;
- {block:iflinkshadow}text-shadow:1px 1px 5px #000;{/block:iflinkshadow}
- }
- div#center{
- margin:auto;
- position:relative;
- width:840px;
- background-color:;
- overflow:auto;
- overflow-y:hidden;
- }
- div#sidebar{
- position:fixed !important;
- width:300px;
- height:auto;
- margin-top: 50px;
- margin-left: 600px;
- padding: 2px;
- line-height:11px;
- letter-spacing:0px;
- margin-bottom: 6px;
- font-family: "calibri";
- font-size: 10px;
- line-height:11px;
- letter-spacing:0px;
- margin-bottom: 6px;
- background-color:#fff;
- {block:ifsidebarsolidborder}border: 1px solid #aaa !important;{/block:ifsidebarsolidborder}
- {block:ifsidebardashedborder}border: 1px dashed #aaaaaa;{/block:ifsidebardashedborder}
- }
- #homelink {
- background: {color:Background};
- display: inline-block;
- line-height: 20px;
- height: 20px;
- width: 66px;
- font-family: tinytots;
- font-size: 8px;
- text-transform: lowercase;
- text-align: center;
- border-right: 1px dashed {color:link};
- border-left: 1px dashed {color:link};
- }
- #asklink {
- background: {color:Background};
- display: inline-block;
- line-height: 20px;
- height: 20px;
- width: 76px;
- font-family: tinytots;
- font-size: 8px;
- text-transform: lowercase;
- text-align: center;
- border-right: 1px dashed {color:link};
- margin-left: -2px;
- }
- #thirdlink {
- background: {color:Background};
- display: inline-block;
- line-height: 20px;
- height: 20px;
- width: 76px;
- font-family: tinytots;
- font-size: 8px;
- text-transform: lowercase;
- text-align: center;
- border-right: 1px dashed {color:link};
- margin-left: -2px;
- }
- #drop {
- background: {color:Background};
- display: inline-block;
- line-height: 20px;
- height: 20px;
- width: 76px;
- text-align: center;
- margin-left: -2px;
- font-family: tinytots;
- font-size: 8px;
- text-transform: lowercase;
- border-right: 1px dashed {color:link};
- margin-left: -2px;
- transition: all 0.5s ease;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- }
- #drop:hover #down{
- opacity:1;
- margin-top:2px;
- overflow:hidden;
- height: 20px;
- line-height: 20px;
- background-color:transparent;
- z-index:1000;
- height:auto;
- font-family: tinytots;
- font-size: 8px;
- text-transform: lowercase;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- }
- #down {
- position:absolute;
- margin-top:-20px;
- opacity:0;
- width:77px;
- font-family: handy00;
- font-size: 8px;
- text-transform: lowercase;
- overflow:hidden;
- transition: all 0.5s ease;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- border-right: 1px dashed {color:link};
- border-left: 1px dashed {color:link};
- border-bottom: 1px dashed {color:link};
- }
- #down a{
- background-color:#fff;
- text-align:center;
- display:block;
- line-height:20px;
- font-family: handy00;
- font-size: 8px;
- text-transform: lowercase;
- transition: all 0.5s ease;
- -o-transition-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- }
- div#content{
- float:right;
- width:500px;
- margin-right: 320px;
- margin-top: 0px;
- padding:2px;
- padding-top: 2px;
- background: #fff;
- {block:ifpostssolidborder}border: 1px solid #aaa !important;{/block:ifpostssolidborder}
- {block:ifpostsdashedborder}border: 1px dashed #aaaaaa;{/block:ifpostsdashedborder}
- }
- #entry .perma a{
- color:#000;
- }
- #entry .perma{
- text-transform:lowercase;
- width:170px;
- height: 17px;
- padding:0px;
- position: absolute;
- font-family: handy00;
- font-size: 8px;
- line-height: 17px;
- text-align: center;
- margin-top: 1px;
- margin-left: 1px;
- overflow:hidden;
- opacity: 0.0;
- background-color:#fff;
- border-top-right-radius:0px;
- border-bottom-right-radius:12px;
- border-top-left-radius:0px;
- border-bottom-left-radius:0px;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- #entry:hover .perma{
- overflow:visible;
- {block:ifpermalinkhoverbackgroundimage}background-image:url({image:permalink hover background});{/block:ifpermalinkhoverbackgroundimage}
- -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: 'Short Stack', cursive;
- font-size: 17px;
- text-shadow: 2px 2px 2px #888;
- line-height: 20px;
- color: {color:Title};
- font-weight: ;
- padding:0px 0px 0px 0px;
- }
- .credit {
- color: #FFFFFF;
- letter-spacing:1px;
- font-family: handy00;
- font-size: 8px;
- line-height:14px;
- margin: 2px;
- background-repeat:repeat;
- }
- .credit a { color: #000; }
- .blogtitle{
- font-family: 'Give You Glory', cursive;
- text-shadow: 2px 2px 2px #888;
- font-size: 30px;
- {block:ifnotdashesunderblogtitle}line-height: 65px;{/block:ifnotdashesunderblogtitle}
- line-height: 37px;
- color: {color:Title};
- font-weight: ;
- padding:0px 0px 0px 0px;
- }
- div#pagination{
- font-family: 'Give You Glory', cursive;
- text-shadow: 2px 2px 2px #888;
- font-size: 30px;
- }
- div#sidebanner{
- position:fixed !important;
- width: auto;
- height: auto;
- margin-top: 300px;
- margin-left: -210px;
- background-color: transparent;
- font-family: "written in the stars";
- font-size: 50px;
- line-height: 25px;
- text-align: right;
- text-shadow: 3px 3px 5px #888;
- -webkit-transform: rotate(-90deg);
- -moz-transform: rotate(-90deg);
- }
- .video embed, .post div.video object {width:250px !important; height:187px !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;
- }
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- </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">
- <center>
- {block:ifshowblogtitle}<span class=blogtitle><a title="" href="/">
- {Title}
- </a></span><br>{/block:ifshowblogtitle}
- {block:ifdashesunderblogtitle}<center>----------------------------------------------------------------------------------------------------</center>{/block:ifdashesunderblogtitle}
- {block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=300px></a>{/block:ifshowphoto}
- <div id="bite">
- <h4><center></p><a href="/"><img src="http://findicons.com/files//icons/1687/free_web_design/16/home_with_smog_pipe.png"></a><a href="/ask"><img src="http://png-3.findicons.com/files//icons/1687/free_web_design/16/comment_email.png"></a>{block:ifHeartLink}<a href="{text:Heart Link}"><img src="http://png-2.findicons.com/files//icons/1665/sweetie_basepack/16/16_heart_red_m.png"></a>{/block:ifHeartLink}</p></center></h4>
- <div class="death">
- <div align="center">
- {Description}
- </div>
- </div>
- </div>
- <br><br>
- <div id="homelink"><a href="{text:Custom Link One}">{text:Custom Link One Title}</a></div>
- <div id="asklink"><a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a></div>
- <div id="thirdlink"><a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a></div>
- <div id="drop"><a href="#">{text:Drop Down Link}</a></a>
- <div id="down">
- <a href="{text:Link One}">{text:Link One Title}</a>
- <a href="{text:Link Two}">{text:Link Two Title}</a>
- <a href="{text:Link Three}">{text:Link Three Title}</a>
- <a href="{text:Link Four}">{text:Link Four Title}</a>
- </div>
- </div>
- <center>
- {block:ifshowarrows}
- {block:PreviousPage}<a href="{PreviousPage}"><font size="2"><</a>{/block:PreviousPage}/{block:NextPage}<a href="{NextPage}"><font size="2"><b>></b></font></a>{/block:NextPage}
- {/block:ifshowarrows}
- </div>
- <div id="sidebanner"><span id="bubble">{text:sidebanner}</span></div>
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:IndexPage}
- <div class="perma">
- <a href="{permalink}">{NoteCountwithlabel}</a> • {timeAgo} • <a href="{ReblogURL}" target="_blank">rebagel</a></a></span></div>
- {/block:IndexPage}
- {block:Text}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <span class="entrytext">{Body}</span></a>
- {block:IndexPage}
- {/block:IndexPage}
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {block:IndexPage}
- {/block:IndexPage}
- {block:Link}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{LinkCloseTag}
- {block:IndexPage}
- {/block:IndexPage}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:IndexPage}
- {/block:IndexPage}
- {/block:Photoset}
- {block:Quote}
- <br>
- {AskerPortraitURL-128}<center><span class="title">{Quote}</span>
- <center>{block:Source}<p align="center">-{Source}</p>{/block:Source}
- </span>
- {block:IndexPage}
- {/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}
- {block:IndexPage}
- {/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- <center><div style="width:500px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
- <a href="{Permalink}">{FormattedPlayCount} plays </a>{block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
- {block:IndexPage}
- {/block:IndexPage}
- {/block:Audio}
- {block:Video}<center>
- {Video-400}</center>
- {block:IndexPage}
- {/block:IndexPage}
- {block:Video}
- {block:PermalinkPage}
- <div id="permapage">{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- </div>
- <br>
- </div>
- </div>
- </body>
- <div style="position:fixed;right:1292px;top:0px;font-family: tinytots;">
- <span class="credit"><a href="http://youroliviachachi.tumblr.com/" target="_blank">THEME CREDIT</a></span>
- </html>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment