Difference between revisions of "Template:Linear-gradient"

From Veloopti Help
Jump to: navigation, search
(CSS3)
m (19 revisions imported: Importing Key_press template from Mediawiki)
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>background-image: -moz-linear-gradient({{{1|left}}}, {{{2|}}}); background-image: -ms-linear-gradient({{{1|left}}}, {{{2|}}}); background-image: -o-linear-gradient({{{1|left}}}, {{{2|}}}); background-image: -webkit-linear-gradient({{{1|left}}}, {{{2|}}}); linear-gradient({{{1|left}}}, {{{2|}}});</includeonly><noinclude>
+
<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
<!-- ADD CATEGORIES AND INTERWIKIS TO THE /doc PAGE, NOT HERE, THANKS -->
+
| 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>

Latest revision as of 17:09, 10 July 2017

50px Template documentation[create]