- <html>
- <!--Floral in Pink Theme by: CharmieA (w w w.myperfectcharm.t u m b l r.c o m)-->
- <!--Feel Free to modify or do whatever you want like change the color or fonts-->
- <!--But do not remove or alter the credits-->
- <!--Do not redistribute or claim my code as your own-->
- <!--Never remove this or else-->
- <!--Strictly no ripping of codes or I’ll rip your face -->
- <head>
- <script type="text/javascript">
- // <![CDATA[
- var colours=new Array("#FFBAD1", "#FFBAD1", "#FFBAD1", "#FFBAD1", "#FFBAD1"); // colours for top, right, bottom and left borders and background of bubbles
- var bubbles=66; // maximum number of bubbles on screen
- /****************************
- * 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];
- if (navigator.appName=="Microsoft Internet Explorer") div.filter="alpha(opacity=50)";
- else div.opacity=0.5;
- 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() {
- var sw_min=999999;
- var sh_min=999999;
- if (document.documentElement && document.documentElement.clientWidth) {
- if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
- if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
- }
- if (typeof(self.innerWidth)!="undefined" && self.innerWidth) {
- if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
- if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
- }
- if (document.body.clientWidth) {
- if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
- if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
- }
- if (sw_min==999999 || sh_min==999999) {
- sw_min=800;
- sh_min=600;
- }
- swide=sw_min;
- shigh=sh_min;
- }
- 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>
- <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://png.findicons.com/files/icons/1714/dropline_neu/24/dialog_close.png" class="btn_close" title="Close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 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>
- <script LANGUAGE="JavaScript">var a1 = "Welcome to my blog!";var a2 = "{title}";var delay = 1600;b1();function b1() {ID = setTimeout("b2()",delay);document.title = (a1);}function b2() {ID = setTimeout("b1()",delay);document.title = (a2);}</Script>
- <link href='http://fonts.googleapis.com/css?family=Maiden+Orange' rel='stylesheet' type='text/css'>
- <link rel="shortcut icon" href="{favicon}">
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="text:Link1 name" content="link name"/>
- <meta name="text:Link1 URL" content="/"/>
- <meta name="text:Link2 name" content="link name"/>
- <meta name="text:Link2 URL" content="/"/>
- <meta name="text:Link2 name" content="link name"/>
- <meta name="text:Link2 URL" content="/"/>
- <meta name="text:Link3 name" content="link name"/>
- <meta name="text:Link3 URL" content="/"/>
- <meta name="text:Link4 name" content="link name"/>
- <meta name="text:Link4 URL" content="/"/>
- <meta name="if:Show SocialNetworkingIcons" content="1"/>
- <meta name="if:Show Facebook" content="1"/>
- <meta name="if:Show Twitter" content="1"/>
- <meta name="if:Show LastFM" content="1"/>
- <meta name="if:Show Yahoo" content="1"/>
- <meta name="if:Show YouTube" content="1"/>
- <meta name="if:Show Plurk" content="1"/>
- <meta name="if:Show Flickr" content="1"/>
- <meta name="text:Facebook Link" content=""/>
- <meta name="text:Twitter Link" content=""/>
- <meta name="text:Yahoo Link" content=""/>
- <meta name="text:YouTube Link" content=""/>
- <meta name="text:Plurk Link" content=""/>
- <meta name="text:Flickr Link" content=""/>
- <meta name="text:LastFM Link" content=""/>
- <style type="text/css">
- @font-face {
- font-family: "tinytots";
- src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
- }
- @font-face {
- font-family: "cinnamon cake";
- src: url('http://static.tumblr.com/ievebsd/5Pglz84xc/cinnamon_cake.ttf');
- }
- {
- height:0;
- visibility:hidden;
- display:none;
- }
- body
- {
- background-image: url(http://i1133.photobucket.com/albums/m593/myperfectcharm/tumblr/3-1.png);
- font-family:Arial;
- font-size:9pt;
- color: black;
- cursor: url(http://i1133.photobucket.com/albums/m593/myperfectcharm/tumblr/pinkbow-2.png);
- line-height: 75%;
- font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
- font-size:11px;
- }
- a:link, a:visited, a:active {
- color: #806795;
- cursor: url("http://i1133.photobucket.com/albums/m593/myperfectcharm/tumblr/pinkbow.png"), default;
- text-decoration:none;
- }
- a:hover {
- color: #ff88cc;
- cursor: url("http://i1133.photobucket.com/albums/m593/myperfectcharm/tumblr/pinkbow.png"), default;
- text-decoration:underline;
- background-color:#fff;
- }
- blockquote
- {
- padding: 3px;
- border: 3px solid #67B6B6;
- }
- .pink {
- font-family: 'cinnamon cake';
- font-size: 18px;
- width: 100%;
- background-color: #FFAFC6;
- color:#ffffff;
- font-weight:bold;
- border:none;
- padding:10px;
- display:block;
- -moz-border-radius: 15px;
- border-radius: 15px;
- text-align: left;
- }
- .popup_block{
- display: none;
- background: #D3D3D3;
- background-image: url();
- padding: 10px;
- font-family: Garamond;
- float: left;
- font-size: 10px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 2;
- 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;
- }
- *html .popup_block {
- position: absolute;
- }
- b {
- font-family: arial;
- color: #FF74B2;
- font-weight: bold;
- font-size: 11px;
- }
- i {
- color: #C2B971;
- font-family: georgia;
- font-weight: bold;
- font-size: 11px;
- border-bottom: solid 0px ;
- }
- u {
- color: #FFB401;
- font-weight: normal;
- text-transform: bold;
- font-size: 11px;
- border-bottom: solid 1px #FFB401;
- }
- ol.notes {
- padding: 0px;
- margin: 25px 0px;
- list-style-type: none;
- border-bottom: solid 2px #25161B;
- }
- ol.notes li.note {
- border-top: solid 2px #25161B;
- padding: 10px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- ol.notes li.note span.action {
- font-weight: bold;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- border-color: #25161B;
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- .content
- {
- background: #fff;
- line-height: 14px;
- padding:10px;
- border:5px solid #FFE2EB;
- font-family: 'century gothic', 'Palatino Linotype', Times, 'Times New Roman', serif;
- font-size: 10px;
- }
- #wrapper
- {
- background: #fff;
- width: 900px;
- margin: auto;
- border:5px solid #FFE2EB;
- }
- .links {margin: 0px 0px 3px 0px; padding: 3px 0 3px 0;}
- .links a{display: block; color:#3d3d3d; background-color:#FFAFC6; text-align:center; width:270px; padding: 3px 0 3px 0; margin-bottom: 1px; text-transform: uppercase; text-decoration:none}
- .links a:hover{background-color: #000; color: white;}
- .page a:link,.page a:visited,.page a:active
- { text-decoration: none; color:#ffffff; font-size:100%; font-weight: bold; border-bottom:0px dashed #ffffff;
- background:grey;
- }
- .page a:hover {
- color: #ffffff; font-size:100%;
- text-decoration:none;border-bottom:0px dashed #ffffff;
- background-color: black;
- }
- .pagination
- {
- text-decoration: none; color:#ffffff; font-size:100%; font-weight: normal; border-bottom:0px dashed #ffffff;
- background:#FF74B2; padding:5px 10px;
- }
- .photo
- {padding:5px; border:2px solid black;opacity: 1.0;
- -webkit-transition-duration:.2s;
- -moz-transition:.2s;
- -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,.8);
- -moz-box-shadow:inset 1px 1px 1px rgba(255,255,255,.8);
- box-shadow:inset 1px 1px 1px rgba(255,255,255,.8);
- }
- .photo:hover {opacity: .80;
- -webkit-transition-duration:.2s;
- -moz-transition:.2s;}
- .title {
- font-family:'cinnamon cake';
- font-size: 25px;
- color: #582579;
- letter-spacing: 1px;
- text-align: center;
- line-height: 20px;
- }
- headertop {
- color: #b1b1b1;
- font-family: 'cinnamon cake';
- text-shadow: 1px 1px 2px #e1dad4;
- font-weight: bold;
- font-size: 72px;
- font-weight: normal;
- line-height:15px;
- letter-spacing: 1px;
- font-style: normal;
- text-transform: none;
- text-align: center;
- padding: 0px;
- margin:0px;
- }
- div.navigate a{
- font-family:'tinytots'; font-size: 8px; background: #FFAFC6; color: #ffffff; display:block; width: 270px; height: 15px; text-align: center; padding-top:2px; margin-left:2px; margin-top:2px; position:relative; text-align: center; z-index:1; font-weight: bold; -moz-border-radius:7px; -webkit-border-radius:7px; display: inline-block;
- }div.navigate a:hover{background: #E6E1E1; letter-spacing:1px;}
- div.navigate2 a{
- background: #FFEBF4; color: #FA7DA7; display:block; width: 200px; height: 15px; text-align: center; padding-top:2px; margin-left:2px; margin-top:2px; position:relative; text-align: center; z-index:1; font-weight: bold; -moz-border-radius:7px; -webkit-border-radius:7px; display: inline-block;
- }
- img {filter: alpha(opacity=50); opacity: 5.0; -webkit-transition-duration: .60s;}
- img:hover {filter: alpha(opacity=100); opacity:.70; }
- ::selection { color: #000000; background: #FF99CC }
- ::-moz-selection { color: #000000; background: #FF99CC }
- ::-webkit-scrollbar {
- width: 9px;
- background-color: #eeeeee;
- }
- .pagination {
- font-size: 10px;
- letter-spacing: 1px;
- text-align: center;
- text-transform: uppercase;
- }
- .pagination a:hover { color: #ff76b3; }
- .current_page { background: #CCCCCC; padding: 5px; font-weight: bold; }
- .jump_page { padding: 5px; }
- .previous_page { padding: 5px; float: left; }
- .next_page { padding: 5px; float: right; }
- ::-webkit-scrollbar-thumb {
- background-color: #eeeeee;
- background:url('http://i1197.photobucket.com/albums/aa427/eikcaj18/Jackie-scroll-bar.gif');
- background-repeat: repeat;
- -moz-border-radius: 1ex;
- -khtml-border-radius: 1ex;
- -webkit-border-radius: 1ex;
- border-radius: 1ex;
- min-height: 20px;
- }
- </style>
- <body>
- <br><br><br><br><br><br><br><br><br><br><br><br><br><br>
- <center>
- <headertop>{title}</headertop>
- </center>
- <div style="position: absolute; top: 320px; left: 50px; width: 300px;">
- <div class="content">
- <div class="pink">
- The Blogger. </div>
- <br>
- <center>
- <img src="{PortraitURL-128}" align="center"></img>
- <br>
- </div>
- <br>
- <div class="content">
- <div class="pink">
- About Me. </div>
- <br>
- <center>
- {block:Description}
- {Description}
- {/block:Description}
- </div>
- <br>
- <div class="content">
- <div class="pink">
- Navigation. </div>
- <br>
- <div class="navigate">
- <a href="/">Home</a>
- <a href="/ask">Ask</a>
- <a href="/archive">Archive</a>
- <a href="http://myperfectcharm.tumblr.com">Theme Designer</a>
- </div>
- </div>
- <br>
- <div class="content">
- <div class="pink">
- Search my blog. </div>
- <br>
- <div class="navigate">
- <form action="/search" method="get">
- <input type="text" name="q" value=""/ style="background: #FFFFFF; border: 1px solid #AAAAAA; width: 200px; height:18px; color: #AAAAAA; text-transform: none; font-size: 9px; ">
- <input type="submit" value="SEARCH"/ style="background: #F5F5F5; border: 1px solid #AAAAAA; color: #AAAAAA; text-transform: none; font-size: 9px; letter-spacing:1px;">
- </form>
- </div>
- </div>
- <br>
- <div class="content">
- <div class="pink">
- My Links. </div>
- <br>
- <div class="navigate">
- <a href="{text:Link1 URL}">{text:Link1 name}</a>
- <a href="{text:Link2 URL}">{text:Link2 name}</a>
- <a href="{text:Link3 URL}">{text:Link3 name}</a>
- <a href="{text:Link4 URL}">{text:Link4 name}</a>
- </div>
- </div>
- <br>
- <div class="content">
- <div class="pink">
- Theme by: </div>
- <br>
- <center><a href="http://myperfectcharm.tumblr.com" target="_blank"><img src="http://i1133.photobucket.com/albums/m593/myperfectcharm/1.png" border="0" alt="theme by: myperfectcharm"></a>
- </center>
- </div>
- </div>
- <div style="position: absolute; top: 320px; left: 380px; width: 580px;">
- {block:Posts}
- {block:Text}
- <div class="content">
- <CENTER> {block:Title}
- <div class="title">{Title}</div>
- <br>
- {/block:Title}</center>
- <p>{Body}</p>
- <br>
- <span style="float: left;">
- {block:Date} {TimeAgo} on <a href="{Permalink}">{Month} {DayOfMonth} {Year}</a> @ {12Hour}:{Minutes}{AmPm}{/block:Date} {block:NoteCount}<a href="{Permalink}">
- {NoteCountWithLabel}</a>{/block:NoteCount}</span>
- <span style="float: right;">
- <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog</a>
- </span>
- <br>
- {block:PostNotes} <br><br>
- <B>POST DETAILS:</B><BR>
- {block:HasTags}<br>Tagged as:
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>,
- {/block:Tags}
- {/block:HasTags}{block:ContentSource}<br>Originally Posted by:<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}{block:RebloggedFrom}Reblogged From: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
- <br><B>POST NOTES:</B><BR>
- <div align="left">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- <br><br>{/block:Text}
- {block:Photo}
- <div class="content">
- <CENTER>
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" class="photo" width="500"/>
- {LinkCloseTag} <br> <br>
- {block:Caption}
- <p>{Caption}</p>
- {/block:Caption}
- </center>
- <br>
- <span style="float: left;">
- {block:Date} {TimeAgo} on <a href="{Permalink}">{Month} {DayOfMonth} {Year}</a> @ {12Hour}:{Minutes}{AmPm}{/block:Date} {block:NoteCount}<a href="{Permalink}">
- {NoteCountWithLabel}</a>{/block:NoteCount}</span>
- <span style="float: right;">
- <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog</a>
- </span>
- <br>
- {block:PostNotes} <br><br>
- <B>POST DETAILS:</B><BR>
- {block:HasTags}<br>Tagged as:
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>,
- {/block:Tags}
- {/block:HasTags}{block:ContentSource}<br>Originally Posted by:<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}{block:RebloggedFrom}Reblogged From: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
- <br><B>POST NOTES:</B><BR>
- <div align="left">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- <br><br>{/block:Photo}
- {block:Quote}
- <div class="content">
- <CENTER>
- <div class="title"><span class="quote">“{Quote}”</div></span>
- {block:Source}
- <span class="source"><br><i>{Source}</i></span>
- {/block:Source}
- </CENTER>
- <br>
- <span style="float: left;">
- {block:Date} {TimeAgo} on <a href="{Permalink}">{Month} {DayOfMonth} {Year}</a> @ {12Hour}:{Minutes}{AmPm}{/block:Date} {block:NoteCount}<a href="{Permalink}">
- {NoteCountWithLabel}</a>{/block:NoteCount}</span>
- <span style="float: right;">
- <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog</a>
- </span>
- <br>
- <div class="h3"></div>
- {block:PostNotes} <br><br>
- <B>POST DETAILS:</B><BR>
- {block:HasTags}<br>Tagged as:
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>,
- {/block:Tags}
- {/block:HasTags}{block:ContentSource}<br>Originally Posted by:<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}{block:RebloggedFrom}Reblogged From: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
- <br><B>POST NOTES:</B><BR>
- <div align="left">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- <br><br>{/block:Quote}
- {block:Link}
- <div class="content">
- <CENTER>
- <a href="{URL}" id="postlink" {Target}><div class="title">{Name}</div></a>
- {block:Description}
- <p>{Description}</p>
- {/block:Description}
- </CENTER>
- <br>
- <span style="float: left;">
- {block:Date} {TimeAgo} on <a href="{Permalink}">{Month} {DayOfMonth} {Year}</a> @ {12Hour}:{Minutes}{AmPm}{/block:Date} {block:NoteCount}<a href="{Permalink}">
- {NoteCountWithLabel}</a>{/block:NoteCount}</span>
- <span style="float: right;">
- <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog</a>
- </span>
- <br>
- {block:PostNotes} <br><br>
- <B>POST DETAILS:</B><BR>
- {block:HasTags}<br>Tagged as:
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>,
- {/block:Tags}
- {/block:HasTags}{block:ContentSource}<br>Originally Posted by:<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}{block:RebloggedFrom}Reblogged From: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
- <br><B>POST NOTES:</B><BR>
- <div align="left">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- <br><br>{/block:Link}
- {block:Chat}
- <div class="content">
- <CENTER> {block:Title}
- <a href="{Permalink}"><div class="title">{Title}</div></a>
- {/block:Title}
- {block:Lines}
- {block:Label}
- <br>{Label}
- {/block:Label}
- {Line}
- {/block:Lines}
- </CENTER>
- <br>
- <span style="float: left;">
- {block:Date} {TimeAgo} on <a href="{Permalink}">{Month} {DayOfMonth} {Year}</a> @ {12Hour}:{Minutes}{AmPm}{/block:Date} {block:NoteCount}<a href="{Permalink}">
- {NoteCountWithLabel}</a>{/block:NoteCount}</span>
- <span style="float: right;">
- <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog</a>
- </span>
- <br>
- {block:PostNotes} <br><br>
- <B>POST DETAILS:</B><BR>
- {block:HasTags}<br>Tagged as:
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>,
- {/block:Tags}
- {/block:HasTags}{block:ContentSource}<br>Originally Posted by:<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}{block:RebloggedFrom}Reblogged From: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
- <br><B>POST NOTES:</B><BR>
- <div align="left">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- <br><br>{/block:Chat}
- {block:Video}
- <div class="content">
- <CENTER>
- {Video-500}
- {block:Caption}
- <p>{Caption}</p>
- {/block:Caption}
- </CENTER>
- <br>
- <span style="float: left;">
- {block:Date} {TimeAgo} on <a href="{Permalink}">{Month} {DayOfMonth} {Year}</a> @ {12Hour}:{Minutes}{AmPm}{/block:Date} {block:NoteCount}<a href="{Permalink}">
- {NoteCountWithLabel}</a>{/block:NoteCount}</span>
- <span style="float: right;">
- <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog</a>
- </span>
- <br>
- {block:PostNotes} <br><br>
- <B>POST DETAILS:</B><BR>
- {block:HasTags}<br>Tagged as:
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>,
- {/block:Tags}
- {/block:HasTags}{block:ContentSource}<br>Originally Posted by:<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}{block:RebloggedFrom}Reblogged From: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
- <br><B>POST NOTES:</B><BR>
- <div align="left">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- <br><br>{/block:Video}
- {block:Audio}
- <div class="content">
- <p align="CENTER">{AudioPlayergrey}</p>
- <CENTER>
- {block:Caption}
- <p>{Caption}</p>
- {/block:Caption}
- </CENTER>
- <br>
- <span style="float: left;">
- {block:Date} {TimeAgo} on <a href="{Permalink}">{Month} {DayOfMonth} {Year}</a> @ {12Hour}:{Minutes}{AmPm}{/block:Date} {block:NoteCount}<a href="{Permalink}">
- {NoteCountWithLabel}</a>{/block:NoteCount}</span>
- <span style="float: right;">
- <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank">Reblog</a>
- </span>
- <br>
- {block:PostNotes} <br><br>
- <B>POST DETAILS:</B><BR>
- {block:HasTags}<br>Tagged as:
- {block:Tags}
- <a href="{TagURL}">{Tag}</a>,
- {/block:Tags}
- {/block:HasTags}{block:ContentSource}<br>Originally Posted by:<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}{block:RebloggedFrom}Reblogged From: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
- <br><B>POST NOTES:</B><BR>
- <div align="left">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- <br><br>{/block:Audio}
- {/block:Posts}
- <center>
- <div class="pagination">
- <span class="current_page">1</span>
- <a class="jump_page" href="/page/2">2</a>
- <a class="jump_page" href="/page/3">3</a>
- <a class="jump_page" href="/page/4">4</a>
- <a class="jump_page" href="/page/5">5</a>
- <a class="jump_page" href="/page/6">6</a>
- <a class="jump_page" href="/page/7">7</a>
- <a class="jump_page" href="/page/8">8</a>
- <a class="jump_page" href="/page/9">9</a>
- <a class="jump_page" href="/page/10">10</a>
- <div class="next_page"><a href="/page/2">Next →</a></div>
- </div>
- <br><br>
- <a href="http://myperfectcharm.tumblr.com" target="_blank"><img src="http://i1133.photobucket.com/albums/m593/myperfectcharm/footer.png" border="0" alt="theme designer"></a>
- </center>
- </div>
- <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script><script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script><script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script><script type="text/javascript">$(document).ready(function() {/*var defaults = {containerID: 'moccaUItoTop', // fading element idcontainerHoverClass: 'moccaUIhover', // fading element hover classscrollSpeed: 1200,easingType: 'linear' };*/$().UItoTop({ easingType: 'easeOutQuart' });});</script>
- <style type="text/css">
- #toTop {display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:60px;height:91px;border:none;text-indent:-999px;background:url(http://i1133.photobucket.com/albums/m593/myperfectcharm/tumblr/STRINGS.png) no-repeat left top;}
- </style>
- <a href="http://myperfectcharm.tumblr.com" target="_blank" style="-moz-border-radius:4px; border-radius:4px;z-index:90;font-size:7px;font-family:tahoma;display:block;text-transform:uppercase;position: fixed;right:5px;top:30px;padding:6px;padding-left:10px;background-color: transparent;color:white;background-color:transparent;background-image:url(http://img263.imageshack.us/img263/1830/transparentg.png);border: 1px solid transparent;letter-spacing:-2px;" title="Visit her blog!">
- <div style="text-align: center; letter-spacing:1px; color:white; line-height: 9px">
- THEME DESIGNER</div>
- </a>
- </body>
- <div id="02" class="popup_block">
- <Center><font size="8" color="#b1b1b1>Ask Me Anything<p></font><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/awwteenquotes.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
- </center></div>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
FREE TEXT HOST
You can save codes, scripts, sources & general debugging text and share / access / use them at any time (anonymously).You can even set yourself a password if you want to keep it just for yourself.