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

From Second Life Wiki
Jump to navigation Jump to search
m
 
(7 intermediate revisions by the same user not shown)
Line 8: Line 8:
# Content
# Content
# Background color (optional)
# Background color (optional)
# Gradient start color (optional) (needs to be in #NNNNNN format)
# Gradient end color (optional) (needs to be in #NNNNNN format)
# Border color (optional)
# Border color (optional)
# Title shadow color (optional)
# Title shadow color (optional)
Line 15: Line 13:




</noinclude><div style="display:inline-block; padding: 0px 30px 2px 20px; margin: 4px 0px 12px 0px;
<!-- gradient style (doesn't quite work) -->
<!--  
background: {{{3|#EBFDFF}}} linear-gradient(left top, {{{4|#EFFCFC}}}, {{{5|#C7F3F7}}});
background: {{{3|#EBFDFF}}} linear-gradient(left top, {{{4|#EFFCFC}}}, {{{5|#C7F3F7}}});
background: {{{3|#EBFDFF}}} -moz-linear-gradient(top, {{{4|#EFFCFC}}}, {{{5|#C7F3F7}}});
background: {{{3|#EBFDFF}}} -moz-linear-gradient(top, {{{4|#EFFCFC}}}, {{{5|#C7F3F7}}});
background: {{{3|#EBFDFF}}} -webkit-gradient(linear, top, bottom, from({{{4|#EFFCFC}}}), to({{{5|#CAEDF0}}}));
background: {{{3|#EBFDFF}}} -webkit-gradient(linear, top, bottom, from({{{4|#EFFCFC}}}), to({{{5|#CAEDF0}}}));
background: {{{3|#C7F3F7}}} filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{{{4|#EFFCFC}}}', endColorstr='{{{5|#C7F3F7}}}');
background: {{{3|#C7F3F7}}} filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='{{{4|#EFFCFC}}}', endColorstr='{{{5|#C7F3F7}}}');
border: 2px solid {{{6|#87A5CC}}}; -webkit-border-radius: {{{8|6px}}}; -moz-border-radius: {{{8|6px}}}; border-radius: {{{8|6px}}}">
-->
<b><span style="text-shadow: {{{7|#AAF}}} 1px 2px 1.5px;">{{{1|Title here:}}}</span></b> {{{2|Content here. <br />More content.}}}
 
</div>
 
</noinclude><div style="display: inline-block; padding: 6px 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}}};"><span style="text-shadow: {{{5|#AAF}}} 1px 2px 2px;">'''{{{1|Title here:}}}'''</span> {{{2|Content here. More content.}}}
</div><br />

Latest revision as of 15:36, 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.