Screamer Wiki:Guides/Styling: Difference between revisions

Jump to: navigation, search
imported>Sumpy
No edit summary
imported>Sumpy
No edit summary
Line 11: Line 11:


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.
  <nowiki><span style=color:rgb(0,0,0)>TEXT</span><nowiki>
  <span style=color:rgb(0,0,0)>TEXT</span>
 
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.
 
And voilà, your text is now coloured!
And voilà, your text is now coloured!
=='''Size'''==
== '''Size''' ==
 
To change the text size,<span> you will have to copy the following line of code.</span>
To change the text size,<span> you will have to copy the following line of code.</span>
  <nowiki><font size=SIZE>TEXT</font></nowiki>
 
<nowiki><font size=SIZE>TEXT</font></nowiki>
<span>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 </span>''Edit this Page,''<span> and again in the upper right corner, click the </span>''Source''<span> tab. Here you will see the source code of the page. Now, paste the code where you want to change the text size.</span>
<span>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 </span>''Edit this Page,''<span> and again in the upper right corner, click the </span>''Source''<span> tab. Here you will see the source code of the page. Now, paste the code where you want to change the text size.</span>