KNP | she/her | 20+ 🇫🇷 | My AO3 | reblog without any logic deep down into the supernatural hell, no sanity left (pp by @lovethedanielhd✨)
Don't wanna be here? Send us removal request.
Text
"This place has a population of less than 5,000 and has had four serial killers in the last decade. I don't care if it's cursed, or there's a cult, or if there's just something in the water: I don't want to live here."
"I'm sure we'll be fine."
"Can you not be a Horror Movie Dad right now?"
377 notes
·
View notes
Text
"Let's go." ↳ 3.06 - Red Sky at Morning
537 notes
·
View notes
Text

dean dean deannnnn
2K notes
·
View notes
Text
Just a sip
[Characters from CTC]
6K notes
·
View notes
Text
"I gotta' show you the music video, Cas, it has a cowboy!"- Dean, probably
2K notes
·
View notes
Text
Redrew old art I found on my iPad


I think I traced the first one from a photo, but I don't remember where it is
2K notes
·
View notes
Text

How I painted Star Shower~ I really love painting transparent materials, there's just something so fun about the way light reflects and refracts ✨
17K notes
·
View notes
Text
Ah, the day the world kung-fu fought, we shall always remember it...
1K notes
·
View notes
Text
"So people rarely go missing here?" ↳ 15.06 - GOLDEN TIME
428 notes
·
View notes
Text
Deancas coldplay kisscam scenario where the internet goes insane because serial killer Dean Winchester just got spotted alive and cosied up to missing person James Novak
6K notes
·
View notes
Text
I'm once again obsessed with drawing Castiel's side profile <3
ref | patreon | ko-fi
1K notes
·
View notes
Text
"Now, I really wish I knew how to kill you. But all I can do is send you back to heaven." ↳ 4.16 - ON THE HEAD OF A PIN
1K notes
·
View notes
Text

I need to bite him 🍎
748 notes
·
View notes
Note
Would you happen to know if it's possible (and if so, how) to change the color of the bar graphs on the stats page? Right now, my whole theme is purple, and the stats page still has the default red color. Thanks!
ok, yes and no. the main problem is that it’s a svg image and it’s a code ao3 embeds from google so they even have no input in it.
Ao3 doesn’t allow a lot of svg specific css rules, simply because... there aren’t svg around the website beside that one (at least I think is that reason). The way to change color in svg images is by using ‘fill’ instead of the usual ‘background-color’ or ‘color’ of basically everything else. So basically the only way you have to change color to those is by using filters. Which are still very very limited by ao3 (as attested by this very desperate anon: https://ao3skin.tumblr.com/post/665743462420955136/this-may-be-a-trip-sorry-so-its-been-a-known who where desperately trying to use brightness filter with no success)
this is how you do it:
#stat_chart g[clip-path^=url] > g:nth-of-type(2) rect, #stat_chart svg g:nth-of-type(2) > g rect:last-of-type { filter: hue-rotate(222deg); opacity: 70%; }
you can play with the values of hue-rotate and the opacity (you can also remove the opacity alltogether) to find a color you like.
also, if you want, this one makes the column change the color when you hover it:
#stat_chart g[clip-path^=url] > g:nth-of-type(2) rect:hover { filter: hue-rotate(217deg); }
not necessary though.
11 notes
·
View notes