Work in Progress Wednesday Thursday
I don't remember the last time I was quite this excited about a skin that I'm making. I have no idea if all of this will end up in the final version, but I'm just having so much fun with seeing what I can actually do that I wanted to share some work in progress shots.
(honestly? the hardest part has been finding the images. any tips on where to get medieval illuminated artwork would be much appreciated!)
In the first image, the AO3 title and the lady/dragon are separate images so on a desktop monitor the AO3 part is on the left and the dragon piece is on the right.
Editing to add the github link: get the skin here!
Been using this skin for a while and it's lovely! But lately there seems to be a problem with an element on the work page. There's the picture of the scribe in the stats/tag box that gets repeated below in the work text, and I can't figure out how to remove him without removing the stats/tag box image as well. Unfortunately he's obscuring the text... Any pointers? (Screenshot to illustrate.)
I have no idea why this happened, but here's the fix. Find this part of the code:
.works-show.region div.wrapper dl.meta {
border: none;
box-shadow: none;
background: url("https://64.media.tumblr.com/6fdc92a6e98b450d03f65bb1538acb0e/7fa12c05ca858dab-83/s500x750/86dae0593b29adb575c45a9a2cbfb7c763a6d8bb.png");
background-position-x: right;
background-position-y: top;
background-size: 30%;
background-repeat: no-repeat;
}
and add that dl.meta to the end of the first line. That'll restrict the background image to just the metadata area.







