Difference between revisions of "Template:Linear-gradient"
From Veloopti Help
m (Changed protection level of Template:Linear-gradient: Highly visible template ([Edit=Allow only template editors and admins] (indefinite) [Move=Allow only template editors and admins] (indefinite))) |
(move code) |
||
Line 1: | Line 1: | ||
− | <includeonly>background-image: -moz-linear-gradient({{{1|}}}, {{{2|}}}); background-image: -o-linear-gradient({{{1|}}}, {{{2|}}}); background-image: -webkit-linear-gradient({{{1|}}}, {{{2|}}}); background-image: linear-gradient({{ | + | <includeonly>background-image: -moz-linear-gradient({{{1|}}}, {{{2|}}}); background-image: -o-linear-gradient({{{1|}}}, {{{2|}}}); background-image: -webkit-linear-gradient({{{1|}}}, {{{2|}}}); background-image: linear-gradient({{#switch: {{{1|}}} |
+ | | top = to bottom | ||
+ | | bottom = to top | ||
+ | | left = to right | ||
+ | | right = to left | ||
+ | | top left | ||
+ | | left top = to bottom right | ||
+ | | top right | ||
+ | | right top = to bottom left | ||
+ | | bottom left | ||
+ | | left bottom = to top right | ||
+ | | bottom right | ||
+ | | right bottom = to top left | ||
+ | | #default = {{{1}}} | ||
+ | }}, {{{2|}}});</includeonly><noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> |
Revision as of 11:08, 6 September 2015
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |