Page 1 of 1

Please advise how to modify the proNight style?

Posted: Wed Mar 23, 2011 12:17 pm
by user00
Fist of all congratulatioins for this great style that I found in the official phpbb forum.

Secondly, I would like to ask you how I can make some modifications to the ProNight style.

My forum is in Spanish and words are longer than in English, so I need to make smallers margins and paddings, for a better fit to the style. Can you please tell me where the code is located and what files to modify? So the black background could be reduced and so the white margin. I think that with 40 pix in total should be enough.

One more question, where should I look to increase the height of the div containing the background image in the header?

Thank you.

Re: Please advise how to modify the proNight style?

Posted: Fri Mar 25, 2011 4:02 pm
by user00
I think I was missleading, and image will help better than my explanations. Can anyone could tell me what CSS, or file to modify, please? Thank you.

Image

Re: Please advise how to modify the proNight style?

Posted: Fri Mar 25, 2011 5:34 pm
by LDM
Image isn't loading (you can directly attach pics to the post if easier) but content.css is the file you need to be looking at.

Re: Please advise how to modify the proNight style?

Posted: Sat Mar 26, 2011 3:49 pm
by user00
Sorry, I cannot upload attachments, server replay is a white page, but I had reuploaded to a different server.

Image

Basicly, I would like to know how to increase the body div area (the outter and the inner area width) and also the room for the image background (height). I could see the styles for the body and the main div container, too much code to find it. What are the names for the styles in the CSS?

Thanks for your help.

Cheers.

Re: Please advise how to modify the proNight style?

Posted: Sat Mar 26, 2011 8:12 pm
by LDM
okay open common.css around 145, look for:

Code: Select all

#wrap {
	padding: 0 20px;
	min-width: 650px;
	width: 900px;
	margin: 0 auto;
}
Remove min-width and adjust width to your requirement, you can use px or %. That will alter the background space behind the forum (the furthest arrow on screen-shot)

Body padding can be adjusted in the same file under body { and around line 24.

Re: Please advise how to modify the proNight style?

Posted: Sun Mar 27, 2011 12:49 pm
by user00
THANK YOU!!! :grin:

I made it my default. ;)