More actions
Dierdra Vaal (talk | contribs) Created page with '<div style="margin:0;background-color:{{{color|#000}}};border:1px solid {{{border|#888}}};border-left-width:5px;font-style:italic;text-align:left;padding:1em 1em 1em 1em; overflo...' |
Change default background-color to transparent. Change default text color to inherit. |
||
| (12 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
<div style="margin:0; | <div style=" | ||
margin: 0.2em auto; | |||
border: 2px solid {{{border|#888888}}}; | |||
padding: 0.8em; | |||
width: {{{width|auto}}}; | |||
overflow: hidden; /* To stop the div from overlapping floating elements. */ | |||
{{ | background-color: {{{color|transparent}}}; | ||
text-align: {{{align|left}}}; | |||
color: {{{text|inherit}}}; | |||
{{#ifeq: {{{italics}}} | no | |||
| font-style: normal; | |||
| font-style: italic; | |||
{{ | }} | ||
">{{{1|Example text}}}</div><noinclude> | |||
{{documentation}} | |||
</noinclude> | |||