home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / admin / tsw.php < prev    next >
Encoding:
PHP Script  |  2004-07-04  |  1.7 KB  |  45 lines

  1. <?
  2. // Use a background image. Values can be true or false
  3. $usebackground        =false;
  4.  
  5. // The background image for this page
  6. $imgbackground="../gfx/body_bgr.gif";
  7.  
  8. // The image that's being used to display the value bar
  9. $barimg="images/img3.png";
  10.  
  11. // The different colors
  12. $color_link          ="red";       // Hyperlink
  13. $color_vlink         ="red";       // Hyperlink visited
  14. $color_alink         ="red";       // Hyperlink while clicking
  15. $color_hlink         ="#6699FF";   // Hyperlink while pointing
  16. $color_background    ="#FFFFFF";   // Background color whole page
  17. $color_table         ="#FFFFFF";   // Background color Tables
  18. $color_header         ="#F5F5F5";   // Background color Header tables
  19.  
  20. // The font for the whole page
  21. $font_type           ="Verdana";   // The font type
  22. $font_size           ="10px";      // The font size
  23. $font_variables      ="red";       // The font color variables
  24. $font_table             ="#444477";   // The font color Header tables
  25. $font_info             ="#444477";   // The font color text
  26. $font_text             ="#444477";   // The font color all other text
  27.  
  28. // The button in the right down corner
  29. $button_color        ="#F5F5F5";   // The color of the button
  30. $button_text         ="#444477";   // The color text in the button
  31.  
  32. // The border around all the fields with the generated info
  33. $border_thick        ="1";         // The thickness of the border
  34. $border_color        ="#444477";   // The color
  35. $border_style         ="dotted";       // The style
  36.  
  37. // The colors for the scrollbar
  38. $scrollbar_face      ="#E9E9E9";
  39. $scrollbar_highlight ="#ffffff";
  40. $scrollbar_shadow    ="#E0E0E0";
  41. $scrollbar_3dlight   ="#000000";
  42. $scrollbar_arrow     ="#000000";
  43. $scrollbar_track     ="#ffffff";
  44. $scrollbar_darkshadow="#000000";
  45. ?>