Screamer Wiki:Guides/Styling: Difference between revisions

Jump to: navigation, search
imported>Sumpy
(Added lime, brightred, pink, grey, purple, and more.)
imported>Sumpy
(Reorganized colors into a list.)
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.


Here are some colors that you can use: '''white''', <font color="grey">'''grey'''</font><span style="font-weight:normal;">, </span><font color=black>'''black'''</font><font color=red>'''red'''</font><font color="brightred">'''brightred'''</font><span style="font-weight:normal;">, </span><font color=green>'''green'''</font><font color="lime">'''lime'''</font><span style="font-weight:normal;">, </span><font color=yellow>'''yellow'''</font>, <font color=blue>'''blue'''</font><font color="cyan">'''cyan'''</font><span style="font-weight:normal;">, </span><font color="lightblue">'''lightblue, '''</font><font color=purple>'''purple'''</font><span style="font-weight:normal;">,</span> <font color="magenta">'''magenta'''</font><span style="font-weight:normal;">, </span>'''<font color="pink">pink</font>''', and <font color="orange">'''orange'''</font>. Choose the color you want and replace the ''COLOR'' from the code with your color.
Here are some colors that you can use.
* <font color="white">'''white'''</font>
* <font color="grey">'''grey'''</font>
* <font color="black">'''black'''</font>
* <font color="brightred">'''brightred'''</font>
* <font color="red">'''red'''</font>
* <font color="orange">'''orange'''</font>
* <font color="yellow">'''yellow'''</font>
* <font color="lime">'''lime'''</font>
* <font color="cyan">'''cyan'''</font>
* <font color="blue">'''blue'''</font>
* <font color="purple">'''purple'''</font>
* <font color="magenta">'''magenta'''</font>
* <font color="pink">'''pink'''</font>
* <font color="lightblue">'''lightblue'''</font>


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. </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.  
  <nowiki><font style=color:rgb(0,0,0)>TEXT</font></nowiki>
  <nowiki><font style=color:rgb(0,0,0)>TEXT</font></nowiki>


Line 32: Line 48:




<span>To change the text font,</span><span class=""> you will have to copy the following line of code.</span> </font>
<span>To change the text font,</span><span class=""> you will have to copy the following line of code.</span>  
  <span><nowiki><font face=FONT>TEXT</font></nowiki></span>
  <span><nowiki><font face=FONT>TEXT</font></nowiki></span>






<span class="">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 class=""> and again in the upper right corner, click the </span>''Source''<span class=""> tab. Here you will see the source code of the page. Now, paste the code where you want to change the text font.</span>  
<span class="">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 class=""> and again in the upper right corner, click the </span>''Source''<span class=""> tab. Here you will see the source code of the page. Now, paste the code where you want to change the text font.</span>  
</font>


After that, you have to choose a font, like '''Helvetica''' or '''Arial'''. After, replace the ''FONT'' from the code with the font you chose and replace the ''TEXT'' from the code with your text. You can use[http://www.w3.org/Style/Examples/007/fonts.en.html#font-style this site] to get help with font styles (weight, stretch, and more).
After that, you have to choose a font, like '''Helvetica''' or '''Arial'''. After, replace the ''FONT'' from the code with the font you chose and replace the ''TEXT'' from the code with your text. You can use[http://www.w3.org/Style/Examples/007/fonts.en.html#font-style this site] to get help with font styles (weight, stretch, and more).
Line 51: Line 64:




'''If you want to combine multiple text style codes in one line, just add '';'' between them.''' </font>
'''If you want to combine multiple text style codes in one line, just add '';'' between them.'''  
  <nowiki><font color=COLOR;font size=SIZE;font face=FONT>TEXT</font></nowiki>
  <nowiki><font color=COLOR;font size=SIZE;font face=FONT>TEXT</font></nowiki>