The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I can't seem to find where to edit that font color and the color of the border, can anyone help me out?
|
#2
|
||||
|
||||
![]()
The color of the outside border or the color of the form? That section is wrapped with the page div class. If you need to find out what handles what on certain pages, the best thing to do is look up that template and view the classes used.
This line in the "register_rules" template should be editted and do the trick for you: HTML Code:
<div class="page" style="border:thin inset; padding:$stylevar[cellpadding]px;<if condition="!is_browser('konqueror')"> height:175px; overflow:auto</if>">
|
#3
|
|||
|
|||
![]()
Go here: admincp => Styles & Templates => Style Manager => All Style Options => <legend>
This table allows you to edit the font color Attachment 47896 In the same page, scroll down to the Additional CSS Definitions table. In the Advanced Users box, look for this: Code:
/* ***** define margin and font-size for elements inside panels ***** */ .fieldset { margin-bottom: 6px; } .fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; } Code:
/* ***** define margin and font-size for elements inside panels ***** */ .fieldset { margin-bottom: 6px; border: 1px solid #123456; } .fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; } |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|