Difference between revisions of "Template:stamp"

From Pool's Closed Wiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><span style="-moz-transform: rotate(20deg); border-color: {{{2|red}}}; border-width:5px; padding-top: 3px;padding-bottom:3px;padding-left:5px;padding-right:5px;margin:5px; border-style: solid;color:{{{2|red}}};font-family:Impact,sans-serif;font-size:50px">{{{1|FAIL}}}</span>
+
<includeonly><span style=" border-color: {{{2|red}}}; border-width:5px; padding-top: 3px;padding-bottom:3px;padding-left:5px;padding-right:5px;margin:5px; border-style: solid;color:{{{2|red}}};font-family:Impact,sans-serif;font-size:50px; -moz-transform:  rotate(15deg); ">{{{1|FAIL}}}</span>
 
</includeonly>
 
</includeonly>
 
<noinclude>
 
<noinclude>
Line 7: Line 7:
  
 
Both params optional; The text defaults to "FAIL", and the colour is red. Use, for example, green for an approval stamp, or something.
 
Both params optional; The text defaults to "FAIL", and the colour is red. Use, for example, green for an approval stamp, or something.
 +
 +
'''Note:''' it's tilted only in Firefox, because it's using the <code>-moz-transform</code> property, supported only by Firefox.
 
</noinclude>
 
</noinclude>

Latest revision as of 15:07, 30 October 2010


FAIL


Usage: {{stamp|text|colour}}

Both params optional; The text defaults to "FAIL", and the colour is red. Use, for example, green for an approval stamp, or something.

Note: it's tilted only in Firefox, because it's using the -moz-transform property, supported only by Firefox.