cinderfeather
cinderfeather
Cinderfeather
2K posts
ask for pronounsStar Wars and DC fic writer
Don't wanna be here? Send us removal request.
cinderfeather · 4 days ago
Text
"why do you write?" because it’s the only way to silence the characters pacing around my brain like victorian ghosts with unresolved issues that prevent them from moving on.
5K notes · View notes
cinderfeather · 4 days ago
Text
write a new scene → realize it contradicts something from chapter 3 → fix chapter 3 → now chapter 7 makes no sense → cry → repeat
2K notes · View notes
cinderfeather · 7 days ago
Text
I think a surprising amount of writers don’t realize that tragedies are supposed to be cathartic. They’re intended to result in a purging of emotion, a luxurious cry; the sorrow caused by a great tragedy is akin to fear caused by a good horror movie – it’s a “safe” sorrow, one that is actually satisfying to the audience. It can still be beautiful! It’s isn’t supposed to just be salting the earth so nothing can grow.
But that’s how you get grimdark: writers who don’t realize that they’re supposed to be doing something with the audience instead of to the audience.
171K notes · View notes
cinderfeather · 9 days ago
Text
Tumblr media
548 notes · View notes
cinderfeather · 9 days ago
Text
atp the only way we’re going to get out of this ai shit while people’s brains are still semi intact is to start bribing influencers and tiktokers into saying chatgpt is cringe and it emits a frequency that blocks your divine energy which can only be channeled back by reading a book and talking to your friends
57K notes · View notes
cinderfeather · 9 days ago
Text
Tumblr media
hey uh new type of ao3 spam comment just dropped. (I know it's spam because the fic they left this comment on . doesn't have chapters. lmfao). Report this kinda comment as spam and don't take it personally it is literally recycled bullshit
28K notes · View notes
cinderfeather · 10 days ago
Text
Glowy dark mode site skin
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
🎼 You would not believe your eyes, if 10 million fireflies ended up in the header of your AO3. 🎶
It's been a while since I tried glow effects, but I saw the fireflies and I couldn't resist.
CSS code under the cut.
#header {   background-image: url("https://cdn.pixabay.com/photo/2022/10/19/16/56/fireflies-7533056_1280.jpg");   background-repeat: no-repeat;   background-size: cover;   background-position: center center;   background-color: #152623; }
#header .heading {   height: 15em; }
#header .primary {   background: #0d1d1f;   box-shadow: 0px 0px 15px #f9f6ce; }
#header .logo, #header .heading sup {   visibility: hidden; }
#header .heading a {   color: #152623;   text-shadow: 0px 0px 15px #f9f6ce; }
.event .userstuff {   background: #425e50;   border: 1px solid #f9f6ce; }
#outer.wrapper {   background: #0d1d1f;   color: #f9f6ce; }
#main a {   color: #8c9b76; }
#greeting a.dropdown-toggle, #header .actions a {   color: #f9f6ce !important;   text-shadow: 0px 0px 3px #152623; }
#greeting .menu, #header .dropdown .menu, #header .dropdown:hover a {   background: #0d1d1f;   box-shadow: 0px 0px 15px #f9f6ce; }
span.submit.actions input.button {   display: none; }
#greeting img.icon {   display: none; }
#header #search .text, .search [role="tooltip"] {   background: #0d1d1f;   box-shadow: 0px 0px 15px #f9f6ce;   color: #f9f6ce !important;   border: 1px solid #0d1d1f; }
form.search input[type=text], form.search input[type=submit], .autocomplete div.dropdown ul {   background: #0d1d1f !important;   border: none;   box-shadow: 0px 0px 15px #f9f6ce;   color: #f9f6ce;   display: block; }
#header #search .text {   width: 7em; }
.notice, .comment_notice, .kudos_notice, ul.notes, .caution, .error, .comment_error, .kudos_error, .alert.flash {   background: #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce !important;   color: #0d1d1f;   border: none; }
.notice a, .comment_notice a, .kudos_notice a, ul.notes a, .caution a, .error a, .comment_error a, .kudos_error a, .alert.flash a {   color: #506957;   font-weight: bold; }
.splash .module h3 {   color: #f9f6ce;   border-bottom: 2px solid #f9f6ce; }
.splash .favorite li:nth-of-type(2n+1) a {   background: #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce;   color: #0d1d1f;   font-weight: bold;   font-variant: small-caps; }
.splash .favorite li:nth-of-type(2n+2) a {   color: #f9f6ce;   font-weight: bold;   font-variant: small-caps;   font-size: 110%; }
.splash .favorite li:nth-of-type(2n+1) a:hover, .splash .favorite li:nth-of-type(2n+2) a:hover {   color: #f9f6ce;   font-weight: bold;   font-variant: small-caps;   background: #425e50; }
#footer {   background: #425e50;   color: #f9f6ce;   border-top: 3px solid #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }
#footer a, #footer .heading {   color: #f9f6ce; }
.actions a, .actions a:focus, .actions input:focus, .action:focus, .actions li input, .actions li input[type="submit"], input[type="submit"], .actions li label, ul.navigation.actions li a, .action:link, .actions a:link {   background: #425e50;   border: 1px solid #f9f6ce;   color: #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce;   border-radius: 5px; }
.current, #dashboard .current {   background: #f9f6ce !important;   color: #0d1d1f !important;   box-shadow: 0px 0px 15px #f9f6ce !important;   border-radius: 5px; }
#dashboard.own {   border-top: 5px solid #f9f6ce;   border-bottom: 5px solid #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }
#dashboard a:hover {   background: #0d1d1f;   box-shadow: 0px 0px 15px #f9f6ce; }
#dashboard a {   color: #f9f6ce; }
dl.meta {   border: 1px solid #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }
.listbox .index {   background: #0d1d1f; }
.listbox, fieldset fieldset.listbox {   background: #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }
form dl, fieldset, fieldset fieldset, fieldset fieldset fieldset, fieldset fieldset dl dl, dd.hideme, form blockquote.userstuff, input, select, select:focus, textarea, span.symbol.question, .own {   background: #0d1d1f !important;   color: #f9f6ce !important;   border: 1px solid #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }
.autocomplete li.added, .post .meta dd ul li.added, label, label.required {   color: #f9f6ce; }
span.delete {   background: #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }
span.delete a {   color: #0d1d1f !important;   font-weight: bold; }
.ui-sortable li, .dynamic form, div.dynamic {   background: #0d1d1f;   border: 1px solid #f9f6ce; }
.dropdown {   background: #0d1d1f; }
form.verbose legend, .verbose form legend {   background: #f9f6ce;   color: #0d1d1f;   box-shadow: 0px 0px 15px #f9f6ce; }
li.blurb {   border: 1px solid #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }
.draft {   background: #0d1d1f;   color: #f9f6ce;   border: 2px dashed #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }
.draft .wrapper {   background: #0d1d1f;   border: 1px solid #f9f6ce; }
#header h2 {   background: #f9f6ce !important;   color: #0d1d1f;   box-shadow: 0px 0px 15px #f9f6ce; }
#stat_chart svg rect:first-of-type {   opacity: 60%; }
#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, #stat_chart g[clip-path^=url] > g:nth-of-type(2) rect:first-of-type {   filter: hue-rotate(140deg);   opacity: 80% !important; }
.statistics .index li:nth-of-type(2n) {   background: #0d1d1f;   border: 1px solid #f9f6ce; }
.reading h4.viewed, dl.index dd, table, th, dt.child {   background: #0d1d1f; }
#modal, span.replied {   background: #0d1d1f;   color: #f9f6ce;   border: 2px solid #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }
h4.heading.byline {   background: #f9f6ce;   color: #0d1d1f; }
li.comment {   border: 1px solid #f9f6ce; }
.comment div.icon {   border-bottom: 5px solid #f9f6ce;   box-shadow: 0px 0px 15px #f9f6ce; }
.thread .even {   background: #425e50; }
.unread {   background: #0d1d1f;   border: 5px dashed #f9f6ce !important; }
span.unread {   background: #f9f6ce;   color: #0d1d1f; }
span.indicator::before {   box-shadow: 0px 0px 15px #f9f6ce; }
.warnings .tag, .work .warning a.tag, dd.warning.tags a {   border: 1px solid #f9f6ce;   border-radius: 5px;   background: #f9f6ce;   padding-left: 2px;   padding-right: 2px;   box-shadow: 0px 0px 10px #f9f6ce; }
.relationships .tag, .work .relationships a.tag, dd.relationship.tags a {   background: none;   color: #f9f6ce !important;   font-weight: bold;   text-shadow: 0px 0px 15px #f9f6ce; }
.filters .expander {   background: url("https://64.media.tumblr.com/3c89981f933f9f57157d6dcec6fd85a7/94c6737c6db9ad60-e5/s1280x1920/f7557e617a5439c506721bd326580a0cb4c1f8d8.png") left center no-repeat;   color: #f9f6ce !important;   font-weight: bold; }
.filters .expanded .expander {   background: url("https://64.media.tumblr.com/dab095a2fd9387bc1e0c57747ba6b13f/94c6737c6db9ad60-ad/s1280x1920/c1a4e14e0565cdcac5d3e20bebac3ab440f2d607.png") left center no-repeat; }
8K notes · View notes
cinderfeather · 11 days ago
Text
Tumblr media
Finally done! Redraw of my first time drawing Telemachus and Athena
2K notes · View notes
cinderfeather · 11 days ago
Text
Tumblr media
Poseidon.
680 notes · View notes
cinderfeather · 11 days ago
Text
Clark Kent finally goes to get therapy but the only person who knows both of his identities AND is in any way actually qualified is Harley Quinn
41K notes · View notes
cinderfeather · 11 days ago
Text
I finished reading The Lord of the Rings for the first time in my life. With all of *vague gesture at everything* this going on.
I Am Not Okay
20K notes · View notes
cinderfeather · 11 days ago
Text
things you DO NOT need to be a man
a dick
he/him pronouns
XY chromosomes
things you DO need to be a man
the swiftness of a coursing river
the force of a great typhoon
the strength of a raging fire
the mysteriousness of the dark side of the moon
^this post was brought to you by LGBT^
Let's
Get down to
Business
To defeat the huns
78K notes · View notes
cinderfeather · 11 days ago
Text
i had a thought of "do people not know what AUs are anymore?" and then i remembered nobody explains fandom stuff to new people anymore so it is entirely plausible people genuinely don't know what AUs are and nobody has explained it to them, so for today's lucky 10,000:
"AU" stands for "Alternate Universe" or "Alternative Universe" (same difference) and is basically any thought scenario for a fandom that isn't canon and can't fit within the canon universe. If it takes place in the canon universe but something is notably different, that is typically what's known as a "Canon divergent AU," because it diverges from canon.
an AU can be absolutely anything. There's a couple of widespread pan-fandom au scenarios that often get thrown around, like coffee shop aus, genderbend aus, hanahaki aus (hanahaki is a whole thing in itself i'd recommend researching on your own), etc. One you might hear sometimes is "crossover AU" which is when you have characters from one fandom interacting with characters from another.
You can have as many aus as you want. They can be whatever you want and you can do whatever you want in them. It's a sandbox for you to play around in and explore how things would be different or how the characters would act in those circumstances or environments. Maybe they have different relationships with each other. Maybe they behave slightly differently. Or you can just say "Okay, [x] is true. How did they get here? How would things have to be different for this to occur?" which can also be fun.
If you are ever confused about why people ship something that seems completely out of the blue or doesn't make sense to you in the canon setting, there's a good chance they like it in an AU setting! Not everything everybody is interacting with is necessarily the canon! Not everybody wants things to exist in canon and just want to explore playing dolls in a different sandbox and that's okay. And their sandbox might look a lot different than yours, and that's also okay. You have the freedom to make your sandbox whatever you please. Do whatever you want forever. Get funky with it. AUs are fun.
Okay that's my schpeal. everybody go have fun and play nice now.
20K notes · View notes
cinderfeather · 11 days ago
Text
Tumblr media
Peak representation of girl experience
twt
5K notes · View notes
cinderfeather · 12 days ago
Text
the horrors persist but my friends write beautiful fanfic
22K notes · View notes
cinderfeather · 12 days ago
Text
Reblog to give prev the power to write their fanfiction
40K notes · View notes
cinderfeather · 12 days ago
Text
it makes me sad the way cis women are so terrified of and disgusted by their own body hair. and i'm not talking "i have to shave for sensory reasons" i mean i keep seeing videos of women using hair identifier spray on their faces and hands so they can shave the tiniest barely-there bits of peach fuzz that came free with their bodies. hair that serves a purpose and that purpose is cleanliness and protection. i mean when i was in elementary school girls who had barely hit puberty were talking about shaving their arms. i mean full-grown adult women who will have a breakdown if they see two days of stubble on their legs/crotch/ jaw/pits because god forbid you don't look like a perfect plastic barbie doll. god forbid your body that keeps you alive comes with hair that may not be soft and glossy and photogenic. some women are so afraid of having any hair apart from their head and eyebrows that they've uno reversed themselves into six different kinds of gender dysphoria that they can't recognize as such because they're convinced that this unnatural state of highly-groomed capital-informed beauty is how women have always been. you're so scared of looking "gross" or "ugly" or "mannish" that you can't even look at your body in the mirror and recognize what it is. sister you are an ape. why are you so determined to deny your nature.
42K notes · View notes