Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Color box: Difference between revisions

Template page
Add code for text-align option.
m Apply CSS shorthand. Remove overflow: only functions when a fixed height: is used. Sort CSS properties by the CSS Box model from outer to inner.
Line 1: Line 1:
<div style="margin:0; background-color:{{{color|#000000}}}; border:1px solid {{{border|#888888}}}; font-style:italic; text-align:{{{align|left}}}; padding:1em 1em 1em 1em; overflow:hidden; color:{{{text|#ffffff}}}; {{#if:{{{width}}}|width:{{{width}}}|}}; margin-right:auto; margin-left:auto">{{{1|Example text}}}</div><noinclude>
<div style="
margin:0 auto;  
border:1px solid {{{border|#888888}}};  
padding:1em;  
width: {{{width|auto}}};  
background-color:{{{color|black}}};  
text-align:{{{align|left}}};
color:{{{text|white}}};  
font-style:italic;  
">{{{1|Example text}}}</div><noinclude>
{{documentation}}
{{documentation}}
</noinclude>
</noinclude>