MyBB Community Forums

Full Version: Adding shadow effect to edge of my forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
as per title... i see a few boards have this, how is it done please Smile ?
Seriously? How can we help you with such a poor description?

Please elaborate. And remind yourself to do the same in future threads.
Maybe he is refering to the border that separetes the BG and the 'content BG'
Hi

where the red outline is, ive seen forums that have a drop shadow effect in this area.

[attachment=24045]

How is this done?

Thankyou
ccs is your awnser it may be in the global.ccs
Open global.css find #container and add the following code in it :p
-moz-box-shadow: 0px 0px 10px #ccc;
 -webkit-box-shadow: 0px 0px 10px #ccc;
 box-shadow: 0px 0px 10px #ccc;