User talk:Sky Blake: Difference between revisions

Line 153: Line 153:


–[[User:Rich|Rich]]<sup>[[User talk:Rich|(talk page)]]</sup> ''aka Lt.Cmdr. Rahman'' 00:21, 15 April 2014 (CDT)
–[[User:Rich|Rich]]<sup>[[User talk:Rich|(talk page)]]</sup> ''aka Lt.Cmdr. Rahman'' 00:21, 15 April 2014 (CDT)
And if you're curious how it's done, it uses the transform CSS property as documented [http://www.w3schools.com/cssref/css3_pr_transform.asp here]:
<pre>
{|style="background:black; width:100%" cellpadding="0" cellspacing="0"
| style="background:black; height:25px"|{{Pips|{{{1}}}|Red|Slanted}}
| style="background:black; height:25px; transform:scaleX(-1);-webkit-transform:scaleX(-1);"|{{Pips|{{{1}}}|Red|Slanted}}
|}
</pre>