Southperry.net
Someone use this color combination. - Printable Version

+- Southperry.net (https://www.southperry.net)
+-- Forum: Social (https://www.southperry.net/forumdisplay.php?fid=14)
+--- Forum: Shenanigans (https://www.southperry.net/forumdisplay.php?fid=51)
+--- Thread: Someone use this color combination. (/showthread.php?tid=32877)

Pages: 1 2 3 4 5


Someone use this color combination. - Hazzy - 2010-11-18

ShiKage Wrote:I think the entire population of Southperry would be gone the instant Cedric were to become a part of the staff.

Il aimerais les persons qui parle le francais.


Someone use this color combination. - Zelkova - 2010-11-18

MetaSeraphim Wrote:You don't like Eosian?

Thats not fair! I knew Ooohy first!

I guess I should have said
"First Ginger Kid I liked"


Someone use this color combination. - madanthony - 2010-11-18

ShiKage Wrote:I think the entire population of Southperry would be gone the instant Cedric were to become a part of the staff.

I wouldn't leave. But I would definitely panic for a second.


Someone use this color combination. - Overlord - 2010-11-18

Kunagisa Wrote:[Image: 1243614941782.jpg]

I lol'd. You got more of these?


Someone use this color combination. - Kunagisa - 2010-11-18

Overlord Wrote:I lol'd. You got more of these?

[Image: 1241760281975.jpg]


Someone use this color combination. - Sarah - 2010-11-18

Alright, gotta be asked...

What's with all of the hatred of Daku now? I mean, I get that this is some jokes up in here but I've also seen the way he's treated in #southperry and I can't see any justifiable reason for it.


Someone use this color combination. - madanthony - 2010-11-18

No hate. He's my Broan bro.


Someone use this color combination. - Zelkova - 2010-11-18

Sarah Wrote:Alright, gotta be asked...

What's with all of the hatred of Daku now? I mean, I get that this is some jokes up in here but I've also seen the way he's treated in #southperry and I can't see any justifiable reason for it.

o.o I love Ceddybear.


Someone use this color combination. - Hanabira.Kage - 2010-11-18

Dammit. I can't see half the names and usertitles. Because they're white. D:



Someone use this color combination. - Zelkova - 2010-11-18

Hanabira.Kage Wrote:
Dammit. I can't see half the names and usertitles. Because they're white. D:

OMG YOURE








Black and White colorblind!


Someone use this color combination. - Khoi - 2010-11-18

Kunagisa Wrote:Yeah, I'd rather a border than a dropshadow, but that's actually a bit tricky to work with in HTML.

The only methods that come to my mind are div tags or tables (which would be a nightmare).

Edit: Not thinking right. He already made drop shadows work, it'd actually be a similar process to make text borders work as well. Been a while since I worked with CSS to stylize text, but I just remembered how to do this. I'd like to say it's easier than I initially thought to implement, but I have no idea how this plugin works. Eos already said he had problems tweaking it to work right, and yet it's still bugged up.

Learning CSS at the moment, actually. Funny how you brought this up. I know there's a lot of way to format text, but if there's a way to do this, I haven't learned it yet. But I really think it'd be way better than the glow-effect.And yeah, tables would be a nightmare. Less of a hassle with CSS though.


Someone use this color combination. - Link - 2010-11-18

Sarah Wrote:Alright, gotta be asked...

What's with all of the hatred of Daku now? I mean, I get that this is some jokes up in here but I've also seen the way he's treated in #southperry and I can't see any justifiable reason for it.

There is no hate. It's just that he wouldn't make a very good moderator.


Someone use this color combination. - Sarah - 2010-11-18

ShiKage Wrote:There is no hate. It's just that he wouldn't make a very good moderator.

I clearly stated I'm aware that those posts are in jest, but it seemed like a good opportunity to bring up why he's being used as a punching bag at other times.


Someone use this color combination. - Kunagisa - 2010-11-18

Sarah Wrote:I clearly stated I'm aware that those posts are in jest, but it seemed like a good opportunity to bring up why he's being used as a punching bag at other times.

It's because he has cooties.


Someone use this color combination. - Sarah - 2010-11-18

Kunagisa Wrote:It's because he has cooties.

I think you mean HE'S GOT THE GAY

As we all know the gay is a contagious virus. The internet is full of viruses. Therefore we are all susceptible to the gay. Only protection is Norton... wait a minute... that sounds like a pretty gay name to me...


Someone use this color combination. - Kunagisa - 2010-11-18

Sarah Wrote:I think you mean HE'S GOT THE GAY

As we all know the gay is a contagious virus. The internet is full of viruses. Therefore we are all susceptible to the gay. Only protection is Norton... wait a minute... that sounds like a pretty gay name to me...

Well you don't have to be so blunt!

I was trying to be nice by subtly mentioning it. Don't tell me...you got it from him?


Someone use this color combination. - Pikamemnon - 2010-11-18

Virus?!
[Image: hex.GIF]


Someone use this color combination. - street - 2010-11-18

Pikamemnon Wrote:Virus?!
[Image: hex.GIF]

o man i forgot this show name but its super old! Sprites i think the name was wow


Someone use this color combination. - Cactuar - 2010-11-18

street Wrote:o man i forgot this show name but its super old! Sprites i think the name was wow

ReBoot.


Someone use this color combination. - Stereo - 2010-11-18

Khoi Wrote:Learning CSS at the moment, actually. Funny how you brought this up. I know there's a lot of way to format text, but if there's a way to do this, I haven't learned it yet. But I really think it'd be way better than the glow-effect.And yeah, tables would be a nightmare. Less of a hassle with CSS though.

Code:
.shadow {
  text-shadow: 1px 0px #000, -1px 0px #000, 0px 1px #000, 0px -1px #000;
}
It's not too tricky. Just leave out the blur.

I don't know how bbcode is translated to html but it should be pretty similar to the glow tags, just
Code:
[outline=black]yadda yadda[/outline]

or something.