<!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS --> <!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. --> <!-- Read more: http://ogp.me/ --> <meta property="fb:app_id" content="48119224995" /> <meta property="og:title" content="✧nyanderful ✧" /> <meta property="og:url" content="http://sparkle-witch.tumblr.com/" /> <meta property="og:description" content="architecture, design, lolita fashion, smiles, cute things, cats, yaoi, sex, night, faces, nudism,..." /> <meta property="og:type" content="tumblr-feed:tumblelog" /> <meta property="og:image" content="http://25.media.tumblr.com/avatar_fbee36a6e430_128.png" /> <!-- END TUMBLR FACEBOOK OPENGRAPH TAGS --> <!-- TWITTER TAGS --> <meta charset="utf-8"> <meta name="twitter:site" content="tumblr" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="sparkle-witch" /> <meta name="twitter:description" content="architecture, design, lolita fashion, smiles, cute things, cats, yaoi, sex, night, faces, nudism, anime, hentai, fetish, quotes, couples, games, movies, action figures &lt;center&gt;&lt;a href=&quot;http://tinypic.com?ref=6p2k4y&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i50.tinypic.com/6p2k4y.gif&quot; border=&quot;0&quot; alt=&quot;Image and video hosting by TinyPic&quot;&gt;&lt;/a&gt;" /> <meta name="twitter:app:name:iphone" content="Tumblr" /> <meta name="twitter:app:name:ipad" content="Tumblr" /> <meta name="twitter:app:name:googleplay" content="Tumblr" /> <meta name="twitter:app:id:iphone" content="305343404" /> <meta name="twitter:app:id:ipad" content="305343404" /> <meta name="twitter:app:id:googleplay" content="com.tumblr" /> <meta name="twitter:app:url:iphone" content="tumblr://x-callback-url/blog?blogName=sparkle-witch&amp;referrer=twitter-cards" /> <meta name="twitter:app:url:ipad" content="tumblr://x-callback-url/blog?blogName=sparkle-witch&amp;referrer=twitter-cards" /> <meta name="twitter:app:url:googleplay" content="tumblr://x-callback-url/blog?blogName=sparkle-witch&amp;referrer=twitter-cards" /> <script type="text/javascript" src="http://assets.tumblr.com/assets/scripts/tumblelog.js?_v=6e220a0140f545ead40966867db8d6db"></script><meta http-equiv="x-dns-prefetch-control" content="off"/> <meta name="keywords" content="love,bf,me,relationship,cute" /> </head><script type="text/javascript"> // <![CDATA[ var colour="#ff00f0"; var sparkles=120; /**************************** * Tinkerbell Magic Sparkle * * (c) 2005 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 tiny=new Array(); var star=new Array(); var starv=new Array(); var starx=new Array(); var stary=new Array(); var tinyx=new Array(); var tinyy=new Array(); var tinyv=new Array(); window.onload=function() { if (document.getElementById) { var i, rats, rlef, rdow; for (var i=0; i<sparkles; i++) { var rats=createDiv(3, 3); rats.style.visibility="hidden"; document.body.appendChild(tiny[i]=rats); starv[i]=0; tinyv[i]=0; var rats=createDiv(5, 5); rats.style.backgroundColor="transparent"; rats.style.visibility="hidden"; var rlef=createDiv(1, 5); var rdow=createDiv(5, 1); rats.appendChild(rlef); rats.appendChild(rdow); rlef.style.top="2px"; rlef.style.left="0px"; rdow.style.top="0px"; rdow.style.left="2px"; document.body.appendChild(star[i]=rats); } set_width(); sparkle(); }} function sparkle() { var c; if (x!=ox || y!=oy) { ox=x; oy=y; for (c=0; c<sparkles; c++) if (!starv[c]) { star[c].style.left=(starx[c]=x)+"px"; star[c].style.top=(stary[c]=y)+"px"; star[c].style.clip="rect(0px, 5px, 5px, 0px)"; star[c].style.visibility="visible"; starv[c]=50; break; } } for (c=0; c<sparkles; c++) { if (starv[c]) update_star(c); if (tinyv[c]) update_tiny(c); } setTimeout("sparkle()", 40); } function update_star(i) { if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)"; if (starv[i]) { stary[i]+=1+Math.random()*3; if (stary[i]<shigh+sdown) { star[i].style.top=stary[i]+"px"; starx[i]+=(i%5-2)/5; star[i].style.left=starx[i]+"px"; } else { star[i].style.visibility="hidden"; starv[i]=0; return; } } else { tinyv[i]=50; tiny[i].style.top=(tinyy[i]=stary[i])+"px"; tiny[i].style.left=(tinyx[i]=starx[i])+"px"; tiny[i].style.width="2px"; tiny[i].style.height="2px"; star[i].style.visibility="hidden"; tiny[i].style.visibility="visible" } } function update_tiny(i) { if (--tinyv[i]==25) { tiny[i].style.width="1px"; tiny[i].style.height="1px"; } if (tinyv[i]) { tinyy[i]+=1+Math.random()*3; if (tinyy[i]<shigh+sdown) { tiny[i].style.top=tinyy[i]+"px"; tinyx[i]+=(i%5-2)/5; tiny[i].style.left=tinyx[i]+"px"; } else { tiny[i].style.visibility="hidden"; tinyv[i]=0; return; } } else tiny[i].style.visibility="hidden"; } document.onmousemove=mouse; function mouse(e) { set_scroll(); y=(e)?e.pageY:event.y+sdown; x=(e)?e.pageX:event.x+sleft; } 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; } } window.onresize=set_width; function set_width() { if (typeof(self.innerWidth)=="number") { swide=self.innerWidth; shigh=self.innerHeight; } else if (document.documentElement && document.documentElement.clientWidth) { swide=document.documentElement.clientWidth; shigh=document.documentElement.clientHeight; } else if (document.body.clientWidth) { swide=document.body.clientWidth; shigh=document.body.clientHeight; } } function createDiv(height, width) { var div=document.createElement("div"); div.style.position="absolute"; div.style.height=height+"px"; div.style.width=width+"px"; div.style.overflow="hidden"; div.style.backgroundColor=colour; return (div); } // ]]> </script> <body>
✧nyanderful ✧
architecture, design, lolita fashion, smiles, cute things, cats, yaoi, sex, night, faces, nudism, anime, hentai, fetish, quotes, couples, games, movies, action figures
Image and video hosting by TinyPic

