<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.lokamc.com/w/Template:Rarity/styles.css/history?feed=atom</id>
	<title>Template:Rarity/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.lokamc.com/w/Template:Rarity/styles.css/history?feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.lokamc.com/w/Template:Rarity/styles.css/history"/>
	<updated>2026-08-26T00:03:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.lokamc.com/index.php?title=Template:Rarity/styles.css&amp;diff=1884&amp;oldid=prev</id>
		<title>Kaph: Use a text-shadow glow instead of gradient-clipped text (rejected by the CSS sanitizer)</title>
		<link rel="alternate" type="text/html" href="https://wiki.lokamc.com/index.php?title=Template:Rarity/styles.css&amp;diff=1884&amp;oldid=prev"/>
		<updated>2026-08-22T22:16:38Z</updated>

		<summary type="html">&lt;p&gt;Use a text-shadow glow instead of gradient-clipped text (rejected by the CSS sanitizer)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;.loka-rarity--common { color: #FCFCFC; }&lt;br /&gt;
.loka-rarity--uncommon { color: #23F606; }&lt;br /&gt;
.loka-rarity--rare { color: #00B0FC; }&lt;br /&gt;
.loka-rarity--epic { color: #B048F8; }&lt;br /&gt;
.loka-rarity--legendary { color: #FABA36; }&lt;br /&gt;
&lt;br /&gt;
/* Bold, plus a small warm glow standing in for a literal text gradient --&lt;br /&gt;
   background-clip:text (the standard way to paint a gradient through a&lt;br /&gt;
   run of text) is rejected outright by this install&amp;#039;s TemplateStyles&lt;br /&gt;
   sanitizer, both with and without a -webkit- prefix (confirmed live,&lt;br /&gt;
   two separate rejected edits: &amp;quot;unrecognized property&amp;quot; for the prefixed&lt;br /&gt;
   form, &amp;quot;bad value&amp;quot; for the unprefixed one -- it&amp;#039;s the &amp;quot;text&amp;quot; value&lt;br /&gt;
   specifically that&amp;#039;s blocked, not the property itself). A soft shadow&lt;br /&gt;
   in the same red, rather than a second flat colour, is what&amp;#039;s left to&lt;br /&gt;
   suggest depth/gradient without an actual colour ramp across the&lt;br /&gt;
   glyphs. */&lt;br /&gt;
.loka-rarity--mythic {&lt;br /&gt;
	font-weight: 700;&lt;br /&gt;
	color: #E73521;&lt;br /&gt;
	text-shadow: 0 0 6px rgba(231, 53, 33, .55), 0 0 1px rgba(255, 138, 110, .8);&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Kaph</name></author>
	</entry>
</feed>