Template:Messagebox: Difference between revisions

From Simplicitypvp
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: Manual revert
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="border:1px solid black; width:50%;font-size:120%;font-weight:bold;margin:auto"><span>{{{icon}}}</span>{{{body}}}</div><noinclude>
<div style="border: 1px solid black; padding: 0.5em; display: flex; align-items: center; width: 50%; margin: auto;">
{{#if:{{{icon|}}}|<span style="margin: 1em; margin-left: 0.5em; font-size: xx-large;">{{{icon}}}</span>}}
<div style="flex-grow: 1;">
{{#if:{{{title|}}}|<div style="font-size: x-large; font-weight: bold;">{{{title}}}</div>}}
<div style="font-weight: bold; font-size: medium;">{{{body}}}</div>
</div>
</div><noinclude>




</noinclude>
</noinclude>

Latest revision as of 05:09, 25 December 2023

{{{body}}}