The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do i make borders like this?
Ok, ive been messing with skin development and stuff to that nature. All is going well but i seem to have hit quite a large stump which i cant get over. What im wanting to do ultimately is add a 1 pixel thick black border around the cells on my board.
Example ~ http://sea.kh-2.net/images/good-cat.jpg Now to acomplish this i set my "Table Border" color to black (#000000) via the style editor in admincp. It came out looking like... This ~ http://sea.kh-2.net/images/bad-cat.jpg Now that is fine... thats what i want it to look like. However i then went into my user cp and went to "Edit Options" and seen what else had happened. It changed the background color windows in user cp to black too. This effectivly makes it looks like there is no border... Edit Options ~ http://sea.kh-2.net/images/bad-cp.jpg So i went back to the site in the first "example" to see if they suffered from the same problem. But they dont... their background is fine, and still has a normal black border... See ~ http://sea.kh-2.net/images/good-cp.jpg So im wondering, how can i do this? Cause i cant for the life of me figure it out. Im assuming its done quite easily... i just simply dont know how. Please any help is greatly appreciated!. (ps. ive also tried setting my "Table Border" color to the color i want in the bg of my user cp, then adding the border code to the extra css field. This inturn fixes my usercp, but it then makes all my catagories have a border color of the usercp background color... i simply cant win =[.) |
#2
|
|||
|
|||
-bump-
Please? *begging* |
#3
|
|||
|
|||
go to admincp --> Styles & Templates --> Style Manage --> Select All Style Options --> Find table border group and add this to extra css attributes
Code:
border: 1px #000000; |
#4
|
|||
|
|||
Dunno if this will help, and I am guessing you already know. Many borders in vBulletin are not really borders at all. What look like borders are just the cellspacing in tables and you are seeing the background colour.
To demonstrate this with more clarity, set the style var for cellspacing to something big, like 10px. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|