Update @ July 21, 2024: Generasia has now been updated to the latest version of the wiki software!
You can now "Thank" others for their contributions, set up email and two-factor authentication, and more!
You can now "Thank" others for their contributions, set up email and two-factor authentication, and more!
Template:linear-gradient: Difference between revisions
From generasia
Supermel0n (talk | contribs) (Created page with "{{#if:{{{h|}}}|background-image:-ms-linear-gradient(top,{{{1|#FFFFFF}}} {{#if:{{{3|}}}|{{#expr:{{{3|0}}}100}}%}},{{{2|#DCDCDC}}} {{#if:{{{4|}}}|{{#expr:{{{4|1}}}100}}%}});background-image:-moz-linear-gradient(top,{{{1|#FFFFFF}}} {{#if:{{{3|}}}|{{#expr:{{{3|0}}}100}}%}},{{{2|#DCDCDC}}} {{#if:{{{4|}}}|{{#expr:{{{4|1}}}100}}%}});background-image:-o-linear-gradient(top,{{{1|#FFFFFF}}} {{#if:{{{3|}}}|{{#expr:{{{3|0}}}100}}%}},{{{2|#DCDCDC}}} {{#if:{{{4|}}}|{{#expr:{{{4|1}}}10...") |
Supermel0n (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>background:{{{3|}}};background:-webkit-gradient(linear,{{#switch:{{lc:{{#titleparts:{{{1|}}}}}}}|bottom=left bottom,left top|left=left top,right top|left bottom|bottom left=left bottom,right top|left top|top left=left top,right bottom|right=right top,left top|right bottom|bottom right=right bottom,left top|right top|top right=right top,left bottom|top=left top,left bottom}},color-stop(0%,{{{2|}}}),color-stop(100%,{{{3|}}}));background:-webkit-linear-gradient({{{1|}}},{{{2|}}},{{{3|}}});background:-moz-linear-gradient({{{1|}}},{{{2|}}},{{{3|}}});background:-o-linear-gradient({{{1|}}},{{{2|}}},{{{3|}}});background:-ms-linear-gradient({{{1|}}},{{{2|}}},{{{3|}}});background:linear-gradient({{{1|}}},{{{2|}}},{{{3|}}}); |