The Arcive of vBulletin Modifications Site. |
|
Ugly white lines Details »»
|
|||||||||||||||||||||||||||
Hello there ! First i would like to thank you for this great mod ! It's perfect !
Seccond, can you please tell me how to change the colour of the bars in the screenshot ? They are white, and don't match at all with my forum. Also, there is a search and some droplist that are still white... can you help me change them ? Thank you in advance ! Download Now
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Nobody knows how are they called in CSS or how can i modify their colour ?
|
|
#3
|
||||
|
||||
|
check the skinfile in /arcade/skins/
|
|
#4
|
|||
|
|||
|
Thx, but there are only 3 .php files... no .css, no templates. I thought it's using some vBulletin style name...
|
|
#5
|
|||
|
|||
|
They use the main vbulletin stylesheet. Head into Admin Control Panel > Style Manager > Main CSS and check your colors in:
<td>, <th>, <p>, <li> Category Strips First Alternating Color Second Alternating Color Careful what you change though as these will have affects across your whole board. |
|
#6
|
|||
|
|||
|
Quote:
|
|
#7
|
||||
|
||||
|
Those lines are created by the <fieldset> function I don't think you can alter there colour, if you open your skin_Arcade.php file, here is the coded are for that section if you wish to play around with it.
PHP Code:
Quote:
|
|
#8
|
|||
|
|||
|
Quote:
PHP Code:
|
![]() |
|
|