PDA

View Full Version : pink border?


5th-Level
03-27-2008, 01:16 AM
I need to add the pink border around the whole category shown here.

http://flickr.com/photos/24962281@N08/2361681779/sizes/o/

Can someone tell me how?

SEOvB
03-27-2008, 01:43 AM
i dont see any category that doesnt already have a pink border?

5th-Level
03-27-2008, 01:58 AM
That whole forum design was created in photoshop. I need to know how to add the border. The image shows the border added.

SEOvB
03-27-2008, 02:51 AM
in the main CSS edit the Table Border there is a little box with some css in it, edit that.

5th-Level
03-27-2008, 10:26 AM
I don't want the border surrounding the category blocks just the whole category. It will be the same concept of doing the images on each side like some skins do.

Brueskie
03-27-2008, 08:25 PM
Adding something like the following...

border-right: 1px solid #b82164;
border-left: 1px solid #b82164
border-bottom: 1px solid #b82164;

...to the Extra CSS Attributes in the Table Border section might give you an effect close to what you're looking for. You can adjust the thickness and vary the colors for each side to obtain a beveled look.

Of course, these will run up the sides of the rounded edges of your tcat. Additional tweaking within the appropriate templates would be required to get exactly what is depicted in the image you posted.

5th-Level
03-27-2008, 11:47 PM
is there anyway to duplicate .tborder?