PDA

View Full Version : BBCode for CSS


Faltzer
November 3rd, 2008, 02:31:06 AM
Yeah, you can now use CSS to style your signature. No need to enable HTML for any of that. An example is as follow. You must remove the * for it to work, of course.

[*div=color:#000; background: #FFF; border: 1px solid #000;]Signature here.[/div]

Have fun.

PKMN Trainer Red
November 3rd, 2008, 02:43:35 AM
Oh, so much easier. I feel like I'm at home with Notepad.

:3

Faltzer
November 3rd, 2008, 05:46:51 PM
=================[

Moon
November 3rd, 2008, 06:13:19 PM
Fuck ya hacking tiem

:D

BlakDragon
November 3rd, 2008, 07:15:10 PM
Nice, Faltzer. Thanks mawch.

PKMN Trainer Red
November 3rd, 2008, 08:07:10 PM
But what about people who don't know DIV style?

Neth
November 3rd, 2008, 08:21:57 PM
Thanks Faltz for the info.

Faltzer
November 3rd, 2008, 09:36:33 PM
But what about people who don't know DIV style?
They can just learn CSS. CSS isn't hard at all, especially if you're just looking to add a little style to your signature.

Faltzer
November 3rd, 2008, 09:37:01 PM
Also, fuck man.. Start using these. :{

Neth
November 3rd, 2008, 10:01:00 PM
I never did it before.

Moon
November 3rd, 2008, 10:02:38 PM
Well Faltzer, if your lazy ass ACTUALLY finished the CSS guide you started MONTHS ago

Faltzer
November 3rd, 2008, 10:03:44 PM
The CSS Guide reached up to the point where you can accomplish this. <_<;

Fried Cheese
November 3rd, 2008, 10:50:50 PM
Thanks Faltzer Ill try it to see if I like it

PKMN Trainer Red
November 4th, 2008, 01:41:19 AM
They can just learn CSS. CSS isn't hard at all, especially if you're just looking to add a little style to your signature.

SYX told me CSS was hard a long time ago.

Then I laughed.

Well Faltzer, if your lazy ass ACTUALLY finished the CSS guide you started MONTHS ago

I haven't used Faltzer's CSS guide once but I still know CSS. =/

Sinnoh Champion Cynthia
November 4th, 2008, 04:33:49 PM
Ill try it

Faltzer
November 4th, 2008, 04:48:12 PM
That's only an example of how to work with CSS Signatures, Adrielle. You decide how it comes out in the end, which is why I gave as much freedom.

Example:

Text here

Sinnoh Champion Cynthia
November 4th, 2008, 05:53:12 PM
That's only an example of how to work with CSS Signatures, Adrielle. You decide how it comes out in the end, which is why I gave as much freedom.

Example:

Text here

I really like this, im going 2 play with it 4 awhile. Thank u Chris.

Faltzer
November 4th, 2008, 05:56:28 PM
I really like this, im going 2 play with it 4 awhile. Thank u Chris.

Also
http://lissaexplains.com/css.shtml

PKMN Trainer Red
November 6th, 2008, 12:16:24 AM
Faltzer, your sig....that's not a regular background and border. It's more complicated than that, isn't it?

Faltzer
November 6th, 2008, 04:58:53 AM
It's a background image set to repeat-x. For the rounded corners, it uses -moz-border-radius (https://developer.mozilla.org/en/CSS/-moz-border-radius). As for the border color, I simply used border: 10px solid COLORHERE; to get my box. I then added some padding, 1em to give my sig some elbow room.