Input boxes

They have: 5,633 posts

Joined: Jan 1970

Hi, I have been looking for code on how to change my input boxes on my forum. I am running an ikonboard and I would like the boxes to look like this

I also want where people post to look this way as well.

Any help would be appreciated, Thanks.

They have: 11 posts

Joined: Jan 2003

I've got different colors here, but whatever. Let me know if you need an explanation, didn't take the time to document. I'm assuming IKB will let you add some CSS classes as below...
8>-----------------------------------*snip*

.cool{
border:1px solid #000;
background-color:#0cc;
color:#fff;
}

Username:
Password:
Why should I let you log in?

8>--------------------------------------*snip*

Renegade's picture

He has: 3,022 posts

Joined: Oct 2002

.cool{
border:1px solid #000;
background-color:#0cc;
color:#fff;
}

looks too plain,
try this:

.cool{
border-left:1px solid #000;
border-right:1px solid #fff;
border-top:1px solid #000;
border-bottom:1px solid #fff;
background-color:#0cc;
color:#fff;
}

which will make it look beveled Laughing out loud

They have: 11 posts

Joined: Jan 2003

Quote: looks too plain

*shrug*
Just answering what was asked.

Renegade's picture

He has: 3,022 posts

Joined: Oct 2002

yeah, sorry about that, thought i'd give him more variaety :S

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.