vForums Support > Programming & Coding :: Code Requests & Support :: > [F] Cell bevels

[F] Cell bevels - Posted By [.tR] ookie1 (ookie1) on 19th Jun 08 at 9:30am
Can someone make a code the adds bevels to all vF generated tables on the main page and the info center?

Re: Cell bevels - Posted By Marc (cr0w) on 19th Jun 08 at 4:04pm
<style type="text/css">
<!--
td .window1, .window2, .menu, .welcome{
border: 2px solid #ff0000
border-style: outset;
}
//-->
</style>


Red - The size of the bevel can be adjusted by this number.

Green - The hexadecimal value of the bevel colour can be adjusted by this.

Blue - border-style can be set to inset or outset to change the look of the bevel.

Main header. {Smile}

Re: Cell bevels - Posted By [.tR] ookie1 (ookie1) on 20th Jun 08 at 3:17am
Is there a way to change the colour?

Re: Cell bevels - Posted By Marc (cr0w) on 20th Jun 08 at 3:26am
Recopy from above. {Smile}

Re: Cell bevels - Posted By [.tR] ookie1 (ookie1) on 20th Jun 08 at 9:48am
Thanksies!

Re: Cell bevels - Posted By Marc (cr0w) on 20th Jun 08 at 12:51pm
No worries. {Smile}