home *** CD-ROM | disk | FTP | other *** search
- <?
- // Use a background image. Values can be true or false
- $usebackground =false;
-
- // The background image for this page
- $imgbackground="../gfx/body_bgr.gif";
-
- // The image that's being used to display the value bar
- $barimg="images/img3.png";
-
- // The different colors
- $color_link ="red"; // Hyperlink
- $color_vlink ="red"; // Hyperlink visited
- $color_alink ="red"; // Hyperlink while clicking
- $color_hlink ="#6699FF"; // Hyperlink while pointing
- $color_background ="#FFFFFF"; // Background color whole page
- $color_table ="#FFFFFF"; // Background color Tables
- $color_header ="#F5F5F5"; // Background color Header tables
-
- // The font for the whole page
- $font_type ="Verdana"; // The font type
- $font_size ="10px"; // The font size
- $font_variables ="red"; // The font color variables
- $font_table ="#444477"; // The font color Header tables
- $font_info ="#444477"; // The font color text
- $font_text ="#444477"; // The font color all other text
-
- // The button in the right down corner
- $button_color ="#F5F5F5"; // The color of the button
- $button_text ="#444477"; // The color text in the button
-
- // The border around all the fields with the generated info
- $border_thick ="1"; // The thickness of the border
- $border_color ="#444477"; // The color
- $border_style ="dotted"; // The style
-
- // The colors for the scrollbar
- $scrollbar_face ="#E9E9E9";
- $scrollbar_highlight ="#ffffff";
- $scrollbar_shadow ="#E0E0E0";
- $scrollbar_3dlight ="#000000";
- $scrollbar_arrow ="#000000";
- $scrollbar_track ="#ffffff";
- $scrollbar_darkshadow="#000000";
- ?>