Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><!--
- || UNPLUGGED THEME MADE BY © MISSDOMOKUN ||
- (http://missdomokun.tumblr.com)
- + Do not delete the source credit or simply this texts.
- + Do not copy or steal anything from this theme.
- + You CAN'T use this theme as your base code.
- + You CAN'T edit it, then distribute to the public as your own.
- + You MAY edit it for PERSONAL USE only, still dont remove my credits.
- + I am hoping that you will follow this all or YOU, are pathetic..
- + Thanks for using my theme! :) Hope you like it! Enjoy.....
- --><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href='http://fonts.googleapis.com/css?family=Tulpen+One|Economica|Ruthie' rel='stylesheet' type='text/css'>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <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"></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>
- <link href='http://fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Text+Me+One::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Great+Vibes::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <script type="text/javascript"
- <script language=JavaScript>
- <!--//Disable right click script III- By Renigade ([email protected])
- //For full source code, visit http://www.dynamicdrive.com
- var message="";
- ///////////////////////////////////
- function clickIE() {if (document.all) {(message);return false;}}
- function clickNS(e) {if
- (document.layers||(document.getElementById&&!document.all)) {
- if (e.which==2||e.which==3) {(message);return false;}}}
- if (document.layers)
- {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
- else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
- document.oncontextmenu=new Function("return false")
- // -->
- </script>
- <script type="text/javascript">
- /***********************************************
- * Disable select-text script- © Dynamic Drive (www.dynamicdrive.com)
- * This notice MUST stay intact for legal use
- * Visit http://www.dynamicdrive.com/ for full source code
- ***********************************************/
- //form tags to omit in NS6+:
- var omitformtags=["input", "textarea", "select"]
- omitformtags=omitformtags.join("|")
- function disableselect(e){
- if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
- return false
- }
- function reEnable(){
- return true
- }
- if (typeof document.onselectstart!="undefined")
- document.onselectstart=new Function ("return false")
- else{
- document.onmousedown=disableselect
- document.onmouseup=reEnable
- }
- </script>
- <!-- I M A G E S -->
- <meta name="image:Background" content="http://static.tumblr.com/qxaauuk/Hj3lgwftn/seattlebg.png"/>
- <meta name="image:Sidebar" content="http://25.media.tumblr.com/tumblr_m689h4UxdE1r10fwpo1_1280.jpg"/>
- <!-- C O LO R S -->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Bold" content="#000000"/>
- <meta name="color:Content Background" content="#ffffff"/>
- <meta name="color:Italic" content="#292928"/>
- <meta name="color:Font Colors" content="#858585"/>
- <meta name="color:Link Colors" content="#1b1b1b"/>
- <meta name="color:Link Hover" content="#858585"/>
- <meta name="color:Nav Background" content="#000000"/>
- <meta name="color:Nav Color" content="#ffffff"/>
- <meta name="color:Sidebar Background" content="#ffffff"/>
- <style type="text/css">
- @import url(http://fonts.googleapis.com/css?family=Text+Me+One);
- @import url(http://fonts.googleapis.com/css?family=Great+Vibes);
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background-image: url(http://static.tumblr.com/38tkyuw/M8zlrr5yg/x54ffo.png);
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .60;
- z-index: 9999;
- }
- .popup_block{
- display: none; /*--hidden by default--*/
- background: #fff;
- width: 200px;
- padding: 10px;
- border: 3px solid #000000;
- float: left;
- font-size: 8px;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 6px #F2E4D5;
- -moz-box-shadow: 0px 0px 6px #F2E4D5;
- box-shadow: 0px 0px 6px #F2E4D5;
- }
- img.btn_close {
- float: right;
- margin: 60px 60px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- ::-webkit-scrollbar {width: 10px; height: 2px; background: #ffffff; }
- ::-webkit-scrollbar-thumb { background-color:{color:Nav Background};}
- body {
- background-color:{color:Background};
- background-image: url('{image:Background}');
- color:{color:Font Colors};
- font-family:century gothic;
- font-size:13px;
- margin: 0px;
- padding: 0px;
- background-repeat:repeat;
- background-attachment:fixed;
- }
- a:link, a:active {
- text-decoration:none;
- color: {color:Link Colors}; }
- a:visited {
- text-decoration:none;
- color: {color:Link Colors};}
- a:hover {
- text-decoration:none;
- color: {color:Link Hover};}
- b, strong, .strong {color:{color:Bold};}
- blockquote {
- border-left:2px solid {color:Font Colors};
- padding-left:6px; }
- iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.25s linear;opacity: 0.25;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.5s linear;opacity: .7;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
- .whole {
- width:530px;
- margin-left:100px;
- height:100%;
- padding-bottom:25px;
- margin-top:60px;
- }
- .content {
- width:510px;
- height: auto;
- padding:10px;
- margin-top:10px;
- background-color:{color:Content Background};
- border:1px solid #ccc;
- }
- .postinfo {
- height:15px;
- float:center;
- padding-top:4px;
- margin-top:10px;
- opacity:0.9;
- text-align:center;
- font-size:11px;
- font-family:corbel;
- letter-spacing:0px;
- background-color:{color:Content Background};
- color:{color:Font Colors};
- width:500px;
- text-transform:normal;}
- .postinfo a {
- font-size:11px;
- }
- .postinfo:hover {
- color:{color:Link Colors};}
- #postinfoo {
- color:{color:Font Colors};
- font-family: 'Text Me One', sans-serif;
- font-size:24px;
- margin-top:5px; line-height:22px;
- letter-spacing:0px;
- background:transparent;
- text-transform:normal;
- text-align: center;
- padding:5px; width:auto;
- border-bottom: 1px dashed #bebebe;
- }
- #nodont{
- color:#858585;position:fixed;bottom:75px;width:auto;left:0px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #messthis{
- font-size:12px;font-family:arial;
- line-height:20px;text-align:center;
- padding:5px;padding-right:10px;
- background:#ffffff;width:5px;
- height:20px;margin-top:33px;margin-left:0px;
- border-top-right-radius:10px;
- border-bottom-right-radius:10px;
- position:fixed;border:1px solid #e7e4e4;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #oriwillkillyou{
- width:120px;font-family:century gothic;
- margin-left:-120px;margin-top:33px;
- text-transform:uppercase;padding-top:10px;
- padding-bottom:10px;position:fixed;
- font-size:7px;background:#ffffff;height:10px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- border:1px solid #e7e4e4;
- line-height:12px;letter-spacing:1px;text-align:center;
- }
- #nodont:hover #messthis{
- margin-left:120px;
- }
- #nodont:hover #oriwillkillyou{
- margin-left:0px;
- }
- #kikunoitamao {
- background:{color:Sidebar Background};
- border:1px solid #ccc;
- margin-left:662px;
- margin-top:1px;
- position:absolute;
- width:250px;
- height:auto;
- }
- #yukitoyama {
- text-align:center;
- font-family:'Tulpen One';
- font-size:22px;
- letter-spacing:2px;
- background-image:url(http://25.media.tumblr.com/tumblr_l8nbdapwrC1qcdtsho1_400.jpg);
- padding:2px;
- color:{color:Nav Color};
- line-height:12px;
- text-transform:uppercase;
- border:1px solid #ccc;
- margin-top:0px;
- margin-left:0px;
- margin-bottom:3px;
- padding:8px;
- }
- @font-face {
- font-family: "caviar";
- src: url('http://static.tumblr.com/mvs4vki/O1hmd5eqf/caviardreams.ttf');
- }
- .ranmarumorii {
- width:225px;
- margin-left:8px;
- margin-top:3px;
- height:auto;
- margin-bottom:6px;
- }
- #masaneamaha {
- font-family:corbel;
- font-size:10px;
- color:{color:Font Colors};
- padding:8px;
- }
- #takenagaoda {
- width:200px;
- height:auto;
- padding:2px;
- font-family:century gothic;
- font-size:9px;
- margin-top:45px;
- margin-left:-1px;
- position:absolute;
- }
- a.sunakonakahara:link, a.sunakonakahara:visited, a.sunakonakahara:active {
- background:{color:Nav Background};
- font-family:century gothic;
- font-size:9px;
- text-transform:uppercase;
- letter-spacing:1px;
- color:{color:Nav Color};
- display:block;
- padding:2px 5px;
- margin:1px;
- }
- a.sunakonakahara:hover {
- background:{color:Nav Color};
- color:{color:Nav Background};
- padding-left: 10px;
- }
- #kyoheitakano {
- width:350px;
- font-family:century gothic;
- position:fixed;
- margin-top:10px;
- font-size:11px;
- margin-left:-50px;
- text-align:center;
- }
- #kyoheitakano a {
- text-decoration:none;
- background-color:#fff;
- border:1px solid #eee;
- background-position:bottom;
- padding:2px 4px 2px 4px;
- color:{color:Font Colors};}
- #kyoheitakano a:hover {
- background-color: #eee;
- background-image:none;
- color:{color:Font Colors};}
- #yamatonadeshiko{
- position:fixed;
- width:721px;
- height:45px;
- z-index:2;
- text-align:center;
- background-image:url(http://25.media.tumblr.com/tumblr_l8nbdapwrC1qcdtsho1_400.jpg);
- padding-left:95px;
- margin-top:-60px;
- margin-left:100px;
- }
- a.hiroshikun:link, a.hiroshikun:active, a.hiroshikun:visited{
- text-align: center;
- text-transform: uppercase;
- background-color:transparent;
- color:{color:Nav Color};
- line-height:30px;
- display:block;
- width:120px;
- float:left;
- font-family:'Tulpen One';
- font-size:24px;
- margin-top: 10px;
- letter-spacing:6px;
- padding:1px;
- margin-left:1px;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- a.hiroshikun:hover{
- letter-spacing:1px;
- -webkit-transition: all .4s ease;
- -moz-transition: all .4s ease;
- -o-transition: all .4s ease;
- transition: all .4s ease;
- }
- div.navigate a{
- background: #696969; color: #ffffff; display:block; width: 120px; text-align: right; padding-top:2px; padding-bottom:3px; margin-left:2px; margin-top:2px; position:relative; text-align: center; z-index:1; -moz-border-radius:0px; -webkit-border-radius:0px; display: inline-block;
- }
- div.navigate a:hover{
- background-image:url(http://25.media.tumblr.com/tumblr_m1kx83TYhr1rrt2v9o1_400.jpg); color: #ffffff; letter-spacing:1px; font-weight: bold;
- text-shadow: -1px 0px 10px #000000;
- }
- </style>
- </head>
- <body>
- <div id="yamatonadeshiko">
- <div align="center;"><center>
- <a href="http://dakilanggerlpren.tumblr.com/" class="hiroshikun">home</a>
- <a href="http://dakilanggerlpren.tumblr.com/message" class="hiroshikun">ask me</a>
- <a href="http://dakilanggerlpren.tumblr.com/archive" class="hiroshikun">archive</a>
- <a href="http://dakilanggerlpren.tumblr.com/submit" class="hiroshikun">submit</a>
- <a target="_blank" class="hiroshikun" href="http://missdomokun.tumblr.com/">theme</a>
- </div></div>
- <div id="kikunoitamao">
- <div id="yukitoyama">THE BLOGGER
- </div>
- <center>
- <img src="http://t3.gstatic.com/images?q=tbn:ANd9GcQ6nboQfc6M3FpVJCbNx-TYQ2iWCDIGfCeZxZU8se5o7058wUXB" class="ranmarumorii" align="center"></a><br>
- <br>
- <script language="JavaScript">
- var ref = (''+document.referrer+'');
- document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID2953119&e1=Staring&e2=Are Staring&r=' + ref + '"><\/script>');
- </script>
- <br>
- <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID1739257&name=Have Been Here"></script>
- </center>
- <br>
- <center>This blog is consists of daily musings of a 17 year old lass who simply likes to blurt out and take pictures of interesting things, randomly give hugs, google on the latest fashion trends, score vintage and timeless bargains, and write about anything fascinating.</center >
- <br>
- <br>
- <div id="yukitoyama">NAVIGATE HERE
- </div>
- <br>
- <center>
- Hello, welcome to my blog! Feel free to reblog anything that catches your attention. Godbless and happy reading babe!
- </center>
- <center><div class="navigate">
- <a href="#?w=400" rel="blog" class="poplight">The Blog</a>
- <a href="#?w=400" rel="me" class="poplight">The Blogger</a>
- <a href="#?w=400" rel="rr" class="poplight">My Boyfriend</a>
- <a href="http://link2.com">Tutorials</a>
- <a href="http://dakilanggerlpren.tumblr.com/freebies">Freebies</a>
- <a href="http://link2.com">Themes</a>
- <a href="http://link1.com">Resources</a>
- <a href="http://dakilanggerlpren.tumblr.com/friends">Best Friends</a>
- <a href="http://dakilanggerlpren.tumblr.com/information">FAQ'S</a>
- <a href="http://www.dakilanggerlpren.tumblr.com/tagged/mine">Mine</a>
- </div></center>
- <br><br>
- <div id="yukitoyama">REQUEST HERE
- </div>
- <br>
- <center>Drop your request here.</center>
- <br>
- <center><div class="navigate">
- <a href="http://dakilanggerlpren.tumblr.com/cursorrequest">Custom Cursor</a>
- <a href="http://link2.com">How to use</a>
- <a href="http://link1.com">Back to Top</a>
- <a href="http://dakilanggerlpren.tumblr.com/how">Instructions</a>
- <a href="http://dakilanggerlpren.tumblr.com/samples">Published Cursor</a>
- <a href="http://dakilanggerlpren.tumblr.com/sample">Back to Top Buttons</a>
- <a href="http://dakilanggerlpren.tumblr.com/message">Theme Request</a>
- <a href="http://dakilanggerlpren.tumblr.com/fansign">Fansign</a>
- </div></center>
- <br><br>
- <div id="yukitoyama">MORE LINKS
- </div>
- <br>
- <center><div class="navigate">
- <a href="http://www.dakilanggerlpren.tumblr.com/tagged/personal">Personal</a>
- <a href="http://www.dakilanggerlpren.tumblr.com/tagged/lovelife">Lovelife</a>
- <a href="http://www.dakilanggerlpren.tumblr.com/tagged/one+liner">One Liner</a>
- <a href="http://www.dakilanggerlpren.tumblr.com/tagged/tagalog+quotes">Tagalog Quotes</a>
- <a href="http://dakilanggerlpren.tumblr.com/tagged/rants">Rants</a>
- <a href="http://dakilanggerlpren.tumblr.com/tagged/banat">Banat</a>
- <a href="http://www.dakilanggerlpren.tumblr.com/tagged/rf">Random Fact</a>
- <a href="http://dakilanggerlpren.tumblr.com/tagged/promo">Promotions</a>
- <a href="http://www.dakilanggerlpren.tumblr.com/tagged/DB">Describe Blogs</a>
- <a href="http://www.dakilanggerlpren.tumblr.com/tumily">Tumblr Fam</a>
- <a href="http://www.dakilanggerlpren.tumblr.com/tagged/answered">Replies</a>
- <a href="http://www.dakilanggerlpren.tumblr.com/tagged/reada">Readables</a>
- <a href="http://dakilanggerlpren.tumblr.com/tagged/advice">Advices</a>
- <a href="http://www.dakilanggerlpren.tumblr.com/tagged/life+fact">Life Facts</a>
- </div></center>
- <br><br>
- <div id="yukitoyama">DISCLAIMER</div>
- <br>
- <center>
- All images and notes found in my blog are all mine except for those I reblog. Similarities and copying of any content in my blog without any permission is strictly prohibited. If you will use any of the content in this blog, you must give me some credits or use my blog as the source. Thank you for understanding. Good day.
- </center>
- <div id="kyoheitakano"><div align="center">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">« back</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">next »</a> {/block:NextPage}
- {/block:Pagination}</div>
- </div>
- <!-- end of kikuno -->
- </div>
- <div class="whole">
- {block:Posts}
- <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
- <div class="content">
- {block:Text}
- {block:Title}
- <div id="postinfoo">
- <a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <img class="photo" src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"/>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div id="postinfoo">{Quote}</div><p>
- {block:Source}- {Source}{/block:Source}
- {/block:Quote}
- {block:Link}
- <div id="postinfoo"><a href="{URL}" target="{Target}">{Name}</a></div>
- {block:Description} {Description} {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title} <b>{Title}</b> {/block:Title}
- {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- <p>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" width="100px" />
- {/block:AlbumArt}
- <p>
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div style="margin-top:2px; margin-bottom:0px;min-height:40px; padding: 4px; border-bottom:1px dashed #ccc;border-radius:2px; background-image:url({image:Background});">
- <img src="{AskerPortraitURL-40}" width="40" align="left" style="margin-right:3.5px;"/>
- <askname>
- <div style="font-family:century gothic; font-size:15px; color:#7a7a79;">{asker} :</div>
- </askname>
- <div style="font-family:century gothic; font-size:10px; line-height:10px; margin-top:3px;">
- {Question}
- </div>
- </div>
- <img src="{image:Sidebar}" width="40" height="40" align="left" style="padding:1px; margin-top:2px; margin-left:4px;"/>
- <div style="font-family:georgia; font-size:7.5pt; color:#696969; text-align:left;">
- I replied :</div>
- <div style="font-family:georgia; font-size:7.5pt; color:#696969; line-height:10px; margin-top:-14px; margin-left:4px; text-align:left;">
- {Answer}
- </div><br>
- {/block:Answer}
- {block:PermalinkPage}
- {block:ContentSource} Source: <a href="{SourceURL}" target="_blank">{SourceTitle}</a>{/block:ContentSource}<p>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/block:PermalinkPage}
- <div class="postinfo">
- <div style="float:left">Posted on {ShortDayOfWeek}, <a href="{Permalink}">{Month} {DayOfMonthWithZero} {Year},</a> {TimeAgo}</div>
- <div style="float:right">
- <a href="{Permalink}">{NoteCountWithLabel} †</a>
- <a href="{ReblogURL}" target="_blank"> Reblog this</a>
- </div>
- </div></div>
- {/block:Posts}
- </div>
- <!-- no please, don't mess with this or i will cut you into pieces and give your flesh to the piranhas -->
- </body>
- <div id="me" class="popup_block">
- <Center><font size="35" style="font-family: Great Vibes;">Miss Daphne Ross;<p></font></style></center>
- <div style="text-align: center">
- <img src="http://static.tumblr.com/3iwd31y/ArDmmbd2y/1111111111111111a.jpg">
- <br>
- <br>
- <img src="http://media.tumblr.com/86c9ca2164b819ab8adf4e71ebbaeb34/tumblr_inline_mmdu6b4pTv1qz4rgp.gif"width="400" ><br>
- <font size="2" color="#696969">Hi my name is Daphne, pronounced as Daffney. 17years old lang ako. From So. Leyte, Philippines. Studying at Saint Joseph College, Accountancy sudent po ako, first year!</font>
- <br><br>
- <font size="3" color="#696969">Miss Daphne Ross</font><br>
- <br>
- <font size="2" color="#696969">Gustong gusto ko nanonood ng mga horror films kasama si Angelo. Matatakutin kasi yun eh. Gusto ko din pumunta sa mga lugar na hindi ko pa napupuntahan,like mag adventure sa bukid, o kahit roadtrip nalang. Gusto ko din kumain ng mga street foods like kwek-kwek. I love the color PINK.</font>
- <br><br>
- <font size="3" color="#696969">IN A RELATONSHIP</font><br>
- <br>
- <font size="2" color="#696969">In a relationship with Rhey Angelo H. Resus. 2 years and 8months ba kami. Monthsarry namin every 14. Nakilala ko siya sa school. And open lang kami on his side lang.</font>
- <br><br>
- <font size="3" color="#696969">OBSESSION</font><br>
- <br>
- <font size="2" color="#696969">Mga nakakatakot na movies. Couple shirts. Pizza & ice cream. Tsaka yung mga bagay na kulay pink. Denim shorts, kahit bawal ako magsuot ng mga maiikling short kasi magagalit si Angelo. Tsaka slippers.</font>
- </center>
- </div></div></div></div></div></div></div></div></div></div>
- <div id="rr" class="popup_block">
- <Center><font size="35" style="font-family: Great Vibes;"> Taken by the best;<p></font></style></center>
- <br><br>
- <div style="text-align: center">
- <img src="http://static.tumblr.com/3iwd31y/irdmmbui4/tt.jpg">
- <br>
- <font size="3" color="#696969">BIOGRAPHY</font><br>
- <br>
- <font size="2" color="#696969">Rhey Angelo H. Resus fullname niya. 1 year yung gap namin. Hahaha Opo, mas matanda ako kesa sa kanya. Pero siya yung nagdadala sa relationship namin.Taga So. Leyte din, magka-college na siya this year.</font>
- <br><br>
- <font size="3" color="#696969">THINGS HE LOVE</font><br>
- <br>
- <font size="2" color="#696969">Gustong gusto niya sumayaw, dancer siya dito eh. He also love sports, magaling na athlete siya sa school namin.Love niya kumain, specially kapag chicken joy. Makaka extra-rice siya niyan!</font>
- <br><br>
- <font size="3" color="#696969">PAANO SIYA NANLIGAW</font><br>
- <br>
- <font size="2" color="#696969">Sinusundan niya ako lage sa school eh. Crush niya daw ako. Hindi ko naman siya napapansin kasi hindi ko priority yung pagkakaroon ng bf. Pasaway kasi ako sa school namin. Napansin ko lang siya yung nanligaw na siya. Sa hallway sa school siya nag confess. Awkward. </font>
- <br><br>
- <font size="3" color="#696969">DREAMS</font><br>
- <br>
- <font size="2" color="#696969">Pangarap naming makapag ibang bansa, makapundar ng malaking bahay. Magpakasal at magkaroon ng 5 anak. Gusto niya yan eh! Hahahaha. May mga pangalan na nga sila eh.</font>
- </center>
- </div></div></div></div></div></div></div></div></div></div>
- <div id="blog" class="popup_block">
- <Center><font size="35" style="font-family: Great Vibes;">About this blog;<p></font></style></center>
- <div style="text-align: center">
- <font size="3" color="#696969">WHEN DID YOU START BLOGGING?</font><br>
- <br>
- <font size="2" color="#696969">Nagstart po ako mag-blog 2010. Pastel/K-Fashion blogger pa ako nun. Tapos nung 2011, nag change ako ng blog type. Naging random blogger na ako. Boring na kasi sa isa kong blog, walang masyado kausap.Tapos may nagdeac ng blog kong "dakilanggerlpren."</font>
- <br><br>
- <font size="3" color="#696969">TAPOS NUN?</font><br>
- <br>
- <font size="2" color="#696969">Kaya yun, bumalik ulit ako sa pagiging photo blogger. Mga dalawang buwan din yun. Tapos nahanap ako ng mga friends ko sa is kong blog. Anong nangyari. Bumalik na daw ako. Kaya yun, bumalik ulit ako. Gumawa ako ng panibagong blog. At eto na yun ngayon.</font>
- </center>
- </div></div></div></div></div></div></div></div></div></div>
- <div id="nodont"><div id="messthis">©</div>
- <div id="oriwillkillyou">Theme by
- <a href="http://missdomokun.tumblr.com">Missdomokun</a>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment