Difference between revisions of "Template:Button"

From Custom Mario Kart
Jump to navigation Jump to search
Line 1: Line 1:
 
<noinclude>Fast implementation for the moment.  
 
<noinclude>Fast implementation for the moment.  
Example: <span class=button>'''A'''</span></noinclude><includeonly><span class=button>'''{{{1}}}'''</span></includeonly>
+
Example: <span style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">A</span>
 +
 
 +
</noinclude><includeonly><span style="border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1); background-color: #f9f9f9; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #000; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em;">{{{1}}}</span></includeonly>

Revision as of 21:32, 13 March 2021

Fast implementation for the moment. Example: A