let me hear your voice tonight (
alexseanchai) wrote2024-01-06 02:08 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Entry tags:
Snowflake wishlist
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Create a wish list of fandom things (podfic, graphics, playlists, canon recs translations, research help, vids, sky's the limit!) that you'd like to receive. Post your answer to today’s challenge in your own space and leave a comment in this post saying you did it. Include a link to your post if you feel comfortable doing so.
I'm mostly blanking on things I want that aren't on my
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
But! The first chapter of starting right now I'll be strong and all chapters of Jeu des princesses avec les pommes d'or de la discorde, inscribed 'to the fairest', both canon-divergent Yuri on Ice fics, are told entirely through stuff the characters said on the internet. Notably on Instagram. Thing is I do not have either the art skills or the art commission money to illustrate most of those Instagram posts. So if I can't glue the Insta post together using canon screenshots, Wikimedia Commons, and Unsplash, then the Insta post has to stay text-only. (You can see in the second chapter of Jeu des princesses how well that's going. I do have two and a half of the images for the first chapter of starting right now—the first one, the Minami one, and the top half of the one where the bottom half is Yuuri stole Phichit's Pikachu hat—but comparing those two chapters may illustrate why I haven't added those images yet.)
So in addition to what's listed on
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
And!
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
* exploration via historical documents, primary and secondary sources, etc., of canon characters/events and their effects on the local, regional, and global courses of history. this could be set a couple hundred years after canon and thus explore canon from a historian's perspective (social media posts could be both primary and secondary sources here, depending), or it could be set around, during, or before canon and explore characters who have been name-checked at most.
Also, the how to use CSS to make iOS messages look realistic guide by
no subject
I don't have any visual art capability so I'll keep my fingers crossed for you that there is someone out there who can help with your fanart wishes.
no subject
no subject
no subject
no subject
no subject
(I've been sandboxing with this chapter bc nobody's reading it anyway. Same chapter, no work skin. End objective is, the work when it's viewed with creator style off or in a downloaded copy, thus without the work skin, looks as tidy as the version with no work skin does, without having to do both a with- and without-work-skin version of the work.)
no subject
border-radius: .3em;
in the .instBody classi must admit i'm a little confused what you want to accomplish outside of that and why you're using span tags. do you want the icons to still show up when you're not using a workskin?
no subject
no subject
no subject
there is one small problem though and that's that the images you're using aren't uniform in size and you've got the background-size set to 100%. if you set your background-size to match your height and width dimensions, everything should fit just fine? a couple of the sizes of images you might want to mess around with because, like i said, they're not uniform and so squishing one here or there might make it look more even.
let me know if this doesn't work on ao3 (i tried it in a code tester) and i'll take another look!
no subject
#workskin .instIcon1 {
height: 20px;
width: 22px;
margin: 0.3em 0.3em 0.1em 0em;
background-image: url("https://images.squidge.org/images/2024/02/12/Insta-heart.png");
clear: both;
position: relative;
background-repeat: no-repeat;
background-size: 100%;
display: inline-block;
}
resized all five images to the desired height in pixels, added the resulting width in pixels to the relevant section of workskin, and behold! it works!
thank you so much
(still need to decide whether I'm doing the same thing for the profile pics, in which case making a new skin for every work in which I have Insta posts kinda stops being optional bc the work skin will have to have a section for each different profile pic instead of folding them all under instAvatar, but this is no longer a "how code?" problem)