The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Make Forum Opaque (Invision)

2 posters

Go down

Make Forum Opaque (Invision) Empty Make Forum Opaque (Invision)

Post by Dr.Intern Tue 7 May - 19:00

How can I set the level of opacity of the entire forum? I tried using this, but I guess that only works with phpbb.

Link: http://flyingpigduelacademy.forumotion.com/


Last edited by Dr.Intern on Thu 9 May - 3:34; edited 1 time in total
avatar
Dr.Intern
Forumember

Posts : 77
Reputation : 3
Language : English

Back to top Go down

Make Forum Opaque (Invision) Empty Re: Make Forum Opaque (Invision)

Post by E-Mark Tue 7 May - 22:55

Try this one, add this to your CSS:
Code:
div#main {
background-color: rgba(0, 0, 0, 0.4) !important;
}

bye
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Make Forum Opaque (Invision) Empty Re: Make Forum Opaque (Invision)

Post by Dr.Intern Wed 8 May - 22:11

Ok, I added this
Code:
#main, #gfooter, #userlinks, #submenu {   
-khtml-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
filter: alpha(opacity=80);
}
And it works fine, except where I have stuff overlaying (like the footer and main).
Make Forum Opaque (Invision) Overla10

And the scroll bars are messed up.Make Forum Opaque (Invision) Scroll10

I was also wondering if it were possible to make it so that the opacity doesn't apply to images and text (and possible even the portal).
avatar
Dr.Intern
Forumember

Posts : 77
Reputation : 3
Language : English

Back to top Go down

Make Forum Opaque (Invision) Empty Re: Make Forum Opaque (Invision)

Post by Dr.Intern Fri 10 May - 0:48

Bump.
avatar
Dr.Intern
Forumember

Posts : 77
Reputation : 3
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum