More actions
Add CSS to stop from overlapping floats. |
Change default background-color to transparent. Change default text color to inherit. |
||
| Line 5: | Line 5: | ||
width: {{{width|auto}}}; | width: {{{width|auto}}}; | ||
overflow: hidden; /* To stop the div from overlapping floating elements. */ | overflow: hidden; /* To stop the div from overlapping floating elements. */ | ||
background-color: {{{color| | background-color: {{{color|transparent}}}; | ||
text-align: {{{align|left}}}; | text-align: {{{align|left}}}; | ||
color: {{{text| | color: {{{text|inherit}}}; | ||
{{#ifeq: {{{italics}}} | no | {{#ifeq: {{{italics}}} | no | ||
| font-style: normal; | | font-style: normal; | ||