Difference between revisions of "Template:Dn-css-gradient-h"

From EncyclopAtys

Jump to: navigation, search
m
m
Line 1: Line 1:
background: #{{ColorAtys|type=bg|group={{{palette}}} }}; background: {{linear-gradient |left|#{{ColorAtys|type=bg|group={{{palette}}} }}, #{{ColorAtys|type=light|group={{{palette}}} }} ;
+
<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>
 +
background: #{{ColorAtys|type=bg|group={{{palette}}} }}; background: {{linear-gradient |left|#{{ColorAtys|type=bg|group={{{palette}}} }}, #{{ColorAtys|type=light|group={{{palette}}} }} }};
 +
</noinclude>

Revision as of 18:45, 25 January 2021


background: #eff; background: Template:Linear-gradient;