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 May 7th 2013, 6:00 pm

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 May 9th 2013, 2:34 am; 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 May 7th 2013, 9:55 pm

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 May 8th 2013, 9:11 pm

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 May 9th 2013, 11:48 pm

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