3
- me.
- lrd.
- long distance.
- boyfriend.
- sad.
- tears.
- love.
i&#8217;m posting this photo now because i&#8217;m really down. we met a few weeks ago, and i&#8217;m already missing everything about him. his smell, his taste, his skin against mine, his eyes, playing with his hair, making he giggle, his smile just for me, just sitting with him in the couch to watch adventure time and anime, eating his popcorn, making out in a theather, the sex, the cuddle, his pout, the kisses, holding his warm hand, and the best hug in the world. the hug where i just felt safe, the hug felt comfortable, the hug where i finally felt home. now, that i&#8217;m far away from him again, i don&#8217;t feel safe, comfortable, i&#8217;m not at home anymore. i know we would be together again soon as possible, but i miss him so bad. i can&#8217;t stop crying, i just want to be with him. i&#8217;m in pain. but i know, that one day, it will be worth it, because we will be together without worrying about saying goodbye. i love my sweetie, he is with my heart. even if it gets so hard, i won&#8217;t stop thinking this is worth it. even if my pillow is wet because of my tears.
4
- me.
- ldr.
- relationship.
- boyfriend.
- cute.
- love.
finally baaaack~

oh my, i missed tumblr so much ;A;  but i were doing fine anyway… i’m happy but a little bit sad. saying goodbye to my boyfriend broke my heart. i was crying so much that i couldn’t even speak, and when i saw he leaving… i just started to cry even more.

but i totally had fun times with him, i know i want to be with him. and now it’s THE PICTURE TIIIIIIIIIIME~

  • she: do you want some cappuccino?
  • he: i want you.
1
- we.
- bf.
- relationship.
- me.
- draw.
- love.
- feelings.

my bf just drew me and him like this:

and became so happy that i had to draw us too FHSHFSOHFSOÇHFÇSHFÇHAFHA… so here it is

i don’t know how to draw bald people ;A; i’m sorry. i drew it on paint HFSHOSHFIÇSIHFÇSOIFH GOSH… i’ve put all of my feeling for him drawing this. my wishes to be close to him, to look in his eyes, hear he saying that loves me, and holding me tight

tee hee… time is passing and we are becoming so much close every day, and i’m happy with this, because i finally have someone who i can be who i really am. i’m learning how to love, it’s like he were teaching it for me, but i still can’t get used to some feelings like my heart goes all dokidoki everytime i think something about us or when i feel melting when you look at me with those beatiful eyes. i lose my place and my breath everytime you smile at me. every second i’m without you i’m a mess. you’re so much special to me. you’re the one for me. distance is nothing, we will break it soon, i’m waiting for this. my heart is with yours. ♥

2
- bf.
- love.
- marry.
- beatiful.
- cute.
- princess.
- destiny.
- crying.
- happy.
- heart.

My heart becomes so happy just when I’m thinking about hug you, have you in my arms. Some people want the best car, some people want to have so much money, some people just want power. But I just want one thing, the most important than everything. I want to hold your little hand, and just kiss your lips. That would be my fortune. I love you, my little princess.

I’m crying so hard, I love him so much. I really want to marry with him.

1
- bf.
- me.
- love.
just because my bf loves that pic HSJADHDHKDHADHDODHLDJLA~HDOSDADÇA
Pink Rose Flower