Local Folk Trying Their Best. Fandom-ly interested in Batman and Star Wars. Academically interested in fandom.
Don't wanna be here? Send us removal request.
Text
Princess Amethyst 💜
#amethyst princess of gemworld#dc comics#LOVE seeing all the amethyst on my dash tonight#was literally just talking about her!#reblog
32 notes
·
View notes
Text
Hi my name is Ozy'mandias, King of Kings and I have two vast and trunkless legs of stone and a frown and wrinkled lip and a lot of people tell me I look like the Younger Memnon (a/n if you don't know who he is get da hell out of here!). I'm a statue but my visage is shattered and lies half sunk on the sand. I’m also a colossal wreck, and I stand in the desert of an antique land where I’ve been for a really long time (I’m ancient). I’m a lifeless thing (in case you couldn’t tell) and I wear mostly the passions the sculptor read and stamped on me, which yet survive. I love sculptors and I get all my expressions from there. For example today I was wearing a sneer of cold command and a black leather miniskirt, pink fishnets and black combat boots. I was wearing black lipstick, white foundation, black eyeliner and red eye shadow. I was standing in the desert. The lone and level sands were boundless and bare, which I was very happy about. A lot of mighty looked upon my works and despaired. I put my middle finger up at them.
7K notes
·
View notes
Text
dying in a horror movie bc the sound of me opening my dr pepper echoes across the field loud as fuck and i am located instantly
37K notes
·
View notes
Text
Steph is peeking at Tim's cards btw
6K notes
·
View notes
Text
being a comics fan is like i could give you some general information abt any given character but i'm not necessarily a scholar of theirs you would have to see a specialist to be sure. the same way like in a pinch a pediatrist could tell you you were having a heart attack but you probably want to follow up with a cardiologist
3K notes
·
View notes
Text
Once I've adjusted to this teaching schedule and am actually fully moved and can pick up my comics and string together thoughts about them we're going to be so back
9 notes
·
View notes
Text
I miss Batman: Urban Legends. I’ll say it
5 notes
·
View notes
Text
i get doing studies on proper programs is probably like, better, but have you considered this: MS paint really fun
(-- tip jar! --)
3K notes
·
View notes
Text
hiding stats on ao3 - a detailed explanation
First, a note about CSS. The way it works is:
this is the thing that you want to change { this is how you want to change it; }
If there are multiple things that you want to change in the same way, put a comma between them. There's a semicolon at the end of the line for every change that you make.
thing 1, thing 2, thing 3 { change goes here; and maybe a second change goes here; all of these changes will affect all three of those things; }
In order to change a thing, you need to know what it's called. This is where I use the Inspect feature of my web browser. Each website names its own stuff, so you need to Inspect it in order to find out what any particular thing is called. I explained the Inspect feature in the answer to this ask.
So now, let's get to the names for all of the stats! Each stat will have 2 names. One for the word/label itself and the other for the number.
dl.stats dt.language dl.stats dd.language
dl.stats dt.words dl.stats dd.words
dl.stats dt.chapters dl.stats dd.chapters
dl.stats dt.collections dl.stats dd.collections
dl.stats dt.comments dl.stats dd.comments
dl.stats dt.kudos dl.stats dd.kudos
dl.stats dt.bookmarks dl.stats dd.bookmarks
dl.stats dt.hits dl.stats dd.hits
There are a few ways that you could change these elements, but the most common ones are:
display: none; visibility: hidden; color: #ffccbb;
The first one removes the element entirely, including the space that it takes up. The second one removes the words/numbers but leaves the space that they take up. The third changes the colour of the text.
If you want the language to stay, but you want to change the colour you could do something like
dl.stats dt.language { color: #ffccbb; }
dl.stats dd.language { color: #baeeff; }
And you'd have a peach colour for the label but a blue colour for the name of the language. I have separate sections for the code because I want to modify them in a different way from each other.
If I want to never see the comments or kudos counts on fics, I could do this:
dl.stats dt.comments, dl.stats dd.comments, dl.stats dt.kudos, dl.stats dd.kudos { display: none; }
This should be enough to help you hide exactly the stats that you don't want to see. But if there are things you want specifically for your own works rather than for all works, you'll need to specify that.
.own dl.stats { display: none; }
Will remove all stats from your own works. You could also throw .own in front of any of the more specific elements if you just want to hide your own hits or bookmarks etc.
Depending on what other code you have implemented, you might need to throw an !important on the end of the line:
.own dl.stats { display: none !important; }
to override existing styles.
98 notes
·
View notes
Text
In exciting news, I have started a new job! In tragic news, it’s a school library position that sure wakes up eaaaaarly in the morning
12 notes
·
View notes
Text

Nightwing and Oracle by Chris Samnee
430 notes
·
View notes
Text
I’m in the process of moving and WOW I own too many books. And mugs. And wall art. And
2 notes
·
View notes
Text

Aqualad from DC has Alexandria's Genesis!
175 notes
·
View notes
Photo
Made you the villian, evil for just moving on I see your shadow, I see it even with the lights off
CHAPPELL ROAN | The Subway
#i’m so excited that this song is finally on streaming#the production is so good#chappell roan#reblog
2K notes
·
View notes
Text
I know this isn't a number one priority for most of the folks in my immediate DC circle, but Jadzia Axelrod is over on BlueSky saying that she and Nicole Maines are working together on some sort of Galaxy and Dreamer special next year. Axelrod is also teasing (at least the phrase) "Justice League."
I bring this up because I want to keep pointing out that DC is doing neat stuff with their YA Graphic Novel imprint, and that I'm continuously interested in the ways the "wall" between main continuity and the imprint is permeable.
#chit chat#dc comics#nia nal#taylor barzelay#in any case I'm curious for what this ends up being!#I like these characters and am interested in where this will go
12 notes
·
View notes