View Full Version : Rules agreement font color and border color help.
eNforce
05-18-2006, 06:41 PM
I can't seem to find where to edit that font color and the color of the border, can anyone help me out?
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:
<div class="page" style="border:thin inset; padding:$stylevar[cellpadding]px;<if condition="!is_browser('konqueror')"> height:175px; overflow:auto</if>">
Logikos
05-20-2006, 07:59 AM
Go here: admincp => Styles & Templates => Style Manager => All Style Options => <legend>
This table allows you to edit the font color 47896
In the same page, scroll down to the Additional CSS Definitions table. In the Advanced Users box, look for this:
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
Replace with this:
/* ***** 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; }
Change the BOLD numbers to the border color you want. You can find color codes here (http://www.webmonkey.com/webmonkey/reference/color_codes/).
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.