Template:Abs Box1: Difference between revisions

From Future Worlds Center Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
{| cellspacing="0" cellpadding="0" style="margin:0em 1em 1em 0em;width:{{{width}}};float:{{{float}}};"
{| cellspacing="0" cellpadding="0" style="margin:0em 1em 1em 0em;width:{{{width}}};float:{{{float}}};"
|  style="width:{{{width}}};vertical-align:top; border:1px solid #ffffff; background-color:{{{content_bgcolor}}};" | {{#if:{{{content|}}} |
|  style="width:{{{width}}};vertical-align:top; border:1px solid #ffffff; background-color:{{{content_bgcolor}}};" | {{#if:{{{content|}}} |
<div style="color:#ffffff;border:1px solid {{{border_color}}}; background-color:{{{title_bgcolor}}}; padding:0.2em 0.5em 0.2em 0.5em; font-size:110%; font-weight:bold;">{{{title}}}</div>
<div style="color:#ffffff;border-bottom:1px solid {{{border_color}}}; background-color:{{{title_bgcolor}}}; padding:0.2em 0.5em 0.2em 0.5em; font-size:110%; font-weight:bold;">{{{title}}}</div>
<div style="padding:1em 5em 1em 3em;"> <!-- Top, Right, Bottom, Left -->
<div style="padding:1em 5em 1em 3em;"> <!-- Top, Right, Bottom, Left -->
{{{content}}}</div> }}
{{{content}}}</div> }}

Revision as of 04:05, 29 August 2011


Preview

My Title

My heading

bla bla bla


Usage

copy and paste to use the template

{{Abs_Box1
|float=none
|width=100%
|border_color=Sienna
|title_bgcolor=Wheat
|content_bgcolor=Cornsilk
|title=My Title
|content=
===My heading===
bla bla bla
}}