wickedgame: (Sexy Guildford | My Lady Jane)
wickedgame ([personal profile] wickedgame) wrote in [community profile] icons2025-10-06 09:11 pm

multifandom icons.

 Fandoms: Beauty & The Beast, Chicago Fire, Country Comfort, Daredevil: Born Again, Dead Boy Detectives, DOC - Nelle Tue Mani, Good Trouble, Gotham Knights, Hawkeye, How To Get Away With Murder, Kevin Can F*** Himself, Nancy Drew, The Sandman, SkyMed, Warrior Nun, XO, Kitty, Young Royals

nancydrew-1x04a.png gothamknights-1x10harper.png hawkeye-1x01.png
rest HERE[community profile] mundodefieras 
 
casey28: (halloween witch purple)
casey28 ([personal profile] casey28) wrote in [community profile] icons2025-10-05 04:11 pm
Entry tags:
splatstick: (π—Œπ—π—ˆπ—‰ 𝗉𝗅𝖺𝗒𝗂𝗇𝗀 𝗐𝗂𝗍𝗁 𝗆𝖾.)
π™šπ™‘π™‘π™žπ™š. ([personal profile] splatstick) wrote in [community profile] icons2025-10-05 09:48 am
pixellated: (Default)
pixellated ([personal profile] pixellated) wrote in [community profile] style_system2025-10-02 05:37 pm

resizing while keeping proportions without using aspect-ratio

this issue is solved! turns out aspect-ratio works just fine on DW, i was just not using it correctly so the problem was in front of the keyboard and not in the code, haha

here's what i originally posted:
hi again! this is more of a general html/css question, but it has to work within dreamwidth's constraints, so i decided to ask it here. please let me know if this isn't the appropriate comm for this. i hope i used the right tags for this post.

here's what i'm trying to achieve (this would be displayed inside the most recent entry on my journal, so i can use regular CSS and not just inline, in case this matters):


i want to have a big box, and inside it a picture and a small box below that. i want the big box to resize responsively while keeping its proportions: suppose its width:height ratio is 1:2; i want it to keep that ratio always. as it resizes, i want the picture and small box inside to also resize while also keeping their proportions.

normally this would be really easy to do with aspect-ratio (<- this is a link to mozilla's developer resources) but that property doesn't seem to work on dreamwidth -- when i put it in my custom CSS, it doesn't seem to do anything, and it gets highlighted in red. (it works okay when i try it in online CSS editors, so i think it's not my mistake that's causing this.)

assuming this is true and i can't use aspect-ratio on DW, i need to cobble together some other solution, but i'm completely out of ideas. is this possible to achieve without aspect-ratio, or should i just change my idea to something that can be done on DW?

thanks again for your time!
splatstick: (π—Œπ—π—‹π–Ίπ—‡π—€π–Ύ.)
π™šπ™‘π™‘π™žπ™š. ([personal profile] splatstick) wrote in [community profile] icons2025-09-29 05:59 pm
Entry tags:

75 icons of superman 2025


75 icons

( 12 ) lex luther ( 8 ) eve teschmacher ( 8 ) jimmy olsen ( 21 ) mr terrific ( 15 ) guy gardner ( 6 ) hawkgirl ( 5 ) supergirl

HERE @ [community profile] sousaphone
kakkoi: (Default)
πŸ‘γ€‚ ([personal profile] kakkoi) wrote in [community profile] style_system2025-09-27 10:56 am

[solved] moving around the module content or hiding it!

i was able to fix the problem i was having by removing the

.module-content .userpic {
position: relative;
left: 280px;
bottom: -65px;
border-radius: 50%;
width: 50px;
height: 50px;
border-style: solid;
}
!

problem i was having
hello! i'm back again~ working on another thing, and having issues with the module userpic and hiding it or moving it, essentially. i was able to move where i want the contents of the module userpic to be displayed and how i want the module content to be displayed, but i'm still having the issue of it showing up at the center and top, with the border.

you can view the live version at [personal profile] testerjournal, and the image here. as you can see, or hover over the circle at the top it still shows as if the module userpic is up there which i don't want it to do.

module coding is here, and i can't figure out how to fix this

eta: using tabula rasa, plain