Template:Bg linearfade: Difference between revisions

From Virtual Paradise Wiki
Jump to navigation Jump to search
(gradient fades)
 
m (+bg)
Line 1: Line 1:
linear-gradient({{{dir|to bottom}}}, {{{mode|hsla}}}({{{color|0,100%,100%}}},0) 0%,{{{mode|hsla}}}({{{color|0,100%,100%}}},1) {{{offset|35%}}},{{{mode|hsla}}}({{{color|0,100%,100%}}},1) 100%); -moz-linear-gradient({{{dir|to bottom}}}, {{{mode|hsla}}}({{{color|0,100%,100%}}},0) 0%,{{{mode|hsla}}}({{{color|0,100%,100%}}},1) {{{offset|35%}}},{{{mode|hsla}}}({{{color|0,100%,100%}}},1) 100%); -webkit-linear-gradient({{{dir|to bottom}}}, {{{mode|hsla}}}({{{color|0,100%,100%}}},0) 0%,{{{mode|hsla}}}({{{color|0,100%,100%}}},1) {{{offset|35%}}},{{{mode|hsla}}}({{{color|0,100%,100%}}},1) 100%); <noinclude>[[Category:Formatting templates]]</noinclude>
background: linear-gradient({{{dir|to bottom}}}, {{{mode|hsla}}}({{{color|0,100%,100%}}},0) 0%,{{{mode|hsla}}}({{{color|0,100%,100%}}},1) {{{offset|35%}}},{{{mode|hsla}}}({{{color|0,100%,100%}}},1) 100%); background: -moz-linear-gradient({{{dir|to bottom}}}, {{{mode|hsla}}}({{{color|0,100%,100%}}},0) 0%,{{{mode|hsla}}}({{{color|0,100%,100%}}},1) {{{offset|35%}}},{{{mode|hsla}}}({{{color|0,100%,100%}}},1) 100%); background: -webkit-linear-gradient({{{dir|to bottom}}}, {{{mode|hsla}}}({{{color|0,100%,100%}}},0) 0%,{{{mode|hsla}}}({{{color|0,100%,100%}}},1) {{{offset|35%}}},{{{mode|hsla}}}({{{color|0,100%,100%}}},1) 100%); <noinclude>[[Category:Formatting templates]]</noinclude>

Revision as of 20:22, 22 August 2013

background: linear-gradient(to bottom, hsla(0,100%,100%,0) 0%,hsla(0,100%,100%,1) 35%,hsla(0,100%,100%,1) 100%); background: -moz-linear-gradient(to bottom, hsla(0,100%,100%,0) 0%,hsla(0,100%,100%,1) 35%,hsla(0,100%,100%,1) 100%); background: -webkit-linear-gradient(to bottom, hsla(0,100%,100%,0) 0%,hsla(0,100%,100%,1) 35%,hsla(0,100%,100%,1) 100%);