Difference between revisions of "Template:Gradient Text"
m (Added to Category:Formatting templates) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly><span title="{{{title|}}}" style="background:-webkit-linear-gradient({{{1}}});-webkit-background-clip:text;<!--background:linear-gradient({{{1}}});-->background-clip:text;"><span style="-webkit-text-fill-color:transparent;text-fill-color:transparent">{{{2}}}</span></span></includeonly><noinclude>[[Category:Formatting templates]]</noinclude> | + | <includeonly><span title="{{{title|}}}" style="background:-webkit-linear-gradient({{{1}}});-webkit-background-clip:text;<!--background:linear-gradient({{{1}}});-->background-clip:text;"><span style="-webkit-text-fill-color:transparent;text-fill-color:transparent">{{{2}}}</span></span></includeonly><noinclude> |
+ | {{doc}} | ||
+ | |||
+ | [[Category:Formatting templates]]</noinclude> |
Latest revision as of 12:32, 20 October 2024
Introduction
This is a gradient color text template. Real gradient text using the CSS background-clip:text
property. Instead of the original gradient effect simulated by one text and one color.
Because in the current browsers, only the Edge and Webkit kernels (Chrome, Safari, Android's own browsers, and extremely fast kernels of domestic dual-core browsers) with the background-clip:text
attribute implemented can parse and display the effect. The display effect below IE and Firefox 49 is restored to the original black text (Firefox 48 can open about:config
, put layout.css.background-clip-text.enabled
and layout.css.prefixes.webkit
to true
to see the effect).
Example
Rainbow colored text Soft gradient text
Horizontal gradient
Usage
{{Gradient_Text|gradient color code|text|title=The comment that pops up when hovering over the text}}
Gradient color code
<position>, <color1>, <color2>, ...
|