cell padding black spaces issues

Temporary forum to obtain support for MODs/Styles while phpbb.com is down
Locked
jaffamaster
Registered User
Posts: 14
Joined: Thu Mar 15, 2007 6:52 pm

cell padding black spaces issues

Post by jaffamaster »

Hi, Is it possible to reduce the amount of blackshowing through my forum http://www.scottishmotocross.co.uk/forum/

which .css controls this part? Is it to much padding that's causing it?

Thanks all

User avatar
oddfish
Registered User
Posts: 110
Joined: Tue Mar 27, 2007 5:53 am
Location: on my way home
Contact:

Re: cell padding black spaces issues

Post by oddfish »

Open style/prosilver/theme/colours.css
FIND

Code: Select all

html, body {
	color: #536482;
	background-color: #000000;
change 000000 to a colour you want (i.e. FFFFFF will give you white, 333333 will give a medium grey etc).

jaffamaster
Registered User
Posts: 14
Joined: Thu Mar 15, 2007 6:52 pm

Re: cell padding black spaces issues

Post by jaffamaster »

Hi thanks,I want to keep the black background, It's the spaces between the forum and header I would like to close up and that should get rid of the black lines??

User avatar
oddfish
Registered User
Posts: 110
Joined: Tue Mar 27, 2007 5:53 am
Location: on my way home
Contact:

Re: cell padding black spaces issues

Post by oddfish »

ah, I see, so no space between the header and forums (i.e. and also between Jokes, Funnies & word Games and the next category (Forum)). Correct?

jaffamaster
Registered User
Posts: 14
Joined: Thu Mar 15, 2007 6:52 pm

Re: cell padding black spaces issues

Post by jaffamaster »

Yes mate, any ideas, was thinking it maybe the cell padding? or table borders

User avatar
oddfish
Registered User
Posts: 110
Joined: Tue Mar 27, 2007 5:53 am
Location: on my way home
Contact:

Re: cell padding black spaces issues

Post by oddfish »

hmm, well there could be quite a bit to it but changing

Code: Select all

.forabg {
	background: #b1b1b1 none repeat-x 0 0;
	margin-bottom: 4px;
	padding: 0 5px;
	clear: both;
the margin-bottom: 4px; to 0px; in styles/prosilver/theme/common.css will close the category gap. I'm not sure it will look right though with a black background (rounded corners of each catagory).

jaffamaster
Registered User
Posts: 14
Joined: Thu Mar 15, 2007 6:52 pm

Re: cell padding black spaces issues

Post by jaffamaster »

tried it mate, but nothing seamed to change?

Locked