Difference between revisions of "Color Name"

From MafiaWiki
Jump to: navigation, search
(Useful Websites: added a link to [http://www.sc2mafia.com/forum/showthread.php/802-Colored-Names-Explained SC2Mafia Forum: Colored Names Explained])
m ("Random Fix" #5: Grammar)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
When you have more then 5,000 points the Name Restrictions are lifted. Along with being able to have a longer name and special characters, you can also use color codes to change the color of your name.
+
When you have more than 5,000 points, the Name Restrictions are lifted. Along with being able to have a longer name and special characters, you can also use color codes to change the color of your name.
  
 
==Name Restrictions==
 
==Name Restrictions==
Line 11: Line 11:
 
===Coding Format===
 
===Coding Format===
  
<c val="FF0000">The text here will be red</c>
+
{|class="wikitable" style="font-size:90%; border: 2px solid darkgrey" cellpadding="3" cellspacing="0" colspan="2" align="left" width="100%" ||
 +
!Code:
 +
|-
 +
|<c val="FF0000">The text here will be red</c>
 +
|-
 +
!Outcome:
 +
|-
 +
|<span style="color:#FF0000">The text here will be red</span>
 +
|}
  
 
Anything between the "opening" and "closing" brackets will be the color chosen.
 
Anything between the "opening" and "closing" brackets will be the color chosen.
  
 
So to make R red it would look like this:
 
So to make R red it would look like this:
<c val="FF0000">R</c>
+
{|class="wikitable" style="font-size:90%; border: 2px solid darkgrey" cellpadding="3" cellspacing="0" colspan="2" align="left" width="100%" ||
 +
!Code:
 +
|-
 +
|<c val="FF0000">R</c>ed
 +
|-
 +
!Outcome:
 +
|-
 +
|<span style="color:#FF0000">R</span>ed
 +
|}
 +
  
===Example===
+
===Examples===
Red:
+
'''Red:'''
<c val="FF0000">Red</c>
+
{|class="wikitable" style="font-size:90%; border: 2px solid darkgrey" cellpadding="3" cellspacing="0" colspan="2" align="left" width="100%" ||
Orange:
+
!Code:
<c val="fe8a0e">Orange</c>
+
|-
Yellow:
+
|<c val="FF0000">Red</c>
<c val="FFFF00">Yellow</c>
+
|-
Green:
+
!Outcome:
<c val="00FF00">Green</c>
+
|-
Teal:
+
|<span style="color:#FF0000">Red</span>
<c val="00FFFF">Teal</c>
+
|}
Blue:
+
<c val="151B8D">Blue</c>
+
Purple:
+
<c val="842DCE">Purple</c>
+
  
RAINBOW Exaple:
+
'''Orange:'''
<c val="FF0000">R</c><c val="fe8a0e">A</c><c val="FFFF00">I</c><br><c val="00FF00">N</c><c val="00FFFF">B</c><c val="151B8D">O</c><br><c val="842DCE">W</c>
+
{|class="wikitable" style="font-size:90%; border: 2px solid darkgrey" cellpadding="3" cellspacing="0" colspan="2" align="left" width="100%" ||
 +
!Code:
 +
|-
 +
|<c val="fe8a0e">Orange</c>
 +
|-
 +
!Outcome:
 +
|-
 +
|<span style="color:#fe8a0e">Orange</span>
 +
|}
  
 +
'''Yellow:'''
 +
{|class="wikitable" style="font-size:90%; border: 2px solid darkgrey" cellpadding="3" cellspacing="0" colspan="2" align="left" width="100%" ||
 +
!Code:
 +
|-
 +
|<c val="FFFF00">Yellow</c>
 +
|-
 +
!Outcome:
 +
|-
 +
|<span style="color:#FFFF00">Yellow</span>
 +
|}
  
 +
'''Green:'''
 +
{|class="wikitable" style="font-size:90%; border: 2px solid darkgrey" cellpadding="3" cellspacing="0" colspan="2" align="left" width="100%" ||
 +
!Code:
 +
|-
 +
|<c val="00FF00">Green</c>
 +
|-
 +
!Outcome:
 +
|-
 +
|<span style="color:#00FF00">Green</span>
 +
|}
 +
 +
'''Teal:'''
 +
{|class="wikitable" style="font-size:90%; border: 2px solid darkgrey" cellpadding="3" cellspacing="0" colspan="2" align="left" width="100%" ||
 +
!Code:
 +
|-
 +
|<c val="00FFFF">Teal</c>
 +
|-
 +
!Outcome:
 +
|-
 +
|<span style="color:#00FFFF">Teal</span>
 +
|}
 +
 +
'''Blue:'''
 +
{|class="wikitable" style="font-size:90%; border: 2px solid darkgrey" cellpadding="3" cellspacing="0" colspan="2" align="left" width="100%" ||
 +
!Code:
 +
|-
 +
|<c val="151B8D">Blue</c>
 +
|-
 +
!Outcome:
 +
|-
 +
|<span style="color:#151B8D">Blue</span>
 +
|}
 +
 +
'''Purple:'''
 +
{|class="wikitable" style="font-size:90%; border: 2px solid darkgrey" cellpadding="3" cellspacing="0" colspan="2" align="left" width="100%" ||
 +
!Code:
 +
|-
 +
|<c val="842DCE">Purple</c>
 +
|-
 +
!Outcome:
 +
|-
 +
|<span style="color:#842DCE">Purple</span>
 +
|}
 +
 +
'''RAINBOW:'''
 +
{|class="wikitable" style="font-size:90%; border: 2px solid darkgrey" cellpadding="3" cellspacing="0" colspan="2" align="left" width="100%" ||
 +
!Code:
 +
|-
 +
|<c val="FF0000">R</c><c val="fe8a0e">A</c><c val="FFFF00">I</c><c val="00FF00">N</c><c val="00FFFF">B</c><c val="151B8D">O</c><c val="842DCE">W</c>
 +
|-
 +
!Outcome:
 +
|-
 +
|<span style="color:#FF0000">R</span><span style="color:#fe8a0e">A</span><span style="color:#FFFF00">I</span><span style="color:#00FF00">N</span><span style="color:#00FFFF">B</span><span style="color:#151B8D">O</span><span style="color:#842DCE">W</span>
 +
|}
  
 
==Useful Websites==
 
==Useful Websites==
 
If you need help there is a thread on the Mafia forum here:
 
If you need help there is a thread on the Mafia forum here:
:[http://www.sc2mafia.com/forum/showthread.php/802-Colored-Names-Explained SC2Mafia Forum: Colored Names Explained]
+
:[http://www.sc2mafia.com/forum/showthread.php/10688-Information-and-tips SC2Mafia Forum: Information and tips]
  
 +
Other useful websites:
 
# [http://www.computerhope.com/htmcolor.htm http://www.computerhope.com/htmcolor.htm]
 
# [http://www.computerhope.com/htmcolor.htm http://www.computerhope.com/htmcolor.htm]
 
# [http://www.w3schools.com/tags/ref_colorpicker.asp?colorhex=%23CC2626 http://www.w3schools.com/tags/ref_colorpicker.asp?colorhex=%23CC2626]
 
# [http://www.w3schools.com/tags/ref_colorpicker.asp?colorhex=%23CC2626 http://www.w3schools.com/tags/ref_colorpicker.asp?colorhex=%23CC2626]
Line 49: Line 135:
  
 
==Notes==
 
==Notes==
There is a 255 character limit set in place for starcraft. 12-13 Different colors is about the max that you may use in any name before it will be cut off.
+
*There is a 255 character limit set in place for starcraft. 12-13 Different colors is about the max that you may use in any name before it will be cut off.
 +
*Color Codes also work in [[Last Will]]s.
  
 
[[Category:Guides and Help]]
 
[[Category:Guides and Help]]

Latest revision as of 18:56, 12 April 2013

When you have more than 5,000 points, the Name Restrictions are lifted. Along with being able to have a longer name and special characters, you can also use color codes to change the color of your name.

Name Restrictions

Before you reach the 5,000 points, the Name Restrictions are as follows:

  • Name length can't be more then 20 characters.
  • Name can't contain any special characters.

Color Codes

Input color values using HTML coding. In essence, HTML coding is a 6 digit/letter combination used for a specific color value.

Coding Format

Code:
<c val="FF0000">The text here will be red</c>
Outcome:
The text here will be red

Anything between the "opening" and "closing" brackets will be the color chosen.

So to make R red it would look like this:

Code:
<c val="FF0000">R</c>ed
Outcome:
Red


Examples

Red:

Code:
<c val="FF0000">Red</c>
Outcome:
Red

Orange:

Code:
<c val="fe8a0e">Orange</c>
Outcome:
Orange

Yellow:

Code:
<c val="FFFF00">Yellow</c>
Outcome:
Yellow

Green:

Code:
<c val="00FF00">Green</c>
Outcome:
Green

Teal:

Code:
<c val="00FFFF">Teal</c>
Outcome:
Teal

Blue:

Code:
<c val="151B8D">Blue</c>
Outcome:
Blue

Purple:

Code:
<c val="842DCE">Purple</c>
Outcome:
Purple

RAINBOW:

Code:
<c val="FF0000">R</c><c val="fe8a0e">A</c><c val="FFFF00">I</c><c val="00FF00">N</c><c val="00FFFF">B</c><c val="151B8D">O</c><c val="842DCE">W</c>
Outcome:
RAINBOW

Useful Websites

If you need help there is a thread on the Mafia forum here:

SC2Mafia Forum: Information and tips

Other useful websites:

  1. http://www.computerhope.com/htmcolor.htm
  2. http://www.w3schools.com/tags/ref_colorpicker.asp?colorhex=%23CC2626
  3. http://www.herethere.net/~samson/php/color_gradient/ (For making gradients)
  4. http://patorjk.com/text-color-fader/ (Color fading)

Notes

  • There is a 255 character limit set in place for starcraft. 12-13 Different colors is about the max that you may use in any name before it will be cut off.
  • Color Codes also work in Last Wills.