Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Cassiel Seraphim/Sandbox12: Difference between revisions

From EVE University Wiki
Line 28: Line 28:
This is an example of one of the pre-saved overviews that were available at the time of writing this guide. On the left is the unedited version of the overview, on the right is the code with the changes {{co|slateblue|highlighted in blue}} that enables the colour-coding and font-changes.
This is an example of one of the pre-saved overviews that were available at the time of writing this guide. On the left is the unedited version of the overview, on the right is the code with the changes {{co|slateblue|highlighted in blue}} that enables the colour-coding and font-changes.


The changes are simple html-coding using normal {{co|violet|<color&gt;</color&gt;}} and {{co|violet|<font&gt;</font&gt;}} tags, but can include things like linebreaks {{co|violet|<br&gt;}}, bold {{co|violet|<b&gt;</b&gt;}} etc. For colours, use the {{co|violet|0xFF}}{{co|magenta|RRGGBB}} format, so if you wanted the colour {{co|green|green}} you'd use {{co|violet|0xFF}}{{co|magenta|008000}}. You can also use various ASCII- and HTML-codes, like rooks ♜ ♖, kings ♚ ♔, horses ♞ ♘, airplane ✈, skull ☠, yin and yang ☯, stars ★ ☆ or whatever else you might find.  
The changes are simple html-coding using normal {{co|violet|<color&gt;</color&gt;}} and {{co|violet|<font&gt;</font&gt;}} tags, but can include things like linebreaks {{co|violet|<br&gt;}}, bold {{co|violet|<b&gt;</b&gt;}} etc. For colours, use the {{co|violet|0xFF}}{{co|magenta|RRGGBB}} format, so if you wanted the colour {{co|green|green}} you'd use {{co|violet|0xFF}}{{co|magenta|008000}}. You can also use various ASCII- and HTML-codes, like rooks ♜ ♖, kings ♚ ♔, horses ♞ ♘, airplane ✈, skull ☠, yin and yang ☯, stars ★ ☆ or whatever else you might find. Not all symbols will work, or even turn out the way you thought they would, but you can easily just check that out in a chat window beforehand.


See [http://en.wikipedia.org/wiki/Web_colors Web colors], [http://www.theasciicode.com.ar/ ASCII Codes] or [http://copypastecharacter.com/symbols Symbols] for inspiration.
See [http://en.wikipedia.org/wiki/Web_colors Web colors], [http://www.theasciicode.com.ar/ ASCII Codes] or [http://copypastecharacter.com/symbols Symbols] for inspiration.