Difference between revisions of "Template:Button"

From Rizon Wiki
Jump to navigation Jump to search
m (Added a tooltip.)
(Added two linear-gradient parameters: LGtopcolor and LGbtmcolor, top and bottom gradient colours.)
Line 1: Line 1:
<kbd class="nowrap button" title="This is not a clickable button; it illustrates the button one should find." style="padding:{{{padTB|.1em}}} {{{padLR|.6em}}}; border:1px solid; border-color:#AAA #555 #555 #AAA; border-radius:3px; display: inline-block; background-color: {{{bgcolor|#F2F2F2}}}; color: {{{fgcolor|#000}}}; background-image: -moz-linear-gradient(top, #FCFCFC, #E0E0E0); background-image: -o-linear-gradient(top, #FCFCFC, #E0E0E0); background-image: -webkit-linear-gradient(top, #FCFCFC, #E0E0E0); background-image: linear-gradient(to bottom, #FCFCFC, #E0E0E0); font-family:sans-serif; {{{style|}}}">{{{text|{{{1|Hello, World!}}}}}}</kbd><!-- <noinclude>
<kbd class="nowrap button" title="This is not a clickable button; it illustrates the button one should find." style="padding:{{{padTB|.1em}}} {{{padLR|.6em}}}; border:1px solid; border-color:#AAA #555 #555 #AAA; border-radius:3px; display: inline-block; background-color: {{{bgcolor|#F2F2F2}}}; color: {{{fgcolor|#000}}}; background-image: -moz-linear-gradient(top, {{{LGtopcolor|#FCFCFC}}}, {{{LGbtmcolor|#E0E0E0}}}); background-image: -o-linear-gradient(top, {{{LGtopcolor|#FCFCFC}}}, {{{LGbtmcolor|#E0E0E0}}}); background-image: -webkit-linear-gradient(top, {{{LGtopcolor|#FCFCFC}}}, {{{LGbtmcolor|#E0E0E0}}}); background-image: linear-gradient(to bottom, {{{LGtopcolor|#FCFCFC}}}, {{{LGbtmcolor|#E0E0E0}}}); font-family:sans-serif; {{{style|}}}">{{{text|{{{1|Hello, World!}}}}}}</kbd><!-- <noinclude>
{{documentation}}
{{documentation}}
</noinclude> -->
</noinclude> -->

Revision as of 10:33, 9 September 2020

Hello, World!