Template:GRX: Difference between revisions

Jump to navigation Jump to search
Applying Cool Gray 1; fixed CSS3 problem with Waterfox; tested at least most of the syntaces individually in the sandbox
(Documenting this so that more people than just me can use it)
(Applying Cool Gray 1; fixed CSS3 problem with Waterfox; tested at least most of the syntaces individually in the sandbox)
 
Line 1: Line 1:
<includeonly>background:{{{legacy|#EFEFEF}}}; background-color:{{{legacy|#EFEFEF}}}; background: -moz-linear-gradient(top, {{{topcolor|#DFDFDF}}} 6%, {{{botcolor|#FFFFFF}}} 88%); background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,{{{topcolor|#DFDFDF}}}), color-stop(88%,{{{botcolor|#FFFFFF}}}));  background: -webkit-linear-gradient(top, {{{topcolor|#DFDFDF}}} 6%, {{{botcolor|#FFFFFF}}} 88%); background: -o-linear-gradient(top, {{{topcolor|#DFDFDF}}} 6%, {{{botcolor|#FFFFFF}}} 88%); background: -ms-linear-gradient(top, {{{topcolor|#DFDFDF}}} 6%, {{{botcolor|#FFFFFF}}} 88%); background: linear-gradient(top, {{{topcolor|#DFDFDF}}} 6%, {{{botcolor|#FFFFFF}}} 88%); *display: block;</includeonly><noinclude>
<includeonly>background:{{{legacy|{{CG1C}} }}}; background-color:{{{legacy|#EFEFEF}}}; background: -moz-linear-gradient(top, {{{topcolor|{{CG1C}} }}} 6%, {{{botcolor|#FFFFFF}}} 88%); background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,{{{topcolor|{{CG1C}}}}} ), color-stop(88%,{{{botcolor|#FFFFFF}}}));  background: -webkit-linear-gradient(top, {{{topcolor|{{CG1C}} }}} 6%, {{{botcolor|#FFFFFF}}} 88%); background: -o-linear-gradient(top, {{{topcolor|{{CG1C}} }}} 6%, {{{botcolor|#FFFFFF}}} 88%); background: -ms-linear-gradient(top, {{{topcolor|{{CG1C}} }}} 6%, {{{botcolor|#FFFFFF}}} 88%); background: linear-gradient({{{topcolor|{{CG1C}} }}} 6%, {{{botcolor|#FFFFFF}}} 88%); *display: block;</includeonly><noinclude>


CSS styling template.  Place inside a style attribute.
CSS styling template.  Place inside a style attribute.

Navigation menu