Template:Button
From AWF-Wiki
(Difference between revisions)
(new style) |
|||
Line 1: | Line 1: | ||
<noinclude>This is a standard convention for buttons. | <noinclude>This is a standard convention for buttons. | ||
− | Variables are: text= </noinclude><span style="background | + | Variables are: text= </noinclude> |
+ | <span style=" | ||
+ | background: #e3e3e3; | ||
+ | border: 1px solid #bbb; | ||
+ | -webkit-border-radius: 3px; | ||
+ | -moz-border-radius: 3px; | ||
+ | border-radius: 3px; | ||
+ | -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6; | ||
+ | -moz-box-shadow: inset 0 0 1px 1px #f6f6f6; | ||
+ | box-shadow: inset 0 0 1px 1px #f6f6f6; | ||
+ | color: #333; | ||
+ | padding: 4px 0 5px; | ||
+ | text-align: center; | ||
+ | text-shadow: 0 1px 0 #fff; | ||
+ | width: auto;">{{{text}}}</span> |
Revision as of 13:56, 4 June 2014
This is a standard convention for buttons. Variables are: text= {{{text}}}