Difference between revisions of "User:Thickbrick Sleaford/ColorBox"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
<noinclude>
<noinclude>
== Rounded Color Box Template ==
== Rounded Color Box Template ==
Use this template by putting this in your page:
<nowiki>{{User:Thickbrick_Sleaford/ColorBox|Title|Conent}}</nowiki>
=== Parameters: ===
=== Parameters: ===
# Title  
# Title  
Line 9: Line 12:
# Corner Radius (optional)
# Corner Radius (optional)


</noinclude><div style="display:inline-block; padding: 5px 30px 8px 20px; margin: 4px 0px 12px 0px; background: {{{3|#EBFDFF}}}; border: 2px solid {{{4|#87A5CC}}}; -webkit-border-radius: {{{6|6px}}}; -moz-border-radius: {{{6|6px}}}; border-radius: {{{6|6px}}}">
</noinclude><div style="display:inline-block; padding: 0px 30px 0px 20px; margin: 4px 0px 12px 0px; background: {{{3|#EBFDFF}}}; border: 2px solid {{{4|#87A5CC}}}; -webkit-border-radius: {{{6|6px}}}; -moz-border-radius: {{{6|6px}}}; border-radius: {{{6|6px}}}">
<b><span style="text-shadow: {{{5|#AAF}}} 1px 2px 1.5px;">{{{1|Title here}}}</span></b>{{{2|: content here}}}
<b><span style="text-shadow: {{{5|#AAF}}} 1px 2px 1.5px;">{{{1|Title here:}}}</span></b> {{{2|Content here. <br />More content.}}}
</div>
</div>

Revision as of 13:27, 28 July 2010

Rounded Color Box Template

Use this template by putting this in your page:

{{User:Thickbrick_Sleaford/ColorBox|Title|Conent}}

Parameters:

  1. Title
  2. Content
  3. Background color (optional)
  4. Border color (optional)
  5. Title shadow color (optional)
  6. Corner Radius (optional)

Title here: Content here.
More content.