NAME COLOR/EFFECT SPECIALISTS
TappedOut forum
Posted on Jan. 30, 2015, 9:18 a.m. by DNB
Can anyone help me get a specific effect on my name? I'm code retarded.
I'll upvote all your decks?
I like the white with fog look- at the moment it has little outlines of red and green. I'd like it to be a little bigger and still white/foggy outside.
I'd like it to stand out- at the moment it blends in.
Figuring out some html for your name isn't too difficult, just takes a little bit of time. I just used the code for different users here and jumbled some of it together. It's doable though, I know very little about coding and html on general, but I got it, so we have faith in you. Just need to do some googling and asking around
January 30, 2015 11:45 a.m.
Damn I thought someone would bite on a bunch of upvotes. What I'm trying to get at here is some nice work done by someone who knows how. (I fumbled through my last one)
January 30, 2015 12:26 p.m.
Servo_Token says... #5
Do you have your last one saved anywhere? You can just use that to expand with your current ideas.
January 30, 2015 12:56 p.m.
Scorprix swell as Femme_Fatale are pretty great! burn a playset of Spellheart Chimeras and they should come to your assistance.
January 30, 2015 1:44 p.m.
MindAblaze says... #7
Rasta_Viking29 has some code to cut and paste on his page. That's what I did, then I just fiddled around with it to make it do what I wanted...ish.
January 30, 2015 1:51 p.m.
Rasta_Viking29 says... #8
White;text-shadow:1px 1px 3px red, -1px -1px 3px Crimson, -2px 6px 7px #2EFE64, 2px -6px 7px #04B404;
Portfolio
Like this?January 30, 2015 2:19 p.m.
Dude, I made some code for hateindigital. It should be on my page. Use it if you want...
January 30, 2015 3:41 p.m.
white;text-shadow:2px 2px 5px red, -1px -1px 5px red, -1px 6px 7px green, 2px -6px 7px green;font-family:copperplate;font-size:28px;
January 30, 2015 3:41 p.m.
Femme_Fatale says... #11
Don't use the font size code people. I keep saying it for a reason as it irritates many of the non-upgraded users.
And yeah, there's a tutorial that is linked on my profile.
January 30, 2015 4:06 p.m.
I can help you if you need it.
Just tell me what you need, and I'll give you the code if it's not too hard.
January 30, 2015 4:27 p.m.
Femme_Fatale says... #13
So you want a white username with a larger white fog, but have the green and red outlines more visible.
Try this on for size: #FFFFFF;text-shadow:-3px -3px 3px #DF383A, 3px 3px 3px #DF383A, 1px 1px 1px #DF383A, -1px -1px 1px #1ACE02, 3px 3px 3px #1ACE02, -3px -3px 3px #1ACE02, -2px 5px 7px #FFFFFF, 2px -5px 7px #FFFFFF;
Portfolio
January 30, 2015 4:41 p.m.
Ya it's kinda mashed when it's small- I'm trying it every other letter but it takes a while to update
January 30, 2015 9:53 p.m.
Femme_Fatale says... #17
When the letters increase in size it looks like as though the blur is overlapping the letters. I'll see what I can do.
January 30, 2015 9:55 p.m.
Femme_Fatale says... #18
Try this on for size: #FFFFFF;text-shadow:-1px -3px 3px #DF383A, 1px 3px 3px #DF383A, 1px 1px 1px #DF383A, -1px -1px 1px #1ACE02, 1px 3px 3px #1ACE02, -1px -3px 3px #1ACE02, -2px 5px 7px #FFFFFF, 2px -5px 7px #FFFFFF;
Portfolio
Servo_Token says... #2
in the sections of your tag that look something like:
0px 10px 45px
or whatever the numbers may be, try playing around with those, as the larger the number, the more spread the effect will have.
January 30, 2015 10:02 a.m.