Template:Button

From AWF-Wiki
(Difference between revisions)
Jump to: navigation, search
(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-color: #cccccc; padding:1px; border-left:solid thin #666666; border-top:solid thin #666666; border-right:solid thin #999999; border-bottom:solid thin #999999;">{{{text}}}</span>
+
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 14:56, 4 June 2014

This is a standard convention for buttons. Variables are: text= {{{text}}}

Personal tools
Namespaces

Variants
Actions
Navigation
Development
Toolbox