prosilver French edition

Forum transparent - prosilver French edition

Forum transparent

by bennybernaer » Sun May 05, 2024 6:12 pm

I have given my forum a transparent appearance. I used a more transparent background image and opacity for this. It looks as expected, except for a few minor things.

The uploaded attachments, avatars and videos now also have this transparency. Is there a way to block the opacity on these 3 things?

Code: Select all

html, body {
	background-image: url("./images/dark_background.png");
	background-attachment: fixed;
	background-size: contain;
	opacity: 0.9;
}
User avatar
bennybernaer
Registered User
Posts: 682
Joined: Tue Mar 22, 2011 9:53 pm

Re: Forum transparent

by cabot » Mon May 06, 2024 7:09 am

Hello,

You should not declare an opacity for the whole page; use transparent background colours instead.
User avatar
cabot
Registered User
Posts: 788
Joined: Sat Jan 07, 2012 4:16 pm

Re: Forum transparent

by bennybernaer » Mon May 06, 2024 2:38 pm

cabot wrote:Hello,

You should not declare an opacity for the whole page; use transparent background colours instead.
I'll get to work on it. Thank you!
User avatar
bennybernaer
Registered User
Posts: 682
Joined: Tue Mar 22, 2011 9:53 pm