Template:NotificationBox: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(Created page with "<div style="color:{{{color}}};border: 1px solid {{{color}}};"> <div>{{{title}}}</div> <div>{{{text}}}</div> </div>")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="color:{{{color}}};border: 1px solid {{{color}}};">
<div class="notification-box" style="color:{{{color}}};border: 1px solid {{{color}}};">
<div>{{{title}}}</div>
<div class="title" style="background-color:{{{color}}}; color: white;">{{{title}}}</div>
<div>{{{text}}}</div>
<div class="text">{{{text}}}</div>
<div style="clear:both;"></div>
</div>
</div>

Latest revision as of 12:01, 6 February 2017

{{{title}}}
{{{text}}}