Computer Science Canada

[Tutorial] Name & Title Effects

Author:  Dan [ Wed May 07, 2003 6:20 pm ]
Post subject:  [Tutorial] Name & Title Effects

This is what each title and name effect will look like when you buy on with bits from the effects shop.

Colors

<font color="A4A467">Gold</font>
<font color="333399">Blue, Drak</font>
<font color="3366FF">Blue, Light</font>
<font color="99FFFF">Cyan</font>
<font color="339933">Green, Drak</font>
<font color="66FF33">Green, Ligth</font>
<font color="999999">Grey, Dark</font>
<font color="CCCCCC">Grey, Light</font>
<font color="FF9900">Orange</font>
<font color="FF33FF">Pink</font>
<font color="CC33FF">Purple</font>
<font color="993333">Red, Dark</font>
<font color="FF3366">Red, Light</font>
<font color="FFFFFF">White</font>
<font color="FFFF00">Yellow</font>


Glows

<span style="width:100; filter:glow(color=#A4A467, strength=5)">Gold</span>
<span style="width:100; filter:glow(color=#333399, strength=5)">Blue, Drak</span>
<span style="width:100; filter:glow(color=#3366FF, strength=5)">Blue, Light</span>
<span style="width:100; filter:glow(color=#99FFFF, strength=5)">Cyan</span>
<span style="width:100; filter:glow(color=#339933, strength=5)">Green, Drak</span>
<span style="width:100; filter:glow(color=#66FF33, strength=5)">Green, Ligth</span>
<span style="width:100; filter:glow(color=#999999, strength=5)">Grey, Dark</span>
<span style="width:100; filter:glow(color=#CCCCCC, strength=5)">Grey, Light</span>
<span style="width:100; filter:glow(color=#FF9900, strength=5)">Orange</span>
<span style="width:100; filter:glow(color=#FF33FF, strength=5)">Pink</span>
<span style="width:100; filter:glow(color=#CC33FF, strength=5)">Purple</span>
<span style="width:100; filter:glow(color=#993333, strength=5)">Red, Dark</span>
<span style="width:100; filter:glow(color=#FF3366, strength=5)">Red, Light</span>
<span style="width:100; filter:glow(color=#FFFFFF, strength=5)">White</span>
<span style="width:100; filter:glow(color=#FFFF00, strength=5)">Yellow</span>


Shadows

<span style="width:100; filter:shadow(color=#A4A467, strength=5)">Gold</span>
<span style="width:100; filter:shadow(color=#333399, strength=5)">Blue, Drak</span>
<span style="width:100; filter:shadow(color=#3366FF, strength=5)">Blue, Light</span>
<span style="width:100; filter:shadow(color=#99FFFF, strength=5)">Cyan</span>
<span style="width:100; filter:shadow(color=#339933, strength=5)">Green, Drak</span>
<span style="width:100; filter:shadow(color=#66FF33, strength=5)">Green, Ligth</span>
<span style="width:100; filter:shadow(color=#999999, strength=5)">Grey, Dark</span>
<span style="width:100; filter:shadow(color=#CCCCCC, strength=5)">Grey, Light</span>
<span style="width:100; filter:shadow(color=#FF9900, strength=5)">Orange</span>
<span style="width:100; filter:shadow(color=#FF33FF, strength=5)">Pink</span>
<span style="width:100; filter:shadow(color=#CC33FF, strength=5)">Purple</span>
<span style="width:100; filter:shadow(color=#993333, strength=5)">Red, Dark</span>
<span style="width:100; filter:shadow(color=#FF3366, strength=5)">Red, Light</span>
<span style="width:100; filter:shadow(color=#FFFFFF, strength=5)">White</span>
<span style="width:100; filter:shadow(color=#FFFF00, strength=5)">Yellow</span>



Also it shode be noted that if you have a glow and a shadow on the same name or title the glow will ushley out power the shadow.

Author:  Dan [ Wed May 07, 2003 6:32 pm ]
Post subject:  How to use them in a post

Here is how to use the effects in a post (note that over use of thess effects will reloste in the mods geting pissed).


Color

there are all ready many colors bulit in to the fourm but you can use the html tage font color to use what ever color you could whont.

EX.

< font color = "9933333" > test here < /font > *with out the spaces*

whode get you <font color="993333">this</font>

Glow

the code for glow is:

< span style="filter:glow(color=#999999, strength=5)" >Grey, Dark< /span > *with out spaces in beging and end*

thos whode get you this

<span style="width:100; filter:glow(color=#999999, strength=5)">Grey, Dark</span>

you can also chage the strength to get difrent efects like thess:

<span style="width:100; filter:glow(color=#999999, strength=2)">Grey, Dark</span>

<span style="width:100; filter:glow(color=#999999, strength=10)">Grey, Dark</span>

<span style="width:100; filter:glow(color=#999999, strength=7)">Grey, Dark</span>


Shadow

the code for shaowded:

< span style="filter:shadow(color=#FF3366, strength=5)" >Gold< /span > *with ouyt spaces*

this whode look like:

<span style="filter:shadow(color=#FF3366, strength=5)">Gold</span>

aslo can be difrent strengths:

<span style="width:100; filter:shadow(color=#FF3366, strength=2)">Gold</span>

<span style="width:100; filter:shadow(color=#FF3366, strength=7)">Gold</span>

<span style="width:100; filter:shadow(color=#FF3366, strength=10)">Gold</span>

Author:  cycro1234 [ Wed Jan 19, 2005 11:22 pm ]
Post subject: 

<font color = "orange"> test here </font>
<span style="filter:glow(color=#999999, strength=5)">Grey, Dark</span>

Author:  [Gandalf] [ Wed Jan 19, 2005 11:35 pm ]
Post subject: 

Does anyone know why I can't see glow effects? I've tried both Mozilla 1.7.3, and Firefox version 1 - they don't show up in either. Is there a plugin or something needed for them, or have they been taken out?

Author:  Catalyst [ Thu Jan 20, 2005 12:26 am ]
Post subject: 

its not standard xhtml, just something microsoft put in IE


: