Template:MessageBox: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 1: | Line 1: | ||
<table class="message-box" style=" | <table class="message-box" style="border: {{{border|}}}; border-radius: {{{borderRadius|}}}; background-color: {{{backgroundColor|}}};"> | ||
<td style="padding-right: 10px;">{{{imageSource|}}}</td> | |||
<td style="font-family: {{{fontFamily|}}}; font-size: {{{fontSize|14px}}}">{{{text|}}}</td> | |||
" | |||
<td style=" | |||
">{{{imageSource|}}}</td> | |||
<td style=" | |||
">{{{text|}}}</td | |||
</table> | </table> |