how do i make my profile style transparent ?
?
< >
Showing 1-6 of 6 comments
Originally posted by Ward:
?

The way I did it was getting a "Game Profile" that costs 10k Points and comes with a black/transparent background. Look at the one I am using.
you can also look how i did mine
Ward Apr 17 @ 7:23pm 
Originally posted by ꉔꏂ꒐꒒ꇙ:
Originally posted by Ward:
?

The way I did it was getting a "Game Profile" that costs 10k Points and comes with a black/transparent background. Look at the one I am using.
That's really expensive.
Yea ... for people that dont spend money on steam. It really cant be done.

Originally posted by Ward:
Originally posted by ꉔꏂ꒐꒒ꇙ:

The way I did it was getting a "Game Profile" that costs 10k Points and comes with a black/transparent background. Look at the one I am using.
That's really expensive.
Transparency can be easily achieved by modifying the respective css classes in your webkit.css, for example with e.g.
div.profile_content.has_profile_background, div.profile_header_bg_texture {opacity:0.8;}
to name one. Or disable the background
div.profile_content.has_profile_background { background: unset; } div.profile_header_bg_texture { background:unset; }
to see only the floating boxes. There are several options, also for changing the colors.

To achieve a proper result and prevent the layout and transparency from affecting other elements, a bit more work is required.

e.g.
body.profile_page.has_profile_background, div.profile_page.has_profile_background { background-image: none; background-color: #000000; background-position: center top; background-repeat: no-repeat; background: fixed; /* Background fix */ }
to fix the background.

That's something profiles are actually missing, because it's the only way the background image really becomes visible or meaningful.

The drawback, of course, is that it only applies to the device on which the file was modified. And you have to disable updates.

Why buy ugly skins when you can do it yourself?
Last edited by ペンギン; Apr 17 @ 11:52pm
Serkev Apr 17 @ 11:29pm 
You mean like the style I have? That's the Dying Light 2 theme from the steam points store. It costs like 10k points
< >
Showing 1-6 of 6 comments
Per page: 1530 50