The SpongeBob Wiki has a guideline regarding the use of image galleries — collections of episode screenshots are no longer allowed on galleries due to potential fair use violations.

Difference between revisions of "Template:Gradient"

From the SpongeBob Wiki, the SpongeBob encyclopedia
Jump to navigationJump to search
(Created page with "background-color: {{{1}}}; background-image: -moz-linear-gradient({{#switch:{{{3|}}}|vertical=top|horizontal=left|#default={{{3|left}}}}}, {{{1}}}{{#if:{{{4|}}}|, {{{4}}} {{{5...")
 
 
Line 1: Line 1:
background-color: {{{1}}}; background-image: -moz-linear-gradient({{#switch:{{{3|}}}|vertical=top|horizontal=left|#default={{{3|left}}}}}, {{{1}}}{{#if:{{{4|}}}|, {{{4}}} {{{5|50%}}}}}, {{{2}}}); background-image: -ms-linear-gradient({{#switch:{{{3|}}}|vertical=top|horizontal=left|#default={{{3|left}}}}}, {{{1}}}{{#if:{{{4|}}}|, {{{4}}} {{{5|50%}}}}}, {{{2}}}); background-image: -o-linear-gradient({{#switch:{{{3|}}}|vertical=top|horizontal=left|#default={{{3|left}}}}}, {{{1}}}{{#if:{{{4|}}}|, {{{4}}} {{{5|50%}}}}}, {{{2}}}); background-image: -webkit-gradient(linear, {{#switch:{{{3}}}|right|bottom=right bottom|#default=left top}}, {{#switch:{{{3}}}|right|top|vertical=left bottom|#default=right top}}, from({{{1}}}), to({{{2}}}){{#if:{{{4|}}}|, color-stop({{{5|50%}}}, {{{4}}})}});
background-color: {{{1}}}; background-image: -moz-linear-gradient({{#switch:{{{3|}}}|vertical=top|horizontal=left|#default={{{3|left}}}}}, {{{1}}}{{#if:{{{4|}}}|, {{{4}}} {{{5|50%}}}}}, {{{2}}}); background-image: -ms-linear-gradient({{#switch:{{{3|}}}|vertical=top|horizontal=left|#default={{{3|left}}}}}, {{{1}}}{{#if:{{{4|}}}|, {{{4}}} {{{5|50%}}}}}, {{{2}}}); background-image: -o-linear-gradient({{#switch:{{{3|}}}|vertical=top|horizontal=left|#default={{{3|left}}}}}, {{{1}}}{{#if:{{{4|}}}|, {{{4}}} {{{5|50%}}}}}, {{{2}}}); background-image: -webkit-gradient(linear, {{#switch:{{{3}}}|right|bottom=right bottom|#default=left top}}, {{#switch:{{{3}}}|right|top|vertical=left bottom|#default=right top}}, from({{{1}}}), to({{{2}}}){{#if:{{{4|}}}|, color-stop({{{5|50%}}}, {{{4}}})}});
<noinclude>{{Documentation}}</noinclude>

Latest revision as of 00:06, April 13, 2020

background-color: {{{1}}}; background-image: -moz-linear-gradient(left, {{{1}}}, {{{2}}}); background-image: -ms-linear-gradient(left, {{{1}}}, {{{2}}}); background-image: -o-linear-gradient(left, {{{1}}}, {{{2}}}); background-image: -webkit-gradient(linear, left top, right top, from({{{1}}}), to({{{2}}}));