Difference between revisions of "Template:Warning"

From Second Life Wiki
Jump to navigation Jump to search
m (Warning moved to Template:Warning: Oops, forgot the namespace when moved. Sorry.)
(There are other browsers too. See http://caniuse.com/#feat=border-radius)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div style="color: black; background: #fee; border: thin solid gray; text-align: center; margin: 2em; padding: 2em;" >WARNING<br />{{{1|Some message here.}}}</div>
<noinclude>
<nowiki>{{Warning|some message the user should pay attention to but probably won't}}</nowiki>
{{Warning|some message the user should pay attention to but probably won't}}
</noinclude><includeonly><div style="padding: 2px; background: #fee; border: 1px solid black; border-radius: 10px; margin-top: 16px;">
<div style="background: #f9f9f9; border-radius: 8px; border: 1px solid black; margin-bottom: -13px; padding: 0.125em; font-weight: bold; font-size: 1.2em; width: 100px; text-align: center; position: relative; bottom: 15px; left: 5px;">Warning!</div>
<div style="background: #f9f9f9; border-radius: 8px; border: 1px solid black; padding: 0.25em; margin: 1em;">
<div>
{{{1|Some message here.}}}
</div>
</div>
</div>
</includeonly>

Latest revision as of 08:07, 7 October 2012

{{Warning|some message the user should pay attention to but probably won't}}
Warning!

some message the user should pay attention to but probably won't