7,668
edits
Line 60: | Line 60: | ||
}} | }} | ||
{{End Box}} | {{End Box}} | ||
===Legacy Gradient Test=== | |||
<DIV style="padding:1em; background:{{{legacy|{{CG1C}} }}}; background-color:{{{legacy|{{CG1C}} }}}; background: -moz-linear-gradient(top, {{{topcolor|{{CG1C}} }}} 6%, {{{botcolor|{{White}} }}} 88%); background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,{{{topcolor|{{CG1C}}}}} ), color-stop(88%,{{{botcolor|{{White}} }}})); background: -webkit-linear-gradient(top, {{{topcolor|{{CG1C}} }}} 6%, {{{botcolor|{{White}} }}} 88%); background: -o-linear-gradient(top, {{{topcolor|{{CG1C}} }}} 6%, {{{botcolor|{{White}} }}} 88%); background: -ms-linear-gradient(top, {{{topcolor|{{CG1C}} }}} 6%, {{{botcolor|{{White}} }}} 88%); background: linear-gradient(top, {{{topcolor|{{CG1C}} }}} 6%, {{{botcolor|{{White}} }}} 88%); display:inline-block;>'''All'''</DIV> | |||
<DIV style="padding:1em; background:{{CG1C}}; display:inline-block;">'''CSS0'''</DIV> | |||
<DIV style="padding:1em; background-color:{{CG1C}}; display:inline-block;">'''CSS1'''</DIV> | |||
<DIV style="padding:1em; background: -moz-linear-gradient(top, {{CG1C}} 6%, {{White}} 88%); display:inline-block;">'''Gecko'''</DIV> | |||
<DIV style="padding:1em; background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,{{CG1C}} ), color-stop(88%,{{White}})); display:inline-block;">'''Webkit 1'''</DIV> | |||
<DIV style="padding:1em; background: -webkit-linear-gradient(top, {{CG1C}} 6%, {{White}} 88%); display:inline-block">'''Webkit 2'''</DIV> | |||
<DIV style="padding:1em; background: -o-linear-gradient(top, {{CG1C}} 6%, {{White}} 88%); display:inline-block;">'''Opera'''</DIV> | |||
<DIV style="padding:1em; background: -ms-linear-gradient(top, {{CG1C}} 6%, {{White}} 88%); display:inline-block">'''MSIE 10'''</DIV> | |||
<DIV style="padding:1em; background: linear-gradient({{CG1C}} 6%, {{White}} 88%); display:inline-block">'''CSS3'''</DIV> | |||
<DIV style="padding:1em; background: linear-gradient(#D9D9D6 6%, #FFFFFF 88%); display:inline-block">'''CSS3 No Templates'''</DIV> | |||