Difference between revisions of "Template:SKWindow/Cell"

From SpiralKnights

Jump to: navigation, search
m (Add color)
m (Switch to light blue for image outline issue)
Line 2: Line 2:
 
{| style="background: none;"
 
{| style="background: none;"
 
</noinclude>
 
</noinclude>
| colspan="{{{4|1}}}" rowspan="{{{5|1}}}" align="{{{2|left}}}" valign="{{{3|middle}}}" style="width: {{{6|*}}}; height: {{{7|*}}}; background: {{{background|#283138}}}; color: {{{color|#FFFFFF}}}; font-size: {{{font|smaller}}}; padding: 5px 10px 5px 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -icab-border-radius: 5px; -o-border-radius: 5px;" | {{{1|Content goes here.}}}<noinclude>
+
| colspan="{{{4|1}}}" rowspan="{{{5|1}}}" align="{{{2|left}}}" valign="{{{3|middle}}}" style="width: {{{6|*}}}; height: {{{7|*}}}; background: {{{background|#c7dbea}}}; color: {{{color|#FFFFFF}}}; font-size: {{{font|smaller}}}; padding: 5px 10px 5px 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -icab-border-radius: 5px; -o-border-radius: 5px;" | {{{1|Content goes here.}}}<noinclude>
 
|}
 
|}
 
{{Documentation
 
{{Documentation

Revision as of 18:02, 26 March 2011

Content goes here.
Template documentation

This template creates a cell in an SKWindow.

Usage

This template is intended to be used in the "body" parameter of the SKWindow template.

Parameters

Optional

The content of this cell.
The horizontal alignment of the contents of this cell. Accepted values are the same as CSS text-align values.
The vertical alignment of the contents of this cell. Accepted values are the same as CSS vertical-align values.
How many columns of this table this cell will take up.
How many rows of this table this cell will take up.
The width of this cell.
The height of this cell.
Personal tools