Screamer Wiki:Guides/Styling: Difference between revisions

Jump to: navigation, search
imported>Sumpy
No edit summary
imported>Lawiki1534virus
(→‎Color: Added another color choice)
Line 8: Line 8:
Then, you have to press the http://images2.wikia.nocookie.net/screamerchecker/images/a/a8/Contibute.png button in the upper right corner of the website, then ''Edit this Page,'' and again in the upper right corner, click the ''Source'' tab. Here you will see the source code of the page. Now, paste the code where you want to change the text color.
Then, you have to press the http://images2.wikia.nocookie.net/screamerchecker/images/a/a8/Contibute.png button in the upper right corner of the website, then ''Edit this Page,'' and again in the upper right corner, click the ''Source'' tab. Here you will see the source code of the page. Now, paste the code where you want to change the text color.


There are nine color choices: <font color=black>'''black'''</font>,<font color=red>'''red'''</font>, <font color=green>'''green'''</font>, <font color=yellow>'''yellow'''</font>, <font color=blue>'''blue'''</font>, <font color=cyan>'''cyan'''</font>, <font color=magenta>'''magenta'''</font>, <font color=white>'''white'''</font> and <font color=orange>'''orange'''</font>. Choose the color you want and replace the ''COLOR'' from the code with your color.
There are ten color choices: <font color=black>'''black'''</font>,<font color=red>'''red'''</font>, <font color=green>'''green'''</font>, <font color=yellow>'''yellow'''</font>, <font color=blue>'''blue'''</font>, <font color="lightblue">'''lightblue'''</font> <font color="cyan">'''cyan'''</font>, <font color="magenta">'''magenta'''</font>, <font color="white">'''white'''</font> and <font color="orange">'''orange'''</font>. Choose the color you want and replace the ''COLOR'' from the code with your color.


To get more color choices specifically up to 16777216 colors, you can use this line of code, and replace the '''0''' with the exact color code. You can use [http://www.rapidtables.com/web/color/RGB_Color.htm this site] to get all the color codes.
To get more color choices specifically up to 16777216 colors, you can use this line of code, and replace the '''0''' with the exact color code. You can use [http://www.rapidtables.com/web/color/RGB_Color.htm this site] to get all the color codes.