Skip to main content
Main Content

FREE editable CSS layout(s)

Posted 2020-10-21 17:54:28

oh periodt i should 


lazy
#2878

Posted 2020-10-22 04:40:18

Does wolvden support gifs as the background? it would be good to know before doing it



Rikäonッ
#8207

Posted 2020-10-22 05:17:32

using ur code! its rly nice on my eyes, and i love the monochrome aesthetic uwu might edit it later but it looks gorgeous as is! ty for sharing it


Vox
#17262

Posted 2020-10-22 13:46:41

in theory yes, they should support GIFs as backgrounds however i would not recommend doing it. gifs are usually small and very compact, using them as a background would force it to stretch, making it look less appealing

but if u want to u could go ahead and try it and see how it looks! it could look decent after all 


lazy
#2878

Posted 2020-10-24 14:34:40

Hey, first of all, I just want to thank you for allowing us to edit your code and personalize it a bit. I've had a lot of difficulty with learning CSS and making my own code, so this actually helped me a lot!

I wanted to know if you could help me out with a couple of things? How do I change the linear gradient color/opacity in order to make it lighter? My sidebar is way too dark with it, but I don't want to remove the gradient entirely. I'm just not sure how to handle the hex code for that.

Also, how could I go about adding small boxes w/ scroll bars to the page? I've tried other people's codes for them, but they aren't working. I may be doing it wrong, but I'm not sure.


⚔ • Amadeus • ⚔
#209

Posted 2020-10-24 15:27:35

glad you like it!

to answer your first question - you have to manually colorpick a new hex or rgb color value! developer.mozilla.org is a site where you can do that. to add transparency you should use an rgba value, first value being red, then green, then blue and lastly transparency. for example, a red color with slight transparency would look like this "rgba(255, 0, 0, 0.5)". to replace the colors, simply replace the old color codes with your chosen ones.  

as for the scrollbox thing id recommend taking a look here: w3schools.com ! basically the gist of it is you make a div with a class and add the overflow: scroll (along with a fixed height) to your box. w3schools has a sandbox there where u can test things out before finally adding it to wolvden


hope this helps! let me know if u still have questions/i was unclear about anything


lazy
#2878

Posted 2020-10-24 15:36:18

you're amazing :'D


Arizona
#12995

Posted 2020-10-24 15:54:43

@lazy

Yes, all of that helps! Thank you for the resources + your response <3


⚔ • Amadeus • ⚔
#209

Posted 2020-10-24 17:10:47

theme is updated! mostly minor things, got rid of some bugs within the theme. any page that used the unedited theme should be updated! on top of this i have decided i will add in support for some boxes, currently only have a simple html scrollbox (code for that will be edited in the first post in a few minutes) but will add in more, feel free to shoot ideas at me if you have any


lazy
#2878

Posted 2020-10-26 17:03:01

hi!! thank you so much for the code <3 I’ve customized it and all is well, except I have one question: there’s a gray “bar” underneath the sidebar cards that I can’t seem to get rid of—do you know what property that might be? 

(phone screenshot so sorry for bad quality but it happens on desktop too)



Ken
#16932

Search Topic