home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / SREFV12J / CONFCOLR.HTM < prev    next >
Text File  |  1997-02-22  |  3KB  |  79 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Modify SRE-Filter Configurator Colors</TITLE>
  5. </HEAD>
  6. <BODY> 
  7.  
  8. <H2>Modify SRE-Filter Configurator Colors</H2>
  9.  
  10. You can use this form to change the background colors
  11. used in the SRE-Filter configurator files.
  12.  
  13. <p>
  14. <A NAME="thetop">Note</A> that there are 4 sets of colors.  You have three choices for
  15. each set: use the default (greenish) colors, a neutral (<font color="#bbbbbb">light gray</font>) color,
  16. or you can  <A HREF="#color">specify your own color.</A>
  17.  
  18. <FORM ACTION="/confcolr" METHOD="GET">
  19. <ol>
  20. <LI> The Configurator Introduction  (CONFIGUR.HTM):
  21. <ul> 
  22. <LI><INPUT TYPE="radio" NAME="config" VALUE="1"  CHECKED><font color="#10c541">Default color</font>
  23. <LI><INPUT TYPE="radio" NAME="config" VALUE="2"  >Light grey
  24. <LI><INPUT TYPE="radio" NAME="config" VALUE="3"  >Custom  color
  25.   <INPUT TYPE="text" NAME="configc"  VALUE=""  SIZE=6 MAXLENGTH=6>
  26. </ul>
  27.  
  28. <br>
  29.  
  30. <LI> The Simple Mode Configurator (CONFIG0.HTM):
  31. <ul> 
  32. <LI><INPUT TYPE="radio" NAME="config0" VALUE="1"  CHECKED><font color="#3def5f">Default color</font>
  33. <LI><INPUT TYPE="radio" NAME="config0" VALUE="2"  >Light grey
  34. <LI><INPUT TYPE="radio" NAME="config0" VALUE="3"  >Custom  color
  35.   <INPUT TYPE="text" NAME="config0c"  VALUE=""  SIZE=6 MAXLENGTH=6>
  36. </ul>
  37. <br>
  38.  
  39. <LI> The  Intermediate Mode Configurator (CONFIG2.HTM):
  40. <ul> 
  41. <LI><INPUT TYPE="radio" NAME="config2" VALUE="1"  CHECKED><font color="#2dd52f">Default color </font>
  42. <LI><INPUT TYPE="radio" NAME="config2" VALUE="2"  >Light grey
  43. <LI><INPUT TYPE="radio" NAME="config2" VALUE="3"  >Custom  color
  44.   <INPUT TYPE="text" NAME="config2c"  VALUE=""  SIZE=6 MAXLENGTH=6>
  45. </ul>
  46. <br>
  47. <LI> The Expert Mode Configurator  (CONFIG3.HTM):
  48. <ul> 
  49. <LI><INPUT TYPE="radio" NAME="config3" VALUE="1"  CHECKED><font color="#40c541">Default color</font>
  50. <LI><INPUT TYPE="radio" NAME="config3" VALUE="2"  >Light grey
  51. <LI><INPUT TYPE="radio" NAME="config3" VALUE="3"  >Custom  color
  52.   <INPUT TYPE="text" NAME="config3c"  VALUE=""  SIZE=6 MAXLENGTH=6>
  53. </ul>
  54. </ol>
  55. <p>
  56. <INPUT TYPE="submit" VALUE="Change the colors">
  57. </FORM>
  58.  
  59.  
  60.  
  61. <hr>
  62. <A NAME="color"><h3>On specifying your own color </h3></A>
  63. Custom colors are specified by a string of six hex digits. The first two
  64. digits are the <font color=RED>RED</font> intensity, the second two are the <font color=GREEN>
  65. GREEN</font> intensity, and the last two are the <font color=BLUE>
  66. BLUE</font> intensity.  In each case, a value of 00 means <b>none</b>,
  67. and a value of FF means <b>bright</b>.
  68. <P>
  69. Examples:
  70. <ul><LI> 0000FF  -- <font color="#0000ff">bright BLUE </font>
  71. <LI>990000  --  <font color="#990000">moderate RED</font>
  72. <LI>22EEEE  -- <font color="#22eeee"> bright cyan</font>
  73. <LI> 888888  -- <font color="#888888">gray</font>
  74. </ul>
  75. <A HREF="#thetop">Back to the top ...</A>
  76.  
  77. </BODY>
  78. </HTML>
  79.