PFP by mackabnormal Banner from The Property of Hate by Modmad
Don't wanna be here? Send us removal request.
Note
How did you get your site skin like that for ao3? The purple with orange outlines and blues?
Hello dear Nonnie! I modified a skin by @memorizingdigitsofpi (tagging in case they're here on Tumblr, too).
If you go to your profile, then skins, you can add the CSS for a new skin.
Here's a link to the one I use: https://archiveofourown.org/skins/1705846
For a couple of years now, I've used a modified skin to suppress Kudos and Hit counts from my views of AO3. The comparison is bad for me, so I hide it. Last January, I added the colors and background image from memorizingdigitsofpis (I came across it here on Tumblr and modified it.)
156 notes
·
View notes
Text
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
the header image is NOT MINE! it is "Pattern Galaxy Space Planets Vibrant Linear Universe" by Arncil on Redbubble, which i just used as an example for an image you could use!
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)
come back here to my tips or leave a comment if you need some help customizing the code!
Background color: #26303C
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
click USE
how to customize this skin:
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: #CBC6C3; } #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; }
1K notes
·
View notes
Text
You wanna like my Thorin and Dis twins headcanon soooo bad
932 notes
·
View notes
Text



HEYY I MIGHTVE MISSED THE TRAIN BUT I SAW THAT THE HOBBIT WAS TRENDING TODAY SO I GIVE YOU
The Heart of The King Under the Mountain
1K notes
·
View notes
Text

Heyyyy it’s me again with another WIP that I’m probably not going to finish yk that one king midas painting yeah that was the inspiration for this I do want to do another like Thorin/ King Midas piece cuz I think it’s a fun concept but yeah here u go back to the void I go
2K notes
·
View notes
Text
Heir to the House of Prince by @elph13 (elph13)
Illustration and Cover Design
This was such a fun one. Loved how it expanded the universe and took it into more high fantasy. Harry, Theo and Sahara were perfection and I just had to draw them.
409 notes
·
View notes
Text
Pros of being an artist who writes: You can draw and write your stories. Cons: You have to draw and write your stories.
Anyway, Chapter two of The Garden is out, a Harry/Theodore Nott fic involving Theo and Harry talking for the first time one on one under unorthodox circumstances such as: Trying not to get bitten by a snake as the Other Guy tries talking her down while incapacitated. Also, world building because it can never be that simple, can it?
you should give this rare pair a go. Theres some real cool fics out there. @wixenforever Im looking at you. Y’all go read The Burning Of The Library too. Its great, wont regret it.
55 notes
·
View notes
Text
HEY SNAPE REMEMBER THAT ONE TIME WHEN
A scene inspired by @wixenforever’s NottPott fic, The Burning of The Library. Its great, I love it, and I love the scenes Snape happens to be in and how he reacts to Harry and Theo’s friendship. Its like he forgot he had a best friend once huh? Hence this was born.
@jundsthoughts @wixenforever :))) I love Snape. He’s a right bastard and I would read all books from his Pov. Theo called Snape out once and it has not left him alone since. Let it simmer, he will get it…eventually. In his own, dark, miserable, Severus way.
336 notes
·
View notes
Photo
HOGWARTS SCHEDULE MASTERPOST because I haven’t done one of these yet (and because nerinelunacyran asked for one)!
First row is pretty explanatory (Years 1 and 2, look at the captions.) Third year on each take up a row, because they need two schedules to deal with the electives. The only way for the electives to make sense is for ‘elective’ to just be a slot in their timetable, and because each house shares a timeslot with another house, and both have two options, during every timeslot there are four elective options (so Monday period 3 of year 4, both Gryffindors and Slytherins can choose between Care of Magical Creatures, Arithmancy, Divination, or Ancient Runes). This way, a student from any house can take any combination of two electives. It’s complicated, but it works. Hermione Granger is special and kind of fucked up.
This fits in with canon as much as I was able to make it fit with canon; she did not give this a second of thought, and it’s painfully obvious if you actually look into it. Fifth year Gryffindors have a class that starts halfway through second period, for crying out loud that’s what periods are for. So there’s some artistic license that I’ve had to take, and of course filling in all the blanks was entirely just myself. I tried to keep the fictional students in mind and not give them awful schedules, too — I have spreadsheets for each house for each year, as well, to see what the kids would groan about in September. I gave the first-years four periods instead of five, because 3:30 is explicitly stated for their flying lessons, and during one Oliver Wood is still in class.
As far as how the teachers’ schedules work out or how Years 6 and 7 work or how this makes any sense at all: it really doesn’t, but I’m working with what I’ve got :P
This was created for the Pottermorphs AU, but feel free to use these schedules for whatever you want — I’d love a link back to this post, though, since I hope it’s obvious just how much work went into these.
13K notes
·
View notes
Text
3D EYELASHES THAT:
❌ don’t “float,” don’t stick to hair, don’t respond to any incorrect face sliders;
✅ hold a smooth shape with any presets, fit snugly against the eyelids, don’t ripple, and yes, they’re so big that they could send you into space!
12K notes
·
View notes
Text
Sims 4 Werewolf CC - New Heads
Introducing: 48 new werewolf heads, to finally make your werewolves look a little bit more... wolfy! These heads can be found in the Skin Details CAS category, and as such will require Crilender's CAS Unlocks. These new heads fit to the original head UV, which means they fit perfectly with the existing skins and can be painted, and they are also rigged and animate as expected- even most of the sliders are fully functional. These heads were created using s4lilyvalley's heads as a basis. There are a total of 48 new heads, with various mix-and-match appearance differences, such as the cheek fluff direction, ear shape, chin shape + chin tuft, and the nose bridge shape. Suggested Complimentary CC: Natural Werewolf Skin Digitigrade Werewolves Simomo's Wolf Tails OR a Skin Detail version of these tails. --------------------------------------- DOWNLOAD
823 notes
·
View notes
Text
Ronarry woah
Uuuuh sorry for being MIA and also gaining a new hyperfixation. Work changes people fr
466 notes
·
View notes
Photo
“pls consider bilbo being dressed in dwarvish clothes for the first time and thorin just gazing at him for a long moment, almost walking into dwalin and then going over to bilbo to awkwardly compliment him” ( x )
5K notes
·
View notes