|
|
Line 106: |
Line 106: |
|
| |
|
| '''style''' | | '''style''' |
| :Optional [[Cascading Style Sheets|CSS]] values used by the entire message box table. Without quotation marks <code>" "</code> but with the ending semicolons <code>;</code>. For example: | | :Optional Cascading Style Sheets or CSS values used by the entire message box table. Without quotation marks <code>" "</code> but with the ending semicolons <code>;</code>. For example: |
| ::<code>style = margin-bottom: 0.2em;</code> | | ::<code>style = margin-bottom: 0.2em;</code> |
|
| |
|
| '''textstyle''' | | '''textstyle''' |
| :Optional [[Cascading Style Sheets|CSS]] values used by the text cell. For example: | | :Optional Cascading Style Sheets or CSS values used by the text cell. For example: |
| ::<code>textstyle = text-align: center;</code> | | ::<code>textstyle = text-align: center;</code> |
|
| |
|