home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Spezial
/
SPEZIAL2_97.zip
/
SPEZIAL2_97.iso
/
ANWEND
/
ONLINE
/
SREFV12J
/
CONFCOLR.HTM
< prev
next >
Wrap
Text File
|
1997-02-22
|
3KB
|
79 lines
<HTML>
<HEAD>
<TITLE>Modify SRE-Filter Configurator Colors</TITLE>
</HEAD>
<BODY>
<H2>Modify SRE-Filter Configurator Colors</H2>
You can use this form to change the background colors
used in the SRE-Filter configurator files.
<p>
<A NAME="thetop">Note</A> that there are 4 sets of colors. You have three choices for
each set: use the default (greenish) colors, a neutral (<font color="#bbbbbb">light gray</font>) color,
or you can <A HREF="#color">specify your own color.</A>
<FORM ACTION="/confcolr" METHOD="GET">
<ol>
<LI> The Configurator Introduction (CONFIGUR.HTM):
<ul>
<LI><INPUT TYPE="radio" NAME="config" VALUE="1" CHECKED><font color="#10c541">Default color</font>
<LI><INPUT TYPE="radio" NAME="config" VALUE="2" >Light grey
<LI><INPUT TYPE="radio" NAME="config" VALUE="3" >Custom color
<INPUT TYPE="text" NAME="configc" VALUE="" SIZE=6 MAXLENGTH=6>
</ul>
<br>
<LI> The Simple Mode Configurator (CONFIG0.HTM):
<ul>
<LI><INPUT TYPE="radio" NAME="config0" VALUE="1" CHECKED><font color="#3def5f">Default color</font>
<LI><INPUT TYPE="radio" NAME="config0" VALUE="2" >Light grey
<LI><INPUT TYPE="radio" NAME="config0" VALUE="3" >Custom color
<INPUT TYPE="text" NAME="config0c" VALUE="" SIZE=6 MAXLENGTH=6>
</ul>
<br>
<LI> The Intermediate Mode Configurator (CONFIG2.HTM):
<ul>
<LI><INPUT TYPE="radio" NAME="config2" VALUE="1" CHECKED><font color="#2dd52f">Default color </font>
<LI><INPUT TYPE="radio" NAME="config2" VALUE="2" >Light grey
<LI><INPUT TYPE="radio" NAME="config2" VALUE="3" >Custom color
<INPUT TYPE="text" NAME="config2c" VALUE="" SIZE=6 MAXLENGTH=6>
</ul>
<br>
<LI> The Expert Mode Configurator (CONFIG3.HTM):
<ul>
<LI><INPUT TYPE="radio" NAME="config3" VALUE="1" CHECKED><font color="#40c541">Default color</font>
<LI><INPUT TYPE="radio" NAME="config3" VALUE="2" >Light grey
<LI><INPUT TYPE="radio" NAME="config3" VALUE="3" >Custom color
<INPUT TYPE="text" NAME="config3c" VALUE="" SIZE=6 MAXLENGTH=6>
</ul>
</ol>
<p>
<INPUT TYPE="submit" VALUE="Change the colors">
</FORM>
<hr>
<A NAME="color"><h3>On specifying your own color </h3></A>
Custom colors are specified by a string of six hex digits. The first two
digits are the <font color=RED>RED</font> intensity, the second two are the <font color=GREEN>
GREEN</font> intensity, and the last two are the <font color=BLUE>
BLUE</font> intensity. In each case, a value of 00 means <b>none</b>,
and a value of FF means <b>bright</b>.
<P>
Examples:
<ul><LI> 0000FF -- <font color="#0000ff">bright BLUE </font>
<LI>990000 -- <font color="#990000">moderate RED</font>
<LI>22EEEE -- <font color="#22eeee"> bright cyan</font>
<LI> 888888 -- <font color="#888888">gray</font>
</ul>
<A HREF="#thetop">Back to the top ...</A>
</BODY>
</HTML>