Difference between revisions of "Template:Warning"

From Second Life Wiki
Jump to navigation Jump to search
m
(There are other browsers too. See http://caniuse.com/#feat=border-radius)
 
Line 2: Line 2:
  <nowiki>{{Warning|some message the user should pay attention to but probably won't}}</nowiki>
  <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}}
{{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; -moz-border-radius: 10px; margin-top: 16px;">
</noinclude><includeonly><div style="padding: 2px; background: #fee; border: 1px solid black; border-radius: 10px; margin-top: 16px;">
<div style="background: #f9f9f9; -moz-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; 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; -moz-border-radius: 8px; border: 1px solid black; padding: 0.25em; margin: 1em;">
<div style="background: #f9f9f9; border-radius: 8px; border: 1px solid black; padding: 0.25em; margin: 1em;">
<div>
<div>
{{{1|Some message here.}}}
{{{1|Some message here.}}}

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