Screamer Wiki:Guides/Styling: Difference between revisions

Jump to: navigation, search
no edit summary
imported>Sumpy
No edit summary
imported>Sumpy
No edit summary
Line 4: Line 4:
== '''Color''' ==
== '''Color''' ==
To change the text color, you will have to copy the following line of code.
To change the text color, you will have to copy the following line of code.
  <nowiki><span class="" style="color:COLOR; margin-bottom:1em;">TEXT</span></nowiki>
  <nowiki><span><font color=COLOR>TEXT</font></span></nowiki>


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: <span class="" style="color:black; margin-bottom:1em;">'''black'''</span>, <span class="" style="color:red; margin-bottom:1em;">'''red'''</span>, <span class="" style="color:green; margin-bottom:1em;">'''green'''</span>, <span class="" style="color:yellow; margin-bottom:1em;">'''yellow'''</span>, <span class="" style="color:blue; margin-bottom:1em;">'''blue'''</span>, <span class="" style="color:cyan; margin-bottom:1em;">'''cyan'''</span>, <span class="" style="color:magenta; margin-bottom:1em;">'''magenta'''</span>, <span class="" style="color:white; margin-bottom:1em;">'''white'''</span> and <span class="" style="color:orange; margin-bottom:1em;">'''orange'''</span>. Choose the color you want and replace the ''COLOR'' from the code with your color. You can also replace the ''COLOR'' with <span>'''rgb(0,0,0)''' to get more color options (<u>up to </u></span><u>'''16777216''' colors</u>). You can use [http://www.rapidtables.com/web/color/RGB_Color.htm this site] to get all the color codes.
There are nine color choices: <span><font color=black>'''black'''</font></span>,<span><font color=red>'''red'''</font></span>, <span><font color=green>'''green'''</font></span>, <span><font color=yellow>'''yellow'''</font></span>, <span><font color=blue>'''blue'''</font></span>, <span><font color=cyan>'''cyan'''</font></span>, <span><font color=magenta>'''magenta'''</font></span>, <span><font color=white>'''white'''</font></span> and <span><font color=orange>'''orange'''</font></span>. Choose the color you want and replace the ''COLOR'' from the code with your color. You can also replace the ''COLOR'' with <span>'''rgb(0,0,0)''' to get more color options (<u>up to </u></span><u>'''16777216''' colors</u>). You can use [http://www.rapidtables.com/web/color/RGB_Color.htm this site] to get all the color codes.


When you're done choosing your color, copy the text you want to color and replace the ''TEXT'' from the code with your text.
When you're done choosing your color, copy the text you want to color and replace the ''TEXT'' from the code with your text.
Anonymous user

Navigation menu