News:

Join the Facebook Fan Page.

Main Menu

I must be nuts

Started by TheListener, October 31, 2011, 10:29:11 PM

Previous topic - Next topic

TheListener

Have been playing with a theme on my test forum.

Got little idea as to what I am doing.

Knowledge of css, html and php is 0.

So far the main colour I have come up with for a theme is as follows.

If someone could point me in the direction of changing the background css I'd be grateful.


mashby

I'd say you are a peanut. Background CSS for what, the entire body?
Always be a little kinder than necessary.
- James M. Barrie

TheListener

Quote from: mashby on October 31, 2011, 10:32:46 PM
I'd say you are a peanut. Background CSS for what, the entire body?

Thanks walnut

;D

Yep the whole body.


The hex is BDB76B and the colours name is Khaki Green.

mashby

What do you currently have set for body in your CSS?
body {
background: #BDB76B;
}
Always be a little kinder than necessary.
- James M. Barrie

Clara Listensprechen

If this is 2.0 Gold & newer, the background isn't handled by CSS alone, and there are (at least) 2 layers of background. Looks like the peanut is the stuff below the header, the body part alone in the far background. The header has a separate background.
I shall continue to be an impossible person so long as those who are now possible remain possible. {Michael Bakunin 1814-1876}

TheListener

Peanut stuff?

That was me calling mashby a peanut Clara. lol

/* Set a fontsize that will look the same in all browsers. */
body
{
background: #BDB76B url(../images/theme/backdrop.png) repeat-x;
font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
margin: 0 auto;
padding: 15px 0;
}

Clara Listensprechen

Well, if you're changing both the backdrop.png and the # specified color, that's certainly the backmost background. main_block sits ontop of that as logo background and on which the body frame lays. Depending on opinion, you may or may not regard the body frame as an additional background on which the content lays....or it's an even frame.
I shall continue to be an impossible person so long as those who are now possible remain possible. {Michael Bakunin 1814-1876}

TheListener

Pardon?

Sorry Clara but what ya said sounded like technobabble.

I'm only dabbling with it at the moment.

Nothing serious.

:o

Clara Listensprechen

Quote from: Brack1 on November 01, 2011, 08:32:24 PM
Pardon?

Sorry Clara but what ya said sounded like technobabble.

I'm only dabbling with it at the moment.

Nothing serious.

:o

I shall continue to be an impossible person so long as those who are now possible remain possible. {Michael Bakunin 1814-1876}

Advertisement: