Difference between revisions of "Template:RoundedBox"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "<div style=" width: {{{width|300px}}}; border: solid 1px {{{border-color|#B8B8B8}}}; border-radius:15px; margin: 10px; padding: 10px; background-color: {{{bgcolor|#E3E3E3}}}; …")
 
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
<div style="
<div style="
margin-bottom: 10px;
margin-bottom: 10px;
font-size: 20px;  
font-size: 14pt;  
font-weight: bold;
font-weight: bold;
text-align: center;
text-align: center;
line-height: 140%;
color: {{{title-color|black}}};">{{{title}}}</div>
color: {{{title-color|black}}};">{{{title}}}</div>
<span style="color: {{{text-color|black}}};">{{{content}}}</span></div><noinclude>
<span style="color: {{{text-color|black}}};">{{{content}}}</span></div><noinclude>

Latest revision as of 13:07, 11 August 2011

{{{title}}}
{{{content}}}

Parameters:

  • title
  • content
  • width - width of box (500px)
  • border- color (#B8B8B8)
  • bgcolor - background color of box (#F0F0F0)
  • title-color - color of title text
  • text-color - color of content text