<!-- 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="nsfw" /> </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

29293
- nsfw.
3454
15
slutshamingdetected:

Não gosta do feminismo? Cobre esse decotão aí e esconde seu cartaz, você não deveria ter direito a voz. O quê? Você sabe escrever?! QUEM TE DEU ACESSO A EDUCAÇÃO?!
Via @hankbizarro
107
feministacansada:

D.I.Y. = Do it yourself
Faça você mesma! :D
via @jaridarraes e feministing
1411
ankimohime:

haruchonns:

Macoto Takahashi

I like to immerse myself in the utterly idyllic, high drama, roses and lace laden world of retro shoujo manga every now and then. I used to make reading Niji no Densetsu a once in a year treat~
4024
84066
4800
3250
42758
89762

despairludenberg:

the-fandoms-are-cool:

urbanfuck:

my mother must be so proud of her lazy, rebellious, anxiety-ridden, depressed child

your mother must be so proud of her strong, smart child who lives each day dealing with anxiety and depression and still holds on

oh man wow

45594
makeupbag:

bloodstainedbikinis:




galactic-gal:




princessleathercock:




acceptmyawkwardness:




superspecialawesomeattack:




makeupbyjanny:




onlymakesusstronger:




jamesxfc:




As a guy, I think the top one looks way better. Just sayin’.




yeah, guy here, top looks way better




You know what’s crazy?! That some women don’t wear makeup to impress men. Some women do it because they like it. When I wear 5 different colors on my eyes with bright ass pink lipstick I KNOW that shit ain’t cute. But you know why I do it? Because makeup is about having fun and being artistic. So if you don’t like my fabulously defined eyebrows I’m okay with that, I didn’t need your approval anyways. I just think some men really need to put their egos to the side and STOP thinking that everything women do is to impress you guys.




Yeah, because women wear high-heels because they’re SO comfortable, right?




No, women (at least me and my friends) wear heels because they’re fun to wear. Sure, they get uncomfortable, but we’re not wearing them for comfort, we’re wearing them to feel good and because we feel sexy in them.
And you’re probably gonna be like “but why do you want to look sexy? For men.”
But no. I like feeling sexy because it helps with MY confidence. It’s not about other guys, i’m already in a committed relationship, but I like feeling good about how I look. Also, even before my relationship I would wear sexy lacy underwear and bras, but NO ONE were seeing them, so why did I wear them? Certainly not because they’re comfortable. Because I feel great about myself when I’m wearing them.




This^




Here’s my two cents for the beta males that have a problem with the high heel makeup wearing ladies. Don’t date them.
Go date a girl who doesn’t wear makeup or high heels.
Write to your favorite nudie magazine and ask for less airbrushed no makeup wearing models for you to wank to
Stop telling other women what to do with their bodies
And stop believing that any expression of a women’s self is directly meant to please your prick




^ BOOM!!




Important commentary bolded. 
472
girlsbydaylight:

by 板
979
950
Pink Rose Flower