Template:Fmbox: Difference between revisions
en>Davidgothberg Changing the "type=warning" border to #BB7070, which is a compromise between the suggestions on the talk page. |
en>Davidgothberg The 31 days CSS caching for the global "mbox-image" and "mbox-text" classes has passed, so removing the hard-coded styles. |
||
Line 15: | Line 15: | ||
{{#ifeq:{{{image|}}}|none | {{#ifeq:{{{image|}}}|none | ||
| <!-- No image. --> | | <!-- No image. --> | ||
| <td class="mbox-image | | <td class="mbox-image"> | ||
{{#if:{{{image|}}} | {{#if:{{{image|}}} | ||
| {{{image}}} | | {{{image}}} | ||
Line 26: | Line 26: | ||
}}</td> | }}</td> | ||
}} | }} | ||
<td class="mbox-text" style=" | <td class="mbox-text" style="{{{textstyle|}}}"> {{{text}}} </td> | ||
{{#if:{{{imageright|}}} | {{#if:{{{imageright|}}} | ||
| <td class="mbox-imageright | | <td class="mbox-imageright"> {{{imageright}}} </td> | ||
}} | }} | ||
</tr> | </tr> |