Template:Backgroundcolor

From Adventure Game Studio | Wiki
Revision as of 06:01, 22 May 2009 by *>Monkey 05 06 (New page: <includeonly><span style = "background-color: {{{1|transparent}}};">{{{2|}}}</span></includeonly><noinclude>Sets the background color for an area. Takes a CSS color value (HEX or rgb funct...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sets the background color for an area. Takes a CSS color value (HEX or rgb function) as the first parameter and the content as the second.

 {{backgroundcolor|rgb(221,255,221)|This text is on a green background.}}

Gives us this:

    This text is on a green background.