Difference between revisions of "User:Creativehedgehog/Templates/CustomColorButton"

(Created page with "<span class="mw-ui-button {{{color}}}" style="background-image:linear-gradient(red,red);">{{{text|Button text}}}</span>")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<span class="mw-ui-button {{{color}}}" style="background-image:linear-gradient(red,red);">{{{text|Button text}}}</span>
+
<span class="mw-ui-button {{{color}}}" style="background-image:linear-gradient({{{color1|rgba(255,0,0,0.5)}}},{{{color2|rgba(0,255,0,0.5)}}}); color:{{{color|white}}};">{{{text|Button text}}}</span>

Latest revision as of 18:50, 20 August 2020

Button text