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 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|black}}};
background-color: {{{color|transparent}}};
text-align: {{{align|left}}};
text-align: {{{align|left}}};
color: {{{text|white}}};
color: {{{text|inherit}}};
{{#ifeq: {{{italics}}} | no
{{#ifeq: {{{italics}}} | no
  | font-style: normal;
  | font-style: normal;