Tailor Archive
Thread: Pretty Tailor Signatures
By the way, colors can be found here, http://www.december.com/html/spec/color.html
I've always liked yours Akaara and NJ62's, PerilousWish, Aibo220, and ZahrIna just to name a few off hand.
I will look into that link, thanks. I'm just wondering is it HTML? or what? Where do the hearts come from? How to center it?
MaeveAlleine wrote:
Dazzire can you post that here please?
Important to note: yes, it's the filter: glow statement that will allow you to make your sig fuzzy-outlined, but as mentioned Lithium doesn't parse it correctly, so you have to fool it. I'm not going to go into a long discourse on HTML and CSS filtering, but I'll say this much: the glow filter takes two arguments, color and strength. If all you want is a red glow don't bother telling it anything, a simple <SPAN STYLE="filter: glow">TEXT HERE</SPAN> will work fine. If, on the other hand, you want some color other than red you'll have to do the following:
<SPAN STYLE="filter: glow(Color=#777777,<BR> Strength=8); width: 105%">TEXT HERE</SPAN>
The Color=#777777 portion determines the color of the glow, in the same way the colors are determined for text in-game. The Strength=8 portion is supposed to determine how large the glow outline is—it doesn't work with Lithium. The <BR> in the code signals a line break to Lithium so that it won't recognize glow() as a function and bawk. The width: 105% portion actually determines the size of the glow, anything 100% or less won't appear (percentages are based on the size of your text and begin their calculation from the "center" of the glowing letter.)
Message Edited by eman7h on 03-16-2004 04:33 PM