Nicki's profile picture

Published by

published
updated

Category: SpaceHey

Profile edits: See-through profile

Want your profile to be a little see-through so that your background image shows?  Simply edit your profile and start a STYLE section if you don't have one already:

<style>
main,div.inner{background:#212121; opacity:.75;}
</style>
So we're telling the browser to apply this to the main and inner div elements, which comprises of the meaty part of your profile.  You can adjust the opacity setting if you'd like, but remember that if it's too low, your profile might be a bit hard to read!

Unfortunately the top most SpaceHey and footer sections cannot be adjusted as they're overruled by server-side code preventing this very thing.  (and understandably as this could be used to hide such elements, and the owner of this site/service doesn't want that!)

Questions?


17 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

Stargie

Stargie's profile picture

Hey I like this but it makes the text and everything transparent...how not to do that


Report Comment



main{
background-color: rgb(0 0 0 / 50%);
}


you can change the opacity however you want :3

by wtfdrian; ; Report