i scrolled to this post RIGHT as this drawing showed up on the Drawfee video i was watching and it. startled me to say the least
🪷
a masked creature i drew with an ink pen for my art class in about 3 days of on and off drawing
Calling all Brits on this hellsite.
We all saw Elon Musk do the nazi salute at the Trump inauguration. We know that he is influencing and fanning the flames of right wing political parties.
And that very well may include ours.
Because Elon Musk has pledged to donate $100 million to the Reform party. He has since mentioned that it might be hard to give such a large sum now.
But I don’t think we should take our chances. And I think we can agree that letting billionaires influence our countries politics is a terrible idea.
If you also agree here’s a link to a Parliament petition.
It calls for the government to remove loopholes that allow wealthy foreign individuals to make donations into UK political parties (e.g. by funnelling through UK registered companies).
As it is a parliament petition the government are required to debate it in parliament. But for that to happen it needs to reach 100,000 signatures.
Non British folk I’m afraid you guys can’t sign but I encourage you guys to reblog so that more people can see this.
hey thanks!!
the 2am urge to paint
based on a screenshot of the nether in Minecraft. the basalt deltas are one of my favorite biomes. it's so simple and barren, but it's oddly calm, especially with the ash floating in the air. i wasn't really sure how to portray the glowstone, so it's a little bright, but other than that I'm very happy with how it turned out
this looks so cool!!! im glad you liked my base code! :]
ao3 skin that i made!! (copy code under "keep reading")
it's a messy combination of pieces of code from other people's skins and my own changes
here are some of the skins that i can remember using as part of this, but i've been building it for years so forgive me if i forget some:
Shortening long tag fields by Xparrot (on ao3)
Slim Shaded by AO3 (on ao3)
Lily Garden by tealtiam (on Tumblr)
AO3 Tag category coloring! by ao3css (on Tumblr)
Background color: #26303C
come back here to my tips or leave a comment if you need some help customizing the code!
Text color: #CBC6C3
Header color: #46626D
Accent color: #993F33
steps to create a new skin using this code:
log into ao3 account
go to dashboard >> skins
click "create site skin"
make sure TYPE is "site skin"
add a unique title
copy all code below
paste into field 'CSS'
click on "use wizard" at the top
copy and paste the four colors written above into their corresponding boxes
click SUBMIT
how to customize this skin:
click USE
FONT SIZE: at the very top of the code, change the "90%" to be bigger or smaller to change the font size within a fic
MAIN COLORS: to change the main colors, select "use wizard" when editing the skin and replace any of the four hex codes under "Background color:", "Text color:", "Header color:", and "Accent color:"
SECONDARY COLORS: find all hex codes within the code and change those numbers as you like! i changed all colors to match with the color palette of the header photo that i chose to make it feel cohesive
TAG COLORS: towards the end, the "relationship", "character", and "freeform" tags alternate three colors to make them easy to separate. in this skin they are all very similar, so you can change those to be whatever colors you like!
HEADER PHOTO: find the link towards the end of the code right before the warning tags and replace it with a link to any photo you like! it loops, so you don't have to worry about sizing or anything
FONT: i'm unsure how exactly to do this, but the in-fic font is currently set to Georgia Serif, so i suppose just go find that and replace it with your preferred font!
BORDER STYLES: wherever you see the code "border-style:", replace the word that comes after it with one of these options: none, solid, dashed, dotted, double, groove, ridge, inset, outset, or hidden
WARNING TAGS: at the very end of the code is a list of words or phrases that, when they appear in the tags of a fic, are highlighted in a contrasting color so that they are easy to avoid if necessary. you can add or remove those tags however you like, or change the warning color!
COPY AND PASTE ALL CODE BELOW
#workskin { font-size: 90%; } li.blurb .tags { max-height: 7.5em; overflow-y: auto; } #header { min-height: 0; } #header a, #header fieldset, #header ul.primary, #header ul.primary .current { border: 0; background: 0; } h1 a img { height: 50px; border: 0; } #header .landmark { clear: none; } #header ul.primary { background: rgba(0,0,0,0.65); border-bottom: 1px solid rgba(0,0,0,0.75); } #header ul.primary, #header ul.primary .current, ul.primary.actions a, #header ul.primary .current { color: #CBC6C3; } #header ul.primary .current, #header #search input, #header #search input:focus { background: rgba(0,0,0,0.25); color: #CBC6C3; box-shadow: inset 0 0 3px #131A2A; border-color: #131A2A; } .actions, .actions input { text-transform: lowercase; } blockquote.userstuff { font-family: "Mido", "AUdimat", "Ostrich Sans Rounded","Lucida Grande", sans-serif !important; position: relative; background: rgba(0,0,0,0.1); padding: 2%; border: 1px solid rgba(0,0,0,0.15); box-shadow: 0 0 2px rgba(0,0,0,0.4); } blockquote.userstuff:after { content: "\201D"; right: 0; top: auto; left: auto; } body, .userstuff { font-family: Mido, Georgia, serif; } .heading, .userstuff h3, .userstuff h4 { font-family: "CabinSketch", Georgia,serif; } #main .heading { color: #993F33; } #inner .group, #inner .heading, fieldset, .verbose legend, table, table th, col.name, span.unread, span.replied { outline: none; background: transparent; border-color: #131A2A; border-style: double; box-shadow: none; border-radius: 2em; border-bottom-right-radius: 0; border-top-left-radius: 0; } #inner .group .group .group, col.name { border-style: double; border-color: #CBC6C3; box-shadow: 0 0 2px #000; } #inner .bookmark .user.module, #inner .wrapper { border: 0; border-radius: 0; border-top: 3px double #bbb; box-shadow: none; } .filters { font-size: 90%; } .toggled form, .dynamic form, .secondary, .dropdown { background: #fff url("/images/skins/textures/tiles/white-handmade-paper.jpg"); } a.tag, a.tag:visited, a.tag:link { display: inline-block; padding: 1px 3px; margin: 2px 0px; border: 2px solid #46626D; border-radius: 5px; } .commas li:after { content: ""; } h5.fandoms.heading { color: transparent; } .favorite a.tag { border: none; } .tags li.relationships:nth-of-type(3n+1) a.tag { background-color: #1d3954; } .tags li.relationships:nth-of-type(3n+2) a.tag { background-color: #264663; } .tags li.relationships:nth-of-type(3n+3) a.tag { background-color: #305475; } .tags li.characters:nth-of-type(3n+1) a.tag { background-color: #214154; } .tags li.characters:nth-of-type(3n+2) a.tag { background-color: #294c61; } .tags li.characters:nth-of-type(3n+3) a.tag { background-color: #31576e; } .tags li.freeforms:nth-of-type(3n+1) a.tag { background-color: #234e54; } .tags li.freeforms:nth-of-type(3n+2) a.tag { background-color: #2a585e; } .tags li.freeforms:nth-of-type(3n+3) a.tag { background-color: #316269; } .tags li.freeforms a.tag:hover, .tags li.characters a.tag:hover, .tags li.relationships a.tag:hover { background-color: #26303C; color: white; } #header .logo { display: none; } #header ul.primary { box-shadow: none; padding-top: 30px; padding-bottom: 30px; background: #FCC191 url(https://i.pinimg.com/564x/8c/bc/ae/8cbcae1760dc88ae8730566337a5d2eb.jpg); background-attachment: fixed; } li.blurb a.tag[href*="suicid"], [href*="suicide"], [href*="Suicide"], [href*="rape"], [href*="Rape"], [href*="consentual"], [href*="Consentual"], [href*="non-con"], [href*="consent issues"], [href*="Kidnapping"], [href*="kidnapping"], [href*="Canibalism"], [href*="cannibalism"], [href*="Cannibalism"], [href*="Dove"], [href*="dead dove do not eat"], [href*="murder"], [href*="Murder"], [href*="harm"], [href*="self harm"], [href*="Harm"], [href*="Torture"], [href*="abduction"], [href*="asphyxiation"], [href*="blood"], [href*="Blood"], [href*="death"], [href*="Death"], [href*="gore"], [href*="Gore"], [href*="incest"], [href*="Incest"], [href*="trauma"], [href*="Trauma"], [href*="torture"] { color: #000000; font-weight: bold; background-color: #993F33; }
do not bring your phone or use a credit card or travel card tied to your identity en route to a protest or action. some alternatives:
don't bring them, use cash (ideal)
don't bring them, get a lift with trusted friends (ideal)
leave your phone/cards with a trusted friend who will not be at the planned action, pick them up afterwards
leave your phone/cards in a secure locker at a bus or train station, pick them up afterwards
prepaid burner phone if you absolutely need one on your person for some reason (you probably don't!)
Hello Everyone!
Today is the first day of the weeklong strike for a ceasefire in Gaza.
I have realized that I do not think the message has spread far, at least on this website. This might be due to the lack of internet in Gaza, it has been down for days. Not much can be said by the citizens there, it's like some people forgot about them. I encourage all of you to share this post, or make your own, letting everyone know about this strike. This is something that should transcend the aesthetic of your blog. My blog was a gimmick blog, but for this week, it is a blog for spreading information and awareness.
Bisan Odwa (@wizard_bisan1 on instagram) has called for this strike. She is a journalist from Gaza, who has been experiencing this horrid violence for 15 weeks. 107 days. 2568 hours.
These were the images she posted, calling for this strike:
Reblog this, share this. Do not stop until every supporter of Gaza knows what we must do this week.
Free Palestine, Free Gaza, Ceasefire now!
Love your art so much. Will you show us cool nature pics from your country? I'm literally so stoned I forgot where you live sorry.
Sure anon, why not. I'm not a photographer so the quality of these is kind of slushy at best. I like nature and wander around a little bit, but I rarely hike properly, so I don't go to that many scenic places. These are mostly from regular walks. Long post warning.
Summers are short but very green, and since we're at the arctic circle we get sunlight around the clock. Some of these were taken at midnight or early morning small hours. Most of Finland is very sparsely populated and covered in boreal forests.
Finland is a very watery country, lots of lakes in particular.
Sometimes you get intense sunsets
And winters are very cold, snowy and last about six months. In summer we have midnight sun and in winter there's the polar night to counter it. Around late December sun only rises for about two hours per day where I live so it's very dark for many, many weeks on end (which is wonderful if you get seasonal depression like I do). But sometimes the weather and lighting are just right and you get this ethereal pastel effect that I love.
oh that sounds awesome actually?? if i don't do that for this painting I'll definitely experiment with it sometime! thanks for the tip!
the 2am urge to paint
based on a screenshot of the nether in Minecraft. the basalt deltas are one of my favorite biomes. it's so simple and barren, but it's oddly calm, especially with the ash floating in the air. i wasn't really sure how to portray the glowstone, so it's a little bright, but other than that I'm very happy with how it turned out
“You shouldn’t self-ID as ADHD/autistic, you’re turning a very real mental condition into a trend” Ok then stop saying delulu. Stop speculating on which cluster C personality disorder the criminals you hear about on the news have. Stop saying “schizoposting” and “acoustic” and “is it restarted?” Stop using “psycopath” and “sociopath” as catch-all ways of calling someone a bad person. Stop saying “the intrusive thoughts won” when you bleach your hair and then turn your nose up at people who suffer from very real, very scary urges of physical/sexual violence. Stop saying “I’m so OCD” as a way of calling yourself neat. Stop treating BPD/ASPD/Bipolar as inherently abusive. Stop saying “OP I am living in your walls” without tagging for unreality. Stop diagnosing complete strangers you’ve never met on r/AITA with NPD.
You first. If you don’t want our disabilities to be treated like trends then stop belittling and minimising them. I’ll NEVER judge a person for trying find labels for their symptoms when an apathetic, racist, sexist, ableist healthcare system refuses to. But I will absolutely judge a hypocrite. Which a lot of you are
a little traditional drawing to get back into the swing of things. i don't draw as much during the summer - very busy, less motivation - but i also work on bigger projects instead. so in between working on a DIY vest, I've been trying to draw every now and then.
this was made with pencil and cheap, almost dried alcohol markers. the main gripe i have about the finished piece is that the head is a bit small, but that just comes with doing traditional art
he/they | artist, twitch streamer, youtuber | check out my stuff! commissions ARE OPEN!! see commissions tab on my blog for more info, or reach out to me!
184 posts