Difference between revisions of "Lylat Wiki:Color Scheme"

no edit summary
Line 17: Line 17:
As an example, take a look at the following text:  
As an example, take a look at the following text:  
<pre>
<pre>
<div style="{{game-bg-color}}">
<div style="{{character-bg-color}}">
Text above table
Text above table. [[Link]]. [[Fox]].
{| style="{{game-border}}"
{| style="{{character-border}}"
|-
|-
! style="{{game-th-bg-color}}" | table header cell
! style="{{character-th-bg-color}}" | table header cell
! style="{{game-th-bg-color}}" | text
! style="{{character-th-bg-color}}" | text
! style="{{game-th-bg-color}}" | [[link]]
! style="{{character-th-bg-color}}" | [[fox]]
! style="{{game-th-bg-color}}" | table header cell
! style="{{character-th-bg-color}}" | table header cell
! style="{{character-th-bg-color}}" | text
! style="{{character-th-bg-color}}" | [[link]]
|-
|-
| style="{{game-td-bg-color}}" | table header cell
| style="{{character-td-bg-color}}" | table header cell
| style="{{game-td-bg-color}}" | text
| style="{{character-td-bg-color}}" | text
| style="{{game-td-bg-color}}" | [[link]]
| style="{{character-td-bg-color}}" | [[fox]]
| style="{{game-td-bg-color}}" | table header cell
| style="{{character-td-bg-color}}" | table header cell
| style="{{character-td-bg-color}}" | text
| style="{{character-td-bg-color}}" | [[link]]
 
|-
|-
|}
|}
Line 37: Line 42:


comes out as  
comes out as  
<div style="{{game-bg-color}}">
<div style="{{character-bg-color}}">
Text above table
Text above table. [[Link]]. [[Fox]].
{| style="{{game-border}}"
{| style="{{character-border}}"
|-
|-
! style="{{game-th-bg-color}}" | table header cell
! style="{{character-th-bg-color}}" | table header cell
! style="{{game-th-bg-color}}" | text
! style="{{character-th-bg-color}}" | text
! style="{{game-th-bg-color}}" | [[link]]
! style="{{character-th-bg-color}}" | [[link]]
| style="{{game-th-bg-color}}" | table header cell
| style="{{character-th-bg-color}}" | table header cell
| style="{{game-th-bg-color}}" | text
| style="{{character-th-bg-color}}" | text
| style="{{game-th-bg-color}}" | [[link]]
| style="{{character-th-bg-color}}" | [[link]]
|-
|-
| style="{{game-td-bg-color}}" | table header cell
| style="{{character-td-bg-color}}" | table header cell
| style="{{game-td-bg-color}}" | text
| style="{{character-td-bg-color}}" | text
| style="{{game-td-bg-color}}" | [[link]]
| style="{{character-td-bg-color}}" | [[link]]
! style="{{game-td-bg-color}}" | table header cell
! style="{{character-td-bg-color}}" | table header cell
! style="{{game-td-bg-color}}" | text
! style="{{character-td-bg-color}}" | text
! style="{{game-td-bg-color}}" | [[link]]
! style="{{character-td-bg-color}}" | [[link]]
|-
|-
|}
|}
Line 68: Line 73:
<pre>
<pre>
<div class="color4" style="{{game-bg-color}}">
<div class="color4" style="{{game-bg-color}}">
Text above table
Text above table. [[Link]]. [[Fox]].
{| style="{{game-border}}"
{| style="{{game-border}}"
|-
|-
Line 87: Line 92:


comes out as  
comes out as  
<div class="color4" style="{{game-bg-color}}">
<div class="color5" style="{{character-bg-color}}">
Text above table
Text above table. [[Link]]. [[Fox]].
{| style="{{game-border}}"
{| style="{{character-border}}"
|-
|-
! style="{{game-th-bg-color}}" | table header cell
! style="{{character-th-bg-color}}" | table header cell
! style="{{game-th-bg-color}}" | text
! style="{{character-th-bg-color}}" | text
! style="{{game-th-bg-color}}" | [[link]]
! style="{{character-th-bg-color}}" | [[fox]]
| style="{{game-th-bg-color}}" | table header cell
| style="{{character-th-bg-color}}" | table header cell
| style="{{game-th-bg-color}}" | text
| style="{{character-th-bg-color}}" | text
| style="{{game-th-bg-color}}" | [[link]]
| style="{{character-th-bg-color}}" | [[link]]
|-
|-
| style="{{game-td-bg-color}}" | table header cell
| style="{{character-td-bg-color}}" | table header cell
| style="{{game-td-bg-color}}" | text
| style="{{character-td-bg-color}}" | text
| style="{{game-td-bg-color}}" | [[link]]
| style="{{character-td-bg-color}}" | [[fox]]
! style="{{game-td-bg-color}}" | table header cell
! style="{{character-td-bg-color}}" | table header cell
! style="{{game-td-bg-color}}" | text
! style="{{character-td-bg-color}}" | text
! style="{{game-td-bg-color}}" | [[link]]
! style="{{character-td-bg-color}}" | [[link]]
|-
|-
|}
|